/*!
==================================================================

                  本文件由SCSS编译生成，禁止直接修改

  THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

==================================================================
*/
.wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.auth-header {
  padding: 65px 0;
  font-size: 0;
}

.auth-header .brand-logo {
  width: 236px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/logo.png");
}

.auth-header .header-action {
  margin-top: 0;
  line-height: 72px;
  font-size: 16px;
}

.auth-header .header-action-gap {
  margin: 0 4px;
}

.auth-header .header-action-link {
  color: #f01324;
}

.auth-footer {
  position: relative;
  padding: 30px 0 480px;
}

.auth-footer-text {
  text-align: center;
  color: #999;
}

.form-field {
  position: relative;
  margin-bottom: 22px;
}

.form-field input[type="checkbox"] {
  display: none;
}

.form-field input[type="text"],
.form-field input[type="password"] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 1em;
  background-color: #eee;
  border-radius: 8px;
  font-size: 20px;
  color: #444;
  -webkit-box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: -1px -2px 2px rgba(0, 0, 0, 0.1);
}

.form-field .btn {
  width: 100%;
  padding: 0;
  height: 60px;
  line-height: 60px;
  background-color: #eee;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #444;
  opacity: .85;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form-field .btn.btn-primary {
  background-color: #f01324;
  color: #fff;
}

.form-field .btn.btn-primary:hover {
  background-color: #f34350;
}

.form-field .btn:hover {
  opacity: 1;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
}

.checkbox {
  position: relative;
}

.checkbox-check:checked + .checkbox-label:after {
  -webkit-transform: translate(-50%, -80%) rotate(130deg) scale(1);
          transform: translate(-50%, -80%) rotate(130deg) scale(1);
  opacity: 1;
}

.checkbox-label {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f01324;
  -webkit-transform: translate(-50%, -80%) rotate(0deg) scale(0);
          transform: translate(-50%, -80%) rotate(0deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.login {
  position: relative;
  width: 630px;
  margin: 40px auto 50px;
  background-color: #fff;
  display: none;
}

.login .form-field {
  margin-bottom: 36px;
}

.login .form-field input[type="text"],
.login .form-field input[type="password"],
.login .form-field .btn {
  height: 86px;
  line-height: 86px;
  font-size: 24px;
}

.login .qrcode {
  display: block;
  width: 250px;
  margin: 0 auto 30px;
}

.login .tip-qrcode {
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  color: #999;
}

.login-header {
  position: relative;
  line-height: 110px;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  font-size: 36px;
  color: #666;
}

.login-header .tab-hd-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.login-header .tab-hd-item.is-active {
  color: #f01324;
}

.login-header .login-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 66px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/icon_qrcode.png");
  cursor: pointer;
}

.login-header .login-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 33px;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  pointer-events: none;
}

.login-body {
  position: relative;
  padding: 35px 0;
}

.login-body .tab-bd-item {
  display: none;
}

.login-body .tab-bd-item.is-active {
  display: block;
}

.login-body .validate-code {
  width: 65%;
}

.login-body .btn-validate-code {
  width: 32%;
}

.login-body .row-tip {
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
}

.login-body .row-tip .checkbox {
  position: relative;
  padding-left: 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.login-body .row-tip .checkbox-label {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.login-body .row-tip .login-links {
  color: #999;
}

.login-body .row-tip .login-links a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.login-body .row-tip .login-links a:hover {
  color: #f01324;
}

.login-body .row-tip .login-links-gutter {
  margin: 0 5px;
}

.login-phone {
  display: block;
}

.login-qrcode-title {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
}

.login-qrcode-links {
  text-align: center;
  font-size: 24px;
}

.login-qrcode-links .link-text {
  font-size: 24px;
  color: #999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.login-qrcode-links .link-text:hover {
  color: #f01324;
}

.login-qrcode-links .link-gutter {
  margin: 0 5px;
}

.login-third {
  position: relative;
  text-align: center;
}

.login-third h4 {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 30px;
  color: #999;
}

.login-third .third-ways {
  position: relative;
}

.login-third .third-way {
  display: inline-block;
  vertical-align: middle;
  width: 76px;
  height: 76px;
  margin: 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.login-third .third-way:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.login-third .third-way-wechat {
  background-image: url("../img/wechat_active.png");
}

.login-third .third-way-qq {
  background-image: url("../img/qq_active.png");
}

.login-third .third-way-weibo {
  background-image: url("../img/weibo_active.png");
}