.section__wrapper[data-v-6471e38d] {
  font-family: "HYQiHei-45";
  width: 100%;
  position: relative;
}
.section__content[data-v-6471e38d] {
  white-space: pre-wrap;
}
.section__desc__wrapper[data-v-6471e38d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section__desc__item-count[data-v-6471e38d] {
  font-family: "HYQiHei-55";
}
@media screen and (min-width: 1024.98px) {
.dark .section__content[data-v-6471e38d] {
    color: #fff;
}
.light .section__title[data-v-6471e38d],
  .light .section__desc__item-count[data-v-6471e38d] {
    color: rgba(0, 0, 0, 0.9);
}
.light .section__subTitle[data-v-6471e38d],
  .light .section__desc__item-description[data-v-6471e38d] {
    color: rgba(0, 0, 0, 0.6);
}
.right .section__content[data-v-6471e38d] {
    justify-content: flex-end;
}
.section__wrapper[data-v-6471e38d] {
    height: 100vh;
}
.section__content[data-v-6471e38d] {
    width: clamp(0px, 75vw, 1440px);
    position: absolute;
    top: 0;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.section__content__wrapper[data-v-6471e38d] {
    width: 522px;
}
.section__title[data-v-6471e38d] {
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 24px;
}
.section__subTitle[data-v-6471e38d] {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: clamp(0px, 2.5vw, 48px);
}
.section__desc__wrapper[data-v-6471e38d] {
    gap: 32px;
}
.section__desc__item[data-v-6471e38d] {
    width: 152px;
}
.section__desc__item-count[data-v-6471e38d] {
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 10px;
}
.section__desc__item-description[data-v-6471e38d] {
    font-size: 14px;
    line-height: 22px;
}
}
@media screen and (max-width: 1024px) {
.section__wrapper[data-v-6471e38d] {
    background-color: var(--bg-color);
}
.section__wrapper .common-video-container[data-v-6471e38d],
  .section__wrapper .image[data-v-6471e38d] {
    aspect-ratio: 4/3;
}
.section__content[data-v-6471e38d] {
    padding: 24px;
    background-color: var(--bg-color);
}
.section__title[data-v-6471e38d] {
    font-family: "HYQiHei-55";
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
    color: var(--text-primary-color);
    text-align: center;
}
.section__subTitle[data-v-6471e38d] {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 31px;
    color: var(--text-primary-color);
    text-align: center;
}
.section__desc__item[data-v-6471e38d] {
    width: 33.6vw;
}
.section__desc__item-count[data-v-6471e38d] {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
    color: var(--text-primary-color);
}
.section__desc__item-description[data-v-6471e38d] {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-desc-color);
}
}