* {
  margin: 0;
  padding: 0;
  border: 0;
}
ol,
ul {
  list-style: none;
}

body {
  font-family: PingFangSC-Regular;
  height: 100%;
  width: 100%;
  position: relative;
}

body {
  background-attachment: fixed;
  font-family: PingFangSC-Regular;
  height: 100%;
  width: 100%;
  min-height: 638px;
}
.mainbg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.mainbg.active{
  display: block;
}
.lunbo_nav{
  width: 100%;
  height: 8px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.lunbo_nav span{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background: #26282B;
  cursor: pointer;
}
.lunbo_nav span.active{
  background: #2660AC;
}
.container{
  width: 100%;
  min-width: 900px;
  transform: translateY(-50%);
  position: relative;
  top: 38%;
  min-height: 606px;
}
.dz_logo{
  width: 878px;
  margin: 10px auto 0;
  position: relative;
}
.dz_logo img{
  height: 70px;
}
.tysfrz{
  font-size: 23px;
  color: #fff;
  margin-left: 15px;
  position: absolute;
  top: 18px;
  text-shadow: 2px 2px 4px #5a5959;
}
.dz_language{
  width: 878px;
  height: 25px;
  margin: 15px auto 0;
  position: relative;
}
.dz_btn_box{
  width: 100px;
  height: 25px;
  float: right;
}
.dz_btn_box span{
  display: inline-block;
  width: 50px;
  height: 25px;
  float: left;
  background: rgba(255,255,255,0.70);
  font-size: 12px;
  color: #50576F;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}
.dz_btn_box span.active{
  background: rgba(56,66,75,0.24);
  color: #FFFFFF;
}
.wrap{
  width: 878px;
  height: 440px;
  margin: 30px auto 0;
  position: relative;
}
.dz_left{
  width: 504px;
  height: 100%;
  overflow: hidden;
  float: left;
  background: url(../images/leftbg.png) no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  position: relative;
}
.remark_box{
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.dz_item{
  width: 504px;
  height: 100%;
  overflow: hidden;
  padding: 0 40px;
  box-sizing: border-box;
  float: left;
}
.dz_title{
  font-size: 34px;
  color: #FFFFFF;
  margin-top: 100px;
}
.dz_remark{
  margin-top: 30px;
}
.dz_remark p{
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin: 6px 0;
}
.m-account>div:nth-of-type(4){
  margin-bottom: 10px;
}
.dz_remark a{
  text-decoration: none;
  color: blue;
}
.form-errorTip{
  text-align: center;
  clear: both;
  margin-top: 0;
  margin-bottom: -30px;
  margin-left: 47px;
  font-size: 12px;
  color: #ff0000;
}
.main{
  width: 374px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 4px 0 22px 0 rgba(45,51,88,0.30);
  border-radius: 0 8px 8px 0;
  float: left;
}
.dz_change{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
}
.dz_change img{
  margin: 0 5px;
  cursor: pointer;
}
.dz_page{
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
  width: 48px;
  text-align: center;
}
.tabHead{
  width: 100% !important;
  padding: 5px 0;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #DEE4ED;
  text-align: center;
}
.tabHead span{
  min-width: 72px;
  /* max-width: 85px; */
  height: 30px;
  line-height: 36px;
  display: inline-block;
  font-size: 17px;
  /* margin: 0 5px; */
}
.tabHead span a{
  text-decoration: none;
  color: rgba(0,0,0,0.80);
}
.tabHead span.active{
  border-bottom: 1px solid #2660AC;
}
.tabHead span.active a{
  color: #2660AC;
}
/* .hide{
  display: none!important;
} */
.m-phone{
  padding: 0 47px;
  margin-top: 80px;
}
.m-account{
  padding: 0 47px;
  margin-top: 80px;
  font-size: 14px;
}
.m-phone .item{
  height: 30px!important;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEE4ED;
  display: flex;
  align-items: center;
  position: relative;
}
.prex-icon{
  display: inline-block;
  width:30px;
}
.prex-icon img{
  width: 30px;
}
.m-account .item{
  height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEE4ED;
  display: flex;
  align-items: center;
  position: relative;
}
.m-phone .item input{
  padding-left: 10px;
  outline: none;
  padding: 8px 5px;
  position: relative;
  top: -2px;
  width: 100%;
}
.m-account .item input{
  padding-left: 10px;
  outline: none;
  padding: 8px 5px;
  width: 100%;
  position: relative;
  top: -2px;
}

.m-phone #captcha{
	width: 150px;
}

.m-phone #dynamicCode{
	width: 150px;
} 

.btn{
  width: calc(100% - 94px);
  height: 40px;
  background: #2660AC;
  border-radius: 2px;
  margin-left: 47px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 10px;
  clear: both;
  /* margin-top: 48px; */
  margin-top: 20px;
}
.btn a{
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
}
.prompt a{
  text-decoration: none;
  color: #000;
}
.container .help {
  position: absolute;
  /* top: 161px; */
  top: 200px;
  right: 47px;
}

.container .help .fo-password {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  color: #0c4af9;
  float: right;
}
.container .help .fo-password:hover {
  color: #476bff;
}

.container .help .activation-account {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  color: #0c4af9;
  float: left;
}
.container .help .activation-account:hover {
  color: #476bff;
}

.container .help .remember-login-content {
  float: left;
}
.container .help .remember-login-content input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  font-size: initial;
}
.container .help .remember-login-content .remember-me-label {
  margin-left: 25px;
  cursor: pointer;
  font-size: 14px;
  color: #6f798e;
}
.container .help .remember-login-content .remember-me-label::selection {
  background: rgba(0, 0, 0, 0);
}
.container .help .remember-login-content span {
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: url("../images/201807151131519.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 20px;
  -webkit-transition: background-position-y 0.1s linear;
  -o-transition: background-position-y 0.1s linear;
  transition: background-position-y 0.1s linear;
}
.remember-login-content input[type="checkbox"]:checked + span {
  background-position-y: 0px;
}
.other_top{

}
.mask-inner {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: top ease 200ms;
  -o-transition: top ease 200ms;
  -webkit-transition: top ease 200ms;
  transition: top ease 200ms;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
.form .captcha .captcha-img {
  position: absolute;
  top: -3px;
  right: 8px;
  cursor: pointer;
  text-align: center;
  width: 86px;
  height: 30px;
}
.m-account #captcha{
	width: 150px;
	position: relative;
	top: -2px;
}
.form .m-phone .code .get-code {
  text-decoration: none;
  cursor: pointer;
}
.form .code .get-code {
  width: 86px;
  height: 30px;
  border: 1px solid #0c4af9;
  border-radius: 4px;
  font-size: 13px;
  color: #0c4af9;
  letter-spacing: 0;
  position: absolute;
  line-height: 30px;
  top: -5px;
  right: 8px;
  text-align: center;
  cursor: pointer;
}
.other_top{
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #767A8A;
  position: relative;
  margin-top: 30px;
}
.dz_line{
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #DEE4ED;
  top: 14px;
}
.lineleft{
  left: 47px;
}
.lineright{
  right: 47px;
}
.other_item{
  margin-top: 10px;
  text-align: center;
}
.ways{
  display: inline-block;
  text-align: center;
}
.ways .item{
  width: 100px;
}
.ways img{
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

/* yxy */
.qrcode {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    background: url(../images/qcode.png);
}

.main{
	position: relative;
}

.login-qrcode{
	height: 310px;
	display: none;
}

.login-qrcode > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.login-qrcode > div img {
  /* margin-bottom: 30px; */
}
.login-qrcode > div span {
  display: block;
  margin-bottom: 11px;
}
.login-qrcode > div span.title {
  font-size: 16px;
  color: #34363e;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.login-qrcode > div span.title2 {
  font-size: 14px;
  color: #34363e;
  letter-spacing: 0;
  line-height: 14px;
}
.qr_scan_Invalid {
    width: 210px;
    height: 200px;
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    top: 0;
    margin: 45px 0 0 74px;
    margin-top: 0;
}

.qr_scan_code img {
    margin: 50px auto;
    width: 200px;
    height: 200px;
    margin-top: 0;
    margin-bottom: 0;
}

.qr_scan_Invalid img {
    position: absolute;
    top: 66px;
    left: 80px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

.hide{
	display: none;
}

#qrLoginSpan{
	cursor: pointer;
}

.prompt{
	font-size: 12px;
}

.phoneCode-remark{
  display: none;
}