@charset "UTF-8";
@keyframes loadingCircle {
  0% {
    transform: rotate(0deg);
    transform-origin: center;
  }
  100% {
    transform: rotate(360deg);
    transform-origin: center;
  }
}

/* 较窄的字体，呈现效果为文字被横向压缩，用于币种、符号类字体 */
/* 展示代码时使用的字体 */
@keyframes loadingCircle {
  0% {
    transform: rotate(0deg);
    transform-origin: center;
  }
  100% {
    transform: rotate(360deg);
    transform-origin: center;
  }
}

/* 较窄的字体，呈现效果为文字被横向压缩，用于币种、符号类字体 */
/* 展示代码时使用的字体 */
/*
 * 通用样式
 */
.g-board-content-wrap {
  margin: 0 auto;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: auto 4.5rem;
}

.g-board-layout-odd {
  background-color: #fff;
}

.g-board-layout-even {
  background-color: rgba(0, 36, 68, 0.03);
}

.g-board-title {
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1;
  color: #002444;
  max-width: 6rem;
}

.g-board-title-en {
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 1;
  color: #002444;
  max-width: 6rem;
}

.g-board-text {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #335069;
  max-width: 6rem;
  padding-top: 0.165rem;
  padding-bottom: 0.065rem;
}

/*
 * large
 */
.g-pc-large .g-board-content-wrap {
  width: 12.2rem;
  padding: 1.2rem 0 0;
}

.g-pc-large .g-board-layout-left .g-board-content-wrap {
  background-position: center right 0.4rem;
}

.g-pc-large .g-board-layout-left .g-board-title, .g-pc-large .g-board-layout-left .g-board-text, .g-pc-large .g-board-layout-left .g-board-title-en {
  margin-left: 0;
}

.g-pc-large .g-board-layout-right .g-board-content-wrap {
  background-position: center left 0.4rem;
}

.g-pc-large .g-board-layout-right .g-board-title, .g-pc-large .g-board-layout-right .g-board-text, .g-pc-large .g-board-layout-right .g-board-title-en {
  margin-left: 50%;
}

/*
 * small
 */
.g-pc-small .g-board-content-wrap, .g-h5 .g-board-content-wrap {
  width: auto;
  padding: 0;
  padding-top: 0.8rem;
  background-position: center bottom 0.4rem;
  text-align: center;
}

.g-pc-small .g-board-title, .g-h5 .g-board-title {
  font-size: 0.4rem;
  max-width: 100%;
  padding: 0 0.75rem;
}

.g-pc-small .g-board-title-en, .g-h5 .g-board-title-en {
  font-size: 0.28rem;
  max-width: 100%;
}

.g-pc-small .g-board-text, .g-h5 .g-board-text {
  font-size: 0.14rem;
  line-height: 0.21rem;
  max-width: 6rem;
  margin: 0 auto;
}

/*
 * mobile
 */
.g-h5 .g-board-content-wrap {
  padding: 0;
  padding-top: 1rem;
  background-position: bottom 0.8rem center;
  text-align: left;
}

.g-h5 .g-board-title {
  font-size: 0.36rem;
  max-width: 6.4rem;
  margin: 0 auto;
  padding: 0;
}

.g-h5 .g-board-title-en {
  max-width: 6.4rem;
  margin: 0 auto;
}

.g-h5 .g-board-text {
  font-size: 0.24rem;
  line-height: 0.36rem;
  max-width: 6.4rem;
  padding-top: 0.14rem;
}

.g-notify-wrap {
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 224px;
  left: 0;
  width: 100%;
}

.g-h5 .g-notify-wrap {
  top: 3.66rem;
}

.g-notify-btn-wrap {
  margin-top: 0.44rem;
}

.g-h5 .g-notify-btn-wrap {
  margin-top: 0.36rem;
}

.g-notify-btn-wrap button {
  padding: 0 0.36rem;
}

.g-h5 .g-notify-btn-wrap button {
  padding: 0 0.7rem;
}

.g-notify-btn-wrap button a {
  color: #fff;
}

.g-notify-content {
  width: 560px;
  margin: auto;
}

.g-h5 .g-notify-content {
  width: 6.4rem;
}

.g-notify-text-item {
  font-size: 0.24rem;
  color: #fff;
}

.g-h5 .g-notify-text-item {
  font-size: 0.48rem;
  font-weight: 500;
}

.g-notify-error-item {
  font-size: 0.12rem;
  color: #fff;
  opacity: 0.8;
  line-height: 100%;
}

.g-body-primary-background {
  background-image: linear-gradient(to right, #047EF9, #1B9EE0);
  background-attachment: fixed;
}

.sign-body {
  margin: 0;
  background: #ffffff;
  font-family: "Helvetica Neue", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #002444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sign-page {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background: #ffffff;
}

.sign-brand {
  position: relative;
  -ms-flex: 0 0 46%;
      flex: 0 0 46%;
  background: #002444;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 45%), radial-gradient(circle at 75% 80%, rgba(13, 126, 224, 0.18) 0%, transparent 50%), linear-gradient(135deg, #002444 0%, #001A30 100%);
}

.sign-brand .sign-brand-inner {
  position: relative;
  z-index: 2;
  padding: 0 0.6rem;
  text-align: left;
  width: 100%;
  max-width: 5rem;
}

.sign-brand .sign-brand-logo {
  display: block;
  width: 1.8rem;
  height: auto;
  margin-bottom: 0.24rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  animation: brandFadeIn 0.8s ease 0.1s both;
}

.sign-brand .sign-brand-tagline {
  display: none;
}

.sign-brand .sign-brand-decoration {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.sign-brand .sign-brand-decoration .deco-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.sign-brand .sign-brand-decoration .deco-circle-1 {
  width: 3.6rem;
  height: 3.6rem;
  right: -1.2rem;
  top: -1.2rem;
}

.sign-brand .sign-brand-decoration .deco-circle-2 {
  width: 2.2rem;
  height: 2.2rem;
  right: 0.4rem;
  bottom: 0.6rem;
  border-color: rgba(13, 126, 224, 0.35);
}

.sign-brand .sign-brand-decoration .deco-line {
  position: absolute;
  left: 0.6rem;
  bottom: 0.8rem;
  width: 0.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent);
}

.sign-main {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  background: #ffffff;
}

.sign-topbar {
  padding: 0.4rem 0.6rem;
  display: none;
}

.sign-topbar .sign-topbar-logo {
  height: 0.28rem;
  width: auto;
}

.sign-content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.6rem 0.6rem;
  max-width: 4rem;
  width: 100%;
  margin: 0 auto;
}

.sign-content .sign-content-head {
  margin-bottom: 0.4rem;
  animation: contentSlideUp 0.7s ease 0.2s both;
}

.sign-content .sign-title {
  margin: 0 0 0.1rem;
  font-family: "Helvetica Neue", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #002444;
}

.sign-content .sign-subtitle {
  margin: 0;
  font-size: 0.14rem;
  line-height: 1.6;
  color: #335069;
}

.sign-form-wrap {
  animation: contentSlideUp 0.7s ease 0.35s both;
}

.sign-form-wrap .sign-form .inputs-wrap {
  background: #ffffff;
  border: 1px solid #B6BCBE;
  border-radius: 0.06rem;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.sign-form-wrap .sign-form .inputs-wrap:focus-within {
  border-color: #002444;
  box-shadow: 0 0 0 3px rgba(0, 36, 68, 0.2);
}

.sign-form-wrap .sign-form .inputs-wrap .input-container {
  border-bottom: 1px solid #D1D5D6;
}

.sign-form-wrap .sign-form .inputs-wrap .input-container:last-of-type {
  border-bottom: none;
}

.sign-form-wrap .sign-form .inputs-wrap .input-container input {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.15rem;
  color: #002444;
  padding: 0 0.16rem;
  transition: background 0.2s;
}

.sign-form-wrap .sign-form .inputs-wrap .input-container input::-webkit-input-placeholder {
  color: #8A9AA9;
}

.sign-form-wrap .sign-form .inputs-wrap .input-container input::-moz-placeholder {
  color: #8A9AA9;
}

.sign-form-wrap .sign-form .inputs-wrap .input-container input:-ms-input-placeholder {
  color: #8A9AA9;
}

.sign-form-wrap .sign-form .inputs-wrap .input-container input::placeholder {
  color: #8A9AA9;
}

.sign-form-wrap .sign-form .inputs-wrap .input-container input:focus {
  background: #F6F7F7;
}

.sign-form-wrap .sign-form .inputs-wrap .input-container .password-visible-icon {
  top: 0.185rem;
  right: 0.16rem;
}

.sign-form-wrap .sign-btn-wrap {
  margin-top: 0.24rem;
}

.sign-btn {
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 0.06rem;
  background: #002444;
  color: #fff;
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
}

.sign-btn:hover {
  background: #335069;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 36, 68, 0.2);
}

.sign-btn:active {
  background: #001A30;
  transform: translateY(0);
}

.sign-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 36, 68, 0.2);
}

.sign-btn:disabled {
  background: #929A9E;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.sign-btn .sign-btn-text {
  vertical-align: middle;
}

.sign-page .g-sign-feature-bottom {
  display: block !important;
  padding: 0.3rem 0.6rem;
  margin-top: auto;
}

.sign-page .g-sign-feature-bottom .declaration p {
  margin: 0;
  font-size: 0.12rem;
  line-height: 1.6;
  color: #8A9AA9;
  text-align: center;
}

.sign-page .g-sign-feature-bottom .declaration .icpLink {
  color: #8A9AA9;
  text-decoration: none;
  margin-left: 0.04rem;
}

.sign-page .g-sign-feature-bottom .declaration .icpLink:hover {
  color: #335069;
}

@keyframes brandFadeIn {
  from {
    opacity: 0;
    transform: translateY(0.12rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contentSlideUp {
  from {
    opacity: 0;
    transform: translateY(0.16rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.g-h5 .sign-page {
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}

.g-h5 .sign-brand {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0.6rem 0.4rem 0.5rem;
}

.g-h5 .sign-brand .sign-brand-inner {
  max-width: none;
  padding: 0;
}

.g-h5 .sign-brand .sign-brand-logo {
  width: 1.2rem;
  margin-bottom: 0.12rem;
}

.g-h5 .sign-brand .sign-brand-tagline {
  font-size: 0.12rem;
  letter-spacing: 0.14em;
}

.g-h5 .sign-brand .sign-brand-decoration .deco-circle-1 {
  width: 2rem;
  height: 2rem;
  right: -0.6rem;
  top: -0.6rem;
}

.g-h5 .sign-brand .sign-brand-decoration .deco-circle-2 {
  display: none;
}

.g-h5 .sign-main {
  -ms-flex: 1;
      flex: 1;
}

.g-h5 .sign-topbar {
  display: none;
}

.g-h5 .sign-content {
  padding: 0.5rem 0.4rem;
  max-width: none;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.g-h5 .sign-content .sign-content-head {
  margin-bottom: 0.32rem;
}

.g-h5 .sign-content .sign-title {
  font-size: 0.24rem;
}

.g-h5 .sign-content .sign-subtitle {
  font-size: 0.13rem;
}

.g-h5 .sign-form-wrap .sign-form .inputs-wrap .input-container input {
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.14rem;
  padding: 0 0.14rem;
}

.g-h5 .sign-form-wrap .sign-form .inputs-wrap .input-container .password-visible-icon {
  top: 0.155rem;
  right: 0.14rem;
}

.g-h5 .sign-form-wrap .sign-btn-wrap {
  margin-top: 0.2rem;
}

.g-h5 .sign-btn {
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.14rem;
}

.g-h5 .sign-page .g-sign-feature-bottom {
  padding: 0.3rem 0.4rem;
}

.g-h5 .sign-page .g-sign-feature-bottom .declaration p {
  font-size: 0.11rem;
}
