.product-page{
    background: #f5f5f5;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.like-product-line{
    /*background: #FFFFFF;*/
    border-radius: 14px 14px 14px 14px;
    padding: 20px 0;
}
.like-product-line .name{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 34px;
}
.error_form {
    width: auto;
    display: table;
    margin: 0 auto;
    min-height: 240px;
    text-align: center;
}
.error_img{
    width:300px;
    height: 244px;
}
.product-item{
    padding: 20px;
    background: #ffffff;
}
.product-line .row{
    margin: -10px;
}
.product-col{
    padding: 10px;
}

.product-item .main-img{
    aspect-ratio: 1;
    width: 100%;
    position: relative;
}
.product-item .main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item .main-img .tags{
    display: flex;
    position: absolute;
    left: 14px;
    top: 14px;
    flex-wrap: wrap;
}
.product-item .main-img .tags div{
    background: #F5F5F5;
    padding: 4px 8px;
    font-size: 14px;
    color: #333333;
    height: fit-content;
    line-height: 20px;
}
.product-item .info{
    padding-top: 10px;
}
.product-item .info .name{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: bold;
    height: 25px;
}
.product-item .info a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
}
.product-item .info .price{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.product-item .info .ask-btn{
    background: #F5F5F5;
    border-radius: 30px 30px 30px 30px;
    padding: 9px 18px;
    font-size: 16px;
    color: #ffa200;
    line-height: 22px;
    cursor: pointer;
    transition: all .3s;
}
.product-item .info .ask-btn:hover{
    background:#ffa200;
    color: #fff;
}
.card-col:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.img-collect {
    position: absolute;
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(40px);
}
.img-collect em {
    position: relative;
    font-size: 22px;
    z-index: 10;
}
.img-luck {
    display: block;
    position: absolute;
    z-index: 3;
    font-size: 30px;
    color: rgba(255, 255, 255, .8);
    line-height: 1;
    right: 10px;
    bottom: 10px;
}
.img-collect:hover em::before {
    content: "\e8f5";
}
.img-collect em.icon-yishoucang{
    color: #E21818;
}
.product-line .like-btn{
    width: 20px;
    height: 20px;
    background: url(../../img/new-supplier/like.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
.product-line .like-btn:hover,
.product-line .like-btn.on{
    background-image: url(../../img/new-supplier/likeon.svg);
}
@media (max-width: 992px) {
    .product-item .info .name{
        font-size: 14px;
        line-height: 16px;
        height: 32px;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }
    .product-item .info .price{
        font-size: 14px;
    }
    .crumbs_cont{
        padding: 10px;
    }
    .product-line  .product-title, .shop-card-title {
        font-size: 15px;
        line-height: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space:initial;
    }
    .product-line .col-xs-6{
        width: 100%;}
    .product-line  .main-img{
        width: 119px;
        height: 119px;
        float: left;
        margin-right: 10px;
        position: initial;
    }
    .product-line   .info  .price{
        font-size: 14px;
        color: #ffa200;
    }
    .img-collect{bottom: 10px;
        right: 10px;
        height: 36px;
        width: 36px;}
    .img-collect em{
        color: #333333;
        font-size: 16px;
    }
    .product-line .title .left{
        font-size: 20px;
    }

    .wap-like-product-line{
        border-radius: 14px 14px 14px 14px;
    }
    .wap-like-product-line .name{
        font-size: 24px;
        color: #333333;
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 34px;
    }

    .wap-product-list{
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .wap-product-list .product-item {
        flex: 1 1 calc(50% - 10px);
        min-width: 50%;
        transition: transform 0.3s ease;
        background: #f5f5f5;
        height: 200px;
        position: relative;
        padding: 20px;
    }

    .product-line  .main-img{
        width: 100%;
        max-height: 100%;
    }

    .product-line .like-btn{
        width: 15px;
        height: 15px;
        background: url(../../img/new-supplier/like.svg) center no-repeat;
        background-size: 100%;
        position: absolute;
        z-index: 2;
        right: 29px;
        bottom: 70px;
        cursor: pointer;
    }

    .wap-product-list .product-item .name{
        line-height: 0.32rem;
        height: 0.64rem;
        font-size: 12px;
        font-weight:unset;
        margin-top: 10px;
    }
    .wap-product-list .product-item .name a{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }

}
@media (max-width: 768px) {
    .product-line .info .ask-btn {
        position: absolute;
        padding: 0px 13px;
        font-size: 14px;
        background: #F5F5F5;
        border-radius: 33px 33px 33px 33px;
        color: #333333;
        width: auto;
        bottom: 10px;
        right: 66px;
        height: 36px;
        line-height: 36px;
    }
}
@media (max-width: 600px) {
    .product-item .info .price{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
