.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{
    height: 100%;}
.product_top .banner .banner-pagination{
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 9;
}


.supplier-item:hover ._top-info{
    background: #fff;
}





.product-item{
    display: block;
    background: #fff;
    border-radius: 16px;
    padding: 10px 10px 20px;
}
.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: 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: 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);
}
@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%;
    }
}
