.container{
    max-width: 100%;
}
.product{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 0 122px;
    background: #fff;
    overflow: hidden;
}
.bread-crumb{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.bread-crumb a{
    cursor: pointer;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-right: 12px;
    white-space: nowrap;
}
.bread-crumb a i{
    margin-left: 12px;
    color: #999999;
    font-size: 12px;
}
.bread-crumb div{
    font-size: 14px;
    color: #000000;
}
.product-inner{
    position: relative;
}
.product-inner .row{
    margin-right: -15px;
    margin-left: -15px;
    width: unset;
}
.product-img{
    display: flex;
    padding-bottom: 15px;
    height: fit-content;
    position: relative;
}
.product-img-thumbs{
    height: 100%;
    overflow: hidden;
    width: 80px;
    position: absolute;
}
.product-img-thumbs .swiper-wrapper{
    flex-direction: column;
}
.product-img-thumbs .swiper-slide{
    width: 80px !important;
    height: 80px !important;
}
.product-img-thumbs img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 2px solid transparent;
    object-fit: contain;
}
.product-img-gallery img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-img-thumbs .swiper-slide-thumb-active img{
    border: 2px solid #E21818;
}
.product-img-gallery {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 14px;
    overflow: hidden;
    margin-left: 110px;
    position: relative;
}
.product-gallery-item{
    position: relative;
    width: 100%;
    height: 100%;
}
.product-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}
.product-img-gallery .save,.product-img-gallery .share{
    position: absolute;
    width: 46px;
    height: 46px;
    background: rgba(0,0,0,0.14);
    border-radius: 32px 32px 32px 32px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    line-height: 49px;
    bottom: 24px;
    z-index: 2;
}
.product-img-gallery .save .iconfont{
    font-size: 22px;
}
.save:hover em::before{
    content: "\e8f5";
}

.product-img-gallery .save{
    right: 87px;
}
.product-img-gallery .share{
    right: 29px;
}
.product-inner-right{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 14px 14px 14px 14px;
    padding: 24px;
    background: #fff;
    z-index: 3;
}
.product-inner .p-name{
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 24px;
}
.product-inner .p-tag{
    display: flex;
    flex-wrap: wrap;
}
.product-inner .p-tag div{
    height: 42px;
    background: #F5F5F5;
    border-radius: 21px 21px 21px 21px;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    line-height: 42px;
    margin-bottom: 24px;
    margin-right: 24px;
}
.product-inner .p-info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;
}
.product-inner .p-info .t1{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}
.product-inner .p-info .t2{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
}
.p-info-list .product-inner:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-inner .p-btn{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.product-inner .p-btn div{
    cursor: pointer;
    display: block;
    border-radius: 14px 14px 14px 14px;
    font-weight: 500;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    transition: all .3s;
}
.product-inner .p-btn .btn-r{
    background: #E21818;
    color: #fff;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.product-inner .p-btn .btn-o{
    margin-left: 24px;
    width: 198px;
    text-align: center;
    color: #333333;
    border: 1px solid #EEEEEE;
    flex-shrink: 0;
}
.product-inner .p-btn div:hover{
    background: rgba(226, 24, 24, 0.5);
    color: #fff;
}
.shop-card{
    background: #F5F5F5;
    border-radius: 14px 14px 14px 14px;
    padding: 24px;
}
.shop-card-top{
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 12px;
}
.shop-card-top .logo{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 24px;
    flex-shrink: 0;
}
.shop-card-info .name{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 12px;
}
.shop-card-info img{
    width: 34px;
    margin-right: 10px;
    object-fit: contain;
}
.shop-card-info .exhi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.shop-card-info .exhi img{
    width: 19px;
    height: 19px;
    background: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #BBBBBB;
    margin-right: 12px;
    object-fit: contain;
}
.shop-card-info .exhi div{
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    margin-bottom: 12px;
}
.shop-card-info .addr{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}
.shop-card .btn{
    margin-top: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}
.shop-card .btn i{
    font-size: 18px;
    margin-right: 8px;
    font-weight: bold;
}
.shop-card .btn:hover{
    transform: scale(1.02);
}
.shop-card .btn1{
    border: 1px solid #E21818;
    color: #E21818;
}
.shop-card .btn1 .el-iconfont{
    color: #E21818;
    font-size: 18px;
    margin-right: 8px;
}
.shop-card .btn2{
    color: #333333;
}
.shop-card .btn2 .el-iconfont{
    color: #333333;
    font-size: 18px;
    margin-right: 8px;
}
.product-other{
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #BBBBBB;
}
.product-other-menu{
    display: flex;
    padding-bottom: 24px;
}
.product-other-menu div{
    flex: 1;
    text-align: center;
    margin-right: 3px;
    padding: 24px 0;
    word-break: break-all;
    background: #FBFBFB;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all .3s;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.product-other-menu div:last-child{
    margin-right: 0;
}
.product-other-menu div:hover{
    background: #FFF6F6;
}
.product-other-menu .on{
    color: #E21818;
    background: #FFF6F6;
    border-color:  #E21818;
}
.product-other-page-part{
    display: none;
}
.product-other-page-part.on{
    display: block;
}
.product-other-title{
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 12px;
}
.product-other-text{
    font-size: 16px;
    color: #666666;
    line-height: 19px;
}
.similar-title{
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -28px;
    margin-top: 40px;
}
.similar-title a{
    font-size: 16px;
    color: #E21818;
    line-height: 19px;
    background: #F5F5F5;
    padding: 11px 26px;
    border-radius: 60px;
    cursor: pointer;
}
.product-attr-luck{
    height: 506px;
    position: relative;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
    border: 1px dashed #BBBBBB;
    padding: 0 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.luck-box{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEEEEE;
    background: rgba(245,245,245,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    z-index: 2;
}
.luck-box-center{
    margin: 0 30px;
    max-width: 378px;
    width: 100%;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
    border-radius: 14px 14px 14px 14px;
    text-align: center;
}
.luck-box-center .img{
    width: 62px;
    object-fit: contain;
    margin-bottom: 20px;
}
.luck-box-center .name{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 20px;
}
.luck-box-center .text{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 20px;
}
.luck-box-center .btn{
    text-align: center;
    cursor: pointer;
    height: 42px;
    background: #E21818;
    border-radius: 30px 30px 30px 30px;
    line-height: 42px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
}
.product-attr-info{
    margin: 39px 0;
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 38px;
}
.p-line{
    height: 1px;
    background: #EEEEEE;
    margin-top: 40px;
}
.attributes-table{
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
}
.attributes-table .lab,.attributes-table .val{
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    padding: 24px;
    font-size: 16px;
    line-height: 19px;
}
.attributes-table .lab{
    font-weight: 500;
    width: 260px;
    color: #333333;
}
.attributes-table .val{
    color: #666666;
    flex: 1;
    background: #FAFAFA;
}
.description-box .d-cont{
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
.description-box .d-cont *{
    max-width: 100%;
}
.description-box .d-btn{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #E21818;
    line-height: 32px;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 500;
}
.description-box .d-cont.height-limit{
    max-height: 200px;
    overflow: hidden;
}
.description-box .d-btn i{
    font-size: 10px;
    margin-left: 8px;
}
.description-box .d-btn.on i{
    transform: rotate(180deg);
}
.product-detail-goods-line{
    margin: 0 -10px;
}
.product-detail-goods-line .prod-col{
    padding: 0 10px;
    margin-bottom: 20px;
}
.product-detail-goods-line .prod-col .prod-img-wrap{
    aspect-ratio: 1;
    height: 100%;
    width: 100%;
}
.product-detail-goods-line .prod-btns .add-btn{
    width: 100% !important;
    margin-left: 0 !important;
    max-width: unset !important;
}
.product-detail-goods-line .prod-col:hover .add-btn{
    background: #E21818 !important;
    color: #fff !important;
}


@media (max-width: 992px) {

    .product-inner .p-name{
        margin-top: 30px;
    }
}
@media (max-width: 560px){
    .product-img{
        flex-direction: column-reverse;
    }
    .product-img-thumbs{
        margin-right: 0;
        height: unset;
        /*width: calc(100% - 30px);*/
        width: 100%;
    }
    .product-img-gallery{
        margin-left: 0;
        margin-bottom: 100px;
    }
    .product-img-thumbs .swiper-wrapper{
        flex-direction: unset;
    }
    .attributes-table .lab{
        font-weight: 500;
        width: 200px;
        color: #333333;
    }
}
