:root{
    --color-primary: #CA3525;
}
.like-product-line{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 20px;
    margin-top: 20px;
}
.like-product-line .name{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 34px;
}
.product-item{

}
.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 .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: #E21818;
    line-height: 22px;
    cursor: pointer;
    transition: all .3s;
}
.product-item .info .ask-btn:hover{
    background:#E21818;
    color: #fff;
}
.card-col:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.zhixiao .like-product-line .name{
    font-size: 18px;}

.zhixiao .product-col:hover .shop-hover-box{
    display: block;}
.zhixiao  .product-col{overflow: hidden}
@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;
    }

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

    .shop-card .info {
        height: 128px;
        margin-bottom: 15px;
    }

    .shop-card-title {
        height: 32px;
    }

    .product-line  .product-price .price {
        font-size: 15px;
    }

    .shop-card-bottom .left,
    .shop-card-bottom .left i,
    .shop-card-year,
    .shop-card-year i,
    .shop-card-tags div {
        font-size: 12px;
    }

    .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{
        color: #E21818;
    }
    .img-collect{bottom: 10px;
        right: 10px;
        height: 36px;
        width: 36px;}
    .img-collect em{
        color: #333333;
        font-size: 16px;
    }
    .img-collect em.icon-yishoucang{
        color: #E21818;
    }
    .product-line .title .left{
        font-size: 20px;}
    .show-more-btn{
        font-size: 13px;
    }
    .page-title .left{
        font-size: 20px;
    }
    .shop-row .col-xs-6{
        width: 100%;}
    .shop-card-img{
        aspect-ratio: 126 / 113;
        width: 126px;
        height: 113px;
        float: left;
        margin-right: 10px;
    }
    .shop-card .logo{
        width: 44px;
        height: 44px;
        position: absolute;
        left: 38px;
        margin: 0;
        bottom: 68px;
    }

}

@media (max-width: 768px) {

    .recommend-search {
        display: none;
    }

    .header-search__tips {
        /*display: none !important;*/
    }

    .purchase-card {
        width: 100%;
        max-width: 100%
    }

    .purchase-card .timebox .info {
        display: block;
    }

    .exhi-item {
        padding-bottom: 10px;
    }

    .exhi-item .name {
        padding: 10px;
        font-size: 16px;
    }

    .exhi-item .time {
        padding: 0 10px;
        font-size: 12px;
    }
    .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) {
    .zhixiao .product-col:hover .shop-hover-box{
        display: none;}
    .product-item .info .price{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
