body{
    /*font-family:Times New Roman；*/
}
.tab--content{
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
    .product--image .image--element img {
        padding: 15px 15px 15px 8px !important;
        /* padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem; */
    }
}

@media screen and (max-width: 47em) {
    .slider-em .slider--em--border{
        top:1.4rem;
    }
}

/*tab-bar高度预留，如添加电话号码则删除*/
.header-main .top-bar{
    padding:12px;
}

/* 1029新增详情样式限制 */
.tab--container .tab--header a{
    width: 140px;
    display: inline-block;
}
.image--element{
    overflow: hidden;
}

/*侧边栏*/
.fill-body{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}

.cbxs{
    position: absolute;
    right: 10px;
    top: 1px;
    cursor: pointer;
    padding: 12px;
    -webkit-tap-highlight-color: transparent;
}


@media screen and (min-width: 47.875em) {
  .fill-body{
      display: none;
  }
}
@media screen and (max-width: 47.875em) {
    #meun{
        display: block;
    }
}

/*产品放大镜照片*/
.box{
    width:500px;
    margin-left: 30px
}
.tb-pic a{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}
.tb-pic a img{
    /* vertical-align:middle; */
    width: 100%
}
.tb-thumb{
    margin:20px 0 0;
    overflow:hidden;
}
.tb-thumb li{
    background:none repeat scroll 0 0 transparent;
    width: 70px;
    height: 70px;
    float:left;
    margin:0 6px 0 0;
    overflow:hidden;
}
.tb-s310, .tb-s310 a{
    /*width:500px;*/
    width:600px;
    /*height:419px;*/
}

.tb-s40, .tb-s40 a{
    height:70px;
    width:70px;}
.tb-booth{
    border:1px solid #CDCDCD;
    position:relative;
    z-index:1;}
.tb-thumb .tb-selected{
    /*width: 70px;*/
    /*height: 70px;*/
    box-sizing: border-box;
    border: 2px solid #1d563e;

}
.tb-thumb .tb-selected div{
    background-color:#FFFFFF;
    border:medium none;
}
.tb-thumb li div{
    border:1px solid #CDCDCD;
}

.zoomDiv{
    z-index:999;
    position:absolute;
    top:0;
    left:0;
    width:500px;
    height:500px;
    background:#ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align:center;
    overflow:hidden;}
.zoomMask{
    position:absolute;
    background:url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor:move;
    z-index:1;}


/*360度产品旋转*/
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 520px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 20px 40px #888888;
    margin: 30px auto;
    z-index: 9999999;
    display: none;
}

.gb, .popup_gb{
    position: relative;
}
.gb img{
    width: 24px;
    position: absolute;
    top: 28px;
    right: 30px;
    cursor: pointer;
}
.popup_gb img{
    width: 24px;
    position: absolute;
    top: 28px;
    right: 30px;
    cursor: pointer;
}

#product{
    margin: 20px auto;
}
#product img{
    /*width: 100%;*/
    height: 100%;
}
div .preload_img{
    width: 0;
}


/*视频*/
.video-pro{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url("../images/small/video3.jpg") no-repeat center !important;
}
.video-pro1{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url("../images/small/video1.jpg") no-repeat center !important;
}
.video-pro2{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url("../images/small/video2.jpg") no-repeat center !important;
}

.video-show1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 450px;
    /*overflow: hidden;*/
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 20px 40px #888888;
    margin: 30px auto;
    z-index: 9999999;
    display: none;
}

.video-show1 .video video{
    width: 100%;
    border-radius: 30px;
}

.gb-video{
    position: relative;
}
.gb-video img{
    width: 24px;
    position: absolute;
    top: 4px;
    right: -42px;
    cursor: pointer;
}

.video-show2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 450px;
    /*overflow: hidden;*/
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 20px 40px #888888;
    margin: 30px auto;
    z-index: 9999999;
    display: none;
}

.video-show2 .video video{
    width: 100%;
    border-radius: 30px;
}

.gb-video2{
    position: relative;
}
.gb-video2 img{
    width: 24px;
    position: absolute;
    top: 4px;
    right: -42px;
    cursor: pointer;
}

/*产品详情线条文字*/
.infoBlock{
    position: absolute;
    left: 45rem;
    top: -26px;
}
@media screen and (max-width: 53em) {
    .infoBlock{
        position: unset;
        left: 34rem;
        top: 0;
    }
}


/*详情描述描边样式*/
.details-border{
    /*border-left: 1px solid #dddddd;*/
    /*border-top: 1px solid #dddddd;*/
    margin-top: 10px;
}

.describe-border{
    border: 1px solid #dddddd;
    padding: 20px 30px 10px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    border-bottom-color: #FFFFFF;
    background-color: #FFFFFF;
}

.product--info img{
    height: 100%;
}
/*图片内边距*/
.img_pad{
    padding-left: 20px;
}
/*详情内边距移除*/
.details-pad{
    padding: 10px;
}


/*弹窗遮罩*/
.showmark{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 999;
    overflow: scroll;
    display: none;
}

/*地图*/
.icon--international{
    cursor:pointer;
}

.map{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 450px;
    overflow: hidden;
    background-color: #80cdf7;
    border-radius: 30px;
    box-shadow: 0px 20px 40px #888888;
    margin: 30px auto;
    z-index: 9999999;
    display: none;
}

.map .map-content{
    width: 100%;
}

.map .map-content img{
    width: 80%;
    display: block;
    /*margin: 35px auto;*/
    margin: 29px auto;
}

/*弹窗*/
.icon--international{
    cursor:pointer;
}

.popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 450px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 20px 40px #888888;
    margin: 30px auto;
    z-index: 9999999;
    display: none;
}

.popup .popup-content{
    width: 100%;
}

.popup .popup-content img{
    width: 100%;
    display: block;
    /*margin: 35px auto;*/
    margin: 15px auto;
}

/* 移动端弹窗 */
.popup_yd{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 40px #888888;
    z-index: 9999999;
    display: none;

}
.popup_yd>.yd_content>.top>img{
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}
.popup_yd>.yd_content>.cut{
    width: 100%;
    height: 50px;
    background-color: #006856;
}
.popup_yd>.yd_content>.text_content{
    padding: 20px;
}
.popup_yd>.yd_content>.text_content>p{
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}
.popup_yd>.yd_content>.bottom{
    text-align: center;
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #006856;
    line-height: 60px;
    border-top: 1px solid #ccc;
}

/* 小屏幕地图弹窗按钮不显示 */
@media screen and (max-width: 48em) {
    .international--banner{
        display: none;
    }
}