.product_top{
    border-radius: 16px 16px 16px 16px;background: #FFFFFF;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;

    display: flex;
    gap: 20px;
}

.product_top .banner{
    aspect-ratio: 875 / 302;
    flex: 1;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    position: relative;

}
.product_top .banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_top .banner .banner-pagination{
    position: absolute;
    bottom: 20px;
    z-index: 9;
    display: flex;
    left: 0;
    padding: 0 30px;
}
.product_top .banner .banner-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.5);
    border-radius: 100px 100px 100px 100px;
}
.product_top .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 12px;
    background: #fff;
}
.product_top .goods{
    border-radius: 16px 16px 16px 16px;
    padding: 10px;width: 265px;background: #F5F6FA;
    overflow: hidden;
    position:relative;
}
.product_top .goods .list{
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
}
.product_top .goods .list .item{
    aspect-ratio: 1;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    position: relative;
    overflow: hidden;
}
.product_top .goods .list .item .tpic{
    width: 100%;
    height: 100%;
}
.product_top .goods .list .item img{
    width: 100%;
    height: 100%;
}
.product_top .goods .list .item dt{
    font-size: 14px;
    color: #FFFFFF;
    background: #CA252D;
    border-radius: 4px 4px 4px 4px;
    padding:0 5px;height: 18px;
    line-height: 18px;
    max-width: 100px;
    position: absolute;
    bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(-50%, 0%);
    left: 50%;
}
.product_top .goods dt{
    font-size: 16px;
}
.page-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 20px;
    position: relative;
}
.cplb .item{

    width:100%;
}
.cplb{
    position: relative;
    margin-bottom: 50px;}
.cplb .list{
    display: flex;
    gap: 40px;
    flex-direction: column;
}
.cplb .btn:hover{
    color: #CA252D;
}
.cplb .item .tpic{
    padding: 0 20px;
}
.cplb .item .tpic i{
    width: 100%;
    aspect-ratio: 1;
    background: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 48px;
}
.cplb .item dt{text-align: center;font-size: 14px;color: #040000;}
.cplb .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    text-align: center;
    background: #fff;
    line-height: 46px;
    color: #999999;
    align-items: center;
    display: flex;
    z-index: 2;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.product-item{
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 10px 10px 20px;
    border: 1px solid #f5f6fa;
}
.product-item .main-img{
    position: relative;
    aspect-ratio: 1;
    width: 100%;
}
.product-item .main-img .img{
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    object-fit: contain;
}
.product-item .main-img .tag{
    position: absolute;
    width: 32px;
    object-fit: contain;
    left: 0;
    top: -5px;
}
.product-item .main-img .save-btn{
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.1);
    border-radius: 30px 30px 30px 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    backdrop-filter: blur(4px);
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}
.product-item .main-img .save-btn:hover{
    background: var(--light-color);
    color: #fff;
}
.product-item ._btm-info{
    padding: 20px 10px 0;
}
.product-item ._btm-info ._name{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    height: 44px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.product-item ._btm-info ._desc{
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    height: 17px;
    margin-bottom: 15px;
}
.product-item ._btm-info ._price{
    font-size: 14px;
    color: #CA252D;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item ._btm-info ._req-btn{
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    padding: 6px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
    font-weight: 600;
}
.product-item ._btm-info ._req-btn:hover{
    color: var(--base-color);
    background: var(--light-color);
}
.newproduct{
    background: #FFFFFF;border-radius: 16px 16px 16px 16px;
    padding: 20px;
    margin-bottom: 30px;
}
.newproduct dt{font-size: 30px;
    display: block;
    width: 100%;
    float: left;
}
.newproduct .product-item ._btm-info ._req-btn{
    width: 100%;
    text-align: center;
}
.supplier-item{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 10px;
    display: block;
}
.supplier-item ._top-info{
    background: #F5F6FA;
    padding: 20px 10px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.supplier-item:hover ._top-info{
    background: #fff;
}
.supplier-item ._top-info .rank{
    width: 80px;
    height: 40px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}
.supplier-item ._top-info .limit2{
    font-size: 16px;
    color: #040000;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    height: 44px;
}
.supplier-item ._top-info .tags{
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    gap: 10px;
}
.supplier-item ._top-info .tags::-webkit-scrollbar{
    display: none;
}
.supplier-item ._top-info .tags div{
    background: rgba(0,0,0,0.03);
    border-radius: 4px 4px 4px 4px;
    padding: 4px 8px;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    white-space: nowrap;
}
.supplier-item ._top-info .main-goods{
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-top: 10px;
}
.supplier-item ._top-info .main-goods .p-item{
    width: calc((100% - 10px) / 3);
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    max-width: 58px;
    min-width: 54px;
    overflow: hidden;
}
.supplier-item ._top-info .main-goods img{
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
}
.supplier-item ._btm-btn{
    display: flex;
    margin-top: 10px;
    gap: 10px;
}
.supplier-item ._btm-btn ._btn{
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    line-height: 32px;
    cursor: pointer;
    flex: 1;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.supplier-item ._btm-btn ._btn:hover{
    background: #FCF4F4;
    color: var(--base-color);
}
.supplier-item ._btm-btn ._btn2{
    flex: unset;
    width: 68px;
}
.supplier{
    margin-bottom: 30px;}

.release{
    padding: 42px 60px;
    background: #F5F6FA;
    border-radius: 16px 16px 16px 16px;
    border: 3px solid #FFFFFF;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;

}
.release.releasebg1{
    background-image: url("../../imgs/common/release-bg1.png");
}
.release .text{
}

.release .text dt{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;

}
.release .text p{
    font-size: 14px;color: rgba(4,0,0,0.6);
    margin-bottom: 10px;
}
.release .btn{
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: linear-gradient( 90deg, #E4101A 0%, #FF5375 100%);
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #FFFFFF;
    color: #fff;
    width: 130px;
    font-size: 14px;
    font-weight: bold;
}
.release .btn:hover{
    opacity: 0.9;
}
.release .btn:active{
    filter: brightness(0.9);
}
.release .btn img{
    margin-right: 10px;
    width: 20px;
}
.page-title div{
    font-weight: bold;
}
.page-title .more-btn{
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}
.page-title .more-btn i{
    /*margin-left: 5px;*/
}
.Purchase  .col .item{
    background: #FFFFFF;height: 261px;border-radius: 16px 16px 16px 16px;
}
.Purchase  .col .item ._req-btn{
    height: 32px;
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;cursor: pointer;
    margin-top: 15px;
    font-weight: 600;
}
.Purchase  .col .item ._req-btn:hover{
    color: #CA252D;background: #FCF4F4;
}

.Purchase .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    text-align: center;
    background: #fff;
    line-height: 46px;
    color: #999999;
    align-items: center;
    display: flex;
    z-index: 2;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}

.Purchase .btn.icon-fanye-zuo{
    left: -20px;
}
.Purchase .btn.icon-fanye-you{
    right: -20px;
}

.cplb .btn.icon-fanye-zuo{
    left: -20px;
}
.cplb .btn.icon-fanye-you{
    right: -20px;
}
.supplier-swiper-wrapper{
    position: relative;
    overflow: hidden;
}

.supplier .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    text-align: center;
    background: #fff;
    line-height: 46px;
    color: #999999;
    align-items: center;
    display: flex;
    z-index: 2;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.supplier .supplier-swiperbox{
    position: relative;
}
.supplier .btn.icon-fanye-zuo{
    left: -20px;
}
.supplier .btn.icon-fanye-you{
    right: -20px;
}
.sstages{
    padding: 20px;
    background: #fff;
    border-radius: 16px 16px 16px 16px;
    margin-bottom: 30px;
}
.sstages dt{
    font-size: 30px;color: #333333;
}
.sstages .list{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow: auto;
    max-height: 200px;
}
.sstages .list .item{
    border-radius: 8px 8px 8px 8px;border: 1px solid #F5F6FA;
    display: flex;font-size: 14px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 40px;color: #333333;
    line-height: 40px;
    cursor: pointer;
}
.sstages .list .item i{
    margin-right: 5px;
    color: #CA252D;
}
.sstages .list .item:hover{background: #CA252D;color: #fff}
.sstages .list .item:hover i{
    color: #fff;
}
.Solution .item{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}
.Solution .left{
    display: flex;
    gap: 20px;
    float: left;
    margin-right: 20px;
}
.Solution .left .item{
    width: 336px;
    aspect-ratio: 336 / 276;
    position: relative;
}
.Solution .left .item .tpic{
    width: 100%;
    height: calc(100% - 95px);
    overflow: hidden;
}
.Solution .left .item .tpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;}
.Solution .left .item .text{
    padding: 20px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;bottom: 0;
}
.Solution .left .item .dt{
    display: flex;font-size: 16px;color: #333333;
    margin-bottom: 10px;
    justify-content: space-between;
}
.Solution .left .item .dt span{
    color: #999999;
    font-size: 14px;
}
.Solution .left .item .dt span.title{
    font-size: 16px;
    color: #333;
    width: 226px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.Solution .left .item p{
    font-size: 14px;color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    display: none;
}
.Solution{
    margin-bottom: 30px;
    overflow: hidden;
}
.Solution .left .item .bottom{
    display: flex;justify-content: space-between;
}
.Solution .left .item .bottom .more-btn{
    background: #FCF4F4;border-radius: 30px 30px 30px 30px;height: 32px;
    padding: 0 20px;
    color: #CA252D;
    cursor: pointer;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    display: none;
}
.Solution .left .item:hover .more-btn{
    display: flex;
}
.Solution .left .item:hover p{
    display: block;
}
.Solution .right{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.Solution .right .item{
    background: #fff;
    padding: 15px 20px;
    display: flex;
}
.Solution .right .item .tpic{
    width: 176px;
    height: 99px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 14px;
    overflow: hidden;
}
.Solution .right .item .rtext{
    width: 258px;
    position: relative;
    height: 100%;
}
.Solution .right .item .rtext dt{
    width: 100%;
    font-size: 16px;color: #333333; white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.Solution .right .item .rtext .tags{
    display: flex;
    gap: 10px;
}
.Solution .right .item .rtext .tags .item{
    height: 25px;
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 25px;
    color: #333;
}
.Solution .right .item .rtext .bottom{position: absolute; bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
}
.Purchase .col{
    flex: none;
}
.Purchase .col .item{
    padding: 20px;}
.Solution .right .item .rtext .bottom .more-btn{
    display: flex;
    background: #F5F6FA;border-radius: 30px 30px 30px 30px;height: 32px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
.Purchase{
    margin: 30px 0;
}
.Purchase .col .item{
    position: relative;
}
.Purchase .col .item dt{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.Purchase .col .item .btnqx{
    background: linear-gradient( 270deg, rgba(199,157,255,0) 0%, rgba(255,133,135,0.1) 100%);height: 30px;border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;

}
.Purchase .col .item .btnqx i{
    font-size: 12px;color: #CA252D}
.Purchase .col .item p{
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 20px;
    margin-bottom: 5px;
}
.Purchase .col .item p i{
    font-size: 18px;
    margin-right: 5px;}
.Purchase .ewm{
    text-align: center;
}
.Purchase .col .item.ewm dt {
    font-size: 18px;
    text-align: center;
    color: #333333;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 20px;
}
.Purchase .col .item.ewm p{
    font-size: 14px;color: #333333;
    text-align: center;
    margin-bottom:00px;
    display: block;
    line-height: 25px;
}

.Purchase .ewm img{
    width: 80px;
    height: 80px;
    margin: 20px auto;
}

.recommend{
    margin-bottom: 30px;
}

.qyfc{
    overflow: hidden;
    margin-bottom: 30px;
}

.qyfc  .item {
    width: 100%;
    border-radius: 8px 8px 8px 8px;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.qyfc  .item .videobf{
    width: 57px;
    height: 57px;
    background: rgba(255,255,255,0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    backdrop-filter: blur(10px);
    cursor: pointer;
}
.qyfc  .item .videobf i{
    color: #fff;
    font-size: 22px;
}
.qyfc  .item .tpic{
    aspect-ratio: 285 / 160;
    cursor: pointer;
    position: relative;
}
.qyfc  .item .tpic img{
    width: 100%;
    height: 100%;}
.qyfc  .item .text{
    padding: 20px;
    background: #fff;
}
.qyfc  .item .text dt{
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 10px;
}
.qyfc  .item .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;color: #666666;
    line-height: 20px;
}
.qyfc .col-6 .item dt{
    height: 52px;white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
    padding: 0 15px;color: #333333;
    line-height: 52px;font-size: 16px;
    background: #fff;
}

.tjcp{
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 30px;
}

.tjcp .list .item{

    background: #fff;
    overflow: hidden;
    display: block;
    border-radius: 16px 16px 16px 16px;
}
.tjcp .list .swiper-slide{
    width: fit-content;
}
.tjcp .list .item .tpic{
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tjcp .list .item .tpic .rank{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tjcp .list .item dt{
    text-align: center;
    line-height: 42px;
    height: 42px;color: #333333;
    background: #fff;font-size: 16px;
    width: 200px;
}



.product_top .goods .goods-btn {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.05);
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    position: absolute;
    top: 10px;cursor: pointer;
}
.product_top .goods .goods-btn.icon-fanye-zuo{
    right: 42px;
}
.product_top .goods .goods-btn.icon-fanye-you{
    right: 10px;
}
.product_top .goods .goods-btn i{
    font-size: 7px;}
.product_top .goods .goods-btn:hover{
    background: #fff;
    color: #CA252D;
}
.goods-wrapper{
    margin-top: 10px; background: #fff;border-radius: 16px 16px 16px 16px;
    padding: 20px;
    height: 195px;
}
.product_top .goods-wrapper dt{
    line-height: 44px;

}
.product_top .goods-wrapper .text{
    font-size: 12px;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 17px;
    color: #7A7A7A;
}
.product_top .goods-wrapper .text .limit2{
    height: 34px;
}
.product_top .goods-wrapper .bot03{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.product_top .goods-wrapper .bot03 .btn{
    font-size: 14px;height: 32px;background: #F5F6FA;border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.product_top .goods-wrapper .bot03 .btn:nth-child(1){
    flex: 1;
}
.product_top .goods-wrapper .bot03 .btn:hover{
    background: #CA252D;
    color: #fff;
}
.product_top .cwgys{
    height: 35px;
    background: #CA252D;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.product_top .cwgys i{
    margin-right: 5px;}
.cplb .bd{
    overflow: hidden;}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-overlay .modal-content {
    position: relative;
    background: #000;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    max-height: 90%;
}
.modal-overlay .close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}
.modal-overlay .video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 宽高比 */
    position: relative;
}
.modal-overlay .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media (min-width: 992px) {
    .home-preferred ._tab div:hover{
        background: #FCF4F4;
        color: var(--base-color);
    }
    .home-preferred ._tab div:hover i{
        background: var(--base-color);
        color: #fff;
    }
}

@media (max-width: 992px) {

    .buy-box{
        flex-direction: column;
    }
    .buy-box .t2{
        line-height: 16px;
    }
    .buy-box ._right-form{
        width: 100%;
    }
    .contact-box{
        flex-direction: column;
    }
    .contact-box ._part3{
        width: 100%;
    }




    .tjcp{
        padding: 16px;
    }
    .product_top{
        flex-direction: column;
        background: none;
        padding: 0;
        margin: 0 auto;
        gap: 0;
    }
    .product_top .banner{
        width: 100%;
        height: unset;
        aspect-ratio: 351 / 121;
        gap: 16px;
        margin-bottom: 16px;
    }
    .product_top .goods{
        width: 100%;
        padding: 0;
    }
    .product_top .goods dt{
        font-size: 22px;
        font-weight: 700;
        width: calc(100% - 10px);
    }
    .product_top .goods .list{
        margin: 0 0 16px;
    }
    .page-title{
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 16px;
    }
    .newproduct{
        padding: 16px;
        margin-bottom: 16px;
    }
    .product-item ._btm-info{
        padding: 10px 0 0;
    }
    .product-item ._btm-info ._name{
        height: 22px;
        margin-bottom: 5px;
    }
    .product-item ._btm-info ._desc{
        margin: 0 0 10px;
    }
    .product-scroll-col .product-item ._btm-info{
        padding: 10px;
    }
    .product-scroll-col .product-item ._btm-info ._req-btn{
        margin-top: 5px;
        flex: 1;
        text-align: center;
    }
    .release{
        margin: 16px 0;
        padding: 45px 24px;
        background-size: cover;
    }
    .recommend,.supplier{
        margin-bottom: 16px;
    }
    .release .text dt{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 6px;
    }
    .release .text p{
        font-size: 12px;
        line-height: 17px;
    }
    .sstages{
        padding: 16px;
        margin-bottom: 16px;
    }
    .supplier-item ._top-info{
        padding: 10px;
    }
    .Purchase{
        margin: 16px 0;
    }
    .Solution .left .item .dt span.title {
        font-size: 16px;
    }
    .Solution .left .item .tpic{
        height: calc(100% - 87px);
    }
    .Purchase .btn{
        display: none;
    }
    .page-title .more-btn{
        font-size: 14px;
    }
    ::-webkit-scrollbar{
        width: 0;
        display: none;
    }
    .Solution{
        margin-bottom: 16px;
    }
    .Purchase .col .item p i{
        font-size: 16px;
    }
    .product_top .cwgys{
        display: none;
    }
    .goods-wrapper{
        margin: 0 0 16px;
    }
    .product_top .banner .banner-pagination{
        justify-content: center;
        bottom: 16px;
    }
    .product_top .banner .banner-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .product_top .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 8px;
    }
    .product-item{
        padding: 10px;
    }
    .cplb{
        margin-bottom: 32px;
    }
    .cplb .btn.icon-fanye-you{
        right: 0;
    }
    .cplb .btn.icon-fanye-zuo{
        left: 0;
    }
    .cplb .item .tpic i{
        font-size: 24px;
    }
    .cplb .list{
        gap: 20px;
    }
    .qyfc,.tjcp{
        margin-bottom: 16px;
    }
}
@media (max-width: 768px) {
    .goods-btn{
        position: absolute;

        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid #FFFFFF;
        font-size: 12px;
        color: #040000;
        text-align: center;
        line-height: 20px;
        z-index: 2;
    }
    .supplier-item ._top-info .main-goods .p-item{
        min-width: 36px;
        min-height: auto;
    }
    .release.releasebg1{
        background-image: url("../../imgs/common/waprelease-bg1.png");
    }
    .goods-btn:active{
        background: #fff;
        color: #CA252D;
    }
    .goods-btn.icon-fanye-zuo{
        right: 32px;
    }
    .goods-btn.icon-fanye-you{
        right: 0px;
    }
    .product_top{
        flex-wrap: wrap;
    }
    .product_top .goods .list .item dt{
        font-size: 12px;
    }
    .product_top .goods{
        width: 100%;
    }
    .supplier .btn{
        display: none;
    }
    .Solution .left{
        width: 100%;
        float: none;
    }
    .Solution .right{
        margin-top: 20px;}
    .Solution .left .item .text{
        padding: 10px;
    }
    .Solution .left .item .dt span.title{
        width: 110px;
    }
    .Purchase .col .item{
        height: auto;}
    .Solution .left .item .dt span i{
        font-size: 12px;
    }
    .Purchase .col .item p{
        font-size: 12px;
    }
    .Solution .left .item .dt span{
        font-size: 12px;
    }
    .product_top .goods .list .col-12{
        width: 50%;
    }
    .product_top .banner{
        width: 100%;}
    .preferred-list{
        flex-direction: column;
    }
    .preferred-adv{
        width: 100%;
    }
    .news-box .video-line{
        flex-direction: column;
    }
    .news-box .video-line ._left{
        position: relative;
        width: 100%;
        max-height: 298px;
    }
    .news-box .video-line ._right{
        width: 100%;
        margin: 0;
    }
    .service-item{
        padding: 20px;
    }
    .service-item ._name{
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
    .buy-box{
        padding: 20px;
    }
    .buy-box ._right-form{
        padding: 20px;
    }
    .buy-box ._right-form ._form-line{
        flex-wrap: wrap;
    }
    .buy-box ._right-form ._form-line select{
        width: 100%;
    }
    .product-item ._btm-info ._req-btn{
        padding: 6px 10px;
        font-size: 12px;
    }


}
.wap_header_auth{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 3;
    .header-search{
        display: flex;
        align-items: center;
        padding: 11px 12px;
        background: #fff;
        gap: 20px;
        .logo{
            margin: 0;
            height: 24px;
            width: auto;
        }
        .search-box{
            margin: 0;
            height: 32px;
            max-width: calc(100vw - 203px);
            input{
                width: 100%;
            }
        }
        .submit-btn{
            width: 28px;
        }
        .type-select ._label{
            font-size: 12px;
            padding: 0 12px;
            gap: 4px;
        }
        ._user{
            border-radius: 50%;
            width: 24px;
            height: 24px;
            cursor: pointer;
            flex-shrink: 0;
            img{
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        .wap-menu-toggle{
            width: 24px;
            height: 24px;
            cursor: pointer;
        }
        .supplier-item ._top-info .main-goods .p-item{
            width: 36px;
        }}
}
