:root {
  --primary-color: #FFDA34;
  --secondary-color: #FFDA34;
  --text-color: #fff;
  --light-gray: #dfe6e9;
  --white: #ffffff;
  --border-color: #262626;
  --text-light: rgba(255,255,255,0.6);

}
@font-face {
  font-family: 'Alibaba PuHuiTi 3.0';
  src:  url('../fonts/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype'),
        url('../font/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2'),
        url('../assets/font/AlibabaPuHuiTi-3-55-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Alimama ShuHeiTi';
  src:  url('../fonts/AlimamaShuHeiTi-Bold.ttf') format('truetype'),
        url('../font/AlimamaShuHeiTi-Bold.woff2') format('woff2'),
        url('../assets/AlimamaShuHeiTi-Bold.woff') format('woff');
}
@font-face {
  font-family: "ADLaM Display";
  src: url('../fonts/ADLaMDisplay-Regular.ttf') format('truetype'),
       url('../fonts/ADLaMDisplay-Regular.woff2') format('woff2');
}
div, a, button, span, p, h1, h2, h3 {
  font-family: "ADLaM Display";
}
a {
  text-decoration: none;
}
/* 响应式调整 */
@media (max-width: 1920px) {
  html {
    font-family: "ADLaM Display";
    font-size: calc(100vw / 1920);
  }
}
@media (min-width: 1921px) {
  html {
    font-family: "ADLaM Display";
    font-size: 1px;
  }
}
@media (max-width: 992px) {
  html {
    font-family: "ADLaM Display";
    font-size: calc(100vw / 750);
  }
}
body{
  font-family: "ADLaM Display";
  font-size: 12rem;
  background: #000000;
  overflow-x: hidden;
}
.flex-row{
  display: flex;
  flex-direction: row;
}
.flex-column{
  display: flex;
  flex-direction: column;
}
.f-wrap{
  flex-wrap: wrap;
}
.f-nowrap{
  flex-wrap: nowrap;
}
.f-start{
  align-items: flex-start;
}
.f-center{
  align-items: center;
}
.f-end{
  align-items: flex-end;
}
.fc-start{
  justify-content: flex-start;
}
.fc-center{
  justify-content: center;
}
.fc-end{
  justify-content: flex-end;
}
.fc-between{
  justify-content: space-between;
}

.fc-around{
  justify-content: space-around;
}

.gradient-button {
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 99999px;
  background: 
      radial-gradient(4% 45% at 41% 50%, #7438EF 0%, rgba(116, 56, 239, 0) 100%), 
      radial-gradient(16% 40% at 7% 28%, #FFA6ED 0%, rgba(255, 255, 255, 0) 100%), 
      radial-gradient(6% 37% at 107% -1%, #B868FB 0%, rgba(112, 57, 239, 0) 100%), 
      radial-gradient(9% 54% at 83% 89%, #FF26F1 0%, rgba(114, 57, 239, 0.6) 100%), 
      #7238EF;
  box-sizing: border-box;
  border: 0.5px solid #FFD6FA;
  box-shadow: 
      0px 9.36px 7.8px -6.24px #D18DFF,
      0px 9.36px 6.24px -3.12px rgba(113, 60, 239, 0.3),
      inset 0px 0px 6.24px 0px #713AEF,
      inset 0px 0px 9.36px 0px #EDB6FF;
  color: white; /* Adding white text for better contrast */
  font-size: 16px; /* Optional: sets a reasonable font size */
  transition: transform 0.2s, box-shadow 0.2s; /* Optional: adds hover effect */
}

/* Optional: Add hover effect */
.gradient-button:hover {
    transform: translateY(-2px);
    box-shadow: 
        0px 11px 9px -6px #D18DFF,
        0px 11px 7px -3px rgba(113, 60, 239, 0.3),
        inset 0px 0px 6.24px 0px #713AEF,
        inset 0px 0px 9.36px 0px #EDB6FF;
}

/* Optional: Add active/click effect */
.gradient-button:active {
    transform: translateY(1px);
}
.gradient-button.big-size{
  padding: 21px 32px;
  min-width: 248px;
  font-size: 25px;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: normal;
  color: #FFFFFF;
}
.btn-icon{
  width: 28;
  height: 28px;
  margin-right: 8px;
}

.liner-btn {
  /* 基础样式 */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 18rem 47rem;
  background: linear-gradient(0deg, #D6AF00 0%, #FFE578 73%); /* 反转渐变方向 */
  border-radius: 16rem;
  border: 1rem solid rgba(255, 255, 255, 0.2);
  box-shadow: 
    0rem 4rem 8rem 0rem rgba(0, 0, 0, 0.35),
    inset 0rem 4rem 4rem 0rem rgba(255, 255, 255, 0.5),
    inset 0rem -4rem 4rem 0rem #AE8E00;
  width: fit-content;
  /* 过渡效果 */
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 20rem;
  /* 文字样式（可根据需要添加） */
  color: #000; /* 假设文字颜色为黑色 */
  font-weight: bold;
  text-transform: uppercase;
}
.liner-btn .icon{
  margin-right: 9rem;
  width: 1em;
  height: 1em;
}
/* 悬停状态 */
.liner-btn:hover {
  background: linear-gradient(0deg, #D6AF00 0%, #FFE578 73%); /* 反转渐变方向 */
  box-shadow: 
    0rem 6rem 12rem 0rem rgba(0, 0, 0, 0.4),
    inset 0rem 4rem 4rem 0rem rgba(255, 255, 255, 0.6),
    inset 0rem -4rem 4rem 0rem #C9A300;
  transform: translateY(-2rem); /* 轻微上浮效果 */
}

/* 点击状态 */
.liner-btn:active {
  background: linear-gradient(0deg, #D6AF00 0%, #FFE578 73%); /* 反转渐变方向 */
  box-shadow: 
    0rem 2rem 4rem 0rem rgba(0, 0, 0, 0.3),
    inset 0rem 4rem 8rem 0rem rgba(0, 0, 0, 0.2),
    inset 0rem -2rem 2rem 0rem #AE8E00;
  transform: translateY(1rem); /* 按下效果 */
}

/* 禁用状态（可选） */
.liner-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media screen and (max-width: 992px){
  .liner-btn{
    padding: 20rem 42rem;
    border-radius: 32rem;
    font-size: 28rem;
    font-weight: normal;
    line-height: normal;
    background: linear-gradient(0deg, #FFE578 0%, #D6AF00 73%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0rem 8rem 16rem 0px rgba(0, 0, 0, 0.35),inset 0rem 8rem 8rem 0rem rgba(255, 255, 255, 0.5),inset 0px -8rem 8rem 0rem #AE8E00;
  }
}

section {
  
}
.section__wrapper {
  max-width: 1480rem;
  margin: 0 auto;
  padding: 0 20rem;
  padding-top: 180rem;
}
.section-header{
  color: #FFFFFF;
  font-size: 64rem;
  text-align: center;
  letter-spacing: normal;
  position: relative;
  min-height: 185rem;
  line-height: 185rem;;
  background-size: auto 195rem;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../images/section-title-bg.png);
  margin-bottom: 80rem;
}
.section-header::before{
  content: "";
  position: absolute;
  top: 27rem;
  left: calc(50% - 100rem);
  background: linear-gradient(0deg, #FFE67F 1%, #FFDA34 95%);
  width: 13rem;
  height: 13rem;
  border-radius: 999rem;
}
.section-header .color1{
  color: #FFFFFF;
}
.section-header .color2{
  /* TaoBit！ */
  background: linear-gradient(0deg, #FFE67F 1%, #FFDA34 95%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  
  /* 兼容性设置 */
  display: inline-block; /* 确保渐变效果正确应用 */
}




.launch-view{
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-image: url(../images/launch-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.launch-logo{
  aspect-ratio: 391 / 88;
  box-sizing: border-box;
  width: 391rem; /* 或者具体的宽度 */
  background-image: url(../resource/logo.png);
  background-size: 100% 100%;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateX(-50%);
}
.process-bar-container{
  aspect-ratio: 622 / 40;
  box-sizing: border-box;
  padding: 6rem 6rem;
  width: 622rem; /* 或者具体的宽度 */
  background-image: url(../resource/process-bar-container.svg);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 120rem;
  left: 50%;
  transform: translateX(-50%);
}
.process-bar-start{
  aspect-ratio: 49 / 30;
  height: 100%;
  background-image: url(../resource/process-bar-start.svg);
  background-size: 100% 100%;
}
.process-bar-step{
  margin-left: -4rem;
  aspect-ratio: 23 / 30;
  height: 100%;
  background-image: url(../resource/process-bar-step.svg);
  background-size: 100% 100%;
}

@media screen and (max-width: 992px){
  .section__wrapper{
    flex-wrap: wrap;
    justify-content: center;
    padding: 31rem 32rem 74rem 32rem;
  }
  .section__wrapper > div{
    align-items: center;
  }
  .section-header{
    margin-bottom: 33rem;
  }
}

/* 页脚 */
.footer {
  /* background-color: var(--bg-color); */
  color: var(--text-light);
  padding: 60px 0 60px;
  width: 100%;
  /* background: #070707; */
  background-size: auto 100%;
  background-position-x: 60%;
  background-image: url(../images/footer-bg.png);
  min-height: 460rem;
}

.footer-container {
  max-width: 1480rem;
  margin: 0 auto;
  padding: 0 20rem;
}

/* 第一行 */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer-brand {
  flex: 1 1 28rem;
  min-width: 250rem;
}

.footer-logo {
  width: 160rem;
  height: auto;
  margin-bottom: 51rem;
}

.social-links {
  display: flex;
  gap: 12rem;
  margin-bottom: 38rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52rem;
  min-width: 52rem;
  height: 52rem;
  background: linear-gradient(0deg, #FFE67F 1%, #FFDA34 95%);
  color: #000;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-link img {
  width: 18.5rem;
  height: 18.5rem;
}
/* .social-link:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
} */

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16rem;
}

/* 链接列 */
.footer-links {
  /* flex: 2 1 600rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150rem, 1fr)); */
  display: flex;
  flex-wrap: wrap;
  column-gap: 72rem;
}
.link-group{
  flex: 1;
  white-space: nowrap;
}
.link-group h4 {
  color: var(--text-color);
  margin-bottom: 16rem;
  position: relative;
  padding-bottom: 8rem;
  font-size: 16rem;
  font-weight: normal;
  line-height: 16rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

/* .link-group h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40rem;
  height: 2rem;
  background-color: var(--primary-color);
} */

.link-group ul {
  list-style: none;
  padding-inline-start: 0rem;
}

.link-group li {
  margin-bottom: 16rem;
}

.link-group a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 16rem;
  transition: all 0.2s;
  display: inline-block;
}

.link-group a:hover {
  color: var(--primary-color);
  transform: translateX(5rem);
}

/* 分隔线 */
.footer-divider {
  height: 1rem;
  background-color: var(--border-color);
  margin: 32rem 0;
  width: 100%;
}

/* 底部 */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15rem;
  font-size: 13rem;
}

.copyright {
  color: var(--text-light);
}

.legal-links {
  display: flex;
  gap: 15rem;
}

.legal-links a {
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.2s;
}

.legal-links a:hover {
  color: var(--primary-color);
}

/* 响应式调整 */
@media (max-width: 992px) {
  .footer-logo {
    width: 320rem;
    height: auto;
    margin-bottom: 63rem;
  }

  .social-links {
    display: flex;
    gap: 28rem;
    margin-bottom: 64rem;
  }

  .social-link {
    width: 80rem;
    min-width: 80rem;
    height: 80rem;
  }
  .social-link img {
    width: 36.92rem;
    height: 36.92rem;
  }
  .contact-item {
    font-size: 32rem;
  }
  .footer-top {
      flex-direction: column;
      gap: 56rem;
  }
  
  .footer-links {
      /* grid-template-columns: repeat(2, 1fr); */

      justify-content: space-between;
      row-gap: 56rem;
  }
  .link-group h4 {
    font-size: 32rem;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: normal;
  }
  .link-group a {
    font-size: 32rem;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: normal;
  }
  .footer-bottom {
      flex-direction: column;
      text-align: center;
  }
  
  .legal-links {
      flex-wrap: wrap;
      justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-links {
      grid-template-columns: 1fr;
  }
  
  .link-group {
      margin-bottom: 20rem;
  }
}