#product-details{
    padding-top: 192px;
}
.product-background{
    width: 100%;
}
.product-background img{
    width: 100%;
    height: 100%;
}
.product-details-content{
    padding: 0 12.4%;
}
.module_content{
    padding: 20px;
}

.product_detail_wrap {
    overflow: hidden;
    width: 100%;
    display: flex;
    /* gap: 28px; */
}

.product_detail_left_content{
    width: 43.75%;
}
.detail_big_pic_content{
    border: 1px solid #eee;
    box-sizing: border-box;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
.detail_big_pic{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
    position: absolute;
    height: 100%;
    width: 100%;
}
.product_detail_left_content .detail_small_pic_wrap {
    margin-top: 14px;
    position: relative;
}
.product_detail_left_content .detail_inner_wrap {
    margin-right: 4.8%;
    position: relative;
    width: auto;
}
.jz_scroll_wrap{
    margin-left: -17px;
    margin-top: -17px;
    overflow: hidden;
}
.detail_small_pic_lists .detail_small_pic_list:first-child {
    margin: 0 0 .5px;
}
.jz_theme_border_color {
    border-color: #1e50ae;
}
.detail_small_pic_list {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-left: 3%;
    padding-bottom: 17.2%;
    padding-left: 17.2%;
    position: relative;
}


.jz_scroll_wrap .jz_scroll {
    -webkit-overflow-scrolling: touch;
    bottom: -17px;
    overflow-x: scroll;
    overflow-y: scroll;
    position: relative;
    right: -17px;
}
.position_center_middle {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.self_adaption_img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.product_detail_right_content{
    width: 56.25%;
}

.detail_pagination_wrap{
    margin-left: 10px;
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
}

.detail_pagination_wrap .pagePrev, .detail_pagination_wrap .pageNext {
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 80px;
}
.detail_title_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.detail_main_title{
    padding-right: 20px;
    font-size: 20px;
}
.detail_fnuc_wrap{
    border-left: 1px solid #f0f0f0;
    min-width: 120px;
    padding-left: 19px;
    text-align: left;
}
.detail_fnuc_box{
    position: relative;
    width: 40px;
    text-align: center;
}
.share{
    line-height: 25px;
}
.share-list{
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    max-width: 240px;
    padding: 15px;
    position: absolute;
    right: -10px;
    text-align: left;
    top: 35px;
    vertical-align: middle;
    white-space: normal;
    width: 256px;
    display: none;
    background-color: #fff;
}
.detail_fnuc_box:hover .share-list{
    display: block;
}
.share-list::before{
    background: #fff;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 48px;
    top: -4px;
    transform: rotate(45deg);
    width: 10px;
    z-index: 1;
}
.product_desc{
    margin-top: 20px;
    
}
.product_desc p{
    color: #666;
    line-height: 1.3em;
}
.product_btn{
    margin-top: 30px;
}
.sendInquiry{
    width: 200px;
    height: 42px;
    background-color: #1e50ae;
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}


/* 下面表格部分 */
.product_detail_table{
    margin-top: 80px;
}
.table-tab{
    border: 1px solid #F0F0F0;
    margin-bottom: 67px;
}
.tab-item{
    width: 160px;
    font-size: 15px;
    line-height: 54px;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    text-overflow: ellipsis;
    border-right: 1px solid #f0f0f0;
    color: #1e50ae;
    position: relative;
}
.table-tab .active::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #1e50ae;
}
.table-content{
    padding-bottom: 40px;
}
.table-content tbody td{
    padding: 0 10px;
    text-align: center;
}


/* 文字图片 */
.details-textAndImg p{
    line-height: 1.5;
}
.details-textAndImg p:not(:last-child){
    margin-bottom: 21px;
}
.img-box{
    margin-top: 48px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .jz_scroll_wrap {
        margin-left: 0;
        margin-top: 0;
        position: static;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .jz_scroll_wrap .jz_scroll {
        bottom: auto;
        position: static;
        right: auto;
    }
}