/* 重构前的文件路径：public_html\login\backup\pc\SignPanel-backup.css */
.login-icon {
  background-image: url('https://www.yunzhan365.com/images/login/login_icon.png');
}

.af-sign-panel {
  display: flex;
  position: relative;
  text-align: left;
  border-radius: 8px;
}

@media (max-width: 1000px) {
  .af-sign-panel {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  /* .af-sign-panel {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  } */
}

.af-light-box-close {
  display: none;
}

.af-sign-panel.signin-panel {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.af-sign-t {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 24px;
  position: relative;
  overflow: hidden;
}

.af-sign-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 13px;
  right: 10px;
  background-image: url(https://www.yunzhan365.com/images/icon.png);
  background-position: -374px -299px;
  cursor: pointer;
}

.af-sign-close:hover {
  background-position: -395px -299px;
}

.af-sign-t-content,
.af-sign-content {
  margin: 0 auto;
}

.af-sign-tabs {
  overflow: hidden;
}

.af-sign-tabs > li {
  width: 50%;
  float: left;
  border: 1px solid #c9c9c9;
  text-align: center;
  background-color: #fff;
  line-height: 36px;
  height: 38px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.af-sign-tabs > li:last-child {
  border-left: none;
}

.af-sign-tabs > li.active {
  border-bottom: 1px solid #fff;
  color: #0c76cb;
  cursor: default;
}

.af-sign-tabs > li > i {
  background-image: url(https://www.yunzhan365.com/images/common/signicon.png);
  padding: 4px 15px;
  background-repeat: no-repeat;
}

.af-sign-tabs > li > i.p-inco {
  background-position: 2px -3px;
}

.af-sign-tabs > li > i.e-inco {
  background-position: -28px -4px;
}

.af-sign-tabs > li.active > i.p-inco {
  background-position: 2px -33px;
}

.af-sign-tabs > li.active > i.e-inco {
  background-position: -28px -34px;
}

.af-sign-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  line-height: 24px;
  color: #333940;
}

.af-sign-other-title {
  font-size: 13px;
  color: #777;
}

.af-sign-other-title > a {
  color: #36a1ff;
  cursor: pointer;
}

.signup-panel .af-sign-other-title > a {
  margin-left: 8px;
}

.af-sign-other-title > a:hover {
  text-decoration: underline;
}

.af-sign-content {
  width: 340px;
}

@media (max-width: 600px) {
  .af-sign-content {
    width: 100%;
  }
}

.af-sign-mess-group {
  position: absolute;
  right: 240px;
  top: 0;
  transform: translateX(50%);
  margin: 10px auto 0;
  text-align: center;
  min-height: 30px;
}

@media (max-width: 600px) {
  .af-sign-mess-group {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    min-height: 0;
    margin: 20px auto 0;
  }
}

.signup-panel .af-sign-mess-group {
  margin: 10px auto;
}

.af-sign-label {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #888;
}

.af-sign-warn-img {
  display: none;
  position: absolute;
  left: 6px;
  top: 4px;
  width: 16px;
  height: 16px;
}

.af-sign-label.sign-in {
  height: 28px;
  position: relative;
  color: rgb(102, 102, 102);
  border: 1px solid rgb(255, 229, 125);
  font-size: 12px;
  padding: 5px 12px;
  display: inline-block;
  background: rgb(255, 246, 210);
  line-height: 18px;
}

@media (max-width: 500px) {
  .af-sign-label.sign-in {
    height: auto;
  }
}

.af-sign-error-mess {
  position: relative;
  background: #ffebeb;
  color: #e4393c;
  border: 1px solid #e4393c;
  padding: 5px 12px;
  line-height: 18px;
  min-height: 18px;
  display: none;
  font-size: 12px;
}

.af-sign-error-mess > i {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background-image: url('https://www.yunzhan365.com/images/common/register.png');
  background-position: 0 0px;
}

.af-sign-check-success {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background-image: url('https://www.yunzhan365.com/images/common/register.png');
  background-position: 0 -19px;
}

.af-sign-email {
  display: flex;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 20px;
  z-index: 1000;
}

.af-sign-email.focus,
.af-sign-password.focus,
.af-signup-email.focus,
.af-signup-password.focus {
  border-color: #0076fe;
  outline: 0;
}

.signup-panel .af-sign-email {
  display: flex;
  justify-content: center;
  align-items: center;
}

.af-sign-email .country-input-content.country-other {
  padding-left: 0;
  flex-grow: 1;
  border-radius: 8px;
}

.af-sign-email .country-select {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 0 12px 0 8px;
  border-radius: 8px 0 0 8px;
  margin-right: 8px;
  position: relative;
  width: auto;
  height: 42px;
  margin-right: 0;
  padding-left: 16px;
  border: none;
  background-color: #ffffff;
  line-height: 40px;
}

.af-sign-email .country-select.hide-select {
  display: none;
}

.af-sign-email .country-select.show,
.af-signup-email .country-select.show {
  display: flex !important;
}

.af-sign-email .country-select.show > svg,
.af-signup-email .country-select.show > svg {
  transform: rotate(180deg);
}

.af-sign-email .country-select > .text {
  margin-right: 1px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.af-sign-email,
.af-sign-password,
.af-signup-password,
.af-sign-group {
  position: relative;
  width: 100%;
}

.signup-panel .af-sign-email {
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.signup-panel .af-sign-email.focus {
  border-color: #0076fe;
  outline: 0;
}

.af-sign-email .form-control,
.af-sign-password .form-control,
.af-signup-password .form-control {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333940;
}

.signup-panel .sign-email-line {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #dddddd;
}

.sign-email-input > input,
.af-sign-password > input,
.af-signup-password > input,
.af-sign-code > input,
.af-sign-invite-input {
  border-radius: 0;
  border: none;
  box-shadow: unset;
}

.sign-email-input > input::-webkit-input-placeholder {
  color: #b5bbbe;
}

.sign-email-input > input::-moz-placeholder {
  color: #b5bbbe;
}

.sign-email-input > input:-moz-placeholder {
  color: #b5bbbe;
}

.sign-email-input > input:-ms-input-placeholder {
  color: #b5bbbe;
}

.af-sign-password > input::-webkit-input-placeholder {
  color: #b5bbbe;
}

.af-sign-password > input::-moz-placeholder {
  color: #b5bbbe;
}

.af-sign-password > input:-moz-placeholder {
  color: #b5bbbe;
}

.af-sign-password > input:-ms-input-placeholder {
  color: #b5bbbe;
}

.af-signup-password > input::-webkit-input-placeholder {
  color: #b5bbbe;
}

.af-signup-password > input::-moz-placeholder {
  color: #b5bbbe;
}

.af-signup-password > input:-moz-placeholder {
  color: #b5bbbe;
}

.af-signup-password > input:-ms-input-placeholder {
  color: #b5bbbe;
}

.af-sign-code > input::-webkit-input-placeholder {
  color: #b5bbbe;
}

.af-sign-code > input::-moz-placeholder {
  color: #b5bbbe;
}

.af-sign-code > input:-moz-placeholder {
  color: #b5bbbe;
}

.af-sign-code > input:-ms-input-placeholder {
  color: #b5bbbe;
}

.af-sign-invite-input::-webkit-input-placeholder {
  color: #b5bbbe;
}

.af-sign-invite-input::-moz-placeholder {
  color: #b5bbbe;
}

.af-sign-invite-input:-moz-placeholder {
  color: #b5bbbe;
}

.af-sign-invite-input:-ms-input-placeholder {
  color: #b5bbbe;
}

.signup-panel .sign-email-input .form-control:focus {
  border-color: unset;
  box-shadow: unset;
}

.af-sign-btn-content,
.af-signup-btn-content {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.af-sign-btn-content.btn-disabled,
.af-signup-btn-content.btn-disabled {
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .af-sign-btn-content {
    margin-bottom: 60px;
  }

  .af-signup-btn-content {
    margin-bottom: 0;
  }
}

.af-sign-progress {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  padding: 0;
}

.af-sign-btn.button-pure-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 53px;
  width: 100%;
  padding: 0;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  background-color: #0076fe;
  border-radius: 6px;
  cursor: unset;
}

@media (max-width: 600px) {
  .af-sign-btn.button-pure-blue {
    margin-bottom: 0;
  }
}

.af-sign-btn.button-pure-blue:hover {
  background: #3391fe;
  border-color: #3391fe;
}

.af-sign-btn.btn-disabled {
  background-color: rgba(27, 127, 204, 0.4);
  border: none;
  cursor: not-allowed;
}

.af-sign-btn.btn-disabled:hover,
.af-sign-btn.btn-disabled:active {
  background-color: rgba(27, 127, 204, 0.4);
  border: none;
  box-shadow: none;
}

.af-sign-btn-phonecode {
  width: 120px;
  height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333940;
  background-color: #ffffff;
}

.af-sign-btn-phonecode:hover {
  border-color: #0076fe;
  color: #0076fe;
}

.af-sign-btn-phonecode.disabled {
  color: #bbb;
  cursor: not-allowed;
  font-size: 12px;
}

.af-sign-btn-phonecode.disabled:hover {
  border-color: #e5e7eb;
  color: #bbb;
}

.af-sign-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 36px;
  width: 100%;
  text-align: right;
  line-height: 20px;
}

.af-sign-f-pass {
  color: #298dff;
  font-size: 14px;
  line-height: 20px;
}

.af-sign-f-pass:hover {
  text-decoration: underline;
}

/*  code  */

.af-code-group {
  overflow: hidden;
}

.af-sign-code {
  width: 140px;
  margin-right: 10px;
}

.af-sign-code.phone-code {
  margin-right: 0;
  width: 230px;
  height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

@media (max-width: 1000px) {
  .af-sign-code.phone-code {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .af-sign-code.phone-code {
    width: 100%;
  }
}

.af-sign-code.phone-code > .form-control {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 6px;
  padding-left: 14px;
  color: #333940;
}

.af-sign-code.phone-code > .form-control:focus {
  border: unset;
  box-shadow: unset;
}

.af-sign-code.phone-code.focus {
  border: 1px solid #0076fe;
}

.af-sign-code-img {
  width: 100px;
  height: 36px;
  cursor: pointer;
}

.signup-panel .af-sign-code-img {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #dddddd;
}

.af-sign-term-service {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 36px;
  background-color: #f6f7fa;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  user-select: none;
}

@media (max-width: 600px) {
  .af-sign-term-service {
    width: 100%;
  }
}

.af-sign-term-service > input {
  float: left;
  margin: 0 4px 0 0;
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.af-sign-term-service > label {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

@media (hover: hover) {
  .af-sign-term-service a:hover {
    text-decoration: underline;
  }
}

/* thire sign */

.af-sign-third {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}

@media (max-width: 600px) {
  .af-sign-third {
    display: none;
  }
}

.af-sign-third > h5 {
  margin: 0;
  height: 18px;
  color: #666;
  overflow: hidden;
  font-size: 13px;
}

.af-sign-third > ul {
  display: flex;
  justify-content: center;
  overflow: hidden;
  column-gap: 12px;
}

.af-sign-third > ul > li {
  display: inline-block;
  float: none;
}

.af-sign-third .phone-sign,
.af-sign-third .email-sign,
.af-sign-third .email-login-button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  width: 105px;
  height: 36px;
  color: #fff;
  transition: background 0.3s;
  padding: 7px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
}

.af-sign-third .phone-sign.btn-disabled,
.af-sign-third .email-sign.btn-disabled,
.af-sign-third .email-login-button.btn-disabled {
  cursor: not-allowed;
}

.af-sign-third .phone-sign:hover,
.af-sign-third .email-sign:hover,
.af-sign-third .email-login-button:hover {
  background-color: #e9ebef;
}

.af-sign-third .phone-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 36px;
  column-gap: 8px;
  padding: 7px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
}

.af-sign-third .phone-login-button:hover {
  background-color: #e9ebef;
}

.af-sign-third .phone-login-button span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0%;
}

.af-third-reg-login {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  color: #fff;
  transition: background 0.3s;
  padding: 6px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
}

.af-third-reg-login:hover {
  background-color: #e9ebef;
}

.af-third-reg-login.btn-disabled,
.af-sign-third .phone-login-button.btn-disabled,
.af-sign-third .email-login-button.btn-disabled {
  cursor: not-allowed;
}

.af-third-reg-login span {
  display: inline-block;
}

.af-third-reg-login .button-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #333940;
}

/* invite */

.af-invite-group {
  display: none;
  align-items: center;
  width: 340px;
  height: 44px;
  margin-bottom: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.af-invite-group.show-input {
  display: flex;
}

@media (max-width: 600px) {
  .af-invite-group {
    width: 100%;
  }
}

.af-invite-group .af-sign-invite-input {
  padding: 0 0 0 14px;
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333940;
  border-radius: 6px;
}

.af-invite-group .af-sign-invite-input:focus {
  box-shadow: unset;
}

.af-invite-group.focus {
  border: 1px solid #0076fe;
}

.af-sign-required {
  position: absolute;
  left: -10px;
  top: 7px;
  color: #cc0000;
  font-size: 20px;
}

.af-sign-text {
  text-align: center;
  font-size: 13px;
  color: #ff4200;
  padding-top: 4px;
}

.jvr-code-btn {
  position: relative;
  height: 36px;
  width: 100%;
  font-weight: normal;
  padding: 0;
  line-height: 34px;
  font-size: 14px;
}

.jvr-code-content {
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -136px;
  z-index: 1000;
}

.af-sign-group {
  display: none;
}

.af-sign-group.show-input {
  display: block;
}

.sign-conde-content {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}

.signup-panel .sign-conde-content.focus {
  border: 1px solid #0076fe;
}

.af-sign-term-service label {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #999999;
}

.af-sign-term-service label a {
  color: #298dff;
}

.signin-official-panel {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 480px;
  height: 520px;
  background-image: linear-gradient(180deg, #eaf3fb 0%, #fafdff 30%);
  background-color: #ffffff;
  border-radius: 0 13px 13px 0;
}

@media (max-width: 600px) {
  .signin-official-panel {
    height: auto;
    width: 100%;
  }
}

.signin-official-panel.mobile-panel {
  padding: 16px 16px 0;
}

.signin-official-panel.mobile-panel.quick-login .mobile-panel-title > svg {
  display: none;
}

.sign-inner-panel,
.signup-inner-panel {
  position: relative;
  width: 480px;
  height: 520px;
  background-image: linear-gradient(180deg, #eaf3fb 0%, #fafdff 30%);
  background-color: #ffffff;
  border-radius: 0 13px 13px 0;
}

.sign-inner-panel .sub-title,
.signup-inner-panel .sub-title {
  display: block;
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 4%;
  color: #999999;
}

.sign-inner-panel .sub-title-container,
.signup-inner-panel .sub-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.sign-inner-panel .sub-title-container,
.signup-inner-panel .sub-title-container {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 4%;
  color: #999999;
}

.sign-inner-panel .sub-title-container .sub-title-text,
.signup-inner-panel .sub-title-container .sub-title-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 4%;
  color: #999999;
}

.sign-inner-panel .sub-title-container .signup-button,
.signup-inner-panel .sub-title-container .signup-button {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #0076fe;
  cursor: pointer;
}

@media (max-width: 600px) {
  .sign-inner-panel,
  .signup-inner-panel {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
  }
}

.af-signup-content {
  width: 340px;
  margin: 36px auto 0;
}

@media (max-width: 600px) {
  .af-signup-content {
    width: auto;
    margin: 16px auto 0;
  }
}

.sign-inner-panel .af-signup-email,
.signup-inner-panel .af-signup-email {
  position: relative;
  width: 100%;
  display: flex;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 20px;
}

.sign-inner-panel .af-signup-email.focus,
.signup-inner-panel .af-signup-email.focus {
  border: 1px solid #0076fe;
}

.sign-inner-panel .af-signup-email .country-select,
.signup-inner-panel .af-signup-email .country-select {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 0 12px 0 8px;
  border-radius: 8px 0 0 8px;
  margin-right: 8px;
  position: relative;
  width: auto;
  height: 42px;
  margin-right: 0;
  padding-left: 16px;
  border: none;
  background-color: #ffffff;
  line-height: 40px;
}

.sign-inner-panel .af-signup-email .sign-email-input,
.signup-inner-panel .af-signup-email .sign-email-input {
  padding-left: 0;
  flex-grow: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  background-color: #ffffff;
}

.signin-qrcode-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 14px;
  position: relative;
  width: 230px;
  height: 240px;
  margin: 24px auto 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.signin-qrcode-box .signin-qrcode-box-text {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
}

.signin-qrcode-box .signin-qrcode-box-text > span {
  font-size: 12px;
  color: #333333;
  line-height: 100%;
  font-family: Microsoft YaHei;
}

@media (max-width: 1000px) {
  .signin-official-panel {
    padding: 0 20px 70px;
    border-radius: 13px;
  }

  .sign-inner-panel,
  .signup-inner-panel {
    padding: 0 20px;
    border-radius: 13px;
  }
}

@media (max-width: 600px) {
  /* .signin-official-panel {
    border-radius: 13px 13px 0 0;
  }

  .sign-inner-panel,
  .signup-inner-panel {
    border-radius: 13px 13px 0 0;
  } */
}

.signin-qrcode {
  width: 160px;
  height: 160px;
}

.signin-qrcode.show-filter {
  filter: blur(8px);
}

.signin-official-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 48px;
  font-weight: 400;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #5cb85c;
  line-height: 24px;
}

.signin-official-title.mobile-panel-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}

.signin-official-title.mobile-panel-title .mobile-panel-title-text {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333940;
}

.signin-official-title .weixin-login-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  font-family: Microsoft YaHei;
  line-height: 100%;
}

.signin-official-title .weixin-login-desc {
  font-size: 14px;
  color: #999999;
  font-family: Microsoft YaHei;
  line-height: 100%;
}

@media (max-width: 600px) {
  .signin-official-title .weixin-login-desc {
    line-height: 22px;
  }
}

.signin-official-other {
  padding-bottom: 15px;
}

.signin-official-other > p {
  width: 250px;
  font-weight: normal;
  padding: 6px 0;
}

.signin-switch {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .signin-switch {
    display: none;
  }
}

.signin-switch-tip {
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 0;
  transform: translateX(-100%);
  line-height: 16px;
  border: 1px solid #1b7fcc;
  color: #1b7fcc;
  padding: 4px;
  font-size: 14px;
  white-space: nowrap;
}

.signin-switch-tip::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  border: 9px solid transparent;
  border-left: 9px solid #1b7fcc;
  right: -19px;
  top: 2px;
  z-index: 1;
  transform: scaleY(0.6);
}

.signin-switch-tip::before {
  content: ' ';
  position: absolute;
  display: inline-block;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
  right: -16px;
  top: 3px;
  z-index: 2;
  transform: scaleY(0.6);
}

.signin-switch-outer {
  position: relative;
  width: 100%;
  height: 100%;
}

.signin-switch-btn {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-position: -15px -526px;
}
.signin-switch-btn:hover {
  background-position: -102px -526px;
}
.signin-switch-btn.show-normal {
  background-position: -191px -526px;
}
.signin-switch-btn.show-normal:hover {
  background-position: -278px -526px;
}

.af-sign-panel-left-background {
  display: inline-block;
  width: 372px;
  height: 520px;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}

.af-sign-panel-left-background > img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .af-sign-panel-left-background {
    display: none;
  }
}

/* 统一checkbox的样式 */
.af-sign-term-service > input[type='checkbox'],
.af-sign-remember > input[type='checkbox'] {
  visibility: hidden;
}

.af-sign-term-service > input[type='checkbox'] + label,
.af-sign-remember > input[type='checkbox'] + label {
  position: relative;
  cursor: pointer;
  line-height: 16px;
}

.af-sign-term-service > input[type='checkbox'] + label::after,
.af-sign-remember > input[type='checkbox'] + label::after {
  content: ' ';
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
  transform: translateX(-100%);
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
  border-radius: 4px;
  background-repeat: no-repeat;
}

.af-sign-term-service > input[type='checkbox'] + label:hover::after,
.af-sign-remember > input[type='checkbox'] + label:hover::after {
  border-color: #298dff;
}

.af-sign-term-service > input[type='checkbox']:checked + label::after,
.af-sign-remember > input[type='checkbox']:checked + label::after {
  border-color: transparent;
  background-image: url('https://www.yunzhan365.com/images/login/checked.png');
  background-position: -1px -1px;
  border-radius: 4px;
}

.signpanel-lightbox .af-light-box-content {
  border-radius: 8px;
  background-color: unset;
}

.signin-official-panel .af-sign-term-service > input[type='checkbox'] + label {
  cursor: default;
}

.close-button {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 100%;
  left: 50%;
  transform: translateX(-100%);
  margin-top: 52px;
  z-index: 1;
  cursor: pointer;
}

/* 刷新二维码 */
.refresh-code-mask {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.92);
  cursor: pointer;
}

.refresh-code-mask > svg {
  width: 30px;
  height: 30px;
}

.refresh-code-mask .refresh-text > span {
  display: block;
  color: #ffffff;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* 刷新二维码 */

/* 输错密码提示框 */
#password-error-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 3000;
  border-radius: 12px;
  padding: 24px 32px;
}

#password-error-dialog .dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

#password-error-dialog .dialog-header .dialog-title {
  line-height: 24px;
  font-size: 18px;
  color: #333940;
  font-weight: 700;
}

#password-error-dialog .dialog-header .dialog-close-button {
  width: 20px;
  height: 20px;
  background-position: -811px -645px;
  background-repeat: no-repeat;
  cursor: pointer;
}

#password-error-dialog .dialog-body > span {
  display: block;
  color: #333940;
  font-size: 14px;
  line-height: 22px;
}
/* 输错密码提示框 */

/* 右上角关闭按钮 */
.sign-panel-close-button {
  position: absolute;
  top: 0;
  right: -12px;
  transform: translateX(100%);
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 600px) {
  .sign-panel-close-button {
    top: calc(100% + 23px);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* 右上角关闭按钮 */

/* 账号登录/注册按钮、qq登录按钮 */
.login-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  margin-top: 43px;
}

.login-button-group > div {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 6px 12px;
  cursor: pointer;
}

.login-button-group .phone-login-button.btn-disabled {
  cursor: not-allowed;
}

.login-button-group .phone-login-button:hover,
.login-button-group .email-login-button:hover,
.login-button-group .register-button-button:hover {
  background-color: #e9ebef;
}

.login-button-group .email-login-button {
  width: 105px;
  height: 36px;
  column-gap: 6px;
}

.login-button-group .email-login-button.btn-disabled {
  cursor: not-allowed;
}

.login-button-group .qq-login-button:not(.disabled):hover,
.login-button-group .qq-login-button:not(.disabled):hover {
  background-color: #e9ebef;
}

.login-button-group .qq-login-button.btn-disabled {
  cursor: not-allowed;
}

.login-button-group > div > span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333940;
}
/* 账号登录/注册按钮、qq登录按钮 */

.sign-email-input.country-input-content {
  display: flex;
  align-items: center;
  column-gap: 12px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 8px;
}

.sign-email-input.country-input-content .form-control {
  flex: 1;
  padding: 0;
  padding-left: 17px;
  height: 42px;
  border-radius: 8px;
  color: #333940;
}

.sign-email-input.country-input-content .form-control:focus {
  border: none;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

.af-sign-password,
.af-signup-password {
  display: none;
  align-items: center;
  width: 340px;
  height: 44px;
  position: relative;
  column-gap: 12px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .af-sign-password,
  .af-signup-password {
    width: 100%;
  }
}

.af-sign-password.show-input,
.af-signup-password.show-input {
  display: flex;
}

.af-sign-password .form-control,
.af-signup-password .form-control {
  width: 100%;
  height: 100%;
  padding: 0 0 0 14px;
  border-radius: 8px;
  width: auto;
  flex: 1;
  border: none;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  color: #333940;
}

.af-sign-password .password-icon-container,
.af-signup-password .password-icon-container {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  cursor: pointer;
}

.af-sign-password .password-icon-container svg,
.af-signup-password .password-icon-container svg {
  display: none;
}

.af-sign-password .password-icon-container svg.show-icon,
.af-signup-password .password-icon-container svg.show-icon {
  display: block;
}

.login-panel-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  margin: 48px 0 36px;
}

@media (max-width: 600px) {
  .login-panel-title {
    margin: 24px 0 8px;
  }
}

.login-panel-title .close-icon-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.login-panel-title .panel-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
}

@media (max-width: 600px) {
  /* .login-panel-title {
    flex-direction: row;
  } */
}

.login-panel-title .main-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.login-panel-title > .sub-title {
  width: auto;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #999999;
}

.login-panel-title .sub-title .signup-button {
  color: #0076fe;
  cursor: pointer;
}

.phone-password-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

@media (max-width: 600px) {
  .phone-password-button-container {
    margin-bottom: 24px;
  }
}

.phone-password-button-container .phone-password-button {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #0076fe;
  cursor: pointer;
  user-select: none;
}

.phone-password-button-container .forget-password {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #333333;
}

.signup-panel-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 48px;
}

@media (max-width: 600px) {
  .signup-panel-title {
    margin: 16px 0 0;
    align-items: flex-start;
    row-gap: 16px;
  }
}

.signup-panel-title .main-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

@media (max-width: 600px) {
  .signup-panel-title .main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
    width: 100%;
  }
}

.signup-panel-title .main-title .close-icon-button {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.signup-panel-title .main-title .main-title-text {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
}

.signup-panel-title .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 4%;
  color: #999999;
}

@media (max-width: 600px) {
  /* .signup-panel-title .sub-title {
    justify-content: flex-start;
  } */
}

.signup-panel-title .sub-title .login-button {
  color: #0076fe;
  cursor: pointer;
}

.signin-official-panel.mobile-panel.quick-login .login-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  column-gap: 7px;
  margin-bottom: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
}

.signin-official-panel.mobile-panel.quick-login
  .login-button-container.qq-button {
  margin-bottom: 52px;
}

.signin-official-panel.mobile-panel.quick-login
  .login-button-container.btn-disabled {
  cursor: not-allowed;
}

.signin-official-panel.mobile-panel.quick-login .login-button-container > span {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #333940;
}

.af-light-box-dialog.signpanel-lightbox,
.m-light-box.signpanel-lightbox {
  width: auto;
}

@media (max-width: 1000px) {
  .af-light-box-dialog.signpanel-lightbox,
  .m-light-box.signpanel-lightbox {
    width: 480px;
  }
}

@media (max-width: 600px) {
  /* .af-light-box-dialog.signpanel-lightbox {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding: 20px;
    max-width: 1060px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0em) translateY(60em) scale(1);
    -moz-transform: translateX(0em) translateY(60em) scale(1);
    -ms-transform: translateX(0em) translateY(60em) scale(1);
    -o-transform: translateX(0em) translateY(60em) scale(1);
    transform: translateX(0em) translateY(60em) scale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }

  .signpanel-lightbox .m-lightbox-dialog {
    -webkit-transform: translateX(0em) translateY(60em) scale(1);
    -moz-transform: translateX(0em) translateY(60em) scale(1);
    -ms-transform: translateX(0em) translateY(60em) scale(1);
    -o-transform: translateX(0em) translateY(60em) scale(1);
    transform: translateX(0em) translateY(60em) scale(1);
  }

  .show .af-light-box-dialog {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateX(0em) translateY(0em) scale(1);
    -moz-transform: translateX(0em) translateY(0em) scale(1);
    -ms-transform: translateX(0em) translateY(0em) scale(1);
    -o-transform: translateX(0em) translateY(0em) scale(1);
    transform: translateX(0em) translateY(0em) scale(1);
    -webkit-transition: opacity 400ms linear, -webkit-transform 300ms ease-out;
    -moz-transition: opacity 400ms linear, -moz-transform 300ms ease-out;
    -o-transition: opacity 400ms linear, -o-transform 300ms ease-out;
    transition: opacity 400ms linear, transform 300ms ease-out;
  }

  .fade-in.signpanel-lightbox .m-lightbox-dialog {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateX(0em) translateY(0em) scale(1);
    -moz-transform: translateX(0em) translateY(0em) scale(1);
    -ms-transform: translateX(0em) translateY(0em) scale(1);
    -o-transform: translateX(0em) translateY(0em) scale(1);
    transform: translateX(0em) translateY(0em) scale(1);
    -webkit-transition: opacity 400ms linear, -webkit-transform 300ms ease-out;
    -moz-transition: opacity 400ms linear, -moz-transform 300ms ease-out;
    -o-transition: opacity 400ms linear, -o-transform 300ms ease-out;
    transition: opacity 400ms linear, transform 300ms ease-out;
  }

  .fade-out.signpanel-lightbox .m-lightbox-dialog {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0em) translateY(60em) scale(1);
    -moz-transform: translateX(0em) translateY(60em) scale(1);
    -ms-transform: translateX(0em) translateY(60em) scale(1);
    -o-transform: translateX(0em) translateY(60em) scale(1);
    transform: translateX(0em) translateY(60em) scale(1);
    -webkit-transition: opacity 400ms linear, -webkit-transform 400ms ease-out;
    -moz-transition: opacity 400ms linear, -moz-transform 400ms ease-out;
    -o-transition: opacity 400ms linear, -o-transform 400ms ease-out;
    transition: opacity 400ms linear, transform 400ms ease-out;
  } */

  .af-light-box-dialog.signpanel-lightbox,
  .m-light-box.signpanel-lightbox {
    width: calc(100% - 60px);
  }

  .af-sign-panel .country-panel .country-list {
    height: 55px;
  }

  .af-table-centered.m-lightbox-inner {
    padding: 0;
  }
}

.m-lightbox.show-lightbox .m-lightbox-bg {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.mobile-term-service {
  display: none;
  width: 100%;
  padding: 16px 16px 34px;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
}

.mobile-term-service.show-container {
  display: block;
}

.mobile-term-service .term-service-title {
  display: block;
  margin-bottom: 16px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333940;
}

.mobile-term-service .term-service-content {
  margin-bottom: 32px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}

.mobile-term-service .term-service-content .link {
  color: #0076fe;
  cursor: pointer;
}

.mobile-term-service .agree-button {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  background-color: #0076fe;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}

.keywords-cookie-panel {
  z-index: 999 !important;
}

@media (max-width: 1000px) {
  .signpanel-lightbox .m-lightbox-dialog {
    width: 500px;
  }

  .signpanel-lightbox .m-lightbox-inner {
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .signpanel-lightbox .m-lightbox-dialog {
    width: 100%;
  }
}

.signpanel-lightbox .m-lightbox-content {
  max-width: none;
  border: none;
  width: auto;
  border-radius: 8px;
  background-color: unset;
}

@media (max-width: 600px) {
  .signpanel-lightbox .m-lightbox-content {
    width: calc(100% - 60px);
  }
}

.top-right-container.toggle-wechat-phone {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 600px) {
  .top-right-container.toggle-wechat-phone {
    display: none;
  }
}

.top-right-container.toggle-wechat-phone.hide-container {
  display: none;
}

.top-right-container.toggle-wechat-phone .icon-container {
  cursor: pointer;
}

.top-right-container.toggle-wechat-phone.to-phone .wechat-icon {
  display: none;
}

.signup-container.top-right-container.toggle-wechat-phone.to-phone
  .wechat-icon {
  display: block;
}

.top-right-container.toggle-wechat-phone.to-phone .phone-icon {
  display: block;
}

.top-right-container.toggle-wechat-phone.to-wechat .wechat-icon {
  display: block;
}

.top-right-container.toggle-wechat-phone.to-wechat .phone-icon {
  display: none;
}

.top-right-container.toggle-wechat-phone .top-right-text {
  position: relative;
  display: block;
  padding: 5px 12px;
  background-color: #ddecfc;
  border-radius: 2px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 4%;
  color: #0076fe;
  cursor: pointer;
}

.top-right-container.toggle-wechat-phone .top-right-text::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ddecfc;
}

.signpanel-lightbox .m-lightbox-dialog.af-table {
  width: unset;
}

@media (max-width: 600px) {
  .signpanel-lightbox .m-lightbox-dialog.af-table {
    width: 100%;
  }
}

.af-signup-btn-content .af-sign-btn.button-pure-blue {
  margin-bottom: 0;
}

.toggle-invite-input {
  margin: 16px 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #999999;
  cursor: pointer;
}

@media (max-width: 600px) {
  .toggle-invite-input {
    margin: 16px 0 60px;
  }
}

/* 记住密码 */
.af-sign-remember {
  display: flex;
  align-items: center;
  position: relative;
  left: 6px;
}

.af-sign-remember .remember-password-label {
  margin-bottom: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  color: #333333;
}

.af-signup-email .error-tips,
.af-sign-email .error-tips {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% - 6px));
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #ff5556;
}

@media (max-width: 600px) {
  .af-signup-email .error-tips,
  .af-sign-email .error-tips {
    transform: translateY(-100%);
  }
}

.af-signup-email .error-tips.show-tips,
.af-sign-email .error-tips.show-tips {
  display: block;
}

.af-input-code-group {
  margin-bottom: 20px;
}

.account-ban-dialog-background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3000;
}

#account-ban-dialog {
  width: 480px;
  height: 188px;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

@media (max-width: 600px) {
  #account-ban-dialog {
    width: calc(100% - 80px);
    height: auto;
  }
}

#account-ban-dialog .dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#account-ban-dialog .dialog-header .dialog-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333940;
}

#account-ban-dialog .dialog-header .dialog-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#account-ban-dialog .dialog-body {
  margin-top: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #333940;
}

#account-ban-dialog .dialog-body .dialog-link {
  color: #0076fe;
}

#account-ban-dialog .dialog-body .dialog-link:hover {
  text-decoration: underline;
}

#account-ban-dialog .dialog-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 16px;
  column-gap: 10px;
}

#account-ban-dialog .dialog-footer .dialog-footer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

#account-ban-dialog .dialog-footer .dialog-footer-button.cancel-button {
  color: #333940;
  border-color: #e5e7eb;
}

#account-ban-dialog .dialog-footer .dialog-footer-button.confirm-button {
  color: #ffffff;
  border-color: #0076fe;
  background-color: #0076fe;
}
