.product_detail{
    padding-top: 0.45rem;
}
.product_detail .top .content{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.product_detail .top .content .left{
    max-width: 670px;
    width: 100%;
    margin-right: 0.6rem;
}
.swiper-button-next, .swiper-button-prev{
    width: 56px;
    height: 56px;
    background-color: rgba(50, 47, 46,0.3);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
}
.product_detail .top .content .left .swiper_small{
    position: relative;
}
.product_detail .top .content .left .swiper_small .swiper-small{
    width: 90%;
}

.swiper-button-prev-small, .swiper-button-next-small{
    height: 100%;
    width: 25px;
    top: 0;
    margin-top: 0;
    background-color: #f9f9f9;
}
.swiper_small .swiper-small .swiper-slide-thumb-active{
    border: 1px solid #322F2E;
}


.product_detail .top .content .right{
    max-width: 630px;
    width: 100%;
}
.product_detail .top .content .right h1{
    font-family: 'OpenSans';
    font-size: 28px;
    color: #322F2E;
    margin-bottom: 0.2rem;
}
.product_detail .top .content .right .line{
    width: 100%;
    border-bottom: 1px dotted #999;
    margin-bottom: 0.2rem;
}
.product_detail .top .content .right h3{
    font-size: 0.2rem;
    color: #322F2E;
    font-family: 'OpenSans';
    margin-bottom: 10px;
}
.product_detail .top .content .right ul{
    margin-bottom:10px;
}
.product_detail .top .content .right ul li{
    /* background-color: #FAFAFA; */
    padding: 10px 0;
    margin-bottom: 10px;
    display: flex;
}
.product_detail .top .content .right ul li .icon{
    margin-top: 3px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    flex-shrink: 0;
}
.product_detail .top .content .right ul li p{
    color: #322F2E;
    font-weight: 700;
    margin-top: 0;
     margin-bottom: 10px;
}
.product_detail .top .content .right ul li p span{
    color: #73706D;
    font-weight: 400;
    word-break: break-all;
}
.product_detail .top .content .right .table table{
    width: auto;
    margin-bottom: 20px;
}
.product_detail .top .content .right .table table td{
    padding: .2rem .3rem;
    font-family: 'OpenSans';
}
.product_detail .top .content .right .color{
    margin-bottom: 10px;
}
.product_detail .top .content .right .txt{
    color: #322F2E;

}
.product_detail .top .content .right .btn_share{
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.product_detail .top .content .right .btn_share .share{
    display: flex;
    margin-left: 0.6rem;
}
.product_detail .top .content .right .btn_share .share li{
    width: 36px;
    height: 36px;
    border-radius: 3px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.product_detail .top .content .right .btn_share .share li:nth-child(1){
    background-color: #39579A;
}
.product_detail .top .content .right .btn_share .share li:nth-child(2){
    background-color: #00A0EA;
}
.product_detail .top .content .right .btn_share .share li:nth-child(3){
    background-color: #E23E74;
}
.product_detail .swiper-detail .swiper-slide img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.product_detail .guarantee{
    padding: 0.5rem 0;
    background-color: #FAFAFA;
} 
.product_detail .guarantee .six_box{
    display: flex;
    justify-content: space-around;
}
.product_detail .guarantee .six_box .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.product_detail .guarantee .six_box .img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #322F2E;
    margin-bottom: 10px;
}
.product_detail .guarantee .six_box .img img{
    width: 28px;
}

.product_detail .datail{
    padding: 1rem 0;
}
.product_detail .datail .title{
    border-bottom: 1px solid #322F2E;
    margin-bottom: 0.3rem;
}
.product_detail .datail .title h2{
    text-align: center;
    font-size: 0.24rem;
    padding-bottom: 0.3rem;
    color: #322F2E;
    margin-bottom: 0;
}
.product_detail .datail .text{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #514F4E;
}
.product_detail .datail .text p{
    font-size: 16px;
    color: #514F4E;
    margin-bottom: 10px;
}
.product_detail .datail .text h3{
    font-size: 0.2rem;
    color: #514F4E;
    margin-bottom: 10px;
    font-family: 'OpenSans';
}
.product_detail .datail .text ul{
    margin-bottom: 0.3rem;
}
.product_detail .datail .text ul li{
    line-height: 24px;
}
.product_detail .datail .text table{
    margin-bottom: 0.2rem;
}
.product_detail .datail .text table td{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    text-align: center;
}
.product_detail .datail img{
    margin-bottom: 0.3rem;
}

.product_toggle-item{
    color: #514F4E;
}
.product_toggle-item p{
    font-size: 16px;
    color: #514F4E;
    margin-bottom: 10px;
}
.product_toggle-item h3{
    font-size: 0.2rem;
    color: #514F4E;
    margin-bottom: 10px;
    font-family: 'OpenSans';
}
.product_toggle-item ul{
    margin-bottom: 0.3rem;
}
.product_toggle-item ul li{
    line-height: 24px;
}
.product_toggle-item table{
    margin-bottom: 0.2rem;
}
.product_toggle-item table tr:nth-child(odd){
    background-color: #f0f0f0;
}
.product_toggle-item table td{
    border-width: 0;
    padding: 0.1rem 0.2rem;
}
.product_toggle-item table td:first-of-type{
    width: 33%;
}
.product_detail .datail img{
    margin-bottom: 0.3rem;
}



.product_detail .recommended{
    padding: 1rem 0;
    background-color: #FAFAFA;
} 
.product_detail .recommended .title h2{
    text-align: center;
}
.product_detail .recommended .cart{
    margin-bottom: 0.3rem;
}
.product_detail .recommended .cart{
    margin-bottom: 20px;
}
.product_detail .recommended .cart .top{
    position: relative;
    overflow: hidden;
}
.product_detail .recommended .cart .top img{
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
}
.product_detail .recommended .cart:hover .top img{
    transform: scale(1.1);
}
.product_detail .recommended .cart .top .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(50, 47, 46,0.15);
    content: '';
    transition: all 0.5s;
    opacity: 0;
}
.product_detail .recommended .cart:hover .top .mask{
    opacity: 1;
}
.product_detail .recommended .cart .btm{
    width: 100%;
}
.product_detail .recommended .cart .btm p{
    color: #514F4E;
    text-align: center;
}
.product_toggle .product_toggle-menu{
    position: relative;
    display: flex;
    justify-content: center;
}
.product_toggle{
    padding: 1rem 0;
}
.product_toggle .product_toggle-menu{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.product_toggle .product_toggle-menu li{
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #eee;
    color: #322F2E;
    cursor: pointer;
    transition: all 0.5s ease;
}
.product_toggle .product_toggle-menu li.active{
    color: white;
    background-color: #322F2E;
}
.product_toggle .product_toggle-content{
    margin-top: 40px;
}
.product_toggle .product_toggle-item{
    display: none;
}
.product_toggle .product_toggle-item.active{
    display: block;
    animation: fadeInDown 0.5s ease-out;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width:1500px) {
    .product_detail .top .content .left{
        max-width: 50%;
    }
    .product_detail .top .content .right{
        max-width: 48%;
    }

}

@media (max-width:767px) {
    .product_detail .top .content{
        flex-direction: column;
    }
    .product_detail .top .content .left{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 48px;
        height: 48px;
    }
    .product_detail .top .content .right{
        max-width: 100%;
    }
    .product_detail .guarantee .six_box{
        flex-wrap: wrap;
    }
    .product_detail .guarantee .six_box .box{
        width: 33.33%;
    }
    .product_detail .datail .title h2{
        font-size: 0.34rem;
    }
    .product_detail .datail .text h3{
        font-size: 0.32rem;
    }
    .product_detail .top .content .right h3{
        font-size: 0.32rem;
    }
    .product_toggle-item table td{
        padding: 0.1rem 0.1rem;
    }
}













