﻿.inquiry_error {
    color: red;
    display: none;
}
.phone{
    display: none;
}
a {
    color: #666;
}
h1{
    font-size: 16px;
}
.wrap{
    max-width:1440px;
    min-width:320px;
    margin:0 auto;
}
.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, .3);
    opacity: 0
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
img{
    outline: none;
}

.all4-com-detail {
    background: #f3f3f3;
    font-size: 16px;
    font-family: Montserrat-Light;
}

.all4-com-detail * {
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 16px;
}

.text-hidden2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-hidden3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.all4-com-detail input,
.all4-com-detail textarea {
    border: none;
    outline: none;
    padding: 0;
}

.all4-breadbrumb{
    padding: 10px 0;
    background: #eee;
}
.all4-breadbrumb a{
    color: #169bd5;
}
.all4-breadbrumb span{
    color: #666;
}
.all4-detailbox{
    padding-top: 50px;
}
.all4-detailbox .wrap{
    display: flex;
}
.all4-detail-side{
    width: 300px;
}
.all4-detail-main{
    margin-left: 40px;
    flex: 1;
    min-width: 0;
}
.all4-inquiry{
    padding: 18px 20px 30px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px 
		rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
}
.all4-inquiry .inquiry-tit{
    font-size: 20px;
    color: #333;
    margin-bottom: 14px;
}
.all4-inquiry .input-box{
    position: relative;
    margin-bottom: 10px;
}
.all4-inquiry .sign{
    position: absolute;
    left: 10px;
    top:0;
    line-height: 40px;
    font-size: 14px;
    color: #ff0000;
}
.all4-inquiry .input-text{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 20px;
    background-color: #f2f2f2;
}
.all4-inquiry .textarea{
    width: 100%;
    height: 80px;
    padding: 10px 10px 0 20px;
    background-color: #f2f2f2;
}
.all4-inquiry input::placeholder,.all4-inquiry textarea::placeholder{
    font-family:  Arial, Helvetica, sans-serif,Montserrat-Light;
    color: #aaa;
}
.all4-inquiry .submit-btn{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #169bd5;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.all4-side-related{
    padding: 20px 20px 120px;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px 
    rgba(0, 0, 0, 0.35);
}
.all4-side-related .related-tit{
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
}
.all4-side-related ul{
    margin-bottom: 25px;
}
.all4-side-related ul li{
    margin-bottom: 15px;
}
.all4-side-related ul li:hover .pro-title{
    color: #169bd5;
}
.all4-side-related .item-img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 5px;
}
.all4-side-related .img-box{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all4-side-related .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.all4-side-related .pro-title{
    padding: 0 10px;
    color: #666;
}
.all4-side-related .btn-more{
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #169bd5;
    text-align: center;
    color: #fff;
}
.all4-detail-main{
    padding: 20px 20px 90px;
    background-color: #fff;
}
.product-box{
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e3e3e3;
}
.product-box .product-wrap{
}
.product-box .item-box{
    width: 400px;
    height: 400px;
    overflow: hidden;
    border: 1px solid #eeeff3;
    margin-bottom: 20px;
}
.product-box .img-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-box .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product-share ul{
    display: flex;
    justify-content: space-between;
}
.product-share ul li{
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.product-share ul li a{
    display: block;
    height: 100%;
    
}
.product-share .icon1{
    border: 1px solid #435f9f;
    background-image: url(../image/share_facebook.png);
}
.product-share .icon1:hover{
    background-image: url(../image/share_facebook_h.png);
    background-color: #435f9f;
}
.product-share .icon2{
    border: 1px solid #00aaf0;
    background-image: url(../image/share_twitter.png);
}
.product-share .icon2:hover{
    background-image: url(../image/share_twitter_h.png);
    background-color: #00aaf0;
}
.product-share .icon3{
    border: 1px solid #0b66c1;
    background-image: url(../image/share_in.png);
}
.product-share .icon3:hover{
    background-image: url(../image/share_in_h.png);
    background-color: #0b66c1;
}
.product-share .icon4{
    border: 1px solid #e4007f;
    background-image: url(../image/share_ins.png);
}
.product-share .icon4:hover{
    background-image: url(../image/share_ins_h.png);
    background-color: #e4007f;
}
.product-share .icon5{
    border: 1px solid #cb2027;
    background-image: url(../image/share_pinterest.png);
}
.product-share .icon5:hover{
    background-image: url(../image/share_pinterest_h.png);
    background-color: #cb2027;
}
.product-share ul li:hover .iconfont{
    transition: all .2s;
}
.product-box .product-info{
    flex: 1;
    margin-left: 20px;
    min-width: 0;
    padding-top: 5px;
}
.product-box .product-info h1{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.product-box .info-text{
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
}
.product-box .product-info dl{
    display: flex;
    margin-bottom: 10px;
}
.product-box .product-info dt{
    width: 135px;
    color: #222;
}
.product-box .product-info dd{
    flex: 1;
    min-width: 0;
    color: #666;
}
.product-box .price-box{
    padding: 15px 0;
}
.product-box .money{
    font-size: 24px;
    color: #169bd5;
    margin-bottom: 8px;
}
.product-box .order{

}
.product-box .btn-box{
    display: flex;
    align-items: center;
}
.product-box .contact-btn{
    display: block;
    width: 225px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #169bd5;
    color: #fff;
    border-radius: 10px;
    margin-right: 30px;
}
.product-box .next-btn{
    text-decoration: underline;
    color: #169bd5;
}
.product-detail{
    
}
.product-detail .detail-tit{
    padding: 45px 0 15px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 25px;
}
.product-detail .pro-title{
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
}
.pro-attr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.pro-attr dl{
    width: 40%;
    display: flex;
    color: #666;
    margin-bottom: 10px;
}
.pro-attr dd{
    margin-left: 5px;
    flex: 1;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}
.pro-pack{

}
.pro-pack dl{
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 10px;
}
.pro-pack dt{
    width: 160px;
}
.pro-pack dd{
    margin-left: 5px;
    flex: 1;
    color: #999;
}
.pro-pack .port-box{
    display: flex;
    align-items: center;
}
.pro-pack .picture-wrap{
    display: flex;
}
.pro-pack .picture-wrap .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 3px 5px;
}
.pro-pack .picture-wrap .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pro-pack .all-quantily-table{
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.pro-pack .all-quantily-table tr,.pro-pack .all-quantily-table td{
    border: 1px solid #e3e3e3;
}
.pro-pack .all-quantily-table th{
    font-weight: normal;
}
.pro-pack .all-quantily-table th,.pro-pack .all-quantily-table td{
    background: #f6f6f6;
    text-align: center;
    padding: 15px 20px;
}
.pro-pack .table-des{
    color: #999;
}
.pro-box{
    display: flex;
    flex-wrap: wrap;
}
.pro-box .img-box{
    margin-right: 12px;
}
.pro-box .img-box img{
    max-width: 100%;
}
.product-detail .text{
    margin-bottom: 30px;
}
.product-detail .down-box{
    display: flex;
    align-items: center;
}
.product-detail .down-box dd{
    display: flex;
}
.product-detail .down-box a{
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.product-detail .down-box .icon-pdf{
    background-image: url(https://bsg-s.nbxc.com/site_themes/common/auto_product/wp_04_blue/images/icon_pdf.png);
}
.product-detail .down-box .icon-zip{
    background-image: url(https://bsg-s.nbxc.com/site_themes/common/auto_product/wp_04_blue/images/icon_zip.png);
}
.product-detail .video-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 50px;
}
.product-detail .video-box .video{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.product-detail .review-box{
    margin-bottom: 50px;
}
.product-detail .review-box li{
    padding: 25px 0;
    border-bottom: 1px solid #e3e3e3;
}
.product-detail .review-text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product-detail .review-text p{
    flex: 1;
    min-width: 0;
    color: #666;
}
.product-detail .star-box{
    margin-left: 80px;
    width: 100px;
}
.product-detail .star-box img{
    display: inline-block;
}
.product-detail .review-name{
    padding: 0 20px;
    margin-bottom: 10px;
}
.product-detail .address{
    color: #666;
}
.abstract{
    padding: 20px;
    box-shadow: inset 0px 0px 6px 0px 
		rgba(0, 0, 0, 0.3);
    margin-bottom: 45px;
    color: #666;
}
.product-keywords{
    display: flex;
    margin-bottom: 80px;
}
.product-keywords span{
    color: #333;
    margin-right: 20px;
}
.keywords-box a{
    margin-right: 50px;
    text-decoration: underline;
    display: inline-block;
}
.keywords-box a:hover{
    color: #169bd5;
}
.product-recommend .recommend-tit{
    font-size: 24px;
    color: #333;
    margin-bottom: 25px
}
.swiper-recommend-box{
    position: relative;
}
.product-recommend .swiper-container{
    position: static;
}
.product-recommend .swiper-container .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.product-recommend .swiper-container .swiper-slide{
    padding: 10px 0;
    width: 19.6%;
    margin-right: 0.5%;
}
.product-recommend .swiper-container .swiper-slide:nth-child(4n){
    margin-right:0;
}

.product-recommend .swiper-button-next,
.product-recommend .swiper-button-prev {
    top: 34%;
    margin-top: 0;
}

.product-recommend .swiper-button-prev,
.product-recommend .swiper-container-rtl .swiper-button-next {
    left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #169bd5;
    text-align: center;
    background-image: none;
}

.product-recommend .swiper-button-next,
.product-recommend .swiper-container-rtl .swiper-button-prev {
    right: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #169bd5;
    text-align: center;
    background-image: none;
}
.product-recommend .iconfont{
    line-height: 24px;
    font-size: 20px;
    color: #fff;
}
.product-recommend .swiper-button-next.swiper-button-disabled, .product-recommend .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-color: #999;
    pointer-events:auto;
}
.product-recommend .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 10px;
}
.product-recommend .img-box a{
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product-recommend .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product-recommend .pro-title{
    font-size: 14px;
}
@media only screen and (max-width:1300px) {
    .product-box .item-box{
        width: 350px;
        height: 350px;
    }
}
@media only screen and (max-width:1200px) {
    .product-box .item-box{
        width: 300px;
        height: 300px;
    }
    .product-share ul li{
        width: 40px;
        height: 30px;
        line-height: 30px;
        background-size: 24px auto;
        image-rendering: -webkit-optimize-contrast;
    }
    .product-box .product-info{
        padding-top: 0;
    }
    .product-box .product-info h1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .product-box .money{
        font-size: 20px;
    }
    .product-box .contact-btn{
        width: 150px;
    }
    .product-box .contact-btn{
        margin-right: 10px;
    }
}

@media only screen and (max-width:1040px) {
    .all4-detailbox .wrap{
        flex-wrap: wrap;
    }
    .all4-detail-main,
    .all4-breadbrumb{
        width: 100%;
    }
    .product-recommend .swiper-container .swiper-slide{
        padding: 10px 0;
        width: 49%;
        margin-right: 2%;
    }
    .product-recommend .swiper-container .swiper-slide:nth-child(2n){
        margin-right:0;
    }
    .product-box{
        display: block;
    }
}