/* 数据列表页样式表 */
@media only screen and (max-width: 768px) {
    .classification-box {
        display: flex;
    }

    .classification-list-ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
    }

    .classification-list-ul li {
        float: none;
        text-align: center;
    }

    .nav_container {
        padding: 0 0rem !important;
    }

    .nav-logo img {
        width: 4rem;
        height: 4rem;
        border-radius: 2rem;
    }

    .classification-box {
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .data-list-box {
        padding-top: 4rem !important;
        overflow: hidden;
    }

    .classification-list-ul {
        width: 100% !important;
    }

    .nav-route {
        padding: 0 1rem;
        height: 3rem !important;
        line-height: 3rem !important;
        box-sizing: border-box;
    }

    .nav-route-box {
        height: 3rem !important;
        line-height: 3rem !important;
    }

    .nav-search-box,
    .nav_container {
        margin-top: 0 !important;
    }


    .nav-logo {
        width: 2rem;
        height: 6rem;
        flex: 0 1 6rem !important;
        display: block !important;
    }

    .nav-logo img {
        margin-top: 1rem !important;
    }

    .nav-box {
        flex-direction: row !important;
    }

    .header {
        padding: 0 0.5rem !important;
        box-sizing: border-box;
    }

    .data-list-ul{
        display: grid !important;
        grid-template-columns: repeat(auto-fill, 48%) !important;
        grid-gap: 0rem !important;
        justify-content: space-around !important;
    }

    .data-list-li{
        width: 100% !important;
        margin-right: 0rem !important;
        height: 32rem !important;
        margin-bottom: 1rem !important;
    }
    
    .data-list-li a{
        width: 100% !important;
        height: 32rem !important;
    }
    
    .data-list-li img{
        margin-bottom: 0 !important;
    }
    
    .data-list-new-price span{
        margin-top: 1rem !important;
    }

    .nav-search-box,
    .classification,
    .data-null,
    .recommend-title-box,
    .swiper-box,
    .nav_li_02 img {
        display: none !important;
    }
    
    .page-btn-box{
        margin-bottom: 7rem!important;
    }

}



/* 导航路径 */
.nav-route{
    width: 100%;
    height: 5rem;
    background-color: #f5f5f5;
}

.nav-route-box{
    height: 5rem;
    line-height: 5rem;
}

.nav-route-box a{
    color: #757575;
    font-size: 1.2rem;
}

.nav-route-box span{
    color: #757575;
}

.nav-route-box a:hover{
    color: #ff6700;
}

/* 分类 ：全部、新品、销量、价格  */
.classification-list-ul .active2{
    color: #ff6700;
}


.classification-box{
    width: 100%;
    height: 8.4rem;
}

.classification-list{
    height: 8.4rem;
}

.classification{
    width: 18rem;
    height: 8.4rem;
    line-height: 8.4rem;
    font-size: 1.4rem;
    color: #b0b0b0;
    float: left;
}

.classification-list-ul{
    width: 102rem;
    height: 8.4rem;
    float: right;
}

.classification-list-ul li{
    width: 14.8rem;
    line-height: 8.4rem;
    float: left;
}

.classification-list-ul a{
    color: #424242;
    font-size: 1.4rem;
    padding-right: 5.5rem;
    border-right: 0.1rem solid #e0e0e0;
}

.classification-list-ul .price-a{
    border-right:none;
}

.price-a .icon-shangjiantou{
    font-size: 1.6rem;
    color: #424242;
    /* 字体和图标对齐 */
    vertical-align: -0.1rem;
}

/* 数据列表 */

.data-list{
    /* opacity: 0; */
    display: none;
}

.data-null{
    width: 100%;
    height: 10rem;
    background-color: #f5f5f5;
}

.data-list-box{
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.data-list-ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.data-list-li {
    width: 28.95rem;
    height: 36rem;
    margin-right: 1.4rem;
    margin-bottom: 1.4rem;
    background-color: white;
}

.data-list-li-a{
    width: 28.95rem;
    height: 36rem;
}

.seat{
    width: 100%;
    background-color: #f5f5f5;
    height: 20rem;
    display: block;
}

/* .data-list-li:nth-child(4n){
    margin-right: 0;
} */

.data-list-li a{
    width: 28.95rem;
    height: 36rem;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 1.7rem;
    text-align: center;
    position: relative;
}

.data-list-li img{
    width: 18rem;
    height: 18rem;
    margin-bottom: 2rem;
}

.data-list-name{
    padding: 0 3.3rem;
    font-size: 1.4rem;
    color: #757575;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.data-list-old-price{
    font-size: 1.4rem;
    color: #757575;
    margin-top: 0.2rem;
}

.data-list-price-i01{
    color: #ff6700;
    text-decoration: line-through;
}

.yuan{
    color: #ff6700;
    text-decoration: line-through;
}

.data-list-price span:nth-child(2){
    margin-left: 2rem;
}

.data-list-num{
    font-size: 1.4rem;
    color: #757575;
    margin-top: 0.2rem;
}

.data-list-new-price span{
    color: #ff6700;
    font-size: 1.4rem;
    display: inline-block;
    width: 15rem;
    height: 2.8rem;
    line-height: 2.8rem;
    /* background-color: #ff6700; */
    border: 0.1rem solid #ff6700;
    margin-top: 3rem;
    box-sizing: border-box;
}



/* 分页按钮 */
.page-btn-box{
    height: 6rem;
    text-align: center;
    padding-top: 2.5rem;
    background-color: #f5f5f5;
}

.page-btn-box span{
    display: inline-block;
    width: 4.8rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    color: #b0b0b0;
    font-size: 1.8rem;
    margin: 0 0.5rem;
}

.page-btn-box span:hover{
    background-color: #b0b0b0;
    color: white;
    transition: all 0.2s linear;
}

.page-btn-box .icon-zuojiantou{
    vertical-align: -0.1rem;
    width: 4.8rem;
    height: 3rem;
    text-align: center;
    cursor: pointer;
    color: #b0b0b0;
    font-size: 1.8rem;
}

#prevBtn,#nextBtn{
    border: 0;
    outline: none;
    background-color: #f5f5f5;
    font-size: 2.2rem;
}

#prevBtn:hover{
    background-color: #b0b0b0;
    color: white;
    transition: all 0.2s linear;
}

#nextBtn:hover{
    background-color: #b0b0b0;
    color: white;
    transition: all 0.2s linear;
}

#nextBtn{
    transform: rotate(180deg);
    /* pointer-events: none; */
    
}

/* 页码高亮样式 */
.active{
    background-color: #757575;
    color: white;
}

/* 猜你喜欢 */

.recommend-title-box{
    padding-top: 12rem;
    width: 100%;
    background-color: #f5f5f5;
}

.recommend-title{
    position: relative;
    height: 5rem;
    font-size: 3rem;
    font-weight: 400;
    color: rgb(117, 117, 117);
    border-top: 0.1rem solid rgb(224, 224, 224);
}

.recommend-title span{
    position: absolute;
    display: inline-block;
    width: 47rem;
    height: 4rem;
    background-color: #f5f5f5;
    text-align: center;
    color: #757575;
    top: -2rem;
    left: 36rem;
}

/* 底部轮播图 */

.swiper-box{
    width: 100%;
    height: 40rem;
    background-color: #f5f5f5;
    /* margin-bottom: 10rem; */
}

.swiper-con{
    height: 30rem;
    /* background-color: pink; */
}

.swiper,.swiper-wrapper{
    width: 120rem;
    height: 30rem;
    --swiper-theme-color: #ff6700;
}

.swiper .swiper-slide{
    width: 23.4rem;
    height: 29.6rem;
    background-color: #f5f5f5;
}

.swiper-slide{
    background-color: white;
}

.Swiper-slide-a-box{
    display: inline-block;
    box-sizing: border-box;
    width: 22.8rem;
    height: 29.6rem;
    background-color: white;
    position: relative;
}

.Swiper-slide-a-box img{
    width: 14rem;
    height: 14rem;
    margin: 4rem 4.4rem 2rem;
}

.footerSwiperGoodsName,.footerSwiperGoodsPrice{
    width: 21.4rem;
    height: 1.8rem;
    margin: auto;
    text-align: center;
    font-size: 1.4rem;
    color: #333333;
    margin-bottom: 1rem;
}

.Swiper-slide-a-box .footerSwiperGoodsPrice{
    color: #ff6700;
}

.footerHeat{
    text-align: center;
    font-size: 1.4rem;
    color: #757575;
}

.buyGoods{
    width: 12rem;
    height: 2.5rem;
    border: 0.1rem solid #ff6700;
    margin: auto;
    text-align: center;
    line-height: 2.5rem;
    color: #ff6700;
    position: absolute;
    bottom: -33rem;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
}

.buyGoods:hover{
    color: white;
    background-color: #ff6700;
    transition: all 0.3s linear;
}
