html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  position: relative;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: PingFangSC-Regular;
  height: 100%;
  width: 100%;
}
.hide{
  display: none;
}
.container{
  width: 100%;
  min-width: 1200px;
  min-height: 100vh;
  overflow: auto;
  background: #fff;
}
.dz-header{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}
.dz-header img{
  height: 60px;
  margin-left: 80px;
}
.dz-header span{
  font-size: 20px;
  color: #251F1F;
    margin-left: 8px;
    font-weight: 600;
}
.dz-content{
  width: 100%;
  position: relative;
}
.mainbg{
  width: 100%;
  display: none;
}
.wrap{
  width: 300px;
  min-height: 340px;
  border-radius: 4px;
  background: rgba(255,255,255,0.9);
  position: absolute;
  top: 10%;
  right: 10%;
  padding: 20px;
  box-sizing: border-box;
}
.tabHead{
    margin-bottom: 25px;
}
.tabHead span{
  font-size: 14px;
  margin-right: 10px;
}
.tabHead span a{
  text-decoration: none;
  color: #484343;
}
.tabHead span.active a{
  color: #251F1F;
}
.tabHead span.active{
  font-size: 20px;
  font-weight: 600;
}
.dz-footer{
  margin-top: 20px;
  height: 100px;
}
.footer-left{
  width: 60%;
  margin-left: 80px;
  float: left;
  position: relative;
}
.footer-left img{
  width: 64px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-left div{
  width: calc(100% - 70px);
  margin-left: 70px;
}
.footer-left div p{
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #7C7A7A;
}
.footer-right{
  width: 120px;
  float: right;
  text-align: center;
  margin-right: 80px;
}
.footer-right img{
  width: 64px;
}
.footer-right p{
  font-size: 12px;
  color: #7C7A7A;
  margin-top: 8px;
}
.m-phone .item,.m-account .item{
  height: 40px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E3E3;
  border-radius: 4px;
  position: relative;
  margin-top: 12px;
}
.m-phone .item input,.m-account .item input{
  width: calc(100% - 40px);
  outline: none;
  border: none;
  height: 40px;
  margin-left: 40px;
}
.m-phone .item .prex-icon,.m-account .item .prex-icon{
  position: absolute;
  left: 0;
  top: 0;
}
.m-rememberMe{
  margin-top: 12px;
    font-size: 12px;
    color: #7C7A7A;
}
.m-rememberMe div{
  float: right;
}
.m-rememberMe div a{
  font-size: 12px;
  color: #345EC0;
  margin: 0 5px;
}
.form-errorTip{
  color: #ff0000;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
}
.btn{
  background: #345EC0;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.btn a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer{
  margin-top: 25px;
}
.footer .ways {
  display: inline-block;
  vertical-align: middle;
}
.footer .ways > .item {
  position: relative;
  float: left;
  margin-right: 16px;
}
.footer .ways > .item a{
  font-size: 14px;
  color: #7C7A7A;
}
a{
  text-decoration: none;
}
.footer .ways > .item img{
  vertical-align: middle;
  margin-right: 5px;
}
.prompt{
    display: inline;
}

.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;
}
.login-qrcode > div span.title2 {
  font-size: 14px;
  color: #34363e;
  letter-spacing: 0;
  line-height: 14px;
}
.qrcode {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 8px;
	right: 8px;
	cursor: pointer;
	background: url(../images/qcode.png);
}
.qr_scan_box {
    width: 300px;
    height: 220px;
    background: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
}
.qr_scan_code img{
	margin: 10px auto;
	width: 235px;
	height: 235px;
}
.qr_scan_Invalid {
    width: 235px;
    height: 235px;
    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;
}
.qr_scan_Invalid img {
    position: absolute;
    top: 35px;
    left: 80px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}
.qr_scan_success{
	margin-top: 90px;
}
.qr_scan_success img{
	margin: 50px auto;
	width: 70px;
	height: 70px;
}
.captcha-img{
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  text-align: center;
  width: 86px;
  height: 30px;
}
.captcha-img:hover .mask-inner {
  display: block;
  top:0;
}
.mask-inner{
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 100%;
  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);
}
.get-code{
  position: absolute;
  right: 6px;
  top: 12px;
  font-size: 13px;
}