body { background: url('/Content/qwuc/images/bg.png') no-repeat; background-size: cover; }
header {
  padding: 0 35px;
  height: 70px;
  display: flex;
  align-items: center;
}
header .logo {
  width: 144px;
  height: 30px;
}
header .logo img {
  width: 100%;
}
.main_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_div .l {
  width: 450px;
  height: 470px;
  margin: 0 auto;
}
.main_div .loginForm {
  background: #fff;
  border-radius: 12px;
  min-height: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  width: 400px;
  color: #585e6d;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.main_div .loginForm h2 {
  padding: 48px 0 0;
  color: #141414;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.main_div .loginForm .qr,
.main_div .loginForm .psd {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 72px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQBAMAAAAVaP+LAAAAD1BMVEVHcEw0v3I0wXQzwHI0v3JzQ+LPAAAABHRSTlMAfj/dTUCnlQAAARpJREFUaN7t2NFtwkAQRdF5aYGpIEoHLoHtvyZ+nAjbawO7N5ZXevczoKNBkMmECOeccwOWpZSIKOtqP3t6bJsoKJKCREGRFCQKiqQgUVAcQNUnngLt4YYuDeX+27/4IL6EREHrkdohUdBqpA5IFLQcqQf6+p7LTuivH0MH3aZpQiCVcmdeWlKQKCiSgkRBcdtAjTtbFBSGToWE3UfZfvq9dXt/Du3c3g2QKKh+e7dAoqC4JOQGrf4/oKHNoUtAoqD6lznROBICVf+gRONIDORG/q7y+XelGRIF/Y7UD4mC5pEASBS0XJXROxIBLVZl9I6EQPOqBBK2GZOChO3qpCD9x8FkaCQoKUjYNZIUJOw+8l4ady8555w7qwd9UZnv+8v33QAAAABJRU5ErkJggg==) 50% no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
}
.main_div .loginForm .psd {
  display: none;
  background: url('../images/psd.png') 50% no-repeat;
  vertical-align: middle;
  width: 72px;
  height: 72px;
  background-size: 100% 100%;
}
.main_div .loginForm .logoWrap {
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-top: 36px;
}
.main_div .loginForm .logoWrap .logoUrs {
  margin-bottom: 20px;
}
.main_div .loginForm .logoWrap .logoUrs .inputbox {
  background: #fff;
  position: relative;
}
.main_div .loginForm .logoWrap .logoUrs .inputbox input {
  border: 1px solid #c5cddb;
  background: #fff;
  font-size: 14px;
  height: 46px;
  width: 100%;
  line-height: 46px;
  padding-left: 16px;
  border-radius: 6px;
  padding-right: 85px;
}
.main_div .loginForm .logoWrap .logoUrs .inputbox input::placeholder {
  font-size: 14px;
  opacity: 0.7;
}
.main_div .loginForm .logoWrap .logoUrs .inputbox i {
  height: 33px;
  line-height: 33px;
  color: #616161;
  font-size: 16px;
  overflow: hidden;
  display: block;
  right: 10px;
  position: absolute;
  top: 5px;
  background: #fff;
  white-space: nowrap;
}
.main_div .loginForm .logoWrap .logoUrs .pass {
  margin-top: 16px;
}
.main_div .loginForm .logoWrap .logoUrs .pass .eye { display: inline-block; width: 22px; height: 16px; margin-top: 10px; background: url(../images/ico-eye-disabled@2x.png) no-repeat center center; background-size: 16px 16px; }
.main_div .loginForm .logoWrap .logoUrs .unlogin {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}
.main_div .loginForm .logoWrap .logoUrs .unlogin span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #585E6D;
  line-height: 18px;
}
.main_div .loginForm .logoWrap .logoUrs .unlogin span input {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.main_div .loginForm .logoWrap .logoUrs .unlogin span label {
  padding-left: 8px;
}
.main_div .loginForm .logoWrap .logoUrs .sub {
  color: #fff;
  border-radius: 4px;
  background: #299E59;
  width: 340px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border: none;
}
.main_div .loginForm .logoWrap .logoUrs .sub a {
  color: #fff;
}
.main_div .loginForm .logoWrap .logoUrs .u-normalLogin-reg-entry {
  text-align: center;
  padding-top: 15px;
}
.main_div .loginForm .logoWrap .logoUrs .u-normalLogin-reg-entry a {
  color: #585e6d;
  font-size: 14px;
  line-height: 20px;
}
.main_div .loginForm .logoWrap .logoUrs .u-normalLogin-reg-entry a:first-child {
  position: relative;
  margin-right: 18px;
}
.main_div .loginForm .logoWrap .logoUrs .u-normalLogin-reg-entry a:first-child::after {
  position: relative;
  content: "";
  padding-left: 1px;
  width: 0;
  height: 13px;
  background-color: #b7bcc7;
  position: absolute;
  top: 3px;
  right: -10px;
  color: #666;
}
.main_div .loginForm .logoWrap .login-agreement {
  padding: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #585e6d;
}
.main_div .loginForm .logoWrap .login-agreement a {
  color: #585e6d;
}
.main_div .loginForm .qrWrap {
  display: none;
  padding: 0 30px;
  box-sizing: border-box;
  padding-bottom: 50px;
  margin-top: 36px;
}
.main_div .loginForm .qrWrap h3 {
  height: 20px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #666666;
}
.main_div .loginForm .qrWrap h3 a {
  text-decoration: none;
  color: #538ff4;
}
.main_div .loginForm .qrWrap img {
  width: 180px;
  height: 180px;
  margin: auto;
}
.main_div .loginForm .qrWrap .u-normalLogin-reg-entry {
  text-align: center;
  padding-top: 15px;
}
.main_div .loginForm .qrWrap .u-normalLogin-reg-entry a {
  color: #585e6d;
  font-size: 14px;
  line-height: 20px;
}
.main_div .loginForm .qrWrap .u-normalLogin-reg-entry a:first-child {
  position: relative;
  margin-right: 18px;
}
.main_div .loginForm .qrWrap .u-normalLogin-reg-entry a:first-child::after {
  position: relative;
  content: "";
  padding-left: 1px;
  width: 0;
  height: 13px;
  background-color: #b7bcc7;
  position: absolute;
  top: 3px;
  right: -10px;
  color: #666;
}
footer {
  padding-top: 30px;
  padding-bottom: 18px;
}
footer .footer_nav {
  text-align: center;
}
footer .footer_nav a {
  display: inline-block;
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
footer .footer_nav a:nth-child(2),
footer .footer_nav a:nth-child(3),
footer .footer_nav a:nth-child(4) {
  position: relative;
  margin-left: 10px;
}
footer .footer_nav a:nth-child(2)::before,
footer .footer_nav a:nth-child(3)::before,
footer .footer_nav a:nth-child(4)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
  width: 1px;
  height: 12px;
  background: #cfcfcf;
}
footer .footer-certification {
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-certification a {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
footer .footer-certification span {
  margin-left: 10px;
  color: #888;
  font-size: 12px;
}
footer .footer-certification .copyright {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .w {
    width: 98%;
  }
  .main_div {
    flex-direction: column;
  }
  .main_div .l {
    width: 85%;
    display: none;
  }
  .main_div .loginForm {
    width: 360px;
  }
  .main_div .loginForm .logoWrap {
    padding-bottom: 0px;
  }
  .main_div .loginForm .logoWrap .logoUrs .unlogin {
    padding-bottom: 25px;
  }
  .main_div .loginForm .logoWrap .logoUrs .sub {
    width: 100%;
  }
  footer .footer-certification {
    flex-direction: column;
  }
}
