/**
 * 公共部分
 */
.newcontain{ 
    width: 100%;
    margin: 0 auto;
    font-family: alibabaRG;
    color: #000;
}

.container{
    width: 100%;
    margin: 0 auto; 
}
/*头部*/
.ft110{
    font-size: 1.5rem;
}
.newhead{
	margin: 1.5rem auto;
    color: #000;
}
.newhead-title{
    margin-left:0.5rem;
}
.newhead h2{ 
    font-size: 1rem;
    color: #000;
}
.newhead a{ 
    display: none;
}
.newhead-img-con{
    width: 70%;
    /*width: 100%;*/
    margin: 0 auto;
}
.newhead-img .newhead-img-con img {
    width: 100%;
}



/*视频说明书*/
.video-main{
    width: 100%;
    height: 100%;
    margin: 1.8rem auto;
}
.video-main .vm-top{
    width: 100%;
    /*margin: 30px auto;*/
}
.video-main .vm-top span{
    font-size: 1.5rem;
    position: relative;
}
.vm-bottom{
    width: 100%;
    height: 100%;
    margin-top: 1rem;
}

.vmContent{
    width: 100%;
}
.vmContent .vmContent-item{
    width: 100%;
    height: 100%;
    margin:0 auto;
    position: relative;
}
.vmContent .vmContent-item .vmSrc{
    width: 100%;
    /*height: 520px;*/
}

.fffb{
	display: none;
}
.vm-bottom>.vm-container{
    margin-top: 1rem;
}
.vm-bottom>.vm-container>.vm-wrapper{
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.vm-bottom>.vm-container>.vm-wrapper>.vmTab{
    flex:1;
    padding-left: 1rem;
}
.vm-bottom>.vm-container>.vm-wrapper>.vmTab:first-child{
    padding-left: 0
}

.vmTab-item{
    /*width: 6.5rem;*/
    height: auto;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}
.vmTab-item img{
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
}

.vmTab-item img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.vmTab p{
    width: 100%;
    line-height: 35px;
    text-align: center;
}

.vmTab-active p{
    color: #657383;
}

/* 相关下载 */
.product-download table tr td:last-child {
    box-sizing: border-box;
}
.product-download table td li{
    /*padding:0 10px;*/
    overflow: hidden;
}
.product-download table td li:hover{
    background: #37526d;
}
.product-download table td li a{
    font-weight: 600;
}
.downloadRemark{
    margin-left: 10px;
}
.downloadTitle{
    display: inline-block;
    width: 80%;
    word-wrap: break-word;
}

/*相关下载*/
.product-download{
	margin: 1.5rem auto;
}
.product-download table{
    width: 100%;
    margin-top: 1rem;
    border-collapse: collapse;
}
.product-download table tr{
    border-bottom: 1px solid #39464d;
}
.product-download table tr td{
    padding: 20px 0;
    vertical-align: top;
}
.product-download table tr td:first-child{
    width: 20%;
}
.product-download table tr td:last-child{
    width: 80%;
}
.product-download table td h4{
    font-size: 20px;
    align-items:center;
}
.product-download table td li{
    width: 90%;
    font-size: 20px;
    line-height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.product-download table td li a{
    float: right;
    font-family: alibabaMD;
    font-size: 20px;
    padding: 0px 10px;
    color: #0c1a29;
    cursor: pointer;
}
.product-download table td li a i{
    padding: 10px 5px;
    font-size: 20px;
}



@media only screen and (min-width: 200px) and (max-width: 280px){
    html {
        font-size: 10px !important;
    }
}
@media only screen and (min-width: 281px) and (max-width: 320px){
    html {
        font-size: 12px !important;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px){
    html {
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 376px) and (max-width: 414px){
    html {
        font-size: 15px !important;
    }
}
@media only screen and (min-width: 415px) and (max-width: 540px){
    html {
        font-size: 18px !important;
    }
}
@media only screen and (min-width: 541px) and (max-width: 768px){
    html {
        font-size: 20px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 860px){
    html {
        font-size: 22px !important;
    }
    .container{
        padding: 0 1rem;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 861px) and (max-width: 1023px){
    html {
        font-size: 24px !important;
    }
    .container{
        padding: 0 1rem;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1169px){
    html {
        font-size: 26px !important;
    }
    .container{
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .vmContent .vmContent-item{
		width: 90%;
    }
    .vm-bottom>.vm-container>.vm-wrapper{
    	width: 90%;
    }
}

@media only screen and (min-width:1170px){
    html {
        font-size: 28px !important;
    }
    .container{ 
        max-width: 1170px; 
    }
    .vmContent .vmContent-item{
		width: 90%;
    }
    .vm-bottom>.vm-container>.vm-wrapper{
    	width: 90%;
    }
}

@media only screen and (min-width: 220px) and (max-width:768px){

    .container{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .newnavs, .fffb{
        display: none;
    }
    /*视频说明书*/ 
    .vm-bottom>.vm-container {
        margin-top: 0.8rem !important;
    }
   
	.vm-bottom>.vm-container>.vm-wrapper {
		display: block;
		padding-top: 10px;
		box-sizing: border-box;
	}
	.vm-bottom>.vm-container>.vm-wrapper>.vmTab{
		padding-left: 0; 
	}
	.vmTab-item {
		display: none;
	}
	.vmTab-active p{
		padding-left: 70px; 
		box-sizing: border-box;
	}
	.vmTab p {
		text-align: left;
		font-size: 1rem;
    	line-height: 2.5rem;
	}
	.vmTab p>.hide {
		display: inline-block;
	}
	.vmTab p>.icon-shipin1:before {
	    font-size: 1rem;
	    color: #ccc;
	    padding-right: 5px;
	}
	.vmTab-active p>.icon-shipin1:before{
	    color: #ffba01;
	}

    /*71S视频说明书*/
    .vl-wrapper>li {
        width: 49.3%;
    }
    .vl-wrapper>li>.wrapper-item-d {
        padding-top: 5px;
    }
    .vl-wrapper>li>.wrapper-item-d>p {
        font-size: 0.7rem;
    }
    .vl-chi {
        width: 100%;
        height: 280px;
        margin-top: -140px;
    }
    .vl-btn{
        display: none;
    }
    .closeBtn{
        display: none;
    }

    
    /*相关下载*/
    .product-download{
        margin: 1.5rem 0;
        box-sizing: border-box;
    }
    
    .product-download-title h1{
        text-align: left;
    }
    .product-download table{
        width: 100%;
        border-collapse: collapse;
    }
    .product-download table tr{
        border-bottom: 1px solid #eae7e7;
    }
    .product-download table tr td{
        padding: 10px 0;
    }
    .product-download table tr td:first-child{
        display: block;
        width: 100%;
    }
    .product-download table tr td:last-child{
        display: block;
        width: 100%;
    }
    .product-download table td h4{
        font-size: 1.2rem;
        font-family: alibabaMD;
    }
    .product-download table td li{
        width: 100%;
        font-size: 1rem;
        line-height: 2rem;
    }
    .product-download table td li a{
        float: right;
        font-size: 1rem;
        color: #0c1a29;
        font-family: alibabaMD;
        cursor: pointer;
    }
    .swiper-pagination {
        bottom: 10px;
    }
    .icon-yulan{
        display: none;
    }

}

@media only screen and (min-width: 769px) {

	/*产品优势*/
	.product-trait{
	    padding: 2rem 0;
	}
	.product-trait-content{
	    margin-top: 1.76rem;
	    position: relative;
	}

	.F600-pro .product-trait-content .product-trait-content-pic img{
	    /*width: 550px;*/
	    width: 19.64rem;
	}
	.DT56-pro .product-trait-content .product-trait-content-pic img{
	    /*width: 600px;*/
	    width: 21.43rem;
	}
	.DT52-pro .product-trait-content .product-trait-content-pic img {
	    /*width: 500px;*/
	    width: 17.86rem;
	}
	.product-trait-content-word {
	    position: absolute;
	    top: 0;
	}
	.product-trait-content-word .ul-item-1{
	    float: left;
	    left: 1.43rem;
	}
	.product-trait-content-word .ul-item-2{
	    float: right;
	    right: 1.43rem;
	} 
	.product-trait-content-word ul{
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.product-trait-content-word ul li{
	    font-size: 1rem;
	    padding: 10px 0;
	    border-bottom: 1px solid #a4a4a4;
	}

}