.section[data-v-8a3146ab] {
  width: clamp(0px, 75vw, 1440px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.section-content[data-v-8a3146ab] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.section-content-title[data-v-8a3146ab] {
  font-size: 58px;
  line-height: 64px;
}
.section-content-desc[data-v-8a3146ab] {
  display: flex;
}
.section-content-desc-item[data-v-8a3146ab] {
  margin-right: clamp(0px, 1.6666666667vw, 32px);
}
.section-content-desc-item[data-v-8a3146ab]:last-child {
  margin-right: 0;
}
.section-content-desc-item-count[data-v-8a3146ab] {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 8px;
}
.section-content-desc-item-detail[data-v-8a3146ab] {
  font-size: 16px;
  line-height: 22px;
}
.section-media[data-v-8a3146ab] {
  width: 100%;
  height: clamp(0px, 34.2708333333vw, 658px);
}.section[data-v-304872cf] {
  padding: 0 24px;
}
.section-media[data-v-304872cf] {
  height: 65.3333333333vw;
  width: 100%;
  margin-bottom: 40px;
}
.section-content-title[data-v-304872cf] {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-family: "HYQiHei-55";
}
.section-content-desc[data-v-304872cf] {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.section-content-desc[data-v-304872cf] > :nth-last-child(-n+2) {
  margin-bottom: 0;
}
.section-content-desc-item[data-v-304872cf] {
  width: calc(50% - 24px);
  margin-bottom: 16px;
}
.section-content-desc-item-count[data-v-304872cf] {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}
.section-content-desc-item-detail[data-v-304872cf] {
  font-size: 14px;
  line-height: 22px;
}.section-wrapper[data-v-fd2243cd] {
  background-color: var(--bg-color);
}
[data-v-fd2243cd] .section {
  white-space: pre-wrap;
  font-family: "HYQiHei-45";
}
[data-v-fd2243cd] .section .section-content-title {
  color: var(--text-primary-color);
}
[data-v-fd2243cd] .section .section-content-desc-item-count {
  font-family: "HYQiHei-55";
  color: var(--text-primary-color);
}
[data-v-fd2243cd] .section .section-content-desc-item-detail {
  color: var(--text-desc-color);
}
[data-v-fd2243cd] .section .section-media {
  transition: transform 0.4s ease;
}
[data-v-fd2243cd] .section .section-media:hover {
  transform: scale(1.1);
}
[data-v-fd2243cd] .section .section-media {
  cursor: pointer;
}
[data-v-fd2243cd] .section .section-media .pc-video-container,[data-v-fd2243cd] .section .section-media .image {
  border-radius: 12px;
}