body {
    background-color: #f1f1f1;
}

.content {
    padding: 0 0.5rem;
}

.head {
    padding: 0.5rem;
    padding-top: 1.5rem;
    height: 4rem;
    background-color: #24bec9;
}

.shopSearchBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.1rem;
    padding-left: 0.5rem;
    background-color: #ffffff80;
    border-radius: 50px;
    /* background-color: seagreen; */
}

.head .shopSearchBox .searchIcon {
    width: 1rem;
    height: 1rem;
    /* background-color: antiquewhite; */
}

.head .shopSearchBox .img {
    max-width: 90%;
}

.head .shopSearchBox input {
    flex: 1;
    margin: 0 0.5rem;
    padding: 0.3rem 0;
    padding-left: 0.5rem;
    /* background-color: skyblue; */
}

.head .shopSearchBox .submitSearch {
    padding: 0 0.8rem;
    height: 1.3rem;
    color: white;
    border: none;
    background: none;
    border-radius: 50px;
    background-color: rgb(0, 0, 0);
}

/* 轮播图 */
.banner {
    height: 6.5rem;
    border-radius: 10px;
    overflow: visible;
}

.banner .swiper-slide {
    position: relative;
    padding-top: 3.4rem;
}

.banner .swiper-slide:after {
    width: 140%;
    height: 80%;
    padding-top: 5rem;
    position: absolute;
    left: -20%;
    top: 0rem;
    z-index: -1;
    content: "";
    border-radius: 0 0 50% 50%;
}

.banner .swiper-slide a {
    display: block;
}

.banner .swiper-slide img {
    width: 100%;
    height: 7rem;
    display: block;
    border-radius: 6px;
}

.banner .swiper-pagination {
    text-align: right;
    padding-right: 1rem;
    box-sizing: border-box;
    bottom: 0px !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px !important;
}

/* 分类轮播 */
.scroll {
    position: relative;
    margin: 0 0.5rem;
    height: 3.5rem;
    overflow-y: hidden;
    overflow-x: scroll;
    /* box-shadow      : rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* background-color: #fce38a; */
    /* background-color: #8ac9fc; */
}

.scroll::-webkit-scrollbar {
    display: none;
}

.scroll .scrollBox {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    /* background-color: #fce38a; */
}

.scroll .manner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 0.2rem;
    padding: 0.2rem 0.1rem;
    min-width: 3rem;
    height: 100%;
    border-radius: 0.2rem;
    background-color: white;
}

.scroll .manner .manner-img {
    width: 2rem;
    height: 2rem;
    /* background-color: rgb(255, 145, 0); */
}

.manner-img img {
    width: 100%;
    height: 100%;
}

.scroll .manner .manner-name {
    font-size: 0.5rem;
    font-weight: 700;
    text-align: center;
    color: black;
    white-space: nowrap;
    /* background-color: pink; */
}

/* 跳转图 */
.sharebanner {
    font-size: 0.5rem;
    border-radius: 10px;
    overflow: hidden;
}

.sharebanner img {
    display: block;
    width: 100%;
}

.upgrade {
    position: fixed;
    left: 10%;
    width: 80%;
    top: 25%;
    z-index: 300;
}

.upgrade .img {
    display: block;
    width: 100%;
}

.upgrade .upradetext {
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0.8rem;
}

.upgrade .upradetext .title {
    font-size: 0.65rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
}

.upgrade .upradetext .con {
    font-size: 0.55rem;
    line-height: 1rem;
    color: #666;
}

.upgrade .upradetext .btn {
    display: flex;
    margin-top: 0.5rem;
}

.upgrade .upradetext .btn a {
    display: block;
    width: 50%;
    text-align: center;
    color: #333;
    border: 1px solid #ddd;
    font-size: 0.6rem;
    line-height: 1.5rem;
    border-radius: 6px;
    width: 100%;
}

.upgrade .upradetext .btn a:first-child {
    margin-right: 0.5rem;
}

.upgrade .upradetext .btn a.on {
    background: #3b81ee;
    color: #fff;
    border: 1px solid #3b81ee;
}

.jdbox {
    width: 100%;
    height: 3px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 5px;
}

.jdbox .tbox {
    width: 100%;
    height: 3px;
    background: #cdd4d9;
    border-radius: 5px;
}

.jdbox .tbox div {
    width: 0px;
    height: 3px;
    background: #f1c40f;
    text-align: right;
    color: #f1c40f;
    font-size: 0.5rem;
    border-radius: 5px;
    line-height: 1rem;
}