.login-page {
  width: 100%;
  min-height: 100vh;
  background: #f4f6fa url("./../images/bg/login.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

.login-page .main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.login-header {
  padding: 32px 0;
  /* padding: 32px 0 98px; */
  display: flex;
  align-items: center;
}

.logo {
  color: #1969fa;
  font-size: 20px;
}

.login-header .btn {
  margin-left: 25px;
  width: 56px;
  height: 26px;
  line-height: 24px;
  display: block;
  background: rgba(25, 105, 250, 0);
  border-radius: 13px;
  border: 1px solid #aeb3c0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #9ca3b5;
}
.login-header .btn:hover {
  /* background: rgba(255, 255, 255, 0.32); */
  color: #1969fa;
  border-color: #1969fa;
}

.login-header .btns {
  display: flex;
  color: #fff;
}

.login-header .btns .btn {
  display: block;
  width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  border: 1px solid #1969fa;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1969fa;
}
.login-header .btns .btn i {
  margin-right: 5px;
}

.login-header .btns .btn.active,
.login-header .btns .btn:hover,
.login-header .btns .operate__item .user-dropdown li:hover {
  background: #1969fa;
  border-color: #1969fa;
  color: #fff;
}
.login-header .btns .btn.active:hover {
  background: #0a3ac9;
  border-color: #0a3ac9;
}

.login-header .btns .btn + .btn {
  margin-left: 16px;
}

.login-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-form {
  background: white;
  width: 440px;
  padding: 40px 45px 47px;
  border-radius: 16px;
  margin: auto;
}

.login-form .login-form__title {
  margin-bottom: 24px;
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  line-height: 20px;
}
.login-form .login-form__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 20px;
  background: #1953ff;
}

.login-method {
  display: flex;
  text-align: center;
  margin-bottom: 12px;
}

.login-method .login-method__btn {
  flex: 1;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  color: #a9afbf;
}

.login-method__btn i {
  margin-right: 5px;
}

.login-method__btn:hover {
  color: #333333;
}

.login-method__btn.active {
  box-shadow: 0px 0px 16px 0px rgba(26, 57, 128, 0.16);
  border-radius: 8px;
  color: #333333;
}
.login-method__btn.active .icon-weixindl,
.login-method__btn:hover .icon-weixindl {
  color: #07c160;
}
.input-field {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  margin: 0 0 12px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
.input-field.error {
  border: 1px solid #ef2727;
  box-shadow: 0px 0px 10px 0px rgba(243, 3, 31, 0.35);
}
.input-field.error::placeholder {
  color: #ef2727;
}

.input-field-column {
  display: flex;
  align-items: center;
}
.input-field-column input + input {
  margin-left: 12px;
}
.input-field-group {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.input-field-group .input-field {
  flex: 1;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-field-group .get-code {
  color: #1969fa;
  width: 100px;
  height: 45px;
  background: #dce6ff;
  border-radius: 0px 8px 8px 0px;
  font-size: 12px;
}
.input-field-group .get-code:disabled {
  color: #fefeff;
  cursor: no-drop;
}
.input-field-group .get-code.gray {
  color: #7f879e !important;
}
.has-resource-main {
  display: flex;
  width: 800px;
  background: #ffffff;
  border-radius: 16px;
  margin: auto;
}
.resource-ad {
  padding: 40px 20px 40px 40px;
}
.resource-ad img {
  width: 300px;
  height: 390px;
  background: #bfc3ce;
  border-radius: 12px;
  object-fit: cover;
}
/* .login-page .login-form {
  padding-top: 56px;
} */
.wechat-box {
  width: 222px;
  /* height: 239px;*/
  margin: 46px auto 0;
  text-align: center;
}
.login-page .account-box {
  margin-top: 20px;
}
.register-page .has-resource-main {
  height: 470px;
}
.register-page .login-form {
  padding: 39px 45px 43px;
  height: 470px;
  flex: 1;
}
.register-page .input-field,
.register-page .input-field-group .get-code {
  height: 38px;
}

.slider-captcha {
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
  margin: 0 0 12px;
  padding: 0 10px;
  border-radius: 4px;
}

.quick-login {
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 20px;
}

.warn-tip {
  padding: 20px 0 23px;
  font-size: 12px;
  color: #ff9500;
  height: 61px;
}

.additional-options {
  margin-bottom: 23px;
  margin-top: 4px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #7f879e;
}
.additional-options label {
  height: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.additional-options label input {
  margin-right: 6px;
}
.additional-options a {
  margin-right: 14px;
  color: #0f87ff;
}
.additional-options a:hover {
  text-decoration: underline;
}

.icon-LOGOdw {
  color: #002cad;
  margin: auto;
  font-size: 190px;
  text-align: center;
  height: 190px;
  line-height: 190px;
  display: none;
}
.login-footer {
  margin: 10px auto 0;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #7f879e;
  line-height: 20px;
  margin-bottom: 22px;
}

.login-footer img {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 27px;
  display: inline-block;
  width: 15px;
  height: 16px;
}

.primary-btn {
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #fefefe;
}

.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}

/* 忘记密码 */
.forget-page .login-form {
  height: 460px;
}
.forget-page .step {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9afbf;
  width: 350px;
  height: 45px;
  background: url("./../images/login/找回密码第一步@2x.png") no-repeat;
  background-size: contain;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.forget-page .login-form:nth-child(2) .step {
  background: url("./../images/login/找回密码第二步@2x.png") no-repeat;
  background-size: contain;
}
.forget-page .step li {
  padding: 0 16px;
}
.forget-page .step li:nth-child(1) {
  padding-left: 26px;
}
.forget-page .step li:nth-child(2) {
  padding-left: 30px;
}
.forget-page .step li.active {
  color: #ffffff;
}
.forget-page .step li.done {
  color: #333;
}
.forget-page .primary-btn {
  margin-top: 42px;
}
.forget-page .login-form:nth-child(2) .primary-btn {
  margin-top: 102px;
}
.result {
  text-align: center;
  margin: 63px 0 44px;
}
.result .icon-chenggong {
  color: #29ad61;
  font-size: 68px;
  height: 68px;
  line-height: 68px;
}
.result .title {
  font-size: 24px;
  color: #333333;
  margin: 34px 0 10px;
}
.result .title-sub {
  line-height: 13px;
  color: #7f879e;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(127, 135, 158, 1);
  font-size: 12px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7f879e;
  font-size: 12px;
}

input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(127, 135, 158, 1);
  font-size: 12px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(127, 135, 158, 1);
  font-size: 12px;
}
