@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, 120, 255, 0.03);
}

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

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

.g-board-text {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #5A5A5A;
  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;
}

.page-wrap {
  position: relative;
}

.page-wrap .g-head-nav {
  position: relative;
}

.page-wrap .content-wrap .verifyTip {
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  font-weight: 500;
}

.g-h5 .page-wrap .content-wrap .verifyTip {
  font-size: 0.28rem;
  margin-top: 0.07rem;
  width: 6rem;
}

.g-h5 .page-wrap .content-wrap {
  padding-top: 1.3rem;
}

.page-wrap .content-wrap .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}

.page-wrap .content-wrap .content .title {
  font-weight: 500;
  font-size: 0.31rem;
  text-align: center;
}

.g-h5 .page-wrap .content-wrap .content .title {
  font-size: 0.72rem;
}

.page-wrap .content-wrap .content .sign-form-wrap {
  width: 100%;
}

.page-wrap .content-wrap .content .sign-form-wrap .sign-form {
  position: relative;
}

.g-h5 .page-wrap .content-wrap .content .sign-form-wrap .sign-form {
  padding-top: 0.39rem;
}

.g-h5 .page-wrap .content-wrap .content .sign-form-wrap {
  width: 6rem;
}

.page-wrap .content-wrap .content .sign-btn-wrap {
  margin-top: 0.2rem;
}

.g-h5 .page-wrap .content-wrap .content .sign-btn-wrap {
  margin-top: 0.4rem;
}

.page-wrap .content-wrap .content .sign-btn-wrap .sign-btn {
  width: 100%;
  font-weight: 500;
  background: #ff5131;
}

.page-wrap .content-wrap .content .forgot-password-text {
  margin-top: 0.13rem;
  font-size: 0.12rem;
  opacity: 0.8;
  cursor: pointer;
}

.page-wrap .content-wrap .content .forgot-password-text a {
  color: #fff;
}

.page-wrap .content-wrap .content .forgot-password-text a:hover {
  text-decoration: underline;
}

.g-h5 .page-wrap .content-wrap .content .forgot-password-text {
  margin-top: 0.26rem;
  font-size: 0.24rem;
}

.page-wrap .content-wrap .content .buyer-sign-up-wrap-pc {
  margin-top: 0.18rem;
  font-size: 0.14rem;
}

.page-wrap .content-wrap .content .buyer-sign-up-wrap-pc .buyer-sign-up-wrap-pc-icon {
  display: inline-block;
  height: 0.08rem;
  width: 0.05rem;
  background-image: url("../../../component/form/img/white_arrow.svg");
  background-size: cover;
  background-position: center;
  margin-left: 0.02rem;
}

.g-h5 .page-wrap .content-wrap .content .buyer-sign-up-wrap-pc {
  display: none;
}

.page-wrap .content-wrap .content .buyer-sign-up-wrap-pc .buyer-sign-up-wrap-right {
  color: #fff;
}

.page-wrap .content-wrap .content .buyer-sign-up-wrap-pc .buyer-sign-up-wrap-right:hover {
  text-decoration: underline;
}

.page-wrap .content-wrap .content .buyer-sign-up-wrap-h5 {
  margin-top: 0.42rem;
  font-size: 0.28rem;
  display: none;
  width: 6rem;
  border-radius: 0.08rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}

.page-wrap .content-wrap .content .buyer-sign-up-wrap-h5 .sign-up-link {
  color: #fff;
}

.g-h5 .page-wrap .content-wrap .content .buyer-sign-up-wrap-h5 {
  display: block;
}

.info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 0.32rem;
  padding-bottom: 0.32rem;
}

.info-wrapper .info-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.32rem;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.32rem;
}

@media screen and (min-width: 1024px) {
  .info-wrapper .info-container {
    max-width: 13rem;
  }
}

.info-wrapper .info-item {
  width: calc(25% - 0.32rem);
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in;
}

.info-wrapper .info-item:hover {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.3);
  opacity: 0.8;
  transition: all 0.2s ease-out;
  transform: scale(1.02);
}

@media screen and (max-width: 1280px) {
  .info-wrapper .info-item {
    width: calc(50% - 0.32rem);
  }
}

@media screen and (max-width: 980px) {
  .info-wrapper .info-item {
    width: calc(100% - 0.32rem);
  }
}

.info-wrapper .aspect-ratio-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 的比例 (9 / 16 * 100) */
}

.info-wrapper .aspect-ratio-container .info-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem 0.1rem 0 0;
}

.info-wrapper .info-title {
  margin-top: 0.12rem;
  padding: 0 0.16rem;
  color: #191e3b;
}

.info-wrapper .info-subtitle {
  padding: 0 0.12rem 0.12rem;
  margin-top: 0.05rem;
}

.sign-page {
  min-height: 80vh;
  background: #f8f9fa;
}

.sign-page .body-bg {
  position: relative;
  min-height: 80vh;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.6)), url("images/bg4.jpg") no-repeat center 45%/cover;
}

.sign-page .hero-section {
  background: linear-gradient(135deg, rgba(252, 87, 59, 0.9) 0%, rgba(231, 76, 60, 0.9) 100%);
  padding: 80px 0;
  text-align: center;
  color: white;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.sign-page .hero-section .hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.sign-page .hero-section .hero-content .hero-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.sign-page .hero-section .hero-content .hero-subtitle {
  font-size: 18px;
  opacity: 0.9;
}

.sign-page .content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.sign-page .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100vh - 400px);
  padding: 40px 0;
  padding-top: 0;
}

.sign-page .sign-form-wrap {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 32px;
  width: 100%;
  max-width: 480px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.sign-page .sign-form-wrap .form-header {
  text-align: center;
  margin-bottom: 40px;
}

.sign-page .sign-form-wrap .form-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.sign-page .sign-form-wrap .form-header p {
  color: #666;
  font-size: 16px;
}

.timeline-container {
  padding: 20px 0;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 32px;
}

.timeline-item {
  position: relative;
  margin-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.timeline-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fc573b;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #fc573b;
  z-index: 1;
}

.timeline-line {
  position: absolute;
  top: 8px;
  bottom: -48px;
  width: 1px;
  background: #e5e7eb;
}

.timeline-item:last-child .timeline-line {
  display: none;
}

.timeline-content {
  -ms-flex: 1;
      flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.timeline-content:hover {
  border-color: #fc573b;
  background: #fff8f7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}

.timeline-date {
  font-size: 12px;
  font-weight: 500;
  color: #fc573b;
  margin-bottom: 4px;
}

.timeline-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.timeline-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

.pageLayoutBottom {
  background-color: #111;
}

.pageLayoutBottom .content {
  width: 980px;
  position: relative;
  margin: 0 auto;
}

.pageLayoutBottom .content .top {
  height: 82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.pageLayoutBottom .content .top .logoImg {
  width: 102px;
  height: 65px;
}

.pageLayoutBottom .content .top .topLeft {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  color: rgba(255, 255, 255, 0.8);
}

.pageLayoutBottom .content .top .topLeft .logo {
  display: inline-block;
  height: 35px;
  width: 100px;
  margin-right: 32px;
}

.pageLayoutBottom .content .top .topLeft .telTipContainer {
  display: inline-block;
  vertical-align: middle;
}

.pageLayoutBottom .content .top .topLeft .telTipCode {
  margin-left: 25px;
}

.pageLayoutBottom .content .top .topLeft .telTipCode > img {
  width: 28px;
  height: 28px;
}

.pageLayoutBottom .content .top .topLeft .telTipCode > span {
  color: #ffffff;
  font-size: 24px;
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 500;
}

.pageLayoutBottom .content .top .topLeft .telTip {
  position: absolute;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  padding-left: 65px;
}

.pageLayoutBottom .content .top .topRight {
  height: 100%;
  line-height: 82px;
  color: #fff;
  font-size: 14px;
}

.pageLayoutBottom .content .top .topRight .columnTextList, .pageLayoutBottom .content .top .topRight .columnTitle {
  margin-left: 32px;
}

.pageLayoutBottom .content .top .topRight .columnTextList:hover, .pageLayoutBottom .content .top .topRight .columnTitle:hover {
  text-decoration: underline;
}

.pageLayoutBottom .content .top .topRight .columnTextList a, .pageLayoutBottom .content .top .topRight .columnTitle a {
  color: #fff;
}

.pageLayoutBottom .content .top .topRight .footerSection {
  color: #fff;
}

.pageLayoutBottom .content .top .topRight .footerSection .langSelector {
  margin-bottom: 20px;
}

.pageLayoutBottom .content .top .topRight .footerSection .sectionTitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}

.pageLayoutBottom .content .top .topRight .footerSection .linkList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pageLayoutBottom .content .top .topRight .footerSection .linkList li {
  margin-bottom: 12px;
}

.pageLayoutBottom .content .top .topRight .footerSection .linkList li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.pageLayoutBottom .content .top .topRight .footerSection .linkList li a:hover {
  color: #fff;
}

.pageLayoutBottom .content .top .topRight .footerSection .contactList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.pageLayoutBottom .content .top .topRight .footerSection .contactList li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: rgba(255, 255, 255, 0.8);
}

.pageLayoutBottom .content .top .topRight .footerSection .contactList li .contactIcon {
  margin-right: 10px;
  font-size: 16px;
}

.pageLayoutBottom .content .bottom {
  height: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #fff;
  font-size: 12px;
  padding-top: 7px;
}

.pageLayoutBottom .content .bottom .bottomText {
  padding-top: 10px;
}

.pageLayoutBottom .content .bottom .bottomText .icpLink {
  color: #fff;
}

.pageLayoutBottom .content .bottom .bottomRight {
  display: -ms-flexbox;
  display: flex;
}

.pageLayoutBottom .content .bottom .bottomRight .serverLink {
  padding-top: 10px;
}

.pageLayoutBottom .content .bottom .bottomRight .serverLink .columnTitle, .pageLayoutBottom .content .bottom .bottomRight .serverLink .columnTextList {
  margin-left: 20px;
  padding-top: 4px;
}

.pageLayoutBottom .content .bottom .bottomRight .serverLink .columnTitle a, .pageLayoutBottom .content .bottom .bottomRight .serverLink .columnTextList a {
  color: #fff;
}

.pageLayoutBottom .content .bottom .bottomRight .serverLink .columnTextList:last-of-type {
  margin-right: 10px;
  padding-top: 4px;
}

.pageLayoutBottom .content .bottom .bottomRight .shareLink {
  padding-top: 10px;
}

.pageLayoutBottom .content .bottom .bottomRight .shareLink .bottomIcon {
  display: inline-block;
  background-position: center;
  background-size: cover;
  margin: 0 10px;
  background-repeat: no-repeat;
}

.pageLayoutBottom .content .bottom .bottomRight .shareLink .wechatSvg {
  height: 15px;
  width: 18px;
  margin-right: 6px;
}

.pageLayoutBottom .content .bottom .bottomRight .shareLink .linkedinSvg {
  height: 16px;
  width: 15px;
  margin-left: 14px;
}

.pageLayoutBottom .content .bottom .bottomRight .shareLink .facebookSvg {
  height: 17px;
  width: 8px;
}

.pageLayoutBottom .content .bottom .bottomRight .shareLink .twitterSvg {
  height: 14px;
  width: 17px;
  vertical-align: baseline;
}
