.section-wrapper[data-v-160b0612] {
  font-family: "HYQiHei-45";
  white-space: pre-wrap;
  background-color: var(--bg-color);
}
.section[data-v-160b0612] {
  display: flex;
}
.sub-title[data-v-160b0612] {
  color: var(--text-content-color);
}
.title[data-v-160b0612] {
  font-family: "HYQiHei-55";
  color: var(--text-primary-color);
}
@media screen and (min-width: 1024.98px) {
.section[data-v-160b0612] {
    width: clamp(0px, 75vw, 1440px);
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.title-wrapper[data-v-160b0612] {
    width: clamp(0px, 55.7291666667vw, 1070px);
}
.sub-title[data-v-160b0612] {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
}
.title[data-v-160b0612] {
    font-size: 40px;
    line-height: 60px;
}
}
@media screen and (max-width: 1024px) {
.section[data-v-160b0612] {
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
}
.title-wrapper[data-v-160b0612] {
    margin-bottom: 24px;
    text-align: center;
}
.sub-title[data-v-160b0612] {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}
.title[data-v-160b0612] {
    font-size: 28px;
    line-height: 36px;
}
.button-base[data-v-160b0612] {
    width: -moz-fit-content;
    width: fit-content;
}
}