.category {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: #ffffff;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    border-radius: 0.12rem;
    opacity: 1;
    border: 0.01rem solid #f1f1f1;
    margin-top: 0.16rem;
    padding: 0.46rem 0 0.42rem 0;
}

    .category dl dt {
        text-align: center;
    }

        .category dl dt img {
            width: 0.8rem;
            height: 0.8rem;
        }

    .category dl dd {
        color: #333333;
        font-size: 0.26rem;
        line-height: 0.3rem;
        margin-top: 0.14rem;
    }

.sec-mainM {
    width: 100%;
    height: 2.66rem;
    overflow: hidden;
    position: relative;
    margin: 0.14rem 0 0rem 0;
    border-radius: 0.12rem;
}

    .sec-mainM .swiper-slide img {
        border-radius: 0.12rem;
        height: 100%;
        object-fit: cover;
    }

.swiper-pagination-bullet {
    background: rgba(255, 255, 255);
    opacity: 0.5;
    height: 0.12rem;
    width: 0.12rem;
}

.swiper-pagination-bullet-active {
    background: #ff8b0d;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullets {
    bottom: 0.16rem;
}

.sec-mainM .swiper-pagination-bullets {
    bottom: 0.16rem;
}

/* 热搜榜 */
.slideBanner {
    width: 100%;
    margin-top: 0.5rem;
}

    .slideBanner .hd {
        display: flex;
        align-items: flex-start;
    }

        .slideBanner .hd ul {
            display: flex;
            position: relative;
            padding-bottom: 0.32rem;
            height: 0.32rem;
        }

            .slideBanner .hd ul li {
                flex-shrink: 0;
                line-height: 0.32rem;
                font-size: 0.32rem;
                color: #333;
                font-weight: 600;
                padding: 0 0.34rem;
            }

                .slideBanner .hd ul li:first-child {
                    padding-left: 0;
                }

.hotList .hd ul li:first-child,
.latestInfo .hd ul li:first-child {
    border-right: 0.03rem solid #676767;
}

.slideBanner .hd ul li.on {
    color: #ff8b0d;
    font-weight: 600;
}

.slideBanner .bd ul {
    border: 0.01rem solid #f1f1f1;
    background: #ffffff;
    border-radius: 0.12rem;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
}

.slideBanner .bd li {
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    box-sizing: border-box;
    width: 100%;
}

    .slideBanner .bd li > div {
        display: flex;
        align-items: center;
        border-bottom: 0.01rem solid #e6e6e6;
        flex: 1;
    }

    .slideBanner .bd li:last-child > div {
        border-bottom: none;
    }

.slideBanner .bd .title {
    border-radius: 0.14rem 0.14rem 0px 0px;
    color: #444444;
    padding: 0 1.16rem 0 0.94rem;
    justify-content: space-between;
    background: #e6e6e6;
    height: 0.6rem;
    font-size: 0.28rem;
}

.slideBanner .bd li .rank {
    display: inline-block;
    color: #888888;
    font-weight: 600;
    margin-right: 12px;
    box-sizing: border-box;
    flex-shrink: 0;
    font-size: 0.28rem;
    width: 0.5rem;
    margin-right: 0.04rem;
}

.slideBanner .bd li .rank1 {
    color: #ff3900;
}

.slideBanner .bd li .rank2 {
    color: #ff8b0d;
}

.slideBanner .bd li .rank3 {
    color: #51dada;
}

.slideBanner .bd li a {
    height: 0.9rem;
    line-height: 0.9rem;
    flex: 1;
}

    .slideBanner .bd li a p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 4rem;
        font-size: 0.28rem;
        color: #222;
    }

.slideBanner .bd li:hover a {
    color: #ff8b0d;
}

.atar_Show {
    background: url(../../../images/mobile/common/fire.png);
    width: 80px;
    height: 16px;
    position: relative;
    background-size: contain;
}

    .atar_Show p {
        background: url(../../../images/mobile/common/fire_all.png);
        background-size: contain;
        left: 0;
        width: 80px;
        height: 16px;
    }

.slideBanner .searchList::before {
    width: 0.5rem;
    height: 0.5rem;
    content: ' ';
    display: inline-block;
    background: url(../../../images/mobile/common/icon_title_fire.png) no-repeat;
    margin-right: 0.12rem;
    margin-top: -0.16rem;
    background-size: 100% 100%;
}

.viewMore {
    font-size: 0.24rem;
    color: #676767;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .viewMore i {
        width: 0.1rem;
        height: 0.18rem;
        display: inline-block;
        background: url(../../../images/mobile/common/more.png) no-repeat;
        margin-left: 0.06rem;
        background-size: 100% 100%;
    }
/* 推荐现货供应商 */
.suppliersList .hd ul li.on,
.vipList .hd ul li.on {
    color: #333;
    border-right: none;
}

.suppliersList .searchList::before {
    background: url(../../../images/mobile/common/icon_title_zan.png) no-repeat;
    background-size: 100% 100%;
}

.suppliersList .bd ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.36rem 0.4rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.suppliersList1 .bd ul {
    padding: 0 0rem 0.4rem;
}

.suppliersList .bd ul li {
    width: 2.92rem;
    height: 2.32rem;
    margin-top: 0.4rem;
    padding: 0;
}

    .suppliersList .bd ul li a {
        height: auto;
        width: 50%;
    }

    .suppliersList .bd ul li > div {
        text-align: center;
        width: 2.92rem;
        height: 2.32rem;
        background: url(../../../images/mobile/page/index/spot_suppliers_bg.png) no-repeat;
        background-size: 100% 100%;
        border-bottom: none;
        box-sizing: border-box;
        align-items: flex-start;
    }

    .suppliersList .bd ul li img {
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 100%;
        border: 0.02rem solid #dddddd;
        margin-top: 0.18rem;
    }

    .suppliersList .bd ul li h3 {
        font-weight: 500;
        font-size: 0.2rem;
        line-height: 0.23rem;
        width: 88%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0.1rem auto 0.02rem;
        color: #222;
    }

    .suppliersList .bd ul li p {
        font-size: 0.16rem;
        line-height: 0.36rem;
        width: 88%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0 auto;
    }

    .suppliersList .bd ul li div:hover {
        background: url(../../../images/mobile/page/index/spot_suppliers_bg_hover.png) no-repeat;
        background-size: 100% 100%;
    }

        .suppliersList .bd ul li div:hover h3 {
            color: rgba(255, 255, 255);
        }

        .suppliersList .bd ul li div:hover p {
            color: rgba(255, 255, 255, 0.75);
        }
/* 最新信息 */
.latestInfo .searchList::before {
    background: url(../../../images/mobile/common/icon_title_chip.png) no-repeat;
    background-size: 100% 100%;
}

.latestInfo .bd ul li .model {
    width: 0.82rem;
    height: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
    color: #ff8b0d;
    font-size: 0.26rem;
    border: 0.02rem solid #ff8b0d;
    border-radius: 0.04rem;
    display: inline-block;
    margin-right: 0.18rem;
}

.latestInfo .bd li a {
    display: flex;
    line-height: 1rem;
    height: 1rem;
    align-items: center;
    border-bottom: 0.01rem solid #e6e6e6;
}

    .latestInfo .bd li a:hover p {
        color: #ff8b0d;
    }

.latestInfo .bd li:last-child a {
    border-bottom: none;
}

.latestInfo .bd li a p {
    flex: 1;
    color: #444;
}
/* VIP会员  */
.vipList .searchList::before {
    background: url(../../../images/mobile/common/icon_title_vip.png) no-repeat;
    background-size: 100% 100%;
}

.vipList .bd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.42rem 0.4rem;
    box-sizing: border-box;
}

    .vipList .bd ul li {
        width: 2.93rem;
        height: 2.93rem;
        padding: 0;
        margin-top: 0.4rem;
    }

        .vipList .bd ul li > div {
            text-align: center;
            width: 2.93rem;
            height: 2.93rem;
            background: url(../../../images/mobile/page/index/vip_bg.png) no-repeat;
            background-size: 100% 100%;
            box-sizing: border-box;
            align-items: flex-start;
            border-bottom: none;
        }

            .vipList .bd ul li > div:hover {
                background: url(../../../images/mobile/page/index/vip_bg_hover.png) no-repeat;
                background-size: 100% 100%;
            }

            .vipList .bd ul li > div img {
                width: 1.6rem;
                height: 1.6rem;
                border-radius: 1rem;
                border: 0.03rem solid #dddddd;
            }

            .vipList .bd ul li > div a {
                height: auto;
                margin-top: 0.44rem;
            }

            .vipList .bd ul li > div h3 {
                font-weight: 500;
                font-size: 0.2rem;
                line-height: 0.24rem;
                width: 82%;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                text-overflow: ellipsis;
                overflow: hidden;
                text-align: center;
                color: #222;
                margin: 0.14rem auto 0;
            }

            .vipList .bd ul li > div:hover h3 {
                color: rgba(255, 255, 255);
            }

.commonList {
    background-color: #fff;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    border: 0.01rem solid #f1f1f1;
    border-radius: 0.12rem;
    padding: 0.28rem 0.38rem 0;
    box-sizing: border-box;
    margin-top: 0.16rem;
}

    .commonList .hd ul {
        border-bottom: 0.02rem solid #c9c9c9;
        padding-bottom: 0rem;
        height: auto;
        position: relative;
        width: 100%;
    }

    .commonList .bd .title {
        background-color: #fff;
        border-bottom: 0.01rem solid #e6e6e6;
        height: 0.68rem;
        color: #999;
        margin-left: 0.5rem;
        width: auto;
        padding: 0;
    }

        .commonList .bd .title span:last-child {
            margin-right: 1.02rem;
        }

    .commonList .bd ul {
        border: none;
        box-shadow: none;
    }

    .commonList .bd li {
        padding: 0;
    }

    .commonList .hd ul li:first-child {
        border-right: none;
        font-size: 0.28rem;
        color: #676767;
        padding: 0 0.1rem;
        border-bottom: 0.02rem solid #ff8b0d;
        padding-bottom: 0.06rem;
        position: relative;
        top: 0.02rem;
    }

    .commonList .bd li a {
        line-height: 0.74rem;
        height: 0.74rem;
    }

    .commonList .bd li .rank {
        font-size: 0.24rem;
    }

.latestInfo1 {
    padding-bottom: 0.52rem;
}

    .latestInfo1 .bd li a {
        line-height: 0.94rem;
        height: 0.94rem;
    }

    .latestInfo1 .bd {
        margin-top: 0.2rem;
    }

        .latestInfo1 .bd li:last-child a {
            border-bottom: 0.01rem solid #e6e6e6;
        }

.vipList1 .bd {
    margin-top: 0.14rem;
}

    .vipList1 .bd ul {
        padding: 0 0rem 0.4rem;
    }

        .vipList1 .bd ul li {
            margin-top: 0.36rem;
        }

            .vipList1 .bd ul li,
            .vipList1 .bd ul li > div {
                height: 3.28rem;
            }

                .vipList1 .bd ul li > div a {
                    margin-top: 0.5rem;
                }

.vipList .bd ul li > div h3 {
    margin-top: 0.3rem;
}

@media (min-width: 375px) {
    .vipList1 .bd ul {
        justify-content: space-between;
    }
}

.ic-index {
    padding-left: 0.2rem;
    margin-top: 0.22rem;
}

    .ic-index h4 {
        line-height: 0.32rem;
        font-weight: 400;
        font-size: 0.24rem;
        color: #989898;
    }

    .ic-index p {
        margin-top: 0.16rem;
    }

        .ic-index p a {
            width: 0.5rem;
            height: 0.5rem;
            background: #ffffff;
            display: inline-block;
            line-height: 0.5rem;
            text-align: center;
            color: #676767;
            font-size: 0.24rem;
            margin: 0 0.1rem 0.1rem 0;
        }

            .ic-index p a.select {
                color: #ff8b0d;
            }

            .ic-index p a:hover {
                color: #ff8b0d;
            }