.section__wrapper[data-v-e16b014b] {
  position: relative;
  font-family: "HYQiHei-45";
  width: 100%;
  white-space: pre-wrap;
  height: 100vh;
}
.section__content[data-v-e16b014b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section__title-wrap[data-v-e16b014b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  white-space: pre-wrap;
}
.section__card[data-v-e16b014b] {
  display: flex;
  gap: 16px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.section__card-item[data-v-e16b014b] {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  padding: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.section__card-item:hover .icon__down[data-v-e16b014b] {
  animation: bounce-e16b014b 1s infinite;
}
.section__card-item-name[data-v-e16b014b] {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.icon__wrapper[data-v-e16b014b] {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.icon__down[data-v-e16b014b] {
  color: #fff;
  width: 20px;
}
@media screen and (min-width: 1024.98px) {
.dark .section__title[data-v-e16b014b] {
    color: rgba(0, 0, 0, 0.9);
}
.dark .section__subtitle[data-v-e16b014b] {
    color: rgba(0, 0, 0, 0.6);
}
.vertical .section__title[data-v-e16b014b] {
    margin-top: clamp(0px, 11.4583333333vw, 220px);
}
.vertical .section__title[data-v-e16b014b],
  .vertical .section__subtitle[data-v-e16b014b] {
    width: 1022px;
}
.horizon .section__title-wrap[data-v-e16b014b] {
    width: clamp(0px, 75vw, 1440px);
    align-items: flex-start;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: left;
}
.section__title-wrap-horizon[data-v-e16b014b] {
    width: clamp(0px, 75vw, 1440px);
    align-items: flex-start;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: left;
}
.section__title[data-v-e16b014b] {
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 24px;
}
.section__subtitle[data-v-e16b014b] {
    font-size: 24px;
    line-height: 30px;
}
.section__card[data-v-e16b014b] {
    width: clamp(0px, 75vw, 1440px);
}
}
@media screen and (max-width: 1024px) {
.section__content[data-v-e16b014b] {
    padding: 0 24px;
}
.section__title[data-v-e16b014b] {
    margin-top: 29.8666666667vw;
    font-family: "HYQiHei-55";
    font-size: 28px;
    line-height: 46px;
}
.section__subtitle[data-v-e16b014b] {
    font-size: 16px;
}
.section__card[data-v-e16b014b] {
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 24px;
    bottom: 36px;
}
.section__card-item[data-v-e16b014b] {
    flex: 0 0 calc(50% - 4px);
}
.section__card-item-name[data-v-e16b014b] {
    font-size: 16px;
    line-height: 22px;
}
.icon__wrapper[data-v-e16b014b] {
    width: 34px;
    height: 34px;
}
}
@keyframes bounce-e16b014b {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-10px);
}
}