.shop-item{
    display: flex;
    align-items: center;
}
.shop-item-cont{
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #F5F6FA;
    padding: 20px;
    display: flex;
    gap: 30px;
    /*align-items: flex-end;*/
    width: calc(100% - 26px);
    height: 280px;
}
.shop-item-cont ._left{
    width: calc(100% - 476px);
    position: relative;
    min-height: 238px;
}
.shop-item-cont ._left .limit{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.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-pt div{
    background: linear-gradient( 270deg, rgba(113, 113, 113, 0.3) 0%, rgba(229, 229, 229, 0.3) 100%);
    color: #666666;
}
.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;
}
.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;
}
.shop-tags .tag2 div{
    width: 25px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}
.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;
    gap: 4px;
}
.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;
}
.shop-item-cont ._left ._info{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 10px;
    gap: 0 10px;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    z-index: 3;
    background: #fff;
}
/*.shop-item-cont ._left ._info:hover{*/
/*    background: #FFFFFF;*/
/*    border-radius: 16px 16px 16px 16px;*/
/*    border: 1px solid #CA252D;*/
/*    position: absolute;*/
/*    padding: 20px 20px 10px;*/
/*    top: 40px;*/
/*    left: -10px;*/
/*}*/
.shop-item-cont ._left ._info.info-hover{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #CA252D;
    position: absolute;
    padding: 20px 20px 10px;
    top: 40px;
    left: -10px;
}
.shop-item-cont ._left ._title.no-hover,
.shop-item-cont ._left ._info.no-hover{
    pointer-events: none;
}
.shop-item-cont ._left ._info ._label{
    /* width: 60px; */
    margin-bottom: 10px;
}
.shop-item-cont ._left ._info ._val{
    flex: 0 1 34%;
    margin-bottom: 10px;
}
.shop-item-cont ._left ._info ._h{
    display: none;
}
/*.shop-item-cont ._left ._info:hover ._h{*/
/*    display: flex;*/
/*}*/
/*.shop-item-cont ._left ._info:hover ._d{*/
/*    display: none;*/
/*}*/

.shop-item-cont ._left ._info.info-hover ._h{
    display: flex;
}
.shop-item-cont ._left ._info.info-hover ._d{
    display: none;
}
.shop-item-cont ._left ._btns{
    display: flex;
    gap: 15px;
    overflow: auto; -ms-overflow-style: none;  /* IE/Edge */
    scrollbar-width: none;     /* Firefox */
}
.shop-item-cont ._left ._btns ._b{
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #F5F6FA;
    border-radius: 100px;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
    gap: 6px;
    white-space: nowrap;
    font-weight: bold;
}
.shop-item-cont ._left ._btns ._b .iconfont.icon-yishoucang{
    color: #CA252D;
}
.shop-item-cont ._left ._btns ._b:hover{
    color: #CA252D;
    background: #FCF4F4;
}
.shop-item-cont ._right{
    width: 446px;
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.shop-item-cont .shop-goods{
    width: 142px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #F5F6FA;
    overflow: hidden;
    padding-bottom: 10px;
}
.shop-item-cont .shop-goods .main_img{
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 10px;
}
.shop-item-cont .shop-goods .main_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.shop-item-cont .shop-goods .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;
}
.shop-item-cont .shop-goods .main_img .save-btn:hover{
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
}
.shop-item-cont .shop-goods .main_img .icon-yishoucang{
    background: rgba(0, 0, 0, 0.7) !important;
}
.shop-item-cont .shop-goods ._goods_title{
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 4px;
    line-height: 20px;
    font-weight: bold;
}
.shop-item-cont .shop-goods ._price{
    font-size: 14px;
    color: #CA252D;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}
@media (max-width: 992px) {
    .shop-item-cont{
        flex-direction: column;
        height: unset;
        padding: 16px;
        gap: 16px;
    }
    .shop-item-cont ._left{
        width: 100%;
    }
    .shop-item-cont ._right{
        width: 100%;
        justify-content: center;
    }
    .shop-item-cont ._left ._btns{
        gap: 10px;
    }
    .shop-item-cont .shop-goods{
        max-width: calc((100% - 20px) / 3);
    }
    .shop-item-cont ._left ._info ._val{
        flex: 1 1 65%;
    }
    .shop-item-cont ._left ._btns ._b i{
        display: none;
    }
}
