/* .detail .s_header_company,.detail .s_header_nav{
	display: none;
} */
.z_detail_top{
    overflow: hidden;
}
.z_detail_top_content{
    width: 1230px;
    margin: 50px auto 0px;
    display: flex;
    justify-content: space-between;
}
.z_detail_top_left{
    width: 700px;
    height: 620px;
    background: #F3F4F6;
    position: relative;
}

/* swiper start */
.top_swiper{
    width: 500px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.top_swiper_li{
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_swiper_li img{
    max-width: 100%;
    max-height: 100%;
}
.top_swiper_btn{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 1px rgba(0,0,0,0.1);
}
.top_swiper_prev{
    top: 220px;
    left: 10px;
    background: url(../../img/gray_prev.png) no-repeat 50% 50% / 44px;
}
.top_swiper_next{
    top: 220px;
    right: 10px;
    background: url(../../img/gray_next.png) no-repeat 50% 50% / 44px;
}
.thumbs_swiper_div{
    width: 100%;
    height: 140px;
    background-color: #FFFFFF;
    position: relative;
    padding: 20px 0px;
    box-sizing: border-box;
}
.thumbs_swiper{
    width: 480px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.thumbs_swiper_li{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}
.thumbs_swiper_li.swiper-slide-thumb-active{
    border: 2px solid #13426B;
}

.thumbs_swiper_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbs_swiper_btn{
    position: absolute;
    width: 44px;
    height: 44px;
}
.thumbs_swiper_prev{
    top: 38px;
    left: 46px;
    background: url(../../img/gray_prev.png) no-repeat 50% 50% / 44px;
}
.thumbs_swiper_next{
    top: 38px;
    right: 46px;
    background: url(../../img/gray_next.png) no-repeat 50% 50% / 44px;
}
/* swiper end */

.z_detail_top_right{
    width: 500px;
    height: 565px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E3E3E3;
    padding: 20px 19px;
    box-sizing: border-box;
}
.z_detail_top_right_title{
    font-size: 20px;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 24px;
}
.z_detail_top_right_price_div{
    height: 90px;
    background: #F3F4F6;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 16px 0px 0px 20px;
    box-sizing: border-box;
}
.z_detail_top_right_price{
    color: #D80B18;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
}
.z_detail_top_right_price span{
    font-size: 16px;
    color: #6B7280;
    font-weight: 400;
}
.z_detail_top_right_type{
    line-height: 19px;
    color: #1F1F1F;
    font-size: 16px;
    margin-top: 6px;
}
.z_detail_top_right_detail{
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
    background: url(../../img/gray_right.png) no-repeat 100% 50% / 20px;
}
.z_detail_top_right_detail_div{
    margin-top: 12px;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
}
.z_detail_top_right_detail_div_left{
    width: 200px;
}
.z_detail_top_right_detail_div_left p{
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 10px;
    line-height: 17px;
}
.z_detail_top_right_detail_div_right{
    width: 260px;
}
.z_detail_top_right_detail_div_right p{
    font-size: 14px;
    color: #1F1F1F;
    margin-bottom: 10px;
    line-height: 17px;
}
.z_supplier_title{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 19px;
}
.z_supplier_div{
    margin-top: 10px;
    height: 80px;
    background: linear-gradient( 90deg, #D6E8F8 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}
.z_supplier_div_pic{
    width: 58px;
    height: 58px;
    background: #6B7280;
    border-radius: 6px;
}
.z_supplier_div_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.z_supplier_div_right{
    margin-left: 10px;
    width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.z_supplier_div_right_title{
    font-size: 14px;
    font-weight: bold;
    color: #13426B;
    line-height: 19px;
    text-decoration-line: underline;
}
.z_supplier_div_right_type{
    height: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 17px;
    font-size: 14px;
    color: #6B7280;
    margin-top: 10px;
}
.z_supplier_div_right_btns{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.z_supplier_div_right_btn{
    width: 220px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #1F1F1F;
}
.z_supplier_div_right_btn.active{
    background: #D80B18;
    border: 1px solid #D80B18;
    color: #FFFFFF;
}

.z_detail_center{
    background-color: #F3F4F6;
}
.z_detail_center_content{
    width: 1230px;
    overflow: hidden;
    margin: 0 auto;
}
.z_detail_center_title{
    margin-top: 20px;
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    color: #1F1F1F;
}
.z_detail_center_list{
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.z_detail_center_list_item{
    width: 180px;
    margin-right: 20px;
}
.z_detail_center_list_item:last-of-type{
    margin-right: 0px;
}
.z_detail_center_list_item_img{
    width: 180px;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
}
.z_detail_center_list_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.z_detail_center_list_item_name{
    line-height: 17px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #1F1F1F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;
}
.z_detail_center_list_item_price{
    line-height: 19px;
    font-size: 16px;
    color: #D80B18;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: 10px;
}
.z_detail_center_list_item_type{
    margin-top: 6px;
    font-size: 14px;
    line-height: 17px;
    color: #1F1F1F;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}