.section-1 .section-con {
  position: absolute;
  top: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gradient-text {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 40%,
    #b8b8b8 50%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-1 .section-1-title {
  margin-top: 0.2vw;
}

.section-1 .section-1-subtitle {
  margin-top: 1vw;
}

.section-1 .section-line {
  height: 1px;
  width: 44px;
  background-color: #ffffff;
  margin-top: 2.1vw;
}

.section-1 .section-1-content {
  margin-top: 3.2vw;
}

.section-2 .section-con {
  position: absolute;
  top: 8.3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-2 .section-2-content {
  margin-top: 1.3vw;
}

.section-2 .section-icon {
  margin-top: 2.4vw;
}

.section-3 .section-con {
  position: absolute;
  top: 6.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-3 .section-3-content {
  margin-top: 1.3vw;
}

.section-3 .section-3-inout {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 3.2vw;
  margin-top: 1.9vw;
}

.section-3 .bounce-number-in {
  margin-bottom: 0.2vw;
}

.section-4 .section-con {
  position: absolute;
  top: 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-4 .section-4-content {
  margin-top: 1.3vw;
}

.section-4 .section-icon {
  margin-top: 2.4vw;
}

.section-5 {
  background-color: #050c14;
}

.section-5 .section-con {
  padding-top: 7.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-5 .section-5-content {
  margin-top: 1.3vw;
}

.section-5 .section-btn-box {
  display: flex;
  align-items: center;
  margin-top: 3vw;
  gap: 5vw;
  margin-bottom: 4vw;
}

.section-5 .section-btn {
  position: relative;
  display: inline-block;
  padding: 0.4vw 1.7vw;
  border-radius: 50px;
  background-color: transparent;
  z-index: 1;
  background: linear-gradient(to bottom, #fffde4 0%, #fffde4 50%, #005aa7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
}

.section-5 .section-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px; /* 控制边框宽度 */
  background: linear-gradient(to bottom, #fffde4 0%, #fffde4 40%, #005aa7 100%);
  border-radius: 50px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.section-6 .section-con {
  position: absolute;
  top: 7.5vw;
  display: flex;
  flex-direction: column;
}

.section-6 .section-6-content {
  margin-top: 1.3vw;
}

.section-6 .section-6-subtitle {
  margin-top: 2.2vw;
}

.section-6 .section-6-subTwoTitle {
  margin-top: 1.2vw;
}

@media (max-width: 768px) {
  .section-1 .section-con {
    top: 16vw;
  }
  .section-1 .section-1-subtitle {
    margin-top: 2vw;
  }
  .section-1 .section-line {
    margin-top: 4.8vw;
  }

  .section-2 .section-con,
  .section-4 .section-con {
    top: 16.6vw;
  }

  .section-5 .section-con {
    padding-top: 16.6vw;
  }
  .section-2 .section-2-content,
  .section-3 .section-3-content,
  .section-4 .section-4-content,
  .section-5 .section-5-content,
  .section-6 .section-6-content {
    margin-top: 2.6vw;
  }
  .section-2 .section-icon,
  .section-4 .section-icon {
    margin-top: 6vw;
  }

  .section-2 .section-icon img,
  .section-4 .section-icon img {
    max-width: 10.6vw;
  }
  .section-3 .section-con {
    top: 13.6vw;
  }
  .section-3 .section-3-inout {
    margin-top: 4.2vw;
    gap: 6.2vw;
  }

  .section-5 .section-btn-box {
    margin-top: 7vw;
    gap: 8vw;
    margin-bottom: 9vw;
  }
  .section-5 .section-btn {
    padding: 1vw 3.7vw;
  }
  .section-6 .section-con {
    top: 17.5vw;
  }
  .section-6 .section-6-subtitle {
    margin-top: 3.2vw;
  }

  .section-6 .section-6-subcontent {
    margin-top: 0.2vw;
  }

  :lang(en).section-1 .section-con {
    top: 10vw;
  }
  :lang(en).section-3 .section-con {
    top: 8.6vw;
  }
  :lang(en).section-2 .section-con,
  :lang(en).section-4 .section-con {
    top: 10.6vw;
  }
  :lang(en).section-5 .section-con {
    padding-top: 10.6vw;
  }
  :lang(en).section-6 .section-con {
    top: 11.5vw;
  }

  :lang(de).section-1 .section-con {
    top: 10vw;
  }
  :lang(de).section-3 .section-con {
    top: 8.6vw;
  }
  :lang(de).section-2 .section-con,
  :lang(de).section-4 .section-con {
    top: 10.6vw;
  }
  :lang(de).section-5 .section-con {
    padding-top: 10.6vw;
  }
  :lang(de).section-6 .section-con {
    top: 11.5vw;
  }

  :lang(ru).section-1 .section-con {
    top: 10vw;
  }
  :lang(ru).section-3 .section-con {
    top: 8.6vw;
  }
  :lang(ru).section-2 .section-con,
  :lang(ru).section-4 .section-con {
    top: 10.6vw;
  }
  :lang(ru).section-5 .section-con {
    padding-top: 10.6vw;
  }
  :lang(ru).section-6 .section-con {
    top: 11.5vw;
  }
  :lang(ru).font-54 {
    font-size: clamp(24px, 5vw, 54px);
  }
  :lang(ru).section-3 .section-con {
    padding: 0 2%;
  }
  :lang(ru).section-3 .backgroundPicture img {
    width: 120% !important;
    margin-left: -10% !important ;
  }
}
