.login-wrap {
  background: url("../../images/account/login/bg.png") no-repeat;
  background-size: cover;
  height: 100%;
}
.logo-wrap {
  position: absolute;
  left: 40px;
  top: 25px;
  z-index: 10;
}
.logo-wrap .logo {
  width: 50px;
  height: 45px;
  vertical-align: top;
}
.logo-wrap h1 {
  display: inline-block;
  line-height: 45px;
  font-size: 24px;
  margin-left: 14px;
  vertical-align: top;
  color: #333;
}
.login-box {
  background: #fff;
  border-radius: 50px;
  width: 1200px;
  height: 720px;
  font-size: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -360px 0 0 -600px;
}
.login-box img {
  border-radius: 50px;
  width: 600px;
  height: 720px;
  vertical-align: top;
}
.login-content {
  display: inline-block;
  vertical-align: top;
  padding: 63px 75px 0 65px;
  width: 600px;
}
.login-content h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 11px;
}
.login-content .err-msg {
  line-height: 26px;
  font-size: 14px;
  color: #FF3535;
  margin-bottom: 10px;
  min-height: 26px;
}
.login-content .login-form {
  position: relative;
  height: 287px;
}
.login-content .login-form form {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background: #fff;
}
.login-content .login-form form .form-item {
  position: relative;
}
.login-content .login-form form .form-item:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../../images/account/login/login-icon.png");
  width: 32px;
  height: 32px;
  top: 14px;
  left: 10px;
}
.login-content .login-form form .form-item.username:after {
  background-position: -10px -126px;
}
.login-content .login-form form .form-item.password:after {
  background-position: -62px -126px;
}
.login-content .login-form form .form-item.mobile:after {
  background-position: -126px -10px;
}
.login-content .login-form form .form-item.code:after {
  background-position: -126px -62px;
}
.login-content .login-form form .form-item.code .code-text {
  font-size: 18px;
  line-height: 26px;
  color: #1C6EFE;
  position: absolute;
  right: 20px;
  top: 17px;
}
.login-content .login-form form .form-item.code .code-text.time {
  color: #999;
}
.login-content .login-form form .form-item.code .field-input {
  padding-right: 130px;
}
.login-content .login-form form .form-item .field-input {
  display: block;
  width: 100%;
  background: #F7F7F7;
  border-color: #F7F7F7;
  padding: 17px 17px 17px 66px;
  height: 60px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 10px;
}
.login-content .login-form form .form-item .field-input:hover {
  background: #fff;
  border: 1px solid #1C6EFE;
}
.login-content .login-form form .form-item + .form-item {
  margin-top: 20px;
}
.login-content .login-form form .form-bottom {
  padding: 20px 0 41px;
  font-size: 18px;
  line-height: 26px;
  color: #999;
}
.login-content .login-form form .form-bottom a {
  float: right;
  color: #999;
}
.login-content .login-form form button {
  height: 60px;
  font-size: 20px;
  border-radius: 10px;
}
.login-content .login-form form.show {
  display: block;
}
.login-content h5 {
  font-size: 18px;
  line-height: 26px;
  color: #999;
  text-align: center;
  margin: 56px 0 13px;
}
.login-content .way {
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  display: block;
  margin: 0 auto 27px;
  width: 100px;
}
.login-content .way:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: #e8f1ff url("../../images/account/login/login-icon.png") no-repeat;
  margin: 0 auto 5px;
  border-radius: 50%;
}
.login-content .way.username:before {
  background-position: -1px -59px;
}
.login-content .way.mobile:before {
  background-position: -1px -1px;
}
.login-content .way.username:after {
  content: "账号密码登录";
}
.login-content .way.mobile:after {
  content: "手机号码登录";
}
.login-content .way:hover:before {
  background: #1c6ffe url("../../images/account/login/login-icon.png") no-repeat;
}
.login-content .way:hover.username:before {
  background-position: -59px -1px;
}
.login-content .way:hover.mobile:before {
  background-position: -59px -59px;
}
.login-content .checkbox-item.agree {
  color: #999;
}
.login-content .checkbox-item.agree a {
  color: #1C6EFE;
}
.login-content.in-modal {
  width: 100%;
  padding: 33px 60px 0;
}
.login-content.in-modal h2 {
  text-align: center;
}
.login-content.in-modal .agree-box {
  text-align: center;
}
.flip-enter-active,
.flip-leave-active {
  transition: all 1s;
  backface-visibility: hidden;
}
.flip-enter-active {
  transform: rotateY(-180deg);
}
.flip-enter-to,
.flip-leave-active {
  transform: rotateY(0);
  box-shadow: none;
}
.flip-leave-to {
  transform: rotateY(180deg);
}
