*{
  margin: 0;
  padding: 0;
}
body{
  background-color: #f8f8f8;
}
ul li{
  list-style: none;
}
img{
  max-width: 100%;
}
a{
  color: #666;
  text-decoration: none;
}
.container{
  max-width: 1600px; 
  padding: 0 6%;
  margin: 0 auto;
}
.member-center{
  background-color: #fff;
  margin-top: 134px;
  overflow: hidden;
  margin-bottom: 134px;
}
.member-center img{
  float: left;
  width: 42.85%;
}
.login-wrap{
  float: left;
  width: 40%;
  margin-left: 8.57%;
  margin-top: 106px;
}
.login-wrap h2{
  font-size: 36px;
  color: #333;
}
#login{
  margin-top: 40px;
}
#login .el-input{
  height: 68px;
  margin-bottom: 20px;
}
#login .el-input .el-input__inner{
  height: 68px;
  padding-left: 60px;
  border: 1px solid #b9c6e2;
  font-size: 20px;
}
#login .el-input .el-input__prefix{
  left: 18px;
}
#login .el-input .el-icon-user, #login .el-input .el-icon-lock{
  line-height: 68px;
}
#login .el-input .el-icon-user:before,#login .el-input .el-icon-lock:before{
  font-size: 32px;
  color: #3d60af;
}
.forget{
  text-align: right;
  font-size: 14px;
  color: #333;
  line-height: 1;
}
.forget a{
  color: #333;
}
.login-btn{
  height: 90px;
  background-color: #3d60af;
  width: 100%;
  color: #fff;
  border: 0;
  font-size: 30px;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
  transition: all linear .3s;
}
.login-btn:hover{
  opacity: .9;
}
.register-entry{
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin-top: 20px;
}
.register-entry a{
  color: #3d60af;
}

/* 注册 */
.container-top{
  margin-top: 40px;
}
.breadcrumb{
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.breadcrumb a{
  color: #666;
}
.breadcrumb a.active{
  color: #3d60af;
}
.breadcrumb span{
  padding: 0 6px;
}
.breadcrumb .address{
  margin-right: 10px;
}
.register-wrap{
  background-color: #fff;
  padding: 90px 100px;
  margin-top: 22px;
}
.register-wrap h2{
  margin: 0;
  font-size: 36px;
  color: #333;
}
.register-wrap h4{
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin: 16px 0 0 0;
}
.register-form{
  overflow: hidden;
  margin-top: 55px;
}
.register-form .el-form-item{
  width: 48%;
  min-height: 88px;
  float: left;
  margin-bottom: 38px;
}
.register-form .el-form-item .el-form-item__label{
  line-height: 44px;
  height: 44px;
  font-size: 20px;
  color: #333;
}
.register-form .el-form-item .el-form-item__error{
  font-size: 16px;
}
.register-form .el-input__inner{
  height: 58px;
  font-size: 18px;
  border: 1px solid #b9c6e2;
}
.register-form .el-form-item:nth-child(2n){
  float: right;
}
.register-form .el-form-item:nth-child(2n-1){
  clear: both;
}
.form-area, .form-way{
  width: 100%;
}
.register-form .el-form-item.form-advice{
  width: 100%;
}
.agrement{
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
	
}
.agrement p{ margin-left:0.1rem;}
.agrement .el-form-item__error{ width:1000%;}
.agrement .el-checkbox-group,
.agrement .el-checkbox{ 
	display:inline-block;
	vertical-align: middle;
}
.agrement .el-form-item{
	display:inline-block;
	width:30px;
	vertical-align: middle;
	margin-bottom:0;
}
.agrement p{
	display:inline-block;
	line-height:40px;
	vertical-align: middle;
}
.agrement span, .agrement a{
  color: #ff0000;
}
.register-form .el-form-item:last-child{
  width: 100%;
  text-align: right;
  margin-top: 60px;
}
.register-form .el-form-item button{
  display: inline-block;
  width: 240px;
  height: 80px;
  color: #fff;
  font-size: 30px;
  border-radius: 3px;
}
.register-form .el-form-item button.submit{
  background-color: #3d60af;
}
.register-form .el-form-item button.reset{
  background-color: #999;
  border: 1px solid #999;
}


/* 忘记密码 */
.find-box{
  background-color: #fff;
  margin-top: 22px;
  padding: 94px 0 144px;
}
.find-box h2{
  font-size: 36px;
  color: #333;
  text-align: center;
  margin: 0;
}
.steps{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.steps-box{
  width: 620px;
  display: inline-block;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.steps-box::after{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #ddd;
  right: 10px;
  top: 18px;
}
.steps-box::before{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #ddd;
  left: 10px;
  top: 18px;
}
.steps-box div p{
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  color: #666;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #666;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.steps-box div.active p{
  background-color: #3d60af;
  color: #fff;
}
.steps-box div span{
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin-top: 9px;
  text-align: center;
}
.steps-box div.active span{
  color: #3d60af;
}
.steps-box2::before{
  background-color: #3d60af;
}
.steps-box3::before{
  background-color: #3d60af;
}
.steps-box3::after{
  background-color: #3d60af;
}
.find-form{
  margin: 60px auto 0;
  width: 620px;
}
.find-form-item{
  overflow: hidden;
  margin-bottom: 20px;
}
.find-form-item span{
  float: left;
  width: 130px;
  line-height: 70px;
  font-size: 20px;
  color: #333;
  overflow: hidden;
}
.find-form-input{
  margin-left: 130px;
}
.f-input{
  height: 68px;
  border: 1px solid #b9c6e2;
  border-radius: 3px;
}
.f-input input{
  width: 100%;
  height: 68px;
  text-indent: 18px;
  border: 0;
  font-size: 18px;
  background-color: transparent;
  outline: 0;
}
.code .f-input{
  width: 300px;
  float: left;
}
.get-code{
  float: right;
  width: 180px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
  background-color: #3d60af;
  border-radius: 3px;
  cursor: pointer;
  transition: all linear .3s;
}
.get-code:hover{
  opacity: .9;
}
.next-btn{
  width: 100%;
  height: 90px;
  text-align: center;
  line-height: 90px;
  color: #fff;
  background-color: #3d60af;
  border-radius: 3px;
  font-size: 30px;
  margin-top: 40px;
  cursor: pointer;
  transition: all linear .3s;
}
.next-btn:hover{
  opacity: .9;
}
.find-success{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #333;
  margin-top: 90px;
  margin-bottom: 100px;
}
.find-success img{
  margin-right: 20px;
}



.member-center-main{
  margin-top: 80px;
  background-color: #fff;
  min-height: 1060px;
  position: relative;
  margin-bottom: 105px;
  padding: 0 !important;
  max-width: 1400px;
}

.member-center-nav{
  background-color: #3d60af;
  width: 220px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.account{
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.account h4{
  width: 100%;
  font-size: 20px;
  font-weight: normal;
}
.account p{
  font-size: 14px;
  opacity: .8;
  margin-top: 10px;
}
.member-center-nav ul li{
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.member-center-nav ul li a{
  color: #fff;
  padding-left: 86px;
  display: block;
}
.member-center-nav ul li.active{
  background-color: #fff;
}
.member-center-nav ul li.active a{
  color: #3d60af;
}
.member-center-nav .icon1 a{
  background: url(../images/icon1_03.png) no-repeat 50px center;
}
.member-center-nav .icon2 a{
  background: url(../images/icon2_03.png) no-repeat 50px center;
}
.member-center-nav .icon3 a{
  background: url(../images/icon3_03.png) no-repeat 50px center;
}
.member-center-nav .icon4 a{
  background: url(../images/icon4_03.png) no-repeat 50px center;
}
.member-center-nav .icon5 a{
  background: url(../images/icon5_03.png) no-repeat 50px center;
}
.member-center-nav .icon6 a{
  background: url(../images/icon6_03.png) no-repeat 50px center;
}
.member-center-nav .icon7 a{
  background: url(../images/icon7_03.png) no-repeat 50px center;
}
.member-center-nav .icon8 a{
  background: url(../images/icon8_03.png) no-repeat 50px center;
}

.member-center-nav .icon1.active a{
  background: url(../images/icon1_selected_03.png) no-repeat 50px center;
}
.member-center-nav .icon2.active a{
  background: url(../images/icon2_selected_03.png) no-repeat 50px center;
}
.member-center-nav .icon3.active a{
  background: url(../images/icon3_selected_03.png) no-repeat 50px center;
}
.member-center-nav .icon4.active a{
  background: url(../images/icon4_selected_03.png) no-repeat 50px center;
}
.member-center-nav .icon5.active a{
  background: url(../images/icon5_selected_03.png) no-repeat 50px center;
}
.member-center-nav .icon6.active a{
  background: url(../images/icon6_selected_03.png) no-repeat 50px center;
}
.member-center-nav .icon7.active a{
  background: url(../images/icon7_selected_03.png) no-repeat 50px center;
}
.member-center-nav .icon8.active a{
  background: url(../images/icon8_selected_03.png) no-repeat 50px center;
}

.member-center-content{
  margin-left: 220px;
  padding: 40px 45px 90px;
}
/* .member-center-content .banner{
  height: 300px;
} */
.message{
  margin-top: 26px;
}
.message-top{
  overflow: hidden;
  padding-bottom: 26px;
}
.message-top h2{
  font-size: 30px;
  margin: 0;
  color: #333;
  position: relative;
  line-height: 1;
  float: left;
}
.message-top h2::after{
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #333;
  left: 0;
  bottom: -26px;
}
.message-top .back{
  float: right;
  font-size: 16px;
  color: #666;
}
.message-top .back a{
  color: #666;
  display: flex;
  align-items: center;
}
.message-top .back img{
  margin-left: 10px;
}
.message-list{
  margin-top: 26px;
}
.message-list .item{
  padding: 10px 0 20px;
  border-bottom: 1px solid #b9c6e2;
  overflow: hidden;
}
.message-list .item img{
  float: left;
}
.message-list .item .text{
  margin-left: 60px;
}
.message-list .item .text h2{
  font-size: 20px;
  color: #333;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.message-list .item .text p{
  line-height: 1;
  margin-top: 14px;
  font-size: 16px;
  color: #333;
}
.message-list .item .text a{
  font-size: 16px;
  color: #3d60af;
  margin-left: 60px;
  transition: all linear .3s;
}
.message-list .item .text a:hover{
  text-decoration: underline;
}

.message-breadcrumb{
  float: left;
  margin-left: 40px;
  margin-top: 12px;
}
.message-detail{
  margin-top: 34px;
}
.message-title h2{
  line-height: 1.6;
  font-size: 30px;
  color: #333;
}
.message-title p{
  font-size: 18px;
  color: #333;
  margin-top: 12px;
}
.message-title p span{
  padding-right: 60px;
}
.message-content{
  margin-top: 50px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}


.complete-info-title{
  float: left;
  width: 100%;
  font-size: 30px;
  color: #333;
  margin-bottom: 35px;
}
.el-radio__label, .el-checkbox__label{
  font-size: 16px !important;
}

.default-box{
  border-bottom: 1px solid #b9c6e2;
  padding: 60px 0 30px;
}
.default-title{
  position: relative;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-bottom: 24px;
  line-height: 1;
}
.default-title::after{
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #333;
}
.member-benefit{
  margin-top: 24px;
}
.member-benefit ul li{
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.fast-entry{
  margin-top: 26px;
}
.fast-entry ul{
  overflow: hidden;
}
.fast-entry ul li{
  float: left;
  margin-right: 60px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.fast-entry ul li img{
  display: block;
  margin: 0 auto 5px;
}
.member-benefit-info{
  margin-top: 22px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.member-benefit-info a{
  color: #3d60af;
}
.search{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-select{
  width: 380px;
  height: 46px;
}
.search-select .el-input__inner{
  height: 46px;
  font-size: 16px;
  background-color: #fcfcfc;
}
.search-input{
  height: 44px;
  border: 1px solid #b9c6e2;
  border-radius: 4px;
  background-color: #fcfcfc;
  width: 400px;
  text-indent: 20px;
  font-size: 16px;
  outline: none;
}
.search-btn{
  width: 150px;
  height: 46px;
  background-color: #3d60af;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-btn img{
  margin-right: 8px;
}
.about-download .tab, .knowledge-center .tab{
  display: flex;
  margin-top: 60px;
}
.about-download .tab .item, .knowledge-center .tab .item{
  font-size: 20px;
  color: #666;
  line-height: 1;
  margin-right: 70px;
}
.about-download .tab .item a, .knowledge-center .tab .item a{
  color: #666;
}
.about-download .tab .item.active a, .knowledge-center .tab .item.active a{
  color: #3d60af;
}
.sub-tab{
  overflow: hidden;
  margin-top: 40px;
}
.sub-tab .item{
  box-sizing: border-box;
  width: 50%;
  float: left;
  background-color: #f8f8f8;
  height: 78px;
  border: 1px solid #b9c6e2;
  line-height: 76px;
  text-align: center;
  font-size: 24px;
  color: #3d60af;
}
.sub-tab .item a{
  display: block;
  color: #3d60af;
}
.sub-tab .item.active{
  background-color: #3d60af;
  border: 1px solid #3d60af;
  color: #fff;
}
.sub-tab .item.active a{
  color: #fff;
}
.sub-content .list{
  margin-top: 20px;
}
.sub-content .list .item{
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #b9c6e2;
  position: relative;
}
.sub-content .list .item .img{
  width: 148px;
  height: 210px;
  float: left;
}
.download-btn{
  position: absolute;
  top: 40px;
  right: 0;
  cursor: pointer;
}
.sub-content .list .item .item-text{
  margin: 0 300px 0 180px;
}
.sub-content .list .item .item-text h2{
  font-size: 20px;
  color: #333;
  margin-top: 15px;
  line-height: 30px;
}
.sub-content .list .item .item-text p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 28px;
}
.sub-content .list .item .item-text span{
  display: block;
  font-size: 16px;
  margin-top: 20px;
  color: #3d60af;
}

.pagination{
  margin-top: 60px;
  overflow: hidden;
  display: flex;
}
.pagination .item{
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #b9c6e2;
  font-size: 18px;
  margin-right: 10px;
}
.pagination .item a{
  display: block;
  padding: 0 20px;
  color: #999;
  line-height: 38px;
}
.pagination .item.active{
  background-color: #3d60af;
  border: 1px solid #3d60af;
}
.pagination .item.active a{
  color: #fff;
}
.page-go{
  color: #333;
  font-size: 18px;
  line-height: 40px;
  margin-left: 30px;
}
.page-go input{
  box-sizing: border-box;
  width: 50px;
  height: 40px;
  text-align: center;
  border: 1px solid #b9c6e2;
  outline: none;
  font-size: 18px;
  margin: 0 5px;
}
.instruction-book{
  margin-top: 40px;
  border-left: 1px solid #b9c6e2;
  border-top: 1px solid #b9c6e2;
  display: flex;
  flex-wrap: wrap;
}
.instruction-book .row{
  width: 100%;
  border-bottom: 1px solid #b9c6e2;
  text-align: center;
  overflow: hidden;
   display: flex; flex-flow: wrap; align-items: stretch; justify-content:space-between;
}
.instruction-book .row.title{
  background-color: #f8f8f8;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}
.instruction-book .row .item{
  box-sizing: border-box;
  float: left;
  min-height: 76px;
  border-right: 1px solid #b9c6e2;
  width: 10.6%;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break:break-all;
}
.instruction-book .row .item:nth-child(4){
  width: 15.2%;

}
.instruction-book2 .row .item{
  width: 20% !important;
}
.instruction-book3 .row .item{
  width: 16.66666% !important;
}
.instruction-book4 .row .item{
  width: 25% !important;
}

.instruction-book .row .item a{
  color: #3d60af;
  text-decoration: underline !important;
  cursor: pointer;
}
.train-video-search{
  justify-content: left;
  margin-top: 40px;
}
.train-video-search .search-btn{
  margin-left: 10px;
}
.train-video-list{
  margin-top: 60px;
  overflow: hidden;
  display: flex; 
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.train-video-list .item{
  width: 49%;
  border: 1px solid #b9c6e2;
  margin-bottom: 20px;
}
.train-video-list .item:nth-child(2n){
  float: right;
}
.train-video-list .item .img{
  width: 240px;
  height: 165px;
  position: relative;
  float: left;
  cursor: pointer;
}

.train-video-list .item .img iframe{ 
  position: absolute; 
  top:0; 
  left:0;
  }
.train-video-list .item .img .play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.train-video-list .item .item-text{
  margin-left: 240px;
  padding: 15px;
}
.train-video-list .item .item-text h2{
  line-height: 32px;
  border-bottom: 1px solid #b9c6e2;
  font-size: 16px;
  color: #333;
  display: flex;
  flex-flow: wrap; 
  align-items: center; 
  justify-content: space-between;
}
.train-video-list .item .item-text ul{
  overflow: hidden;
  padding: 5px 0;
}
.train-video-list .item .item-text ul li{
  float: left;
  margin-right: 24px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.download-file-btn{
  font-size: 14px;
  color: #3d60af;
}
.download-file-btn a{
  display: flex;
  align-items: center;
  color: #3d60af;
}
.download-file-btn img{
  margin-left: 4px;
}
.online-experience{
  margin-top: 60px;
}
.online-experience .item{
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #b9c6e2;
  font-size: 18px;
  color: #333;
}
.online-experience .item a{
  display: block;
  color: #333;
}
.online-experience .item:hover a{
  color: #3d60af;
}

.segmentation{
  margin-top: 40px;
  height: 70px;
  border-top: 1px solid #b9c6e2;
}
.software .row .item.width1{
  width: 13.6%;
}
.software .row .item.width2{
  width: 13.6%;
}
.software .row .item.width3{
  width: 18.18%;
}
.software .row .item.width4{
  width: 41.81%;
}
.software .row .item.width5{
  width: 12.81%;
}
.software .row .item.width6{
  width: 13.81%;
}

.knowledge-wrap{
  margin-top: 40px;
}
.knowledge-wrap .item{
  box-sizing: border-box;
  float: left;
  width: 22.54%;
  height: 320px;
  margin-right: 3.27%;
  margin-bottom: 40px;
  padding-bottom: 38px;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.knowledge-wrap .item .b-img{
  width: 100%;
}
.knowledge-wrap .item:nth-child(4n){
  margin-right: 0;
}
.knowledge-wrap .item h2{
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin: 28px 0;
}
.knowledge-wrap .item a{
  display: block;
  text-align: center;
}
.clear{
  clear: both;
  height: 20px;
}
.classify{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: normal;
  transform: translateX(20px);
  overflow: hidden;
}
.classify a{
  color: #333;
  padding: 0 20px;
  position: relative;
  line-height: 1;
  float: left;
}
.classify a::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #b9c6e2;
  right: 0;
  top: 0;
}
.classify a:last-child::after{
  display: none;
}
.classify a.active{
  color: #3d60af;
}
.zs-breadcrumb{
  font-weight: normal;
  font-size: 14px;
  color: #666;
  display: inline;
  padding-left: 36px;
}
.zs-breadcrumb a{
  color: #666;
}
.zs-breadcrumb a.active{
  color: #3d60af;
}
.knowledge-center{
  margin-top: 60px;
}
.knowledge-center .tab{
  border-bottom: 1px solid #b9c6e2;
  padding-bottom: 40px;
}
.knowledge-center .list{
  margin-top: 30px;
}
.knowledge-center .list .item{
  border-bottom: 1px solid #b9c6e2;
  padding: 28px 0 20px;
  position: relative;
}
.knowledge-center .list .item h2{
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.knowledge-center .list .item p{
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.knowledge-center .list .item a{
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 16px;
  color: #3d60af;
}
.knowledge-center .list .item a:hover{
  text-decoration: underline;
}
.knowledge-detail{
  margin-top: 50px;
}
.knowledge-detail .title{
  font-size: 30px;
  color: #3d60af;
  font-weight: bold;
  line-height: 48px;
}
.knowledge-detail-content{
  margin-top: 48px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.how-use{
  margin-top: 70px;
}
.how-use ul{
  margin-top: 28px;
}
.how-use ul li{
  line-height: 40px;
  font-size: 18px;
}
.how-use ul li a{
  color: #3d60af;
}
.how-use ul li a:hover{
  text-decoration: underline;
}
.other-recommend{
  margin-top: 68px;
}
.other-recommend ul{
  margin-top: 40px;
}
.other-recommend ul li{
  float: left;
  width: 30.9%;
  margin-right: 3.65%;
  box-sizing: border-box;
  padding: 10px 10px 15px;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.other-recommend ul li:nth-child(3n){
  margin-right: 0;
}
.other-recommend ul li h2{
  font-size: 20px;
  color: #333;
  line-height: 1;
  margin-top: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.other-recommend ul li p{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.know-more{
  margin-top: 80px;
}
.know-more .knowledge-center{
  margin-top: 30px;
}
.placeh{
  width:48%;
  height: 88px;
  float: right;
  margin-bottom: 38px;
}


/* 技术中心 */
.technology-app{
  background-color: #f8f8f8;
}
.b-banner{
  overflow: hidden;
}
.b-banner img{
  float: left;
  width: 100%;
}
.technology-breadcrumb{
  padding: 16px 0;
  border-bottom: 1px solid #dfdfdf;
}
.technology-center{
  margin-top: 60px;
}
.technology-nav{
  float: left;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}
.technology-nav .item.active{
  background-color: #3d60af;
}
.technology-nav .item.active > a{
  color: #fff;
  background: url(../images/arrow_03.png) no-repeat right 20px center;
}
.technology-nav .item.active>a:after{
	display: none;
}
.technology-nav .item > a{
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.technology-nav .item > a::after{
  content: "";
  position: absolute;
  width: 190px;
  height: 1px;
  left: 5px;
  bottom: 0;
  background-color: #eee;
}
.technology-nav .item ul{
  background-color: #f8f8f8;
  display: none;
}
.technology-nav .item ul li{
  height: 52px;
  line-height: 52px;
}
.technology-nav .item ul li a{
  display: block;
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  position: relative;
}
.technology-nav .item ul li a::after{
  content: "";
  position: absolute;
  width: 190px;
  height: 1px;
  left: 5px;
  bottom: 0;
  background-color: #eee;
}
.technology-nav .item ul li.active{
  background-color: #3d60af;
}
.technology-nav .item ul li.active a{
  color: #fff;
  background: url(../images/arrow_03.png) no-repeat right 20px center;
}
.technology-nav .item ul li.active a::after{
  display: none;
}

.technology-nav .item.current ul{ display: block; }

.technology-container{
  background-color: #fff;
  margin-left: 220px;
  padding: 20px 40px 60px;
  margin-bottom: 100px;
}
.width1363{
  width: 13.63% !important;
}
.width1800{
  width: 18% !important;
}
.width2272{
  width: 22.72% !important;
}
.width2765{
  width: 27.65% !important;
}
.width3182{
  width: 31.82% !important;
}
.width0900{
  width: 9% !important;
}
.width1392{
  width: 13.92% !important;
}
.paddingtop20{
  padding-top: 20px;
}
.welcome{
  margin-top: 55px;
  padding-bottom: 70px;
  border-bottom: 1px solid #b9c6e2;
}
.welcome .default-title{
  margin-bottom: 30px;
}
.welcome p{
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.login-entry{
  margin-top: 55px;
  position: relative;
}
.login-entry .default-title{
  margin-bottom: 30px;
	position: relative;	
	z-index: 0;
}
.login-entry p{
	position: relative;	
	z-index: 0;
}
.login-entry .btn{
  position: absolute;
  right: 0;
  top: 30px;
  display: flex;
	z-index: 2;
}
.login-entry .btn button{
	cursor: pointer;
  width: 240px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  margin-left: 10px;
  border-radius: 4px;
  border: 0;
  outline: none;
  background-color: #3d60af;
}
.login-entry .btn button a{
  display: block;
  color: #fff;
  cursor: pointer;
}
.login-entry .btn a:first-child button{
  background-image: linear-gradient(to right, #ee8c00, #fdba1a);
}
.press .default-title{
  margin-bottom: 24px;
}
.press  p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.file-list{
  margin-top: 55px;
  border-top: 1px solid #b9c6e2;
}
.list-wrap{
  margin-top: 35px;
}
.list-wrap h2{
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.list-wrap ul li{
  padding: 20px 0;
  border-bottom: 1px solid #b9c6e2;
  overflow: hidden;
}
.list-wrap ul li > img{
  float: left;
}
.list-wrap ul li p{
  float: left;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  margin-left: 20px;
}
.list-wrap ul li a{
  display: flex;
  float: right;
  margin-right: 20px;
  color: #3d60af;
  align-items: center;
  margin-top: 6px;
}
.list-wrap ul li a img{
  width: 18px;
  margin-left: 10px;
}
.marginbottom20{
  margin-bottom: 20px;
}
.height40{
  height: 40px;
}
.banner4{
  margin-top: 60px;
}
.banner4 a,
.banner4 img{
  display: block;
}
.title2{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 75px;
}
.symbol{
  margin-top: 36px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding-bottom: 55px;
  border-bottom: 1px solid #b9c6e2;
}
.symbol p{
  display: flex;
  align-items: center;
}

.symbol span{
  font-size: 30px;
}
.width2909{
  width: 29.09% !important;
}
.width1639{
  width: 16.39% !important;
}
.font30{
  font-size: 30px;
}
.faq-list{
  margin-top: 60px;
  border-top: 1px solid #b9c6e2;
}
.faq-list ul li{
  border-bottom: 1px solid #b9c6e2;
  height: 78px;
  overflow: hidden;
  line-height: 78px;
  font-size: 18px;
}
.faq-list ul li a{
  display: flex;
  align-items: center;
  color: #333;
  transition: all linear .3s;
}
.faq-list ul li a img{
  margin-left: 10px;
}
.faq-list ul li:hover a{
  color: #3d60af;
}
.lecture h2{
  position: relative;
  font-size: 24px;
  color: #333;
  margin-top: 48px;
  margin-bottom: 10px;
  padding-left: 34px;
}
.lecture h2::before{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #3d60af;
  left: 0;
  top: 5px;
}
.lecture p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.login-model{
  margin: 60px 0 60px 220px;
  padding: 40px;
  background-color: #fff;
}
.login-model-bg{
  background: url(../images/logo-bg_03.png) no-repeat right top;
}
.login2{
  overflow: hidden;
  margin-top: 60px;
}
.input-box{
  box-sizing: border-box;
  float: left;
  width: 38.18%;
  height: 70px;
  border: 1px solid #b9c6e2;
  border-radius: 4px;
  margin-right: 0.92%;
  overflow: hidden;
}
.input-box input{
  height: 68px;
  width: 100%;
  border: 0;
  outline: none;
  text-indent: 60px;
  font-size: 20px;
  background-color: transparent;
}
.login-btn2{
  width: 21.8%;
  height: 70px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #ee8c00, #fdba1a);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border: 0;
  float: right;
}
.icon-user{
  background: url(../images/icon-user_03.png) no-repeat 19px center;
}
.icon-password{
  background: url(../images/icon-password_03.png) no-repeat 19px center;
}
.service{
  padding-bottom: 70px;
  border-bottom: 1px solid #b9c6e2;
}
.service-phone{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
}
.service-phone b{
  display: block;
  color: #fdba1a;
  font-size: 30px;
  padding-top: 10px;
}
.service-phone p{
  font-weight: normal;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.help-form{
  margin-top: 60px;
}
.help-form .tips{
  font-size: 16px;
  color: #666;
  margin-top: 38px;
}
.verification-code .el-form-item__content{
  display: flex;
  align-items: center;
}
.verification-code .el-input{
  width: 260px;
  margin-right: 16px;
}
.verification-code-text{
  font-size: 20px;
  color: #ff0000;
  display: flex;
  align-items: center;
}
.verification-code-text span{
  font-size: 14px;
  color: #666;
  padding-left: 5px;
}
.agrement2{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.help-form .register-form .el-form-item:last-child{
  text-align: center;
}
.search .el-input__suffix{
  text-align: right;
}

.video-play{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 9;
}
.video-wrap{
  width: 800px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-play .close{
  position: absolute;
  right: 0;
  top: -62px;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}
.video-shadow{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.4);
}
.video-play video{
  width: 100%;
  height: 100%;
}
.nav-list{
  margin-top: 80px;
}
.nav-list ul{
  overflow: hidden;
}
.nav-list ul li{
  box-sizing: border-box;
  float: left;
  border: 1px solid #b9c6e2;
  background-color: #fafafa;
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
}
.nav-list ul li:nth-child(3n){
  margin-right: 0;
}
.img-wrap{
  position: relative;
}
.nav-icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #b9c6e2;
  position: absolute;
  left: 28px;
  bottom: -27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-icon img{
  width: 28px;
}
.nav-list ul li h4{
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-top: 60px;
  line-height: 1;
  margin-left: 30px;
}
.arrow2{
  position: absolute;
  right: 30px;
  bottom: 33px;
}
.dialog{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0,0,0,.4);
  display: none;
}
.dialog-container{
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  width: 420px;
  height: 260px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 38px;
}
.dialog-container h2{
  font-size: 24px;
  font-weight: normal;
  margin-top: 30px;
  color: #333;
}
.dialog-container p{
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}
.dialog-container a{
  color: #3d60af;
  text-decoration: underline;
}
.dialog-container .close{
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.technology-nav .close{
  display: none;
}

.solution-industry-app .scale-img img{
  height: 200px;
}

.solution-industry-app  .swiper-wrapper1 img {
  height: 260px;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .fast-entry ul li{
    margin-bottom: 20px;
  }
  .swiper-wrapper1 img, .solution-industry-app .scale-img img{
    height: auto;
  }
  .login-wrap{
    margin-top: 30px;
  }
  .pagination .item{
    font-size: 16px;
  }
  .register-form .el-form-item .el-form-item__label{
    font-size: 16px;
    line-height:36px;
    height: 36px;
  }
  .el-radio{
    margin-bottom: 10px;
  }
  .search{
    display: block;
  }
  .search div:first-child{
    margin-bottom: 14px;
  }
  .search-btn{
    display: inline-block;
    text-align: center;
    line-height: 46px;
    transform: translateY(3px);
  }
  .search-btn img{
    transform: translateY(3px);
  }
  .about-download .tab, .knowledge-center .tab{
    display: block;
    overflow: hidden;
  }
  .about-download .tab .item, .knowledge-center .tab .item{
    float: left;
    margin-bottom: 20px;
  }
  .sub-content .list .item .item-text{
    margin-right: 150px;
  }
  .download-btn{
    width: 120px;
  }
  .train-video-list .item{
    width: 99%;
    margin-right: 0;
  }
  .train-video-list .item:nth-child(2n){
    float: left;
  }
  .knowledge-wrap .item{
    width: 32%;
    margin-right: 2%;
  }
  .knowledge-wrap .item:nth-child(3n){
    margin-right: 0;
  }
  .knowledge-wrap .item:nth-child(4n){
    margin-right: 2%;
  }



  .login-entry .btn{
    position: static;
    margin-bottom: 20px;
  }
  .login-entry {
    margin-top: 0;
  }
	.login-entry .btn a{ 
		display: inline-block;
}
	.login-entry .btn a button{
		/*width:120px;*/
	}
	
  .login-entry .btn button{
    margin-left: 0;
    margin-right: 10px;
  }
  .search-input{
    width: 280px;
  }
  .register-form .el-form-item.verification-code{
    width: 100%;
  }
 
}


@media screen and (max-width: 1000px) {
  .member-center-nav{
    position: static;
    width: 100%;
    background-color: transparent;
    color: #3d60af;
  }
  .member-center-nav ul{
    padding: 0 15px;
    overflow: hidden;
  }
  .member-center-nav ul li{
    box-sizing: border-box;
    width: 32%;
    float: left;
    margin-right: 2%;
    border: 1px solid #b9c6e2;
    margin-bottom: 10px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
  }
  .member-center-nav ul li:nth-child(3n){
    margin-right: 0;
  }
  .member-center-nav ul li a{
    padding-left: 40px;
    color: #3d60af;
  }
  .member-center-nav ul li.active{
    background-color: #3d60af;
  }
  .member-center-nav ul li.active a{
    color: #fff;
  }
  .account{
    padding: 15px;
    height: auto;
    justify-content: left;
    text-align: left;
  }
  .member-center-nav .icon1.active a{
    background: url(../images/icon1_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon2.active a{
    background: url(../images/icon2_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon3.active a{
    background: url(../images/icon3_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon4.active a{
    background: url(../images/icon4_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon5.active a{
    background: url(../images/icon5_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon6.active a{
    background: url(../images/icon6_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon7.active a{
    background: url(../images/icon7_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon8.active a{
    background: url(../images/icon8_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }

  .member-center-nav .icon1 a{
    background: url(../images/icon1_selected_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon2 a{
    background: url(../images/icon2_selected_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon3 a{
    background: url(../images/icon3_selected_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon4 a{
    background: url(../images/icon4_selected_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon5 a{
    background: url(../images/icon5_selected_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon6 a{
    background: url(../images/icon6_selected_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon7 a{
    background: url(../images/icon7_selected_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-nav .icon8 a{
    background: url(../images/icon8_selected_03.png) no-repeat 14px center;
    background-size: 14px 14px;
  }
  .member-center-content{
    margin-left: 0;
  }
  .member-center img{
    display: none;
  }
  .login-wrap{
    float: none;
    margin: 0 auto;
    width: 90%;
    padding: 30px 0;
  }
  .register-wrap{
    padding: 60px 40px;
  }
  .technology-container{
    margin-left: 0;
  }
  .login-model{
    margin-left: 0;
  }
  .nav-icon{
    width: 44px;
    height: 44px;
    left: 20px;
    bottom: -20px;
  }
  .nav-icon img{
    width: 20px;
  }
  .nav-list ul li h4{
    font-size: 16px;
    margin: 40px 0 0 20px;
  }
  .arrow2{
    right: 20px;
    width: 28px;
  }
  .technology-nav{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 11;
    display: none;
  }
  .technology-nav-wrap{
    position: absolute;
    width: 94%;
    height: 60%;
    overflow-y: scroll;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
  }
  .technology-nav .close{
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 3%;
    bottom: 81%;
    background: url(../images/round_close.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .technology-nav .item > a{
    background-color: transparent;
  }
  .technology-nav .item ul li{
    height: 40px;
    line-height: 40px;
  }
  .technology-nav .item > a{
    background: url(../images/right.png) no-repeat right 16px center;
    background-size: 16px 16px;
  }
  .technology-nav .item > a::after{
    width: 94%;
    left: 3%;
  }
  .technology-nav .item ul li a::after{
    width: 94%;
    left: 3%;
  }
}


@media screen and (max-width: 800px) {
  .member-center-main{
    margin-top: 40px;
    min-height: 100vh;
  }
  .member-center-content{
    padding: 30px;
  }
  .default-box{
    padding: 30px 0;
  }
  .default-title{
    font-size: 24px;
  }
  .login-wrap h2{
    font-size: 28px;
  }
  .login-btn{
    height: 66px;
    font-size: 22px;
  }
  .search-input{
    width: 350px;
  }
  .segmentation{
    height: 0;
  }
  .scroll-wrap{
    overflow-x: scroll;
  }
  .instruction-book{
    width: 1000px;
  }
  .pagination .item{
    height: 30px;
    font-size: 14px;
  }
  .pagination .item a{
    line-height: 28px;
    padding: 0 10px;
  }
  .page-go{
    font-size: 16px;
    line-height: 30px;
  }
  .page-go input{
    width: 40px;
    height: 30px;
  }
  .message-top h2{
    font-size: 24px;
  }
  .message-list .item img{
    width: 32px;
  }
  .message-list .item .text{
    margin-left: 46px;
  }
  .message-list .item .text h2{
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }
  .message-list .item .text p{
    font-size: 14px;
  }
  .message-list .item .text a{
    font-size: 14px;
  }

  .find-box{
    padding: 40px 20px 60px;
  }
  .find-form{
    width: 100%;
  }
  .find-box h2{
    font-size: 30px;
  }
  .find-form-item span{
    width: 100px;
    font-size: 16px;
  }
  .find-form-input{
    margin-left: 100px;
    overflow: hidden;
  }
  .f-input{
    width: 99%;
  }
  .f-input input{
    font-size: 16px;
  }
  .code .f-input{
    width: 60%;
  }
  .get-code{
    width: 38%;
  }
  .next-btn{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
  .register-form{
    margin-top: 0;
  }
  .register-form .el-form-item{
    float: none;
    width: 100%;
  }
  .register-form .el-form-item:nth-child(2n){
    float: none;
  }
  .placeh{
    display: none;
  }
  .register-form .el-form-item button{
    width: 146px;
    height: 60px;
    font-size: 24px;
  }
  .search-input{
    width: 320px;
  }
  .about-download .tab .item, .knowledge-center .tab .item{
    font-size: 18px;
  }
  .sub-tab .item{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .sub-content .list .item .item-text{
    margin-right: 0;
  }
  .download-btn{
    position: absolute;
    top: auto;
    right: auto;
    left: 180px;
    bottom: 20px;
    width: 100px;
    margin-top: 0;
  }
  .sub-content .list .item .item-text h2{
    margin-top: 0;
    font-size: 18px;
  }
  .sub-content .list .item .item-text p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .sub-content .list .item .item-text span{
    font-size: 14px;
    margin-top: 10px;
  }
  .message-title h2{
    font-size: 24px;
  }
  .message-title p{
    font-size: 14px;
  }
  .message-content{
    font-size: 14px;
    line-height: 1.6;
  }
  .knowledge-detail .title{
    font-size: 24px;
    line-height: 1.6;
  }
  .register-wrap h2{
    font-size: 24px;
  }
  .register-wrap h4{
    margin-bottom: 20px;
  }
  .agrement{
    margin-bottom: 20px;
	  font-size:13px;
	  display: flex; flex-flow: wrap;align-items: center; justify-content:flex-start;
  }
	.register-form .agrement .el-form-item{
		min-height:0;
		margin-bottom:0 !important;
	}
	.agrement .el-form-item{
		width: auto;

	}	
  .search-input{
    width: 300px;
  }
  .search-select{
    width: 350px;
  }
  .video-wrap{
    width: 96%;
    height: 226px;
  }
  .video-play .close{
    font-size: 42px;
    top: -44px;
  }
}


@media screen and (max-width: 600px) {
  .member-center-main{
    margin-top: 0;
    margin-bottom: 0;
  }
  .member-center-content{
    padding: 15px;
  }
  .default-box{
    padding: 15px 0;
  }
  .default-title{
    font-size: 18px;
    padding-bottom: 14px;
  }
  .member-benefit{
    margin-top: 15px;
  }
  .member-benefit ul li{
    font-size: 14px;
    line-height: 1.6;
  }
  .fast-entry{
    margin-top: 20px;
  }
  .fast-entry ul li{
    width: 33.33%;
    margin-right: 0;
    font-size: 14px;
  }
  .fast-entry ul li img{
    width: 50px;
  }
  .member-benefit-info{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .member-center{
    /*margin-top: 0;
    position: fixed;*/
    margin:0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .login-wrap{
    padding-top: 50px;
  }
  .login-wrap h2{
    font-size: 22px;
  }
  #login .el-input{
    height: 50px;
  }
  #login .el-input .el-input__inner{
    height: 50px;
    font-size: 16px;
  }
  #login .el-input .el-icon-user, #login .el-input .el-icon-lock{
    line-height: 50px;
  }
  #login .el-input .el-icon-user:before, #login .el-input .el-icon-lock:before{
    font-size: 24px;
  }
  .login-btn{
    height: 50px;
    font-size: 16px;
  }
  .train-video-search{
    margin-top: 20px;
    display: flex;
  }
  .search-input{
    width: 222px;
    height: 34px;
    font-size: 14px;
  }
  .search-btn{
    width: 90px;
    height: 34px;
    font-size: 16px;
    transform: translateY(0);
    line-height: 34px;
    font-size: 14px;
  }
  .search-btn img{
    width: 18px;
  }
  .segmentation{
    margin-top: 20px;
  }
  .instruction-book{
    margin-top: 20px;
  }
  .instruction-book .row .item{
    height: 55px;
    font-size: 14px;
  }
  .pagination{
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .pagination .item{
    margin-bottom: 10px;
  }
  .message-top h2{
    font-size: 18px;
  }
  .message-top{
    padding-bottom: 16px;
  }
  .message-top h2::after{
    bottom: -15px;
  }
  .message-top .back{
    font-size: 14px;
  }
  .message-top .back img{
    width: 18px;
    margin-left: 7px;
  }
  .message-list{
    margin-top: 20px;
  }
  .message-list .item{
    padding: 12px 0;
  }
  .message-list .item img{
    width: 22px;
    margin-top: 3px;
  }
  .message-list .item .text{
    margin-left: 32px;
  }
  .message-list .item .text h2{
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
  .message-list .item .text p{
    margin-top: 5px;
    font-size: 12px;
  }
  .message-list .item .text a{
    font-size: 12px;
    float: right;
    margin-left: 0;
  }
  .container-top{
    margin-top: 20px;
  }
  .find-box h2{
    font-size: 22px;
  }
  .steps{
    margin-top: 40px;
  }
  .steps-box div p{
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .find-form{
    margin-top: 40px;
  }
  .find-form-item span{
    font-size: 14px;
    line-height: 50px;
    width: 85px;
  }
  .find-form-input{
    margin-left: 85px;
  }
  .f-input{
    height: 50px;
  }
  .f-input input{
    height: 50px;
    font-size: 14px;
  }
  .get-code{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .next-btn{
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .find-success{
    font-size: 18px;
    margin: 40px 0;
  }
  .find-success img{
    width: 50px;
  }
  .register-form .el-form-item .el-form-item__label{
    font-size: 14px;
  }
  .register-form .el-form-item{
    margin-bottom: 20px;
    min-height: auto;
  }
  .register-form .el-input__inner{
    height: 50px;
    font-size: 14px;
  }
  .register-form .el-form-item .el-form-item__error{
    font-size: 14px;
  }
  .complete-info-title{
    font-size: 22px;
  }
  .el-radio__label, .el-checkbox__label{
    font-size: 14px !important;
  }
  .register-form .el-form-item:last-child{
    text-align: center;
  }
  .register-form .el-form-item:last-child{
    margin-top: 30px;
  }
  .register-form .el-form-item button{
    width: 110px;
    height: 46px;
    font-size: 16px;
  }
  .search-select{
    width: 270px;
  }
  .search div:first-child{
    margin-bottom: 0;
  }
  .search{
    font-size: 14px;
  }
  .search .el-input__inner{
    height: 36px;
    font-size: 14px;
  }
  .search-input{
    width: 190px;
  }
  .about-download .tab, .knowledge-center .tab{
    margin-top: 30px;
  }
  .about-download .tab .item, .knowledge-center .tab .item{
    font-size: 14px;
    margin-right: 30px;
  }
  .sub-tab{
    margin-top: 20px;
  }
  .sub-tab .item{
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .sub-content .list .item{
    padding: 14px 0;
  }
  .sub-content .list .item .img{
    width: 110px;
    height: auto;
  }
  .sub-content .list .item .item-text{
    margin-left: 120px;
  }
  .sub-content .list .item .item-text h2{
    font-size: 16px;
    line-height: 1.6;
  }
  .sub-content .list .item .item-text p{
    font-size: 12px;
    margin-top: 6px;
  }
  .sub-content .list .item .item-text span{
    font-size: 12px;
  }
  .download-btn{
    position: static;
    margin-left: 120px;
    margin-top: 14px;
  }
  .message-breadcrumb{
    margin: 0 0 0 10px;
  }
  .message-detail{
    margin-top: 24px;
  }
  .message-title h2{
    font-size: 18px;
  }
  .message-content{
    margin-top: 30px;
  }
  .train-video-list{
    margin-top: 30px;
  }
  .train-video-list .item .img{
    width: 100%;
    height: auto;
  }
  .train-video-list .item .img img:first-child{
    width: 100%;
  }
  .train-video-list .item .item-text{
    float: left;
    margin-left: 0;
  }
  .online-experience{
    margin-top: 30px;
  }
  .online-experience .item{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
  }
  .knowledge-wrap{
    margin-top: 30px;
  }
  .knowledge-wrap .item{
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .classify a{
    font-size: 12px;
  }
  .zs-breadcrumb{
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .knowledge-center{
    margin-top: 0;
  }
  .knowledge-center .tab{
    padding-bottom: 10px;
  }
  .knowledge-center .list{
    margin-top: 10px;
  }
  .knowledge-center .list .item{
    padding: 10px 0;
  }
  .knowledge-center .list .item h2{
    font-size: 16px;
  }
  .knowledge-center .list .item p{
    font-size: 14px;
    margin-top: 10px;
  }
  .knowledge-center .list .item a{
    display: block;
    position: static;
    font-size: 14px;
    margin-top: 10px;
  }
  .knowledge-detail{
    margin-top: 30px;
  }
  .knowledge-detail .title{
    font-size: 18px;
  }
  .knowledge-detail-content{
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .how-use, .other-recommend, .know-more{
    margin-top: 30px;
  }
  .how-use ul{
    margin-top: 20px;
  }
  .how-use ul li{
    font-size: 14px;
    line-height: 1.8;
  }
  .other-recommend ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .other-recommend ul li h2{
    font-size: 16px;
  }
  .other-recommend ul li p{
    font-size: 14px;
  }
  .knowledge-center .list{
    margin-top: 0;
  }
  .register-wrap{
    padding: 15px;
  }
  .agrement{
    font-size: 0.292rem;
  }
	
  .technology-center{
    margin-top: 20px;
    
  }
  .technology-container{
    padding: 15px;
    margin-bottom: 50px;
  }
  .login-entry .btn button{
    height: 46px;
    font-size: 18px;
  }
  .press p{
    font-size: 14px;
  }
  .file-list{
    margin-top: 30px;
  }
  .list-wrap{
    margin-top: 24px;
  }
  .list-wrap h2{
    font-size: 18px;
  }
  .list-wrap ul li{
    padding: 10px 0;
    position: relative;
  }
  .list-wrap ul li > img{
    width: 22px;
  }
  .list-wrap ul li p{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-left: 32px;
    margin-right: 120px;
    float: none;
    overflow: hidden;
  }
  .list-wrap ul li a{
    margin-top: 0;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 11px;
  }
  .height40{
    height: 20px;
  }
  .search span{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .soft-search{
    display: block;
  }
  .banner4{
    margin-top: 30px;
  }
  .title2{
    margin-top: 30px;
    font-size: 18px;
  }
  .symbol{
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .faq-list{
    margin-top: 30px;
  }
  .faq-list ul li{
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
  .login-model-bg{
    background-size: 40% auto;
  }
  .login2{
    margin-top: 20px;
  }
  .input-box{
    width: 100%;
    margin-bottom: 10px;
    height: 46px;
  }
  .input-box input{
    height: 44px;
    font-size: 14px;
  }
  .login-btn2{
    width: 100%;
    height: 46px;
    font-size: 16px;
  }
  .service-phone{
    margin-top: 20px;
    font-size: 16px;
  }
  .service-phone b{
    font-size: 18px;
  }
  .service-phone p{
    font-size: 14px;
  }
  .service{
    padding-bottom: 30px;
  }
  .help-form{
    margin-top: 30px;
  }
  .help-form .tips{
    font-size: 14px;
    margin-top: 20px;
  }
  .help-form #register{
    margin-top: 20px;
  }
  .verification-code .el-input{
    width: 145px;
  }
  .help-form .register-form .el-form-item:last-child{
    float: left;
  }
  .nav-list{
    margin-top: 30px;
  }
  .nav-list ul li:nth-child(3n){
    margin-right: 2%;
  }
  .nav-list ul li{
    width: 49%;
    margin-right: 2%;
  }
  .nav-list ul li:nth-child(2n){
    margin-right: 0;
  }
  .dialog-container{
    width: 94%;
  }
  .dialog-container h2{
    font-size: 20px;
  }
  .dialog-container p{
    font-size: 14px;
  }
}






 
/* ========== */
/* = NY-BANNER = */
/* ========== */
.ny-banner{ width: 100%; height: 400px; padding-top: 114px;  color: #FFFFFF; text-align: center;  text-shadow:0 2px 5px rgba(0,0,0,.25);}
.ny-banner img{ margin: 0 auto;}
.ny-banner p{ font-size: 60px; font-weight: bold;}
.ny-banner span{  margin-top: 25px; display:block; font-size: 30px; }


/* ========== */
/* = CONTACT = */
/* ========== */
.contact{ padding: 50px 0 100px; background: #f8f8f8;  position: relative;}
.contact .mao{  position: absolute; top: -100px; left:0;}
.contact-tab{ text-align: center; border-bottom: 1px solid #d8dfef; display: flex; flex-flow: wrap; align-items:stretch; justify-content:space-between; }
.contact-tab a{ width:33%; font-size: 30px; color: #333333;}
.contact-tab a span{ display: inline-block; padding-bottom: 20px; position: relative;}
.contact-tab a.active{ font-weight: 600;}
.contact-tab a.active span:after{ content: ""; position: absolute; bottom: -1px; left:0; width: 100%; border-bottom: 1px solid #3d60af;}
.contact .content{ background: #FFFFFF; margin-top: 60px; padding:60px 50px;}
.contact .content .service-phone i{ display: inline-block; font-style: normal; margin-top: 10px; min-width: 31%; padding-right: 10px;}
.contact .form-content{ margin-top: 60px; background: #FFFFFF; padding: 20px 10% 50px;}

.contact-list{ padding-top:50px; display: flex; flex-flow: wrap; align-items:stretch; justify-content:flex-start;}
.contact-list li{ width: 31%; margin-right: 3%; background: #FFFFFF; padding: 30px; margin-bottom: 3%;}
.contact-list li:nth-child(3n){ margin-right: 0;}
.contact-list li .tit{ padding-bottom: 15px; position: relative; font-size: 20px; color: #333333; font-weight:600;}
.contact-list li .tit:after{ content: ""; position: absolute; bottom: 0; left:0; width: 26px; height: 2px; background: #3d60af; }
.contact-list li .tip{ margin-top: 12px; font-size: 16px; color: #333333; line-height: 28px;}
.contact-list li .des{ margin-top: 12px; line-height: 24px; }

/* ========== */
/* = WARRANTY = */
/* ========== */ 
.technology-mb60{ margin-bottom: 60px;}
.warranty-center{  margin-bottom: 70px; padding-bottom: 70px; border-bottom: 1px solid #b9c6e2;}
.warranty-center .text span{ color: #3d60af;}
.warranty-center ul{ margin-top: 30px; display: flex; flex-flow: wrap; align-items:stretch; justify-content: space-between;}
.warranty-center li{ width: 32%; margin-top: 30px; text-align: center;}
.warranty-text{ font-size: 16px; line-height: 30px;  text-align: justify;}
.warranty-text .tip{ font-size: 20px; color: #333333; font-weight: 600;}
.warranty-text span{ color: #3d60af; font-size: 16px; }
.warranty-text .alink{ font-size: 18px; line-height: 40px; display: inline-block; color: #3d60af; position: relative; padding-right: 30px;}
.warranty-text .alink:after{ content: ""; position: absolute; top:50%; right:0; transform:translateY(-50%); -webkit-transform:translateY(-50%); width: 20px; height: 20px; background-image: url(../images/blue_arrows2.png);}
.warranty-bottom{ margin-left: 220px; margin-bottom: 95px; background:#FFFFFF;  display: flex; flex-flow: wrap; align-items:flex-start; justify-content: space-between; padding:40px 40px 40px 70px;} 
.warranty-bottom .text{ margin-top: 30px;}
.warranty-bottom .text h2{ font-size: 30px; color: #333333; font-weight:600; }
.warranty-bottom .text a{ margin-top: 22px; width: 140px; line-height: 40px; font-size: 16px; position: relative; display: inline-block; background: #fdba1a; background: linear-gradient(100deg,#ee8d00,#fdba1a,#fdba1a); color: #FFFFFF;  padding-left: 25px; text-align: left; }
.warranty-bottom .text a:after{ content: ""; position: absolute; top:50%; margin-top:-10px; right:17px; width: 20px; height: 20px; background-image:url(../images/wihite_arrows.png); background-size: cover; -webkit-transition: all ease .3s;  transition: all ease .3s;}
.warranty-bottom .text a:hover:after{ transform: translateX(-40%); -webkit-transform: translateX(-40%); }
.warranty-bottom .img{ text-align: center;}
.warranty-bottom .img img{ border: 1px solid #b9c6e2;}
.warranty-bottom .img p{ margin-top: 5px;}

.warranty-tips{ display: flex; flex-flow: wrap; align-items:stretch; justify-content: space-between;}
.warranty-tips li{  margin-top: 40px; width: 48.2%; }
.warranty-tips li .box{ border: 1px solid #b9c6e2; padding: 28px 20px;}
.warranty-tips li .box .tit{ font-size: 20px; font-weight:600; color: #333333; padding-bottom: 15px; position: relative;}
.warranty-tips li .box .tit:after{ content: ""; position: absolute; bottom: 0; left:0;  width: 30px; height: 2px; background: #3d60af;}
.warranty-tips li .box .des{ margin-top: 10px; font-size: 18px; line-height: 36px; height: 72px; overflow: hidden;}

.quality{ font-size: 16px; line-height: 30px;}
.quality-list{ margin-top: 30px; display: flex; flex-flow: wrap; align-items:center;}
.quality-list li{ max-width: 40%; margin-right: 4%; border: 1px solid #dbdbdb;}
.boxline-tit{ margin-top: 40px; padding: 10px 90px 10px 16px; line-height: 40px; background: #eefafa; color: #3d60af; position: relative; }
.boxline-tit p{ position: relative; padding-left: 15px; font-size: 20px; font-weight: bold;}
.boxline-tit p:before{ content: ""; position: absolute; top:10px; left:0; width: 2px; height: 20px; background: #3d60af;}
.boxline-tit span{ position: absolute; top:10px; right:20px; font-size: 36px; color: #a7bcdc; font-weight: 600; }
.boxline-tit2{ background: #f5f6fa; color: #333333;}
.boxline-tit3{ color: #20a09c;}
.boxline-tit3 p:before{ background: #26a19e;}
.boxline-tit3 span{ color: #b0dfdd;}

.productregister-form .el-form-item:nth-child(1),
.productregister-form .el-form-item:nth-child(2){ width: 100%;}
.productregister-form .el-form-item:nth-child(1) .el-input{ width: 40%; display: inline-block; vertical-align: middle;}
.productregister-form .el-form-item:nth-child(2) .el-input__inner{ width: 40%;}
.productregister-form .lable-itext{ display: inline-block; margin-left: 5px; font-style: normal; font-size: 16px; color: #999999;}
.productregister-form .lable-itext em{ font-style: normal; color: #3d60af;}
.productregister-form .prp-button{ margin-left: 10px; display: inline-block; vertical-align: middle;}
.productregister-form .prp-button .con{ display: flex; flex-flow: wrap; align-items:flex-end; justify-content:space-between; }
.productregister-form .search-btn{ height: 58px; display: flex !important; transform: translateY(0);}
@media (max-width:1460px){
  .productregister-form .lable-itext{ font-size: 14px;}
}
@media (max-width:1180px){
  .productregister-form .lable-itext{ font-size: 13px; margin-left: 4px;}
}

.warranty-content-search{ margin-top: 40px;}
.warranty-content-search div{ position: relative; padding-left: 90px; width: 48%;}
.warranty-content-search div span{ position: absolute; top:0; left:0; font-size: 16px; line-height: 44px;display: inline-block !important;width: auto;}
.warranty-content-search div input{ width: 100%;}
.warranty-content-tip{ margin-top: 10px; padding-left: 90px; font-size: 14px;}
.warranty-button{ margin-top: 15px; display: flex; flex-flow: wrap; align-items:flex-end; justify-content:flex-end;}
.warranty-button .reset{ margin-left: 20px; display: inline-block; width: 150px; height: 46px; background-color: #3d60af; background: #999999; -webkit-appearance: none; border-radius: 3px; font-size: 20px; color: #FFFFFF;}
.warranty-tabletit{ display: flex; flex-flow: wrap; align-items:flex-end; justify-content:space-between;}
.warranty-tabletit h3{ font-size: 24px; color: #333333; font-weight: bold;}
.warranty-tabletit P{ font-size: 16px;}
.warranty-tabletit P span{ font-size: 20px;}
.width1070{ width: 10.7% !important;}
.width909{ width: 9.09% !important;}
.width909 .span-01{ font-size:20px;}
.width909 .span-02{ font-size:28px;}
.width1363{ width: 13.63% !important;}
.width2586{ width: 25.86% !important;}

.service-phone a,
.service-phone span{ color: #3d60af;}

.prochoose-div{  position: relative; }
.prodown-div{ display: none; position: absolute; z-index: 3; top:62px; left:0; width: 100%;  background: #fff; border: 1px solid #b9c6e2; border-radius: 6px; padding: 20px 10px;}
.prodown-div ul{ padding-right: 20px; }
.prodown-div li{  cursor: pointer; display: flex; flex-flow: wrap; align-items:flex-start; justify-content:flex-start; }
.prodown-div li .item{ padding:6px 10px; font-size:14px; line-height:24px; }
.prodown-div li .item:nth-child(1){ width: 25%; max-width: 110px;}
.prodown-div li .item:nth-child(2){ width: 40%; }
.prodown-div li .item:nth-child(3){ width: 35%; }
.prodown-div li .item .xuan{ position: relative; margin-right: 5px; display: inline-block; vertical-align: middle; width: 12px; height: 12px; background: #cccccc; }
.prodown-div li.active{ background: #ebeff7; color: #3d60af;}
.prodown-div li.active .item .xuan:before{ content: ""; position: absolute; top:50%; left:50%; margin-left: -3px; margin-top: -3px; background: #3d60af; width: 6px; height:6px; }
.prodown-div .tit { margin-bottom: 10px; }
.prodown-div .tit .item{ font-size: 16px; color: #333333; color: #3d60af;}
.prodown-div .tit .item:nth-child(1){ padding-left: 20px; }
.prodown-div .con{ height: 240px; overflow: auto; }
.prodown-div .con::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.prodown-div .con::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #3d60af;
}
.prodown-div .con::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #dddddd;
}



/* ========== */
/* = download detail = */
/* ========== */
.download-title{ position: relative; padding-right: 130px;}
.retrun-alink{ position:absolute; top:0; right:0; line-height:30px; right:0; padding-right:40px; font-size: 16px; color: #666666;}
.retrun-alink:after{ content: ""; position: absolute; top:0; right: 0; width: 30px; height: 30px; background-image: url(../images/return_ico.png); background-size: cover;}
.donwnload-list{ margin-top: 50px;}
.donwnload-list li{ margin-bottom: 20px;}
.donwnload-list li a{ display: block;position: relative; padding:13px 190px 13px 30px; background: #ebeff7; font-size: 18px; line-height: 32px; color: #333;}
.donwnload-list li a .blue{ color: #3d60af;}
.donwnload-list li a span{ position: absolute;  display: inline-block; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);  right:10px; font-size: 18px; color: #3d60af; padding-right: 35px;}
.donwnload-list li a span:after{ content:""; position: absolute; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); right:0; width: 30px; height: 30px; background-image: url(../images/ico_download.png); background-size: cover;}
.ptit{ margin-bottom: 12px; font-size: 18px; color: #3d60af; font-weight: 600; padding-left: 26px; border-bottom: 1px solid #b9c6e2; line-height: 50px; position: relative;}
.ptit:before{ content: ""; position: absolute; top:50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 16px; height: 16px; background: #3d60af;}

.singlesamples-instruction-book .row .item,
.singlesamples-instruction-book .row .item:nth-child(4){  width: 15%; }
.singlesamples-instruction-book .row .item:nth-child(2){ width:25%;   }

.technology-erweima{  float: right; text-align: center; text-align: center; margin-top: 20px;}
.technology-erweima p{ margin-bottom: 10px; font-size: 20px; font-weight: bold; color: #3d60af; text-align: center; }

.privacystatement .font-blue{ font-size:18px; font-weight: 600; color: #3d60af; }
.privacystatement .pleft{ padding-left:2em; }

.sub-content .more{  color: #fff; margin:30px auto 0; display:block; width:120px; line-height:44px; background:#3d60af; text-align:center; border-radius:4px;cursor: pointer;}
.el-form-item.red-text{  min-height:0; margin-bottom:0; color:#F56C6C;  }
.el-form-item.red-text .el-form-item__content{ font-size:16px;}

@media (max-width:999px){ 
  /* ========== */
  /* = NY-BANNER = */
  /* ========== */
  .ny-banner{  height: 2.4rem; padding-top:0.6rem;}
  .ny-banner img{ height:0.5rem;}
  .ny-banner p{ font-size: 0.45rem;}
  .ny-banner span{ margin-top: 0.12rem; font-size: 0.34rem;}
  
  /* ========== */
  /* = CONTACT = */
  /* ========== */
  .contact{ padding: 50px 0 0;}
  .contact-tab a{  font-size: 12px; width: 32%;}
  .contact .content{ margin-top: 0; padding:40px 20px;}
  .contact .content .service-phone i{ display: block;}
  .contact .form-content{ margin-top: 0; padding:20px;}
  .contact-list{ padding-top:0;}
  .contact-list li{ width: 100%; margin-right: 0;  }
  
  /* ========== */
  /* = WARRANTY = */
  /* ========== */
  .technology-mb60{ margin-bottom:30px;}
  .warranty-center{  margin-bottom: 30px; padding-bottom: 30px;}
  .warranty-center .text{ font-size: 14px; line-height:24px;}
  .warranty-center .text .tip{ font-size: 16px;}
  .warranty-center .text .alink{ font-size: 14px; line-height: 30px; }
  .warranty-center li{font-size: 12px;}
  .warranty-bottom{ margin-left: 0; margin-bottom:0; padding:30px 5px; display: block;} 
  .warranty-bottom .text{ margin: 0 0 20px; text-align: center;}
  .warranty-bottom .text h2{ font-size: 0.44rem; }
  .warranty-bottom .img img{ max-width: 40%;}
  .warranty-text{ font-size: 14px; line-height:24px;}
  .warranty-text .alink{ font-size: 13px; line-height: 32px; }
  .warranty-text .tip{font-size: 16px}
  .warranty-tips li{  margin-top: 0.666666rem; width:100%; }
  .warranty-tips li .box{  padding:20px;}
  .warranty-tips li .box .tit{ font-size: 15px; }
  .warranty-tips li .box .des{font-size: 13px; line-height: 24px; height: 48px;}
    
  .quality{ font-size: 0.34rem; line-height: 0.64rem;}
  .boxline-tit{ padding: 0.2rem 1.5rem 0.2rem 16px; line-height: 0.6rem;}
  .boxline-tit p{ padding-left: 0.266666rem; font-size: 0.4rem;}
  .boxline-tit p:before{ top:0.1rem; height: 0.4rem;}
  .boxline-tit span{  top:0.2rem; right:0.266666rem; font-size: 0.6rem;}
  
  #productregister{ margin-top: 30px;}
  .productregister-form .el-form-item:nth-child(1) .el-input{ width:100%; display: inline-block; vertical-align: middle;}
  .productregister-form .el-form-item:nth-child(2) .el-input__inner{ width: 100%;}
  .productregister-form .lable-itext{  display: block; margin-left:0; font-size: 11px; line-height: 20px;}
  .productregister-form .prp-button{ margin-top: 10px; margin-left: 0;}
  .productregister-form .search-btn{ height:40px; margin-right: 10px; }
  .warranty-content-search div{ position: relative; padding-left: 90px; width: 100%;}


  .register-form .el-form-item .el-form-item__label{ line-height: auto;  height: auto;}
	
	.prodown-div{ top:52px;}
	.prodown-div ul{ padding:0;}
	.prodown-div .tit .item{ font-size:0.34rem;}
	.prodown-div li .item{ padding:0.2rem 0.2rem; line-height:0.6rem; font-size:0.32rem;}
	.prodown-div li .item .xuan{  display:none;}
	.prodown-div .tit .item:nth-child(1){ padding-left:0;}
	.prodown-div li .item:nth-child(1){ width:28%;}
	.prodown-div li .item:nth-child(1){ width:30%;}
	.prodown-div li .item:nth-child(3){ width:30%;}
	
  /* ========== */
  /* = download detail = */
  /* ========== */
  .download-title{ padding-top: 1rem; } 
  .donwnload-list li a{ padding:0.3rem; font-size: 0.34rem; line-height: 0.62rem; }
  .donwnload-list li a span{ position: relative; margin-top: 0.2rem; right:auto; top:auto; transform:translateY(0); -webkit-transform:translateY(0); font-size: 0.32rem; padding-right:0.7rem;}
  .donwnload-list li a span:after{ width: 0.62rem; height:0.62rem;}
  .retrun-alink{ top:0.2rem; line-height:0.4rem; padding-right:0.5rem; font-size: 0.34rem; }
  .retrun-alink:after{ width: 0.4rem; height: 0.4rem;}
  .ptit{ font-size: 0.4rem;  padding-left: 0.533333rem;line-height: 0.8rem;}
  .ptit:before{ width: 0.266666rem; height: 0.266666rem;}

  .technology-erweima{  margin-top: 0.3rem;}
  .technology-erweima img{ width: 2rem; }
  .technology-erweima p{  font-size: 0.3rem;}
}


@media screen and (max-width: 600px){
  .warranty-content-search div{ margin-top: 10px; padding-left: 70px;}
  .warranty-content-search div span{ font-size: 14px; line-height: 34px;}
  .warranty-button .reset{ width: 90px; font-size: 14px; height: 34px;}
}


.certificate-center{ padding-top:70px; padding-bottom: 70px;}
.certificate-center .instruction-book{ margin-top: 0;}
.instruction-book .row .width1900{ width: 21%;}
.instruction-book .row .red{ color: #f40404;}
.erweima-code{ display: none; background:#FFFFFF; border: 1px solid #DDDDDD; padding: 20px; position: fixed; top:50%; left:50%; transform: translateY(-50%) translateX(-50%);}
.erweima-code .close{ position: absolute; top:-15px; right:-15px; cursor: pointer; width: 30px; height: 30px; background-image:url(../images/close3.png);}
.erweima-code .tit{ text-align: center; font-size:16px; margin-bottom: 20px; color: #333;}
iframe{ border: none; display: block; width: 100%;}
@media (max-width: 999px) {
  .symbol p{
    align-items: flex-start;
  }

  .faq-list ul li a {
      overflow: auto;
  }

  .login-entry .btn a button {
      width: 190px;
  }

  .first-ul{
    display: none;
  }

  .member-center-nav ul li:nth-child(3n) {
    margin-top: 0;
}

.solution-screen ul li {
  background-color: #fff;
  border: 1px solid #f8f2e3;
  margin: 10px 0 0;
  padding: 10px 20px;
  color: #3d60af;
  font-size: 11px;
  cursor: pointer;
}

.solution-input input {
  width: 50%;
  padding: 10px;
  background-color: #F1F2F6;
  border: 1px solid #e4e5e9;
}

.solution-input button {
  width: 100px;
  height: 41px;
  border: none;
  background-color: #3d60af;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.solution-screen ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.solution-screen .screen-ul2 a {
  margin: 5px 0;
  width: 100%;
}
.solution-screen .screen-ul2 li {
  margin: 0;
  padding: 10px;
  color: #000;
  border-bottom: 3px solid #fff;
}
.screen-ul4>a{
  width: 100%;
}
.solution-screen .screen-ul4 li {
  display: flex;
  color: #000000;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
}