body {
  background: #fff;
  font-family: "Space Grotesk", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.header {
  height: 10.42vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12.5vw;
  width: 100%;
  box-sizing: border-box;
}

.header .logo {
  width: 4.17vw;
}

.header .menu {
  width: 4.27vw;
}

#section1 {
  position: relative;
  padding: 0 12.5vw;
}

#section1::before {
  position: absolute;
  content: '';
  top: -10.42vw;
  width: 98.13vw;
  left: 50%;
  height: 87.08vw;
  margin-left: -49.06vw;
  background: url(img/bg1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

#section1::after {
  position: absolute;
  content: '';
  top: -10.42vw;
  width: 84.27vw;
  left: 50%;
  height: 75.89vw;
  margin-left: -42.14vw;
  background: url(img/bg11.png) no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
}

#section1 .title {
  display: block;
  width: 70.83vw;
  margin: 0 auto;
}

#section1 .desc_box {
  display: flex;
  margin-top: 2.92vw;
  font-size: 2.71vw;
  color: #000000;
  line-height: 3.44vw;
  padding-left: 2.08vw;
}

#section1 .desc_box .desc {
  margin-left: 23.44vw;
}

#section2 {
  position: relative;
  height: 112.5vw;
  background: #000000;
  border-radius: 3.13vw;
  border: 1px solid #000000;
  margin-top: 12.5vw;
  padding: 0 12.5vw;
  overflow: hidden;
}

#section2::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 67.76vw;
  background: url(img/card111.png) no-repeat;
  background-size: cover;
  background-position: top center;
  opacity: 0.5;
}

#section2 .title_box {
  position: relative;
  padding-left: 2.08vw;
  padding-right: 2.08vw;
  padding-top: 5.63vw;
  z-index: 1;
}

#section2 .title_box .title {
  font-size: 9.38vw;
  color: #FFFFFF;
  line-height: 11.98vw;
  margin-bottom: 2.08vw;
}

#section2 .title_box .title2 {
  font-weight: 700;
  font-size: 3.44vw;
  color: #FFFFFF;
  line-height: 5.94vw;
  margin-bottom: 4.17vw;
}

#section2 .title_box .desc {
  position: relative;
  font-family: 'Anonymous Pro';
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.08vw;
  line-height: 4.17vw;
  margin-bottom: 8.33vw;
}

#section2 .title_box .mlogo {
  position: absolute;
  top: 0;
  width: 4.17vw;
  height: 4.17vw;
  left: 50%;
  margin-left: -2.08vw;
}

#section2 .title_box .title3 {
  font-weight: 700;
  font-size: 2.08vw;
  color: #FFFFFF;
  line-height: 2.66vw;
  margin-bottom: 4.17vw;

}

#section2 .title_box .col3 {
  display: flex;
  gap: 1.04vw;
  margin-bottom: 8.33vw;
}

#section2 .title_box .col_item {
  flex: 1;
  height: 12.14vw;
  padding-top: 2.08vw;
  padding-left: 2.5vw;
  background: rgba(40, 40, 40, 0.8);
  border-radius: 1.56vw;
  backdrop-filter: blur(0.73vw);
  -webkit-backdrop-filter: blur(0.73vw);
  font-weight: bold;
  font-size: 1.25vw;
  color: #FFFFFF;
  line-height: 1.77vw;
}

#section2 .title_box .col_item img {
  width: 3.13vw;
  margin-bottom: 2.08vw;
}

#section2 .title_box .col2 {
  display: flex;
}

#section2 .title_box .col2_left {
  width: 46.35vw;
  height: 17.81vw;
  background: #FFFFFF;
  border-radius: 1.56vw;
  margin-right: 0.52vw;
  background-image: url("img/card2.png");
  background-size: 43.85vw 17.81vw;
  background-repeat: no-repeat;
  padding: 2.5vw 2.08vw;
  box-sizing: border-box;
}

#section2 .title_box .col2_item .text_box {
  display: flex;
}

#section2 .title_box .col2_item .text_item {
  flex: 1;
  margin-right: 2.71vw;
}

#section2 .title_box .col2_item .num {
  font-weight: 700;
  font-size: 5vw;
  color: #000000;
  line-height: 6.35vw;
  margin-bottom: 1.46vw;
  margin-top: 3.13vw;
}

#section2 .title_box .col2_item .text {
  font-weight: 700;
  font-size: 1.04vw;
  color: #000000;
  line-height: 1.35vw;
}

#section2 .title_box .col2_item .label {
  font-size: 1.04vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.35vw;
}

#section2 .title_box .col2_item .text2 {
  font-family: 'Anonymous Pro';
  font-weight: 700;
  font-size: 2.08vw;
  color: #000000;
  line-height: 2.5vw;
  margin-top: 4.17vw;
}

#section2 .title_box .col2_item .desc {
  font-size: 1.67vw;
  color: rgba(0, 0, 0, 0.50);
  line-height: 2.5vw;
}

#section2 .title_box .col2_right .num {
  font-size: 4.17vw;
  color: #000000;
  line-height: 5.31vw;
  margin-top: 2.71vw;
  margin-bottom: 2.5vw;
}

#section2 .title_box .col2_right .text_item {
  margin-right: 0;
}

#section2 .title_box .col2_right {
  width: 23.96vw;
  height: 17.81vw;
  background: #FFFFFF;
  border-radius: 1.56vw;
  padding: 2.5vw 2.08vw;
  box-sizing: border-box;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 4.17vw;
}

.marquee-content {
  font-family: 'Anonymous Pro';
  font-weight: 700;
  font-size: 3.44vw;
  color: #FFFFFF;
  line-height: 5.94vw;
  display: inline-block;
  animation: marquee 20s linear infinite;
  padding-left: 100%;
  /* 初始位置在右侧 */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* 鼠标悬停暂停 */
.marquee-content:hover {
  animation-play-state: paused;
}

#section3 {
  position: relative;
  padding: 0 12.5vw;
}

#section3::after {
  position: absolute;
  content: '';
  right: 0;
  top: -10.1vw;
  left: 0;
  height: 34.79vw;
  background: url(img/m11.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#section3 .title {
  text-align: center;
  font-size: 5vw;
  line-height: 5.94vw;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8.33vw;
}

#section3 .card {
  position: relative;
  height: 26.04vw;
  background: #000000;
  border-radius: 3.13vw;
  border: 1px solid #000000;
  font-size: 3.85vw;
  color: #FFFFFF;
  line-height: 5.21vw;
  padding: 5.21vw 0 5.21vw 4.17vw;
  box-sizing: border-box;
}

#section3 .card::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 39.43vw;
  height: 26.04vw;
  ;
  background: url(img/cr.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#section4 {
  position: relative;
  padding: 0 12.5vw;
  margin-top: 6.25vw;
}

#section4 .card {
  position: relative;
  height: 35.21vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 2.5vw;
  padding-top: 8.33vw;
  box-sizing: border-box;
}

#section4 .card::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 60.26vw;
  height: 29.79vw;
  background: url(img/m2.png) no-repeat;
}

#section4 .card .check {
  position: absolute;
  width: 2.92vw;
}

#section4 .card .check1 {
  top: 2.5vw;
  left: 2.5vw;
}

#section4 .card .check2 {
  right: 2.5vw;
  top: 2.5vw;
  z-index: 1;
}

#section4 .card .check3 {
  left: 2.5vw;
  bottom: 2.5vw;
  z-index: 1;
}

#section4 .card .check4 {
  right: 2.5vw;
  bottom: 2.5vw;
  z-index: 1;
}

#section4 .card .cover {
  position: absolute;
  right: 2.5vw;
  top: 2.55vw;
  width: 27.29vw;
}

#section4 .card .title {
  font-weight: 700;
  font-size: 2.08vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.66vw;
  margin-bottom: 2.76vw;
}

#section4 .card .desc {
  position: relative;
  font-size: 3.44vw;
  color: #000000;
  line-height: 5.94vw;
  z-index: 1;
}

#section5 {
  display: flex;
  justify-content: space-between;
  height: 37.81vw;
  background: #000000;
  border-radius: 3.13vw;
  padding: 6.25vw 12.5vw;
  margin-top: 6.25vw;
}

#section5 .left_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#section5 .left_text .desc {
  font-size: 5vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 7.29vw;
}

#section5 .left_text .desc2 {
  font-weight: bold;
  font-size: 0.89vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.04vw;
  margin-bottom: 1.46vw;
}

#section5 .left_text .media {
  width: 1.98vw;
  margin-right: 2.08vw;
}

#section5 .left_text .frame {
  position: absolute;
  width: 21.93vw;
  left: 10.1vw;
  top: 17.6vw;
}

#section5 .card {
  width: 40.31vw;
  height: 25.31vw;
  background: #FFFFFF;
  border-radius: 3.13vw;
  padding-top: 3.13vw;
  padding-left: 3.13vw;
}

#section5 .card .title {
  font-size: 2.5vw;
  color: #000000;
  line-height: 4.17vw;
  margin-bottom: 4.17vw;
}

#section5 .card .btn {
  display: inline-flex;
  align-items: center;
  height: 4.11vw;
  padding: 0 2.08vw;
  background: #2CEBC8;
  border-radius: 6.25vw;
  font-weight: 700;
  font-size: 1.25vw;
  color: #FFFFFF;
  margin-bottom: 1.46vw;
}

#section5 .card .btn img {
  width: 1.25vw;
  margin-left: 0.42vw;
}

#section6 {
  position: relative;
  padding: 0 12.5vw;
  padding-top: 6.25vw;
}

#section6::after {
  position: absolute;
  content: '';
  top: -14.83vw;
  left: 0;
  right: 0;
  height: 65.36vw;
  background: url(img/m3.png) no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

#section6 .title {
  font-size: 5vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 5.94vw;
  text-align: center;
  margin-bottom: 4.17vw;
}

#section6 .title strong {
  color: #000;
}

#section6 .card {
  height: 23.96vw;
  padding-left: 4.17vw;
  padding-top: 4.17vw;
  background: #FFFFFF;
  border-radius: 3.13vw;
  font-family: Anonymous Pro;
  font-weight: 700;
  font-size: 2.5vw;
  color: #000000;
  line-height: 5.21vw;
  box-sizing: border-box;
}

#section6 .pagetitle {
  position: relative;
  font-weight: 700;
  font-size: 5vw;
  color: #000000;
  line-height: 5.94vw;
  margin-top: 6.25vw;
  margin-bottom: 4.17vw;
}

#section6 .pagetitle .frame {
  position: absolute;
  height: 5.94vw;
  right: 0;
  top: 1vw;
}

#section6 .card2 {
  height: 20.21vw;
  background: url(img/m4.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  padding-left: 4.17vw;
  padding-top: 4.17vw;
  box-sizing: border-box;
  font-family: Anonymous Pro;
  font-size: 3.44vw;
  color: #FFFFFF;
  line-height: 5.94vw;
}

#section7 {
  position: relative;
  height: 49.43vw;
  background: #000000;
  border-radius: 3.13vw;
  margin-top: 6.25vw;
  padding: 0 12.5vw;
  padding-top: 6.25vw;
}

#section7::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -12.04vw;
  height: 66.41vw;
  background: url(img/card5.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#section7 .title {
  font-size: 5vw;
  color: #FFFFFF;
  line-height: 7.29vw;
}

#section7 .card {
  height: 23.65vw;
  background: url(img/card6.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-top: 3.13vw;
  padding-left: 2.6vw;
  padding-top: 3.13vw;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 2.5vw;
  color: #FFFFFF;
  line-height: 4.17vw;
}

#section8 {
  position: relative;
  padding: 6.25vw 4.17vw 0 4.17vw;
}

#section8::after {
  position: absolute;
  content: '';
  top: -34.25vw;
  left: 12.5vw;
  right: 12.5vw;
  height: 115.94vw;
  background: url(img/m5.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#section8 .title {
  font-size: 5vw;
  color: #000000;
  line-height: 5.94vw;
  margin-bottom: 2.5vw;
  text-align: center;
}

#section8 .desc {
  font-size: 2.5vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 3.18vw;
  text-align: center;
  margin-bottom: 4.17vw;
}

#section8 .cover_box {
  display: flex;
  align-items: center;
  column-gap: 0.83vw;
}

#section8 .cover_box .cover_item {
  position: relative;
  flex: 1;
  height: 20.83vw;
  border-radius: 1.04vw;
  overflow: hidden;
}

#section8 .cover_box .cover_item:hover img {
  transform: scale(1.1)
}

#section8 .cover_box .text {
  position: absolute;
  bottom: 2.08vw;
  left: 2.08vw;
  font-weight: 700;
  font-size: 1.88vw;
  color: #FFFFFF;
  line-height: 2.5vw;
}

#section8 .title2 {
  margin-top: 14.01vw;
  font-size: 5vw;
  color: #000000;
  line-height: 5.94vw;
  margin-bottom: 3.65vw;
}

#section8 .title3 {
  margin-top: 6.98vw;
  font-size: 5vw;
  color: #000000;
  line-height: 5.94vw;
  margin-bottom: 1.41vw;
}

#section8 .swiper_box {
  display: flex;
  position: relative;
}

#section8 .swiper_box::after {
  position: absolute;
  content: '';
  right: -4.17vw;
  top: -30.83vw;
  width: 39.95vw;
  height: 80.78vw;
  background: url(img/right.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#section8 .card_container {
  flex: 1;
  position: relative;
  width: 83.33vw;
  height: 53.23vw;
  perspective: 1000px;
}

#section8 .card_container .card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 3.13vw;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  cursor: pointer;
  padding: 3.13vw;
  box-sizing: border-box;
}

#section8 .card_container .topright {
  position: absolute;
  right: 3.13vw;
  top: 0.73vw;
  width: 15.1vw;
}

#section8 .card_container .flex_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.08vw;
}

#section8 .card_container .flex_item img {
  width: 5vw;
  margin-bottom: 2.5vw;
}

#section8 .card_container .flex_item .text1 {
  font-weight: 700;
  font-size: 1.88vw;
  color: #FFFFFF;
  line-height: 2.4vw;
  margin-bottom: 0.83vw;
}

#section8 .card_container .flex_item .text2 {
  font-size: 1.46vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.88vw;
}

#section8 .card_container .flex_item .text3 {
  font-size: 1.46vw;
  color: #fff;
  line-height: 1.88vw;
}

#section8 .card_container .ctitle {
  display: inline-block;
  height: 6.25vw;
  line-height: 6.25vw;
  padding: 0 3.13vw;
  background: #FFFFFF;
  border-radius: 4.17vw;
  font-weight: 700;
  font-size: 1.88vw;
  color: #000000;
  margin-bottom: 3.85vw;
}

#section8 .scroll_box {
  width: 6.25vw;
  height: 19.84vw;
  background: #FFFFFF;
  border-radius: 3.65vw;
  margin-top: 10.57vw;
  margin-left: 2.08vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.42vw 0;
  align-items: center;
}

#section8 .scroll_box .barbox {
  position: relative;
  width: 0.63vw;
  height: 3.13vw;
  background: #D9D9D9;
}

#section8 .scroll_box .bar {
  position: absolute;
  top: 0;
  width: 100%;
  background: #000000;
}

#section8 .scroll_box .arr {
  width: 5.42vw;
  height: 5.42vw;
  cursor: pointer;
}

#section8 .scroll_box .upa {
  transform: scaleY(-1);
}

#section8 .scroll_box .down {
  transform: scaleY(-1);
}

#section8 .tagbox {
  display: flex;
  align-items: center;
  margin-bottom: 7.81vw;
}

#section8 .tagbox .tagitem {
  height: 4.17vw;
  line-height: 4.17vw;
  background: #000000;
  border-radius: 4.17vw;
  padding: 0 2.08vw;
  font-size: 1.25vw;
  color: #FFFFFF;
  margin-right: 2.92vw;
}

#section8 .token_box {
  display: flex;
  justify-content: space-between;
}

#section8 .token_box .card {
  position: relative;
  width: 48.44vw;
  height: 52.86vw;
  background: #000000;
  border-radius: 3.13vw;
  padding: 4.17vw 3.13vw;
  box-sizing: border-box;
}

#section8 .token_box .topicon {
  position: absolute;
  width: 21.93vw;
  right: 6.77vw;
  top: 5.21vw;
}

#section8 .token_box .ttitle {
  font-size: 2.08vw;
  color: #FFFFFF;
  line-height: 2.66vw;
  margin-bottom: 5.21vw;
}

#section8 .token_box .icon {
  width: 5vw;
  margin-bottom: 2.5vw;
}

#section8 .token_box .text1 {
  font-weight: 700;
  font-size: 1.88vw;
  color: #FFFFFF;
  line-height: 2.4vw;
  margin-bottom: 0.83vw;
}

#section8 .token_box .text2 {
  font-size: 1.46vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.88vw;
  margin-bottom: 2.08vw;
}

#section8 .token_box .chart_box {
  width: 39.06vw;
}

#main {
  height: 21.67vw;
  margin-top: 2.24vw;
  margin-bottom: 5.63vw;
}

#section8 .token_box .tlabel {
  font-size: 2.08vw;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2.66vw;
  margin-bottom: 0.73vw;
}

#section8 .token_box .tlabel2 {
  font-weight: 700;
  font-size: 2.4vw;
  color: #000000;
  line-height: 3.07vw;
}

#section8 .token_box .legend {
  width: 100%;
}

.footer {
  position: relative;
  height: 49.43vw;
  background: #000000;
  border-radius: 3.13vw;
  margin-top: 9.11vw;
  padding: 0 12.5vw;
}

.footer::after {
  position: absolute;
  content: '';
  background: url(img/fbg.png) no-repeat;
  top: -8.33vw;
  width: 84.27vw;
  left: 50%;
  margin-left: -42.14vw;
  height: 57.76vw;
  background-size: cover;
  background-position: center;
}

.footer .main_text {
  height: 32.29vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 7.29vw;
  text-align: center;
}

.footer .bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7.08vw;
}

.footer .bottom_box .media_box {
  display: flex;
  align-items: center;
}

.footer .bottom_box .media_box img {
  width: 5.31vw;
  margin-right: 1.77vw;
}

.footer .bottom_box .flogo {
  width: 15.57vw;
}

