.section-wrapper[data-v-4f067652] {
  font-family: "HYQiHei-45";
  white-space: pre-wrap;
  background-color: var(--bg-color);
}
.section-title[data-v-4f067652] {
  color: var(--text-primary-color);
  text-align: center;
}
.section-subtitle[data-v-4f067652] {
  color: var(--text-content-color);
  text-align: center;
}
[data-v-4f067652] .el-table {
  --el-table-tr-bg-color: var(--bg-color);
  --el-table-header-text-color: var(--text-primary-color);
  --el-table-header-bg-color: var(--border-color);
  --el-table-text-color: var(--text-content-color);
  --el-table-row-hover-bg-color: var(--bg-color);
  --el-table-border-color: var(--border-color);
  background-color: var(--bg-color);
}
[data-v-4f067652] .el-table .el-table__cell {
  padding: clamp(12px, 1.25vw, 24px) 0;
}
[data-v-4f067652] .el-table .el-table__empty-text {
  color: var(--text-content-color);
}
.btn-wrapper[data-v-4f067652] {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024.98px) {
.section[data-v-4f067652] {
    width: clamp(0px, 75vw, 1440px);
    margin: 0 auto;
}
.section-title[data-v-4f067652] {
    font-size: 58px;
    line-height: 79px;
    margin-bottom: 22px;
}
.section-subtitle[data-v-4f067652] {
    font-size: 24px;
    line-height: 33px;
}
.section-table[data-v-4f067652] {
    margin-top: 60px;
    margin-bottom: 60px;
}
}
@media screen and (max-width: 1024px) {
.section-title[data-v-4f067652],
  .section-subtitle[data-v-4f067652] {
    padding: 0 24px;
}
.section-title[data-v-4f067652] {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 24px;
}
.section-subtitle[data-v-4f067652] {
    font-size: 14px;
    line-height: 19px;
}
.section-table[data-v-4f067652] {
    margin-top: 24px;
    margin-bottom: 32px;
}
}