.center-field {
  width: 100%;
  height: 693px;
  background-image: url(/w/img/bg.png);
  background-size: 1920px 693px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.center-field .login-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.center-field .login-wrapper .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.center-field .login-wrapper .intro .graph-large,
.center-field .login-wrapper .intro .graph-small {
  font-family: PingFang SC;
  color: #ffffff;
}
.center-field .login-wrapper .intro .graph-large {
  padding: 0px 0 30px;
  position: relative;
  margin-bottom: 90px;
  font-weight: bold;
  font-size: 42px;
}
.center-field .login-wrapper .intro .graph-large::before {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 74px;
  height: 5px;
  background-color: #fff;
}
.center-field .login-wrapper .intro .graph-small {
  font-size: 28px;
}
.center-field .login-wrapper .login-form {
  position: relative;
  flex-shrink: 0;
  width: 540px;
  background-color: #fff;
  padding: 20px 70px 40px;
  border-radius: 10px;
}
.center-field .login-wrapper .login-form .qrcode-trigger {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 20;
  width: 56px;
  height: 56px;
}
.center-field .login-wrapper .login-form .qrcode-trigger .trigger,
.center-field .login-wrapper .login-form .qrcode-trigger .closer {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.center-field .login-wrapper .login-form .qrcode-trigger .closer {
  display: none;
}
.center-field .login-wrapper .login-form .qrcode-trigger .tips {
  position: absolute;
  right: 14px;
  top: 15px;
  display: block;
  width: 120px;
  margin: 0;
  font-family: PingFang-SC-Bold;
  font-size: 14px;
  color: #cccccc;
}
.center-field .login-wrapper .login-form .qrcode-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.center-field .login-wrapper .login-form .qrcode-wrapper.show {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-header .logo {
  margin-right: 7px;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-header p {
  margin: 0;
  margin-bottom: 5px;
  font-family: PingFang-SC-Bold;
  font-size: 28px;
  font-weight: bold;
  color: #c52f30;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-wrapper {
  position: relative;
  width: 258px;
  height: 258px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding: 13px;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-wrapper .code {
  width: 100%;
  height: 100%;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-wrapper .timeout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-wrapper .timeout.show {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-wrapper .timeout .graph {
  margin-bottom: 40px;
  font-family: PingFang-SC-Bold;
  color: #666666;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-wrapper .timeout .btn-refresh {
  outline: none;
  border: none;
  width: 136px;
  height: 42px;
  background-color: #ef2228;
  border-radius: 4px;
  font-family: PingFang-SC-Bold;
  font-size: 14px;
  color: #ffffff;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-wrapper .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.center-field .login-wrapper .login-form .qrcode-wrapper .code-wrapper .loading.show {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .action-wrapper {
  display: flex;
  flex-direction: column;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .action-wrapper p {
  display: flex;
  font-family: PingFang-SC-Bold;
  font-size: 14px;
  color: #999999;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .action-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.center-field .login-wrapper .login-form .qrcode-wrapper .action-wrapper a .filled {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background-color: #45a3fc;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}
.center-field .login-wrapper .login-form .account {
  margin-left: 1px;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.center-field .login-wrapper .login-form .account .group {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.center-field .login-wrapper .login-form .account .group .prefix {
  position: absolute;
  top: 54%;
  left: 14px;
  width: 11px;
  transform: translateY(-50%);
  z-index: 10;
  object-fit: cover ;
}
.center-field .login-wrapper .login-form .account .group .prefix1 {
  left: 12px;
}
.center-field .login-wrapper .login-form .account .group .group_img {
  width: 92px;
  height: 40px;
  margin-left: 11px;
  border-radius: 4px;
}
.center-field .login-wrapper .login-form .account .group .form-cell {
  margin-bottom: 0;
}
.center-field .login-wrapper .login-form .account .group .forget {
  margin-left: 10px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.center-field .login-wrapper .login-form .account .group .forget:hover {
  color: #45a3fc;
}
.center-field .login-wrapper .login-form .action-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.center-field .login-wrapper .login-form .action-wrapper a {
  font-family: PingFang-SC-Bold;
  font-size: 14px;
  color: #45a3fc;
}
.center-field .login-wrapper .login-form .helper {
  position: absolute;
  top: 118px;
  right: -120px;
  z-index: 20;
  display: none;
  width: 226px;
  height: 414px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.08);
}
.center-field .login-wrapper .login-form .helper.show {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: showhelper 0.3s ease-in-out;
}
.center-field .login-wrapper .login-form .helper .helper-title {
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
.center-field .login-wrapper .login-form .helper .helper-sub {
  font-family: PingFang-SC-Bold;
  font-size: 14px;
  color: #999999;
}
@keyframes showhelper {
  0% {
    opacity: 0;
    right: -240px;
  }
  100% {
    opacity: 1;
    right: -120px;
  }
}
.center-field .login-wrapper .btn-login {
  width: 100%;
  height: 42px;
  background: #ef2228;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
}
.center-field .login-wrapper .btn-login:focus {
  outline: 0;
}
.form-cell {
  position: relative;
  display: flex;
  align-items: center;
  width: 386px;
  height: 42px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.form-cell .prefix {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 11px;
  transform: translateY(-50%);
}
.form-cell .eye {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 13px;
  height: 100%;
  transform: translateY(-50%);
}
.form-cell .eye .icon {
  width: 100%;
}
.form-cell .alert {
  position: absolute;
  bottom: -22px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  transition: all 0.3s;
  animation: ease-in cellalert 0.3s;
  overflow: hidden;
}
.form-cell .alert.danger {
  color: #ef2228;
}
@keyframes cellalert {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form-cell input {
  height: 40px;
  outline: 0;
  border: 0;
  padding: 0 30px;
}
.form-cell input::placeholder {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
}
.form-cell.captcha {
  width: 140px;
}
.form-cell.captcha input {
  padding-left: 30px;
  padding-right: 0px;
}
.btn-send {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 129px;
  height: 42px;
  border-radius: 0 4px 4px 0;
  background-color: #EF2228;
  font-size: 14px;
  font-family: PingFang SC;
  color: #FFFFFF;
}
.btn-send.disabled {
  background-color: #cccccc;
}
.checkbox {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.checkbox label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC;
  color: #333333;
}
.checkbox input {
  margin: 0;
  border: 1px solid #dedede;
}
.register-tips {
  top: 40px;
  position: absolute;
  min-width: 300px;
  width: fit-content;
  font-size: 12px;
  line-height: 26px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.register-tips.error {
  color: #f13e42;
}
.register-tips.info {
  background-color: #eaeaea;
  color: #8e8e8e;
}
.register-tips.success {
  color: #219d56;
  background-color: #e1ffee;
}
.register-tips .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.register-tips .icon.close-icon {
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: 0;
}
