.dlzc-container{
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
}
.dlzc-container .wrap-left{
  padding: 143px 0 0 128px;
  width: calc(864 / 1920 * 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dlzc-container .wrap-left .en{
  font-family: Arial-Black, Arial;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 70px;
  font-weight: 900;
}
.dlzc-container .wrap-left span{
  display: block;
  margin-top: 7px;
  width: 40px;
  height: 4px;
  background: #FFFFFF;
}
.dlzc-container .wrap-left .cn{
  margin-top: 24px;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 53px;
}
.dlzc-container .wrap-right{
  position: relative;
  flex: 1;
  padding: 155px 0 55px;
  background: #FAFAFA;
}
.dlzc-container .wrap-right .toHome,
.wjmm-container .toHome{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 78px;
  height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  background: #1ABAF9;
  box-shadow: 0px 2px 4px 0px #BDECFF;
  border-radius: 4px;
  transition: all 0.3s;
}
.dlzc-container .wrap-right .toHome:hover,
.wjmm-container .toHome:hover{
  background-color: #0699D3;
}
.dlzc-container .wrap-right .copyright,
.wjmm-container .copyright{
  font-size: 14px;
  color: #C5C5C5;
  line-height: 20px;
  text-align: center;
}
.dlzc-wrapper{
  margin: 0 auto 110px;
  width: 456px;
}
.dlzc-wrapper .logo{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 0;
}
.dlzc-wrapper .logo img{
  width: 230px;
}
.dlzc-content{
  padding: 50px 45px 34px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(231,231,231,0.64);
  border-radius: 12px;
}
.bind-userInfo{
  margin-bottom: 30px;
}
.bind-userInfo .info-wrapper{
  display: flex;
  align-items: center;
}
.bind-userInfo .info-wrapper .avatar{
  width: 48px;
  height: 48px;
  background-color: #f0f0f0;
  border-radius: 50%;
}
.bind-userInfo .info-wrapper .avatar img{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.bind-userInfo .info-wrapper .info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 14px;
  width: calc(100% - 48px);
}
.bind-userInfo .info-wrapper .info .name{
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.bind-userInfo .tishi{
  margin-top: 14px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.dlzc-content .nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: solid 1px #F0F0F0;
}
.dlzc-content .nav li{
  margin-bottom: -1px;
  width: 50%;
}
.dlzc-content .nav li a{
  display: flex;
  justify-content: center;
  padding-bottom: 17px;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  outline: none;
  transition: all 0.3s;
}
.dlzc-content .nav li:hover a,
.dlzc-content .nav li.current a{
  color: #06A7E6;
}
.dlzc-content .nav li.current a{
  box-shadow: inset 0 -4px 0 #06A7E6;
}
.dlzc-content .register-title{
  margin-bottom: 30px;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.dlzc-content .form-ul li:nth-child(n+2){
  margin-top: 18px;
}
.dlzc-content .form-ul li.li-yzm,
.wjmm-wrapper .form-ul li.li-yzm{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dlzc-content .form-ul li.form_ts,
.wjmm-wrapper .form-ul li.form_ts{
  display: none;
  margin-top: 10px;
}
.dlzc-content .form-ul li.form_ts .password_ts,
.wjmm-wrapper .form-ul li.form_ts .password_ts{
  padding: 0 5px;
  font-size: 12px;
  color: red;
}
.dlzc-content .form-ul li .inputs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid #BFBFBF;
  transition: all 0.3s;
}
.dlzc-content .form-ul li.li-yzm .inputs,
.wjmm-wrapper .form-ul li.li-yzm input{
  width: calc(100% - 130px - 14px);
}
.dlzc-content .form-ul li .inputs:hover,
.wjmm-wrapper .form-ul li input:hover{
  border-color: #0699D3;
}
.dlzc-content .form-ul li .inputs i{
  margin-right: 8px;
  width: 20px;
  font-size: 18px;
  color:#CCCCCC;
  text-align: center;
}
.dlzc-content .form-ul li .inputs input{
  width: calc(100% - 20px - 8px);
  height: 50px;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  background: none;
  border: none;
  outline: none;
}
.dlzc-content .form-ul li.li-yzm a.getSmsCode,
.wjmm-wrapper .form-ul li.li-yzm a.getSmsCode{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 52px;
  font-size: 14px;
  color: #06A7E6;
  border: 1px solid #06A7E6;
  border-radius: 2px;
  transition: all 0.3s;
}
.dlzc-content .form-ul li.li-yzm a.getSmsCode:hover,
.wjmm-wrapper .form-ul li.li-yzm a.getSmsCode:hover{
  color: #fff;
  background-color: #0699D3;
  border-color: #0699D3;
}
.dlzc-content .form-ul li.li-yzm a.getSmsCode.disabled,
.wjmm-wrapper .form-ul li.li-yzm a.getSmsCode.disabled{
  color: #666 !important;
  background:none !important;
  border-color:#BFBFBF !important;
  cursor: not-allowed;
}
.dlzc-content .form-ul li.li-yzm a.getSmsCode.isDisabled,
.wjmm-wrapper .form-ul li.li-yzm a.getSmsCode.isDisabled{
        color: #666;
    background-color: #EAEAEA !important;
        border-color: #EAEAEA !important;
    cursor: not-allowed;
}
.dlzc-content .hdyzm{
  margin-top: 18px;
}
.dlzc-content .xieyi{
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.dlzc-content .xieyi input{
  margin: 0;
}
.dlzc-content .xieyi p{
  margin-left: 5px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.dlzc-content .xieyi p a{
  color: #06A7E6;
  transition: all 0.3s;
}
.dlzc-content .xieyi p a:hover{
  color: #0699D3;
  text-decoration: underline !important;
}
.dlzc-content button,
.wjmm-wrapper button{
  margin: 24px 0 0;
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 48px;
  background: #06A7E6;
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.dlzc-content button:hover,
.wjmm-wrapper button:hover{
  background-color: #0699D3;
}
.dlzc-content button:disabled,
.wjmm-wrapper button:disabled{
  color: #666;
  background-color: #EAEAEA !important;
  cursor: not-allowed;
}
.dlzc-content .other-setting{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.dlzc-content .other-setting a{
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  transition: all 0.3s;
}
.dlzc-content .other-setting a:hover{
  color: #0699D3;
  text-decoration: underline !important;
}
.dlzc-content .other-setting p{
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.dlzc-content .other-setting p a{
  color: #06A7E6;
}
.dlzc-content .browser{
  margin-top: 20px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
.dlzc-content .other-type{
  margin-top: 30px;
}
.dlzc-content .other-type .title{
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.dlzc-content .other-type .title span{
  position: relative;
  font-size: 14px;
  color: #C2C2C2;
  line-height: 20px;
}
.dlzc-content .other-type .title span:before,
.dlzc-content .other-type .title span:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 500px;
  height: 1px;
  background-color: #F0F0F0;
}
.dlzc-content .other-type .title span:before{
  right: calc(100% + 15px);
}
.dlzc-content .other-type .title span:after{
  left: calc(100% + 15px);
}
.dlzc-content .other-type .other-list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
}
.dlzc-content .other-type .other-list li{
  margin: 0 10px;
}
.dlzc-content .other-type .other-list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  outline: none;
}
.dlzc-content .other-type .other-list li a:hover{
  opacity: 0.8;
}
.dlzc-content .other-type .other-list li a.icon-weixin{
  background-color: #28C445;
}
.wjmm-container{
  position: relative;
  padding-top: 190px;
  padding-bottom: 50px;
  min-height: 100vh;
  background-color: #FAFAFA;
}
.wjmm-wrapper{
  padding-top: 102px;
  margin: 0 auto;
  max-width: 1100px;
  height: 650px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(231,231,231,0.64);
  border-radius: 12px;
}
.wjmm-wrapper .title{
  margin-bottom: 56px;
  font-size: 38px;
  color: #333333;
  line-height: 53px;
  text-align: center;
}
.wjmm-wrapper .form-list{
  margin: 0 auto;
  max-width: 366px;
}
.wjmm-wrapper .form-list .items{
  display: none;
}
.wjmm-wrapper .form-list .items.current{
  display: block;
}
.wjmm-wrapper .tishi{
  margin-bottom: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.wjmm-wrapper .tishi span{
  color: #06A7E6;
}
.wjmm-wrapper .form-ul li:nth-child(n+2){
  margin-top: 18px;
}
.wjmm-wrapper .form-ul li input{
  display: block;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  height: 52px;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  border-radius: 2px;
  background: none;
  border: 1px solid #BFBFBF;
  outline: none;
  transition: all 0.3s;
}
.wjmm-wrapper .form-ul button,
.wjmm-wrapper .submit{
  display: block;
  padding: 0;
  margin: 28px 0 0;
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  background: #06A7E6;
  border: none;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}
.wjmm-wrapper .form-ul button:hover,
.wjmm-wrapper .submit:hover{
  background-color: #0699D3;
}