/* GEO：唯一 H1、列表项层级、报告详情 Tab 可点击样式（原 h2 标签） */
.geo-site-h1 {
  font-family: PingFangSC-Semibold, "PingFang SC", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #212121;
  text-align: center;
  margin: 24px auto 16px;
  line-height: 1.35;
}

.geo-page-h1 {
  font-family: PingFangSC-Semibold, "PingFang SC", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #212121;
  margin: 16px 0 12px;
  line-height: 1.4;
}

/* 数据报告列表页 banner 区主标题（沿用原 h5 视觉量级） */
.bannerSize .geo-page-h1 {
  width: 100%;
  max-width: 960px;
  font-family: PingFangSC-Semibold, "PingFang SC", sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #212121;
  margin: 0 0 10px;
  line-height: 1.3;
}

.bannerSize .geo-banner-subtitle {
  width: 504px;
  max-width: 100%;
  font-family: PingFangSC-Regular, "PingFang SC", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.geo-section-h2 {
  font-family: PingFangSC-Semibold, "PingFang SC", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 0 48px;
  padding-top: 24px;
  line-height: 1.4;
}

.geo-scene-h3 {
  font-family: PingFangSC-Semibold, "PingFang SC", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 16px;
  line-height: 1.4;
}

.geo-scene-title {
  margin: 0;
  font: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.packetRig h3.geo-report-title {
  width: 190px;
  font-family: PingFangSC-Semibold, "PingFang SC", sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #212121;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  margin: 0;
}

.packetRigChart h3.geo-chart-title {
  font-family: PingFangSC-Semibold, "PingFang SC", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #212121;
  margin: 0 0 8px;
  line-height: 26px;
}

.dataReportDetailsNavTab .geo-tab-nav {
  height: 69px;
  font-family: 思源黑体, "Source Han Sans SC", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #212121;
  margin-left: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
}

.dataReportDetailsNavTab .geo-tab-nav.active {
  font-weight: 900;
  color: #117fff;
  border-bottom: 2px solid #117fff;
  box-sizing: border-box;
}

/* CTA 条（原 chartText h1，改为唯一 H1 规范下的 h2） */
.chartText h2.geo-cta-title {
  height: 59px;
  font-family: PingFangSCHeavy-Heavy, "PingFang SC", sans-serif;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0em;
  margin: 74px 0 0;
  color: #ffffff;
}
