/*product content*/
.product_detail_body .product_content{
    max-width: 1420px;
    margin: 0 auto;
    padding-bottom: 70px;
}
/*head info*/
.product_detail_body .product_head{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
/*head left img*/
.product_detail_body .product_head .img_content{
    float: left;
    width: 38.7%;
}
.product_detail_body .img_content .swiper-big{
    position: unset;
}
.product_detail_body .img_content .swiper-big ul{
    width: 100%;
}
.product_detail_body .img_content .swiper-big .img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.product_detail_body .img_content .swiper-big .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.product_detail_body .img_content .swiper-small{
    margin-top: 10px;
}
.product_detail_body .img_content .swiper-small .small_item{
    /*width: 20% !important;*/
}
.product_detail_body .img_content .swiper-small .small_item img{
    width: 100%;
}
.product_detail_body .img_content .swiper-small .small_item {
    /*width: 25%;*/
    height: 100%;
    opacity: 0.4;
}
.product_detail_body .img_content .swiper-small .small_item .img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.product_detail_body .img_content .swiper-small .small_item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.product_detail_body .img_content .swiper-small .swiper-slide-thumb-active {
    opacity: 1;
}
/*head right info*/
.product_detail_body .product_head .product_base{
    float: right;
    width: 57.2%;
}
.product_detail_body .product_base .product_title{
    font-size: 22px;
    line-height: 40px;
    margin-top: 32px;
}
.product_detail_body .product_base .line{
    height: 1px;
    background-color: #D4AC6D;
    margin-top: 32px;
}
.product_detail_body .product_base .product_param .param_item{
    position: relative;
    font-size: 12px;
    margin-top: 20px;
}
.product_detail_body .product_base .product_param .param_item>div{
    margin-left: 100px;
}
.product_detail_body .product_base .product_param .param_item .param_label{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    text-align: right;
    display: inline-block;
}
.product_detail_body .product_base .product_param .describe{
    line-height: 18px;
}
.product_detail_body .product_base .product_param .describe_m{
    display: none;
}
.product_detail_body .product_base .product_param .param_item .describe_content{
    white-space: pre-line;
}
.product_detail_body .product_base .product_param .price{
    line-height: 24px;
}
.product_detail_body .product_base .product_param .param_item .price_content{
    font-size: 24px;
}
.product_detail_body .product_base .product_param .color{
    line-height: 30px;
}
.product_detail_body .product_base .product_param .param_item .color_content img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 5px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0);
}
.product_detail_body .product_base .product_param .param_item .color_content .color_active{
    border-color: #D4AB6C;
}
.product_detail_body .product_base .product_param .buy{
    line-height: 37px;
}
.product_detail_body .product_base .product_param .param_item .buy_content img{
    width: 125px;
    height: 37px;
    object-fit: cover;
    margin-right: 10px;
    cursor: pointer;
}
.product_detail_body .product_base .product_param .specification{
    line-height: 37px;
}
.product_detail_body .product_base .product_param .param_item .specification_content button{
    width: 130px;
    height: 35px;
    background-color: #000000;
    cursor: pointer;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
}
/*Product reviews*/
.product_detail_body .reviews{
    margin-top: 85px;
}
.product_detail_body .reviews .title{
    color: #D4AB6C;
    font-size: 22px;
    border: 1px solid #D4AB6C;
    padding-left: 27px;
    line-height: 48px;
}
.product_detail_body .reviews .reviews_list{
    position: relative;
}
.product_detail_body .reviews .reviews_list ul{
    display: inline-block;
    width: 100%;
}
.product_detail_body .reviews .reviews_list ul li{
    width: 33.3%;
    font-size: 12px;
    line-height: 20px;
    height: 370px;
}
.product_detail_body .reviews .reviews_list li .reviews_logo{
    width: 73%;
    margin: 30px auto 0 auto;
}
.product_detail_body .reviews .reviews_list li .reviews_logo>div{
    width: 50%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 16%;
    position: relative;
}
.product_detail_body .reviews .reviews_list li .reviews_logo>div img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.product_detail_body .reviews .reviews_list li .reviews_des{
    width: 73%;
    margin: 20px auto 0 auto;
    max-height: 100px;
}
.product_detail_body .reviews .reviews_list>p{
    text-align: center;
    position: absolute;
    bottom: 16px;
    width: 100%;
}
.product_detail_body .reviews .reviews_list>p button{
    width: 50px;
    height: 30px;
    background-color: #D4AB6C;
    color: #000;
    font-size: 20px;
    margin-right: 8px;
}
.product_detail_body .reviews .reviews_list>p .prevStop button{
    background-color: #535353;
}
.product_detail_body .reviews .reviews_list>p .nextStop button{
    background-color: #535353;
}
/*product detail*/
.product_detail_body .product_detail{
    margin-top: 58px;
}
.product_detail_body .product_detail .detail_small{
    display: flex;
}
.product_detail_body .product_detail .detail_small ul{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #D4AB6C;
    border-bottom: 1px solid #D4AB6C;
}
.product_detail_body .product_detail .detail_small li{
    float: left;
    width: calc((100% - 6px)/3) !important;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
}
.product_detail_body .product_detail .detail_small ul li:first-child{
    border-left: 1px solid #D4AB6C !important;
}
.product_detail_body .product_detail .detail_small ul li:last-child{
    border-right: 1px solid #D4AB6C !important;
}
.product_detail_body .product_detail .detail_small .swiper-slide-thumb-active{
    background-color: #000;
    border-left: 1px solid #D4AB6C;
    border-right: 1px solid #D4AB6C;
}
.product_detail_body .product_detail .detail_big{
    width: 100%;
    padding: 18px 0 50px 0;
}
.product_detail_body .product_detail .detail_big>ul>li>div{
    margin: 0 110px;
}
.product_detail_body .product_detail .detail_big>ul>li p{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
.product_detail_body .product_detail .detail_big>ul>li img{
    max-width: 100% !important;
    display: block;
}



/*手机版*/
@media(max-width:750px){
    /*product content*/
    .product_detail_body .product_content{
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    /*head info*/
    .product_detail_body .product_head{
        display: inline-block;
        width: 100%;
        margin-top: 13px;
    }
    /*head left img*/
    .product_detail_body .product_head .img_content{
        float: unset;
        width: 100%;
    }
    .product_detail_body .img_content .swiper-big{
        position: unset;
    }
    .product_detail_body .img_content .swiper-big ul{
        width: 100%;
    }
    .product_detail_body .img_content .swiper-small{
        margin-top: 8px;
    }
    /*head right info*/
    .product_detail_body .product_head .product_base{
        float: unset;
        width: auto;
        margin: 0 10px;
    }
    .product_detail_body .product_base .product_title{
        font-size: 15px;
        line-height: 19px;
        margin-top: 10px;
    }
    .product_detail_body .product_base .line{
        margin-top: 10px;
    }
    .product_detail_body .product_base .product_param .param_item{
        position: relative;
        font-size: 11px;
        margin-top: 14px;
    }
    .product_detail_body .product_base .product_param .param_item>div{
        margin-left: 85px;
    }
    .product_detail_body .product_base .product_param .param_item .param_label{
        position: absolute;
        left: 0;
        top: 0;
        width: 85px;
        text-align: right;
        display: inline-block;
    }
    .product_detail_body .product_base .product_param .describe{
        line-height: 15px;
    }
    .product_detail_body .product_base .product_param .describe_p{
        display: none;
    }
    .product_detail_body .product_base .product_param .describe_m{
        display: block;
    }
    .product_detail_body .product_base .product_param .price{
        line-height: 17px;
    }
    .product_detail_body .product_base .product_param .param_item .price_content{
        font-size: 15px;
    }
    .product_detail_body .product_base .product_param .color{
        line-height: 15px;
    }
    .product_detail_body .product_base .product_param .param_item .color_content img{
        width: 15px;
        height: 15px;
        object-fit: cover;
        margin-right: 3px;
        cursor: pointer;
    }
    .product_detail_body .product_base .product_param .buy{
        line-height: 19px;
    }
    .product_detail_body .product_base .product_param .param_item .buy_content img{
        width: 63px;
        height: 19px;
        margin-right: 5px;
    }
    .product_detail_body .product_base .product_param .specification{
        line-height: 19px;
    }
    .product_detail_body .product_base .product_param .param_item .specification_content button{
        width: 130px;
        height: 19px;
        cursor: pointer;
        font-size: 11px;
    }
    /*Product reviews*/
    .product_detail_body .reviews{
        margin: 20px 15px 0 15px;
    }
    .product_detail_body .reviews .title{
        font-size: 12px;
        padding-left: 14px;
        line-height: 23px;
    }
    .product_detail_body .reviews .reviews_list{
        position: relative;
    }
    .product_detail_body .reviews .reviews_list ul{
        display: inline-block;
        width: 100%;
        background-color: #242424;
    }
    .product_detail_body .reviews .reviews_list ul li{
        width: 100%;
        font-size: 11px;
        line-height: 15px;
        height: 220px;
    }
    .product_detail_body .reviews .reviews_list li .reviews_logo{
        width: 73%;
        margin: 15px auto 0 auto;
    }
    .product_detail_body .reviews .reviews_list li .reviews_des{
        width: auto;
        margin: 10px 10px 0 10px;
        max-height: 100px;
    }
    .product_detail_body .reviews .reviews_list>p{
        text-align: center;
        position: absolute;
        bottom: 16px;
        width: 100%;
    }
    .product_detail_body .reviews .reviews_list>p button{
        width: 38px;
        height: 23px;
        font-size: 18px;
        margin-right: 6px;
    }
    /*product detail*/
    .product_detail_body .product_detail{
        margin: 20px 15px 0 15px;
    }
    .product_detail_body .product_detail .hd{
        display: flex;
    }
    .product_detail_body .product_detail .hd li{
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
    .product_detail_body .product_detail .bd{
        padding: 15px 0 0 0;
    }
    .product_detail_body .product_detail .bd>div>ul>li p{
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 15px;
    }
}
