
.detail{
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.detail-lunbo{
    width: 50%;
}
.detail-lunbo-imgboxre{
    overflow: hidden;
    position: relative;
}
.detail-lunbo-imgbox{
    display: flex;
    transition: 0.8s all;
}
.detail-lunbo-img img{
    width: 100%;
    object-fit: cover;
}
.detail-lunbo-collect{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.detail-lunbo-left{
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    width: 3rem;
    color: #000;
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translatey(-50%);
    z-index: 2;
}
.detail-lunbo-right{
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    width: 3rem;
    color: #000;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translatey(-50%);
    z-index: 2;
}

.detail-lunbo-bottom{
    width: 100%;
    display: flex;
    justify-content: center;
}
.detail-lunbo-bottomkg{
    border-bottom: 2px solid transparent;
    margin-left: 7px;
}
.detail-lunbo-bottomkg:hover{
    border-bottom: 2px solid #818181;
}
.detail-lunbo-bottomimg{
    width: 2.25rem;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 2px;
}
.detail-lunbo-bottomimg img{
    width: 100%;
}
.bottomkgavt{
    border-bottom: 2px solid #000;
}


.detail-product{
    width: 50%;
    box-sizing: border-box;
    padding: 12px;
}
.product-navigation {
    width: 100%;
    display: flex;
}
.product-navigation>a{
    color: #000;
    text-decoration: none;
}
.product-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    margin: 15px auto;
}
.product-price{
    font-size: 14px;
}
.product-price>span{
    font-size: 18px;
    font-weight: lighter;
}
.product-colour{
    margin: 15px auto;
}
.product-colour-tx{
    font-weight: bold;
}
.product-colour-tx>span{
    font-weight: lighter;
}
.product-colour-imgkg{
    display: flex;
}
.product-colour-imgq{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
.product-colour-imgq:hover{
    border: 1px solid #ccc;
}
.product-colour-img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
.product-colour-img img{
    width: 100%;
    object-fit: cover;
}
.imgqavt{
    border: 1px solid #000;
}
.product-size-tx{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product-size-tx1{
    font-weight: bold;
}
.product-size-tx1>span{
    font-weight: lighter;
}
.product-size-kg{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.product-size-kg>li{
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 15pxs;
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style-type: none;
    cursor: pointer;
}
.product-size-kg>li:hover{
    border: 1px solid #000;

}
.productsizeavt{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.product-buy{
    background: #fff;
    border: .0625rem solid #e6e6e6;
    border-radius: .25rem;
    color: #000;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.product-buy-tx1{
    border-bottom: .0625rem solid #e6e6e6;
    padding: .75rem .625rem;
}
.product-buy-tx11{
    font-size: 1.5rem;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.product-buy-tx11q{
    border: .0625rem solid #53565a;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 1rem;
    margin-right: .5rem;
    position: relative;
    top: .125rem;
    width: 1rem;
    background-color: #c8102e;
    border-color: #c8102e;
}

.product-buy-tx11q:after{
    background-color: unset;
    border: .125rem solid #fff;
    border-radius: 50%;
    bottom: 0;
    content: " ";
    height: .600rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: .600rem;
    display: block;
}
.product-buy-tx12{
    color: #53565a;
    display: inline-block;
    font-size: .9rem;
    line-height: 1.25rem;
    margin-left: 1.5rem;
}
.product-buy-tx2{
    width: 100%;
    border-bottom: .0625rem solid #e6e6e6;
    overflow: hidden;
}
.product-buy-tx21{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem .625rem;
}
.product-buy-tx2-left{
    font-size: 1.5rem;
}
.product-buy-tx2-left>svg{
    height: 1rem !important;
    margin-right: .5rem !important;
    width: 1rem !important;
}
.product-buy-tx2-right{
    height: 1rem;
    position: relative;
    width: 1rem;
    cursor: pointer;
}
.product-buy-tx2-right>svg{
    height: 1rem !important;
    margin-right: .5rem !important;
    width: 1rem !important;
    position: absolute;
    transition: transform .4s ease-in-out;
}
.product-buy-tx2-right>svg:first-child{
    transform: rotate(90deg);
}
.product-buy-tx22{
    width: 100%;
    height: 0px;
    box-sizing: border-box;
    padding: 0 1.625rem;    
    line-height: 1.25;
    transition: all .4s ease-in-out;
}
.product-buy-button{
    margin: .5rem .625rem;
    background-color: #c8102e;
    border-color: #c8102e;
    color: #fff;
    border-radius: .25rem;
    cursor: pointer;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
}

.product-buy-button:hover{
    background-color: #a00d25;
    border-color: #a00d25;
}
.product-buy-tx3{
    margin-bottom: 1.125rem;
    margin-top: .5rem;
    color: currentColor;
    cursor: pointer;
    padding-bottom: .25rem;
    text-align: center;
    
    position: static;
    text-decoration: underline;
    -webkit-text-decoration-color: #8d9196;
    text-decoration-color: #8d9196;
    text-decoration-thickness: .0625rem;
    text-underline-offset: .375rem;
}
.product-tx1{
    text-align: center;
    margin: 15px auto;
}
.product-tx1>svg:nth-child(1){
    height: .75rem;
    margin: 0 .3125rem;
    vertical-align: middle;
    width: 3.90625rem;
}
.product-tx1>svg:nth-child(2){
    height: .625rem;
    margin-left: .3125rem;
    vertical-align: initial;
    width: 2.8125rem;
}
.product-tx1>svg:nth-child(3){
    height: 1rem;
    width: 1rem;
    vertical-align: middle; 
}
.product-tx2{
    color: #53565a;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-top: .5rem;
    text-align: center;
}


.zhezhao {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 7;
    animation: zhezhao 0.5s;
    display: none;
}

@keyframes zhezhao {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cart {
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.3rem;
    z-index: 9;
    border-radius: 1px;
    animation: cart 0.6s;
    width: 925px;
    display: none;
}

@keyframes cart {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.cart-heard{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    border-bottom: .0625rem solid #e0e0e0;
    padding-bottom: 15px;
}
.cart-heard-left{
    font-size: 2.0625rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cart-heard-left>svg{
    height: 32;
    width: 32;
}
.cart-heard-left>span{
    font-size: 1.1875rem;
    font-weight: 500;
}
.cart-heard-right{
    width: 20px;
    object-fit: cover;
    cursor: pointer;
}


.cart-content{
    display: flex;
    justify-content: space-between;
}
.cart-content-left{
    width: 70%;
    box-sizing: border-box;
    border-right: .0625rem solid #e0e0e0;
    padding-right: 10px;
}
.cart-content-left-1{
    width: 100%;
    background-color: #fff7da;
    border: .0625rem solid #8a6c00;
    margin-bottom: .9375rem;
    font-size: 1.1875rem;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.cart-content-left-1>svg{
    color: #8a6c00;
    height: 1.5rem;
    margin: 0 .5rem;
    width: 1.5rem;
}
.cart-content-left-2{
    width: 100%;
    display: flex;
}
.cart-content-left-2-img{
    width: 30%;
}
.cart-content-left-2-img>img{
    width: 100%;
}
.cart-content-left-2-tx{
    line-height: 38px;
    margin-left: 20px;
}
.cart-content-left-2-tx>span:nth-child(1){
    font-size: 1.4375rem;
}
.cart-content-right{
    width: 30%;
    box-sizing: border-box;
    padding-left: 10px;
}
.cart-content-right-1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.cart-content-right-1>div:nth-child(1){
    font-weight: 500;
}
.cart-content-right-2{
    width: 100%;
    display: flex;
    justify-content: center;    
    background-color: #c8102e;
    border-color: #c8102e;
    color: #fff;
    border: .0625rem solid;
    border-radius: .25rem;
    padding: 1rem;
    font-weight: bold;
    cursor: pointer;
}
.cart-content-right-3{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
}
.cart-content-right-3>span{
    margin-right: 8px
}
.cart-content-right-3>svg{
    color: #c8102e;
    transition: margin-left .25s ease, margin-right .25s ease;
}
.cart-recommend{
    width: 100%;
}
.cart-recommend-title{
    font-size: 1.9rem;
    font-weight: bold;
    margin: 15px auto;
}
.cart-recommend-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cart-recommend-li{
    width: 180px;
    box-sizing: border-box;
    cursor: pointer;
}
.cart-recommend-li>img{
    width: 100%;
    object-fit: cover;
}
.cart-recommend-li>div{
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3;
}

.cart-recommend-li>div span{
    font-size: 1rem;
    font-weight: 300;
}


@media screen and (max-width:1100px) {
    .detail{
        max-width: 100%;
        flex-direction: column;
    }
    .detail-lunbo{
        width: 100%;
    }
    .detail-product{
        width: 100%;
    }
    .product-size-kg>li{
        margin-bottom: 15px;
    }
    .cart{
        width: 90%;
    }
    .cart-heard-left{
        font-size: 1rem;
    }
    .cart-heard-left>span{
        font-size: .9rem;
    }
    .cart-heard-left>svg{
        width: 15px;
    }
    .cart-heard-right{
        width: 17px;
    }
    .cart-heard{    
        padding-bottom: 8px;
        margin-bottom: 1rem;
    }
    .cart-content-left{
        width: 100%;
        border-right: none;
        padding-left: 0;
    }
    .cart-content-left-1{
        font-size: 15px;
        padding: 5px 0;
    }
    .cart-content-left-1>svg{
        width: 1rem;
    }
    .cart-content-left-2-tx{
        font-size: 15px;
        line-height: 26px;
        margin-left: 10px;
    }
    .cart-content-left-2-tx>span:nth-child(1){
        font-size: 17px;
    }
    .cart-content-left-2-img{
        width: 56%;
    }
    .cart-content-right-1{
        padding-bottom: 8px; 
        font-size: 15px;
    }
    .cart-content{
        flex-direction: column;
    }
    .cart-content-right{
        width: 100%;
        margin-top: 15px;
    }
    .cart-recommend{
        display: none;
    }
}