.product-item{
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 10px 10px 20px;
    border: 1px solid #F5F6FA;
    position: relative;
}
.product-item input[type="checkbox"]{
    display: none;
    position: absolute;
    left: -26px;
}
.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: cover;
    overflow: hidden;
}
.product-item  .tag{
    position: absolute;
    height: 22px;
    object-fit: contain;
    left: -4px;
    top: 0px;
}
.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
.product-item .main-img .save-btn:hover{
    background: var(--light-color);
    color: var(--base-color);
}
.product-item ._btm-info{
    padding: 20px 10px 0;
}
.product-item ._btm-info ._name{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    height: 22px;
    font-weight: bold;
}
.product-item ._btm-info ._desc{
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    height: 28px;
    margin-bottom: 10px;
}
.product-item ._btm-info ._shop {
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: space-between;
    margin-top: 12px;
}
.product-item ._btm-info ._shop i{
    flex-shrink: 0;
    font-size: 10px;
}
.product-item ._btm-info ._price{
    font-size: 14px;
    color: #CA252D;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
    margin-right: 20px;
    width: 100%;
}
.product-item ._btm-info ._from{
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}
.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: bold;
    text-align: center;
}
.product-item ._btm-info ._req-btn:hover{
    color: var(--base-color);
    background: var(--light-color);
}
.guess-link{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 200px;
    overflow: auto;
}
.guess-link a{
    display: flex;
    align-items: center;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #F5F6FA;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    gap: 7px;
}
.guess-link a i{
    color: #CA252D;
    font-size: 16px;
}
.guess-link a:hover{
    background: #CA252D;
    color: #fff;
}
.guess-link a:hover i{
    color: #fff;
}
.qr-box{
    background: #F5F6FA;
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #FFFFFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-box ._img{
    width: 100px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 15px 10px;
    margin-bottom: 20px;
}
.qr-box ._img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qr-box ._text{
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
}


.release{
     height: 168px;
    border-radius: 16px 16px 16px 16px;
    border: 3px solid #FFFFFF;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.release.releasebg1{
    background-image: url("../../imgs/common/release-bg1.png");
}
.release .text{
    margin-left: 60px;
    margin-top: 42px;
}

.release .text dt{
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 5px;
}
.release .text p{
    font-size: 14px;color: rgba(4,0,0,0.6);
    margin-bottom: 10px;
    line-height: 20px;
}
.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;
    margin-left: 60px;
}
.release .btn:hover{
    opacity: 0.8;
}
.release .btn.tougao{
    background: linear-gradient( 90deg, #026BFF 0%, #53DAFF 100%);
    margin-bottom: 31px;
}
.release .btn img{
    margin-right: 10px;
    width: 20px;
}

._right-form{
    margin-bottom: 25px;
}
._right-form ._form-text{
    font-size: 16px;
    color: #040000;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: center;
}
._right-form ._form-line{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
._right-form ._form-line input,
._right-form ._form-line select{
    flex: 1;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 15px;
    font-size: 14px;
}
._right-form ._form-line input::placeholder{
    color: #BBBBBB;
}
._right-form ._form-line select{
    flex: unset;
    appearance: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-image: url("../../imgs/base/icon-down.png");
}
._right-form ._form-submit{
    height: 40px;
    background: linear-gradient( 270deg, #FC573F 0%, #CA252D 100%);
    border-radius: 24px 24px 24px 24px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}
.adv-box{
    display: block;
    width: 100%;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}
.adv-box img{
    width: 100%;
    object-fit: contain;
}
.media-line{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.media-line ._item{
    text-align: center;
}
.media-line ._item img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    margin-bottom: 7px;
}
.media-line ._item div{
    font-size: 12px;
    color: #333333;
    line-height: 17px;
}
.news-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
}
.news-title ._more{
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 3px;
}
.news-title ._more i{
    font-size: 12px;
}


.shop-line{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.shop-line img{
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(0,0,0,0.05);
    object-fit: contain;
}
.shop-line ._center{
    width: calc(100% - 82px);
}
.shop-line ._title{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: bold;
}
.shop-line ._addr{
    display: flex;
    font-size: 12px;
    color: #333333;
    gap: 6px;
    align-items: center;
}
.shop-line ._addr i{
    color: #CA252D;
}
.shop-line .icon-jiantou-you{
    color: #999999;
    font-size: 14px;
}

._p-btns ._b4{
    background: #F5F6FA;
    color: #333333;
}
.shop-tags{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
}
.shop-tags .tag1{
    position: relative;
}
.shop-tags .tag1 img{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -3px;
}
.shop-tags .tag1 div{
    padding: 0 6px 0 16px;
    height: 20px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 9px;
}
.shop-tags .grade-zs div{
    background: linear-gradient( 270deg, rgba(116, 112, 240, 0.3) 0%, rgba(94, 209, 255, 0.3) 100%);
    color: #4C1269;
}
.shop-tags .grade-bj div{
    background: linear-gradient( 270deg, rgba(112, 157, 240, 0.3) 0%, rgba(135, 240, 229, 0.3) 100%);
    color: #122F69;
}
.shop-tags .grade-hj div{
    background: linear-gradient( 270deg, rgba(240, 163, 112, 0.3) 0%, rgba(255, 248, 94, 0.3) 100%);
    color: #693B12;
}
.product-checkbox:after{
    margin: 0;
}
.shop-tags .grade-zz div{
    background: linear-gradient( 270deg, #717171 0%, #E5E5E5 100%);
    color: #000;
}
.shop-tags .tag2{
    height: 22px;
    background: #FAE9EA;
    border-radius: 1000px 1000px 1000px 1000px;
    font-size: 12px;
    color: #CA252D;
    line-height: 11px;
    display: flex;
    align-items: center;
    padding-right: 4px;
}
.item-title ._text{
    font-size: 16px;
}
.shop-tags .tag2 div{
    width: 25px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-left: 0px;
    background-image: url("../../imgs/baseIcon/year_bg.png");
    background-size: contain;
}
.shop-tags .tag3{
    display: flex;
    align-items: center;
    height: 22px;
    background: linear-gradient( 90deg, rgba(80, 83, 255, 0.1) 0%, rgba(80, 153, 255, 0.1) 100%), #FFFFFF;
    border-radius: 1000px 1000px 1000px 1000px;
    padding: 0 5px;
}
.shop-tags .tag3 div{
    background: -webkit-linear-gradient(180deg, rgba(80, 83, 255, 1), rgba(80, 153, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shop-tags .tag3 img{
    width: 19px;
    object-fit: contain;
}
.shop-tags .tag4{
    font-size: 12px;
    color: #999999;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F5F6FA;
    line-height: 22px;
    padding: 0 4px;
}
._p-info{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    display: flex;
}
._p-info span{
    width: 110px;
    flex-shrink: 0;
    font-weight: normal;
}
.rightvideo ._p-info span{
    width: auto;}
.rightvideo .item-box{
    padding: 0;}
._p-btns{
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}
._p-btns ._b{
    display: flex;
    align-items: center;
    padding: 10px;
    flex: 1;
    height: 40px;
    border-radius: 40px;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    white-space: nowrap;
}
._p-btns ._b i{
    font-size: 20px;
}
._p-btns ._b1{
    color: #fff;
    background: #CA252D;
}
._p-btns ._b2{
    color: #CA252D;
    background: #FCF4F4;
}
._p-btns ._b3{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    color: #333333;
    width: 40px;
    flex: unset;
    overflow: hidden;
}
._p-btns ._b3:hover{
    background: #FCF4F4;
    color: #CA252D;
}
._p-btns ._b3 i{
    font-size: 24px;
}
._p-btns ._b3 i.icon-yishoucang{
    color: #CA252D;
}


@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;
    }
    .release .btn{
        margin: 0;
    }
    .container .col-3{
        width: 100%;}
    .container .col-9{
        width: 100%;}
}

@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;
    }

    .release .text{
        margin: 0;
    }

}

