* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.box {
  min-width: 1080px;
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.box .hua-biao-zhu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 28%;
}
.box .logo-content {
  position: absolute;
  top: 3%;
  left: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
.box .logo {
  width: 35.7%;
}
.box .slogan {
  width: 23%;
}
@media screen and (max-width: 1625px) {
  .box .hua-biao-zhu {
    width: 455px;
  }
  .box .logo {
    width: 464px;
  }
  .box .slogan {
    width: 299px;
  }
  .box .logo-content {
    left: 162.5px;
  }
}
.login-box,
.register-box,
.retrieve-password-box {
  width: 480px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 40px 25px;
}
.register-box .login-form-item {
  height: 45px;
}
.register-box .login-form-item .icon-content {
  width: 75px;
}
.register-box .login-form-item .icon-content img {
  width: 50%;
}
.register-box .verify-image {
  height: 45px;
}
.register-box .login-btn {
  height: 52px;
  line-height: 52px;
  margin-top: 28px;
  transition: all 0.3s;
}
.login-box .qr-code-login {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 0;
}
.login-box[data-type="qrCode"] .qr-code-content {
  width: 300px;
  height: 300px;
  border: 1px solid #c40c12;
  margin: auto;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.login-box[data-type="qrCode"] .qr-code-content .useless-toast {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 95%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-box[data-type="qrCode"] .toast-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0;
}
.login-box[data-type="qrCode"] .toast-line img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.login-box[data-type="qrCode"] .action-line {
  display: flex;
  justify-content: space-around;
}
.login-box .title,
.register-box .title,
.retrieve-password-box .title {
  font-size: 22px;
  color: #c40c12;
  text-align: center;
  margin: 28px 0;
}
.login-form-item {
  position: relative;
  z-index: 1;
  height: 45px;
  background-color: #f3f3f3;
  border: 1px solid #e9e8e8;
  box-shadow: 0 2px 4px 0 rgba(181, 181, 188, 0.1);
  border-radius: 8px;
  margin: 22px auto;
  box-sizing: border-box;
  padding-right: 24px;
  display: flex;
  align-items: center;
}
.login-form-item input {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  flex: 1;
  height: 100%;
}
.login-form-item input::-webkit-input-placeholder {
  color: #cecece;
}
.login-form-item .icon-content {
  display: flex;
  align-items: center;
  line-height: 0;
  padding: 0 24px;
  margin-right: 24px;
  position: relative;
  flex-shrink: 0;
  justify-content: center;
}
.login-form-item .icon-content::after {
  content: "";
  right: 0;
  position: absolute;
  display: inline-flex;
  height: 43px;
  border-right: 1px solid #e9e8e8;
}
.login-form-item .icon-content img {
  width: 50%;
}
.login-form-item .error-info {
  position: absolute;
  top: 100%;
  color: #c40c12;
}
.action-line {
  display: flex;
  justify-content: space-between;
  color: #c40c12;
  font-size: 14px;
}
.verify-code-line {
  display: flex;
  align-items: center;
  margin: 22px 0;
}
.verify-code-line .login-form-item {
  flex: 1;
  margin: 0;
}
.verify-code-line .verify-image {
  width: 120px;
  height: 45px;
  margin-left: 16px;
}
.login-btn {
  color: #fff;
  background-color: #c40c12;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.linear-btn {
  color: #c40c12;
  cursor: pointer;
}
.linear-btn:hover,
.login-btn:hover {
  filter: brightness(1.1);
}
.linear-btn:active,
.login-btn:active {
  filter: brightness(0.98);
}
.remenber-me {
  display: flex;
  align-items: center;
}
.check-box {
  width: 14px;
  height: 14px;
  border: 1px solid #c40c12;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
}
.check-box.checked::after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 4px;
  border-width: 0 0 1px 1px;
  overflow: hidden;
  border-color: #c40c12;
  border-style: solid;
  left: 1.5px;
  top: 2px;
  transform: rotate(-45deg);
}
.hidden {
  display: none;
}
.agreement {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.agreement .agree-mask {
  width: 65vw;
  max-height: 80vh;
  background: #fff;
  margin-top: 10vh;
  overflow-y: auto;
  padding-bottom: 25px;
}
.agreement .agree-title {
  padding: 10px 20px;
  font-size: 26px;
  text-align: center;
  background: #F7F7F7;
}
.agreement .agree-content {
  padding: 10px 20px;
}
.agreement .agree-btn {
  display: flex;
  justify-content: center;
}
.agreement .agree-btn .agree-red,
.agreement .agree-btn .agree-close {
  width: 200px;
  padding: 16px;
  background: #C40C12;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.agreement .agree-btn .agree-red:hover {
  filter: brightness(1.1);
}
.agreement .agree-btn .agree-close {
  background: #fff;
  border: 1px solid #C40C12;
  color: #C40C12;
  margin-right: 25px;
}
.custom-btn {
  padding: 0 16px;
  border: 1px solid #c40c12;
  color: #c40c12;
  line-height: 45px;
  border-radius: 6px;
  min-width: 114px;
  margin-left: 10px;
  cursor: pointer;
}
.custom-btn:hover {
  filter: brightness(1.12);
}
.custom-btn:active {
  filter: brightness(0.95);
}
/*# sourceMappingURL=index.css.map */