body {
    background: #F6F6F6;
}


/* banner */
.banner {
    width: 7.5rem;
    height: 3.5rem;
    position: relative;
}

.bannerImg {
    width: 100%;
    display: block;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    font-size: 0.56rem;
}

.banner .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    background: rgba(255, 255, 255, 0.5);
}

.banner .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.classify {
    margin: 0.22rem 0;
    background: #FFFFFF;
    padding: 0.33rem 0.2rem 0;
}

.classify ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.classify ul li {
    width: 25%;
}

.classify ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333333;
    font-size: 0.26rem;
    margin-bottom: 0.35rem;
}

.classify ul li a img {
    width: 0.98rem;
    height: 0.98rem;
    margin-bottom: 0.18rem;
}

.classify ul li a p {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.subBan {
    padding: 0.13rem 0.2rem 0.17rem;
    background: #FFFFFF;
    margin-bottom: 0.22rem;
}

.subBan ul {
    display: flex;
    align-items: center;
}

.subBan ul li {
    flex: 1;
    margin-right: 0.14rem;
}

.subBan ul li:last-child {
    margin-right: 0;
}

.subBan ul li img {
    display: block;
    max-width: 100%;
    height: 2.12rem;
}

.hotSale {
    background: #FFFFFF;
    margin: 0.22rem 0;
}
.hotSale .hotSaleList{padding-bottom: .13rem;}
.hotSaleProName {
	padding: 0 .12rem;
	margin-bottom: 0;
}
.hotSaleItem{margin-bottom: .3rem;}

.comTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.15rem 0 0.2rem;
}

.comTitleBox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.36rem;
    color: #333333;
}

.comTitleBox img {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    margin-right: 0.1rem;
}

.seeMore {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 0.28rem;
}

.seeMore img {
    width: 0.3rem;
    height: 0.3rem;
}

.navList {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    font-size: 0.28rem;
    color: #666666;
    margin: 0.2rem auto;
}

.navList::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

.navItem {
    white-space: nowrap;
    padding: 0 0.2rem 0.24rem 0.2rem;
    margin: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    line-height: 1.14;
}

.navItem.on {
    color: #3D25EF;
    font-weight: bold;
    position: relative;
}

.navItem.on::after {
    content: "";
    width: 0.32rem;
    height: 0.06rem;
    background: #FCBB15;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.06rem;
}

.brand {
    padding: 0.36rem 0.21rem 0.31rem;
    background: linear-gradient(355deg, #566DF9 0%, #4417D5 100%);
}

.brand .comTitle {
    padding: 0;
}

.brand .comTitleBox,
.brand .seeMore {
    color: #FFFFFF;
}

.brandTop {
    margin-top: 0.32rem;
    margin-bottom: 0.18rem;
}

.brandTop img {
    width: 3.44rem;
    height: 1.56rem;
    display: block;
}

.brandBot img {
    width: 2.22rem;
    height: 2.46rem;
    display: block;
    margin-right: 0.2rem;
}
.brandBot img:nth-child(3){margin-right: 0;}
.subBanner {
    width: 100%;
    display: block;
    margin: 0.22rem 0;
}

.brandSwiperBox {
    margin: 0.2rem 0.14rem 0.3rem;
}

.changeBtn {
    width: 0.43rem;
    height: 0.8rem;
    display: block;
}

.brandSwiper {
    height: 0.8rem;
    flex: 1;
}

.brandSwiper .swiper-slide {
    height: 0.8rem;
    display: block;
}

.brandSwiper .swiper-slide img {
    width: 100%;
    display: block;
}

.changeBtn {
    outline: none;
}


/* 需求弹窗 */
.popup {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}

.popupCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 0.3rem;
    width: 6.54rem;
    padding: 0 0.54rem;
    padding-top: 0.7rem;
}

.popupTitle {
    color: #371FE6;
    font-size: 0.42rem;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 0.4rem;
}

.closeIcon {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}

.popupTitle img {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
}

.popupTitle p {
    margin: 0 0.5rem;
}

.demand ul li {
    margin-bottom: 0.18rem;
}

.demand ul li p {
    color: #371FE6;
    font-size: 0.32rem;
    margin-left: 0.24rem;
}

.demand ul li span {
    color: #483CE2;
    font-size: 0.32rem;
}

.subBtn {
    font-size: 0.28rem;
    color: #FFFFFF;
    width: 5.46rem;
    height: 0.74rem;
    background: #3D25EF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 0.7rem;
    border-radius: 0.04rem;
}

.downIcon {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
}

.inputBox {
    width: 5.46rem;
    height: .76rem;
    border: 1px solid #DBDBDB;
    opacity: 1;
    position: relative;
    border-radius: 0.04rem;
    font-size: 0;
    display: flex;
    align-items: center;
    margin-top: 0.16rem;
}

.popupList {
    position: absolute;
    right: 0;
    top: 0.76rem;
    background: #FFFFFF;
    width: 2rem;
    height: 2.1rem;
    overflow-y: scroll;
    z-index: 1000;
    color: #483CE2;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.26);
    display: none;
}

.popupSubItem {
    height: 0.7rem;
    color: #483CE2;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
}

.inputBox input {
    padding: 0 0.28rem;
    height: 0.76rem;
    box-sizing: border-box;
    flex: 1;
    background: transparent;
    outline: none;
}

