main {
    padding-bottom: 0.4rem;
}

.comItem {
    padding: 0.34rem;
    box-sizing: border-box;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    border-radius: 0.12rem;
    margin-top: 0.16rem;
}

    .comItem h1 {
        font-size: 0.32rem;
        margin-bottom: 0.24rem;
        line-height: 0.32rem;
        color: #303030;
    }

.statistics-tab {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .statistics-tab ul li:hover {
        background: #ff8b0d;
        color: #fff;
        border: 0.02rem solid #ff8b0d;
    }

    .statistics-tab ul li.on {
        background: #ff8b0d;
        border: 0.02rem solid #ff8b0d;
    }

    .statistics-tab ul li:first-child {
        border-radius: 0.12rem 0 0 0.12rem;
    }

    .statistics-tab ul li:last-child {
        border-radius: 0 0.12rem 0.12rem 0;
    }

    .statistics-tab ul li {
        float: left;
        border: 0.02rem solid #ff8b0d;
        height: 0.42rem;
        line-height: 0.42rem;
        width: auto;
        cursor: pointer;
        font-size: 0.24rem;
        box-sizing: border-box;
    }

        .statistics-tab ul li.on a {
            color: #fff;
        }

        .statistics-tab ul li a {
            color: #ff8b0d;
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 0 0.22rem;
            box-sizing: border-box;
        }

        .statistics-tab ul li.selected a,
        .statistics-tab ul li:hover a {
            color: #fff;
        }
/* 热搜榜 */
.slideBanner {
    width: 100%;
    margin-top: 0.4rem;
}

    .slideBanner .hd {
        display: flex;
        align-items: flex-start;
        position: relative;
    }

        .slideBanner .hd ul {
            display: flex;
            position: relative;
            padding-bottom: 0.18rem;
            height: 0.32rem;
        }

            .slideBanner .hd ul .line {
                display: inline-block;
                border-bottom: 0.02rem solid #c9c9c9;
                width: 100%;
            }

            .slideBanner .hd ul li {
                flex-shrink: 0;
                line-height: 0.32rem;
                font-size: 0.32rem;
                color: #333;
                font-weight: 400;
                padding: 0 0.34rem;
            }

                .slideBanner .hd ul li:first-child {
                    padding-left: 0;
                }

.weekList .hd ul li:first-child,
.monthList .hd ul li:first-child,
.priceList .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%;
    font-size: 0.28rem;
    color: #666666;
    border-top: none !important;
}

    .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;
    padding: 0 1.16rem 0 0.94rem;
    justify-content: space-between;
    background: #e6e6e6;
    height: 0.6rem;
}

.slideBanner .bd li .rank {
    display: inline-block;
    font-weight: 600;
    margin-right: 0.16rem;
    box-sizing: border-box;
    flex-shrink: 0;
    font-size: 0.28rem;
    width: 0.32rem;
    height: 0.35rem;
    line-height: 0.35rem;
    color: #888888;
    text-align: center;
}

.slideBanner .bd li .rank1 {
    color: #ff3900;
}

.slideBanner .bd li .rank2 {
    color: #ff8b0d;
}

.slideBanner .bd li .rank3 {
    color: #51dada;
}

.commonList .bd li .rank {
    background: url(../../../images/mobile/common/x_rank.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.commonList .bd li .rank1 {
    background: url(../../../images/mobile/common/x_rank1.png) no-repeat;
    background-size: 100% 100%;
}

.commonList .bd li .rank2 {
    background: url(../../../images/mobile/common/x_rank2.png) no-repeat;
    background-size: 100% 100%;
}

.commonList .bd li .rank3 {
    background: url(../../../images/mobile/common/x_rank3.png) no-repeat;
    background-size: 100% 100%;
}

.noRankBg .bd li .rank {
    background: none !important;
}

.noRankBg .bd li .rank {
    color: #888888;
    font-size: 0.24rem !important;
}

.noRankBg .bd li .rank1 {
    color: #ff3900;
}

.noRankBg .bd li .rank2 {
    color: #ff8b0d;
}

.noRankBg .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: 3.08rem;
        font-size: 0.28rem;
        color: #222;
    }

.slideBanner .bd li:hover a {
    color: #ff8b0d;
}

.slideBanner .bd li .drop {
    background: url(../../../images/mobile/common/icon_drop.png) no-repeat;
    background-size: 100% 100%;
    width: 0.1rem;
    height: 0.12rem;
    display: inline-block;
    margin-right: 0.14rem;
}

.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.04rem;
    margin-top: -0.14rem;
    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%;
        margin-right: 0.14rem;
    }

/* 推荐现货供应商 */
.suppliersList .hd ul li {
    font-weight: 600;
}

.suppliersList .bd .title .model {
    flex: 1;
}

.suppliersList .bd .title .brand,
.suppliersList .bd li .brand {
    width: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.suppliersList .bd .title .pack,
.suppliersList .bd li .pack {
    width: 1.46rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.suppliersList .bd .title {
    padding: 0 0.4rem 0 0.64rem;
}

.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_circulate.png) no-repeat;
    background-size: 100% 100%;
}

.suppliersList .bd li a p {
    width: 3.2rem;
}
/* 涨幅榜 */
.weekList .searchList::before {
    background: url(../../../images/mobile/common/icon_title_rank_week.png) no-repeat;
    background-size: 100% 100%;
}

.monthList .searchList::before {
    background: url(../../../images/mobile/common/icon_title_rank_month.png) no-repeat;
    background-size: 100% 100%;
}

.borderList .bd li {
    border-top: 0.01rem solid #e6e6e6 !important;
}

    .borderList .bd li:first-child {
        border-top: none !important;
    }

.growthList .bd li {
    padding: 0;
}

    .growthList .bd li:first-child {
        border-top: none;
    }

    .growthList .bd li > div {
        border: none;
        flex: 0;
    }

.growthList .bd ul {
    padding: 0 0.4rem;
    box-sizing: border-box;
}

.growthList .bd li a {
    display: flex;
    align-items: center;
}

    .growthList .bd li a:hover p {
        color: #ff8b0d;
    }

.growthList .bd li:last-child a {
    border-bottom: none;
}

.growthList .bd li a p {
    flex: 1;
    color: #444;
}

.growthList .bd .title2 {
    background-color: #fff;
    line-height: 0.32rem;
    margin-top: 0.42rem;
    padding: 0 0rem 0.18rem 0.44rem;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 0.28rem;
}

    .growthList .bd li a p,
    .growthList .bd .title2 .model {
        width: 2.82rem;
    }

    .growthList .bd .title2 .hot {
        width: 80px;
        padding-left: 0.1rem;
        box-sizing: border-box;
    }

    .growthList .bd .title2 .amplitude,
    .growthList .bd li > div.amplitude {
        flex: 1;
    }

.amplitude {
    display: flex;
    align-items: center;
}

    .amplitude i {
        display: inline-block;
        width: 0.3rem;
        height: 0.31rem;
    }

        .amplitude i.rise {
            background: url(../../../images/mobile/common/rise.png) no-repeat;
            background-size: 100% 100%;
        }

        .amplitude i.decline {
            background: url(../../../images/mobile/common/decline.png) no-repeat;
            background-size: 100% 100%;
        }

    .amplitude span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 1.12rem;
        display: inline-block;
        text-align: left;
        font-size: 0.24rem;
        color: #666666;
    }

.priceList .bd li {
    justify-content: space-between;
}

    .priceList .bd .title2 .amplitude,
    .priceList .bd li > div.amplitude {
        flex: inherit;
        width: 1.7rem;
    }
/* 品牌热搜榜 */
.brandHotList .searchList::before {
    background: url(../../../images/mobile/common/icon_title_hot_tag.png) no-repeat;
    background-size: 100% 100%;
}

.brandHotList .bd .title2 .model {
    flex: 1;
}

.slideBanner .bd .title1 {
    background-color: #fff;
    margin-bottom: 0.4rem;
    height: 0.32rem;
    margin-top: 0.42rem;
    padding: 0 0.4rem 0 0.9rem;
    justify-content: space-between;
    border-radius: 0.14rem 0.14rem 0px 0px;
    color: #999999;
    font-size: 0.28rem;
}

.brandHotList .bd .title1 .hot {
    width: 80px;
}

.brandHotList .bd li {
    margin-bottom: 0.3rem;
}

    .brandHotList .bd li:last-child {
        margin-bottom: 0.5rem;
    }

    .brandHotList .bd li > div {
        border-bottom: none;
        justify-content: space-between;
        flex: 1;
    }

    .brandHotList .bd li a {
        display: flex;
        align-items: center;
    }

    .brandHotList .bd li .logo {
        width: 1.9rem;
        height: 0.48rem;
        line-height: 0.48rem;
        border: 0.012rem solid #d9d9d9;
        object-fit: contain;
    }

.brandHotList .hd ul li {
    font-weight: 600;
}

/*  价格榜 */
.priceList .searchList::before {
    background: url(../../../images/mobile/common/icon_title_purse.png) no-repeat;
    background-size: 100% 100%;
}
/* 更多——子页面 */
.commonList {
    background-color: #fff;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    border: 0.01rem solid #f1f1f1;
    border-radius: 0.12rem;
    padding: 0.22rem 0.4rem 0;
    box-sizing: border-box;
    margin-top: 0.22rem;
}

    .commonList .hd ul {
        border-bottom: 0.04rem solid #c9c9c9;
        padding-bottom: 0rem;
        height: auto;
        position: relative;
        width: 100%;
    }

    .commonList .bd .title {
        background-color: #fff;
        border-bottom: 0.01rem solid #e6e6e6;
        height: auto;
        line-height: 0.32rem;
        margin-left: 0.28rem;
        width: auto;
        padding: 0;
        padding-bottom: 0.08rem;
        margin-top: 0.28rem;
    }

        .commonList .bd .title .model {
            width: 3.08rem;
        }

    .commonList .bd ul {
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .commonList .bd li {
        padding: 0;
    }

    .commonList .hd ul li:first-child {
        border-right: none;
        font-size: 0.32rem;
        color: #222222;
        padding: 0 0.12rem;
        border-bottom: 0.04rem solid #ff8b0d;
        padding-bottom: 0.15rem;
        position: relative;
        top: 0.04rem;
        font-weight: 600;
    }

.coreSuppliersList .bd li a {
    line-height: 1.08rem;
    height: 1.08rem;
}

.commonList .bd li .rank {
    font-size: 0.2rem;
}

.commonList .bd .title2 {
    margin-top: 0.28rem;
}

    .commonList .bd li a p,
    .commonList .bd .title2 .model {
        width: 2.74rem;
    }