/* 本文件与 index_article.htm 同目录，用于本地保存离线展示 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.z9e1bbbody {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans SC",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: #0f172a;
  background: radial-gradient(1200px 600px at 20% -10%, rgba(59, 130, 246, 0.18), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(16, 185, 129, 0.14), transparent 60%),
    #f7fafc;
}

.z9e1bbpage {
  min-height: 100vh;
  overflow-x: clip;
}

.z9e1bbcontainer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
  min-width: 0;
}

/* 避免锚点跳转时被 sticky header 遮挡 */
.z9e1bbmain section[id] {
  scroll-margin-top: 88px;
}

.z9e1bbheader {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.z9e1bbheaderInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
}

.z9e1bbbrand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}

.z9e1bbbrandMark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(16, 185, 129, 0.95));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.z9e1bbbrandName {
  font-weight: 800;
  line-height: 1.15;
}

.z9e1bbbrandSub {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.7);
}

.z9e1bbnavToggle {
  display: none;
}

.z9e1bbnavToggleBtn {
  display: none;
}

.z9e1bbnavList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.z9e1bbnavLink {
  text-decoration: none;
  color: rgba(15, 23, 42, 0.8);
  font-weight: 650;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  display: inline-block;
}

.z9e1bbnavLink:hover {
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.95);
  transform: translateY(-1px);
}

.z9e1bbmain {
  padding-bottom: 32px;
}

.z9e1bbhero {
  padding: 34px 0 10px;
}

.z9e1bbheroGrid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: start;
}

.z9e1bbheroLeft,
.z9e1bbheroRight,
.z9e1bbcard,
.z9e1bbtimeItem,
.z9e1bbfeature,
.z9e1bbprivacyCard,
.z9e1bbkeywordCol,
.z9e1bbfaqItem {
  min-width: 0;
}

.z9e1bbheroRight {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.z9e1bbheroImageWrap {
  width: 100%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.06);
}

.z9e1bbheroImage {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.z9e1bbh1 {
  margin: 0;
  font-size: clamp(28px, 4.2vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.2px;
}

.z9e1bblead {
  margin: 14px 0 18px;
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.78);
}

.z9e1bbctaRow {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.z9e1bbbtn {
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.z9e1bbbtn_full {
  width: 100%;
}

.z9e1bbbtn_primary {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(16, 185, 129, 0.95));
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18);
}

.z9e1bbbtn_primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
}

.z9e1bbbtn_ghost {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(15, 23, 42, 0.86);
  border-color: rgba(15, 23, 42, 0.12);
}

.z9e1bbbtn_ghost:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(37, 99, 235, 0.25);
}

.z9e1bbquickFacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.z9e1bbfact {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 12px;
}

.z9e1bbfactTop {
  font-weight: 900;
  color: rgba(37, 99, 235, 0.95);
}

.z9e1bbfactTitle {
  margin-top: 6px;
  font-weight: 900;
}

.z9e1bbfactText {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.55;
}

.z9e1bbpanel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.z9e1bbpanelTitle {
  font-weight: 950;
  font-size: 16px;
}

.z9e1bbpanelText {
  margin: 10px 0 14px;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.78);
}

.z9e1bbtagRow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.z9e1bbtag {
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.95);
  border: 1px solid rgba(37, 99, 235, 0.18);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 850;
  font-size: 12.5px;
}

.z9e1bbpanelDivider {
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
  margin: 10px 0 14px;
}

.z9e1bbpanelSteps {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.z9e1bbpanelStep {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.z9e1bbstepNo {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(16, 185, 129, 0.14);
  color: rgba(16, 185, 129, 0.95);
  font-weight: 900;
}

.z9e1bbstepTitle {
  font-weight: 900;
}

.z9e1bbstepText {
  margin-top: 4px;
  font-size: 12.8px;
  line-height: 1.55;
  color: rgba(15, 23, 42, 0.75);
}

.z9e1bbsection {
  padding: 34px 0;
}

/* 统一增强板块分隔感：相邻 section 之间增加更粗分割线 */
.z9e1bbmain > .z9e1bbsection + .z9e1bbsection {
  border-top: 2px solid rgba(148, 163, 184, 0.35);
}

/* 主横幅（hero）与服务范围首个 section 之间的分隔线 */
.z9e1bbmain > .z9e1bbhero + .z9e1bbsection {
  border-top: 2px solid rgba(148, 163, 184, 0.35);
}

.z9e1bbsectionAlt {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), transparent 40%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.z9e1bbsectionAlt2 {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.08), transparent 45%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.z9e1bbsectionHead {
  text-align: center;
  margin-bottom: 18px;
}

.z9e1bbh2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.1px;
  font-weight: 980;
}

.z9e1bbsectionSub {
  margin: 10px auto 0;
  max-width: 720px;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.8;
  font-size: 14.5px;
}

.z9e1bbh3 {
  margin: 0;
  font-size: 16px;
  font-weight: 950;
}

.z9e1bbcardGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.z9e1bbcard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.z9e1bbcardIcon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.10);
  color: rgba(37, 99, 235, 0.95);
  display: grid;
  place-items: center;
}

.z9e1bbcardText {
  margin-top: 10px;
  font-size: 13.7px;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.78);
}

.z9e1bbcardMeta {
  margin-top: 12px;
  font-size: 12.7px;
  color: rgba(15, 23, 42, 0.65);
}

.z9e1bbkeywordPanel {
  margin-top: 14px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
}

.z9e1bbkeywordPanelHead {
  margin-bottom: 12px;
}

.z9e1bbkeywordSub {
  margin-top: 8px;
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.75;
  font-size: 13.8px;
  max-width: 720px;
}

.z9e1bbkeywordGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.z9e1bbkeywordCol {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: 12px;
}

.z9e1bbkeywordTitle {
  font-weight: 980;
  font-size: 14.5px;
  margin-bottom: 10px;
}

.z9e1bbtimeline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}

.z9e1bbtimeItem {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  height: 100%;
}

.z9e1bbtimeNo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(37, 99, 235, 0.14);
  color: rgba(37, 99, 235, 0.95);
  font-weight: 980;
}

.z9e1bbtimeBody .z9e1bbh3 {
  margin-top: 2px;
}

.z9e1bbfeatureRow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.z9e1bbfeature {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
  height: 100%;
}

.z9e1bbfeatureTitle {
  font-weight: 980;
}

.z9e1bbfeatureText {
  margin-top: 8px;
  font-size: 13.7px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.76);
}

.z9e1bbtwoCol {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  align-items: start;
}

.z9e1bbarticle {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.z9e1bblist {
  margin: 14px 0 0;
  padding: 0 0 0 18px;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.85;
  font-size: 14px;
}

.z9e1bblistItem {
  margin: 6px 0;
}

.z9e1bbstickyPanel {
  position: sticky;
  top: 96px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
}

.z9e1bbstickyTop {
  padding: 14px 16px;
  font-weight: 980;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.10));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.z9e1bbstickyBody {
  padding: 14px 16px 10px;
  display: grid;
  gap: 10px;
}

.z9e1bbstickyRow {
  display: grid;
  gap: 6px;
}

.z9e1bbstickyK {
  font-size: 12.8px;
  font-weight: 850;
  color: rgba(15, 23, 42, 0.62);
}

.z9e1bbstickyV {
  font-weight: 980;
  letter-spacing: -0.1px;
}

.z9e1bbstickyBottom {
  padding: 12px 16px 16px;
}

.z9e1bbsubGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.z9e1bbsubCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.z9e1bbprivacyFrame {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 14px;
  align-items: start;
}

.z9e1bbprivacyRail {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 14px;
}

.z9e1bbprivacyRailTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.z9e1bbprivacyBadge {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(16, 185, 129, 0.95));
  padding: 6px 10px;
  border-radius: 999px;
}

.z9e1bbprivacySteps {
  display: grid;
  gap: 10px;
}

.z9e1bbprivacyStep {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.z9e1bbprivacyNo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 980;
  color: rgba(37, 99, 235, 0.95);
  background: rgba(37, 99, 235, 0.14);
}

.z9e1bbprivacyStepTitle {
  font-weight: 950;
}

.z9e1bbprivacyStepText {
  margin-top: 4px;
  font-size: 13.3px;
  line-height: 1.65;
  color: rgba(15, 23, 42, 0.75);
}

.z9e1bbprivacyMain {
  display: grid;
  gap: 12px;
}

.z9e1bbprivacyGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.z9e1bbprivacyCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 14px;
  height: 100%;
}

.z9e1bbprivacyTitle {
  font-weight: 980;
}

.z9e1bbprivacyNote {
  border-radius: 16px;
  border: 1px dashed rgba(16, 185, 129, 0.25);
  background: rgba(16, 185, 129, 0.08);
  padding: 12px 14px;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.82);
}

.z9e1bbcaseGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.z9e1bbcaseCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.z9e1bbcaseTags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.z9e1bbchip {
  font-size: 12.5px;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.75);
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 6px 10px;
  border-radius: 999px;
}

.z9e1bbfaqFrame {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 14px;
  align-items: start;
}

.z9e1bbfaqAside {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  padding: 14px;
  position: sticky;
  top: 92px;
}

.z9e1bbfaqAsideTitle {
  font-weight: 980;
  font-size: 16px;
}

.z9e1bbfaqAsideList {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.z9e1bbfaqAsideItem {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.85);
  padding: 10px 12px;
  font-weight: 850;
  font-size: 13.6px;
  color: rgba(15, 23, 42, 0.82);
}

.z9e1bbfaqAsideTip {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(37, 99, 235, 0.25);
  background: rgba(37, 99, 235, 0.08);
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(15, 23, 42, 0.8);
}

.z9e1bbfaqMain {
  display: grid;
  gap: 12px;
}

.z9e1bbfaqGroupTitle {
  font-size: 14.8px;
  font-weight: 980;
  color: rgba(15, 23, 42, 0.84);
  margin-top: 2px;
}

.z9e1bbfaqGrid {
  display: grid;
  gap: 10px;
}

.z9e1bbfaqItem {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 0 14px;
}

.z9e1bbfaqSummary {
  padding: 12px 0;
  list-style: none;
  cursor: pointer;
  font-weight: 980;
  font-size: 14.4px;
}

.z9e1bbfaqSummary::-webkit-details-marker {
  display: none;
}

.z9e1bbfaqBody {
  padding: 0 0 12px;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.75;
  font-size: 13.8px;
}

.z9e1bbcontactWrap {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 18px;
}

.z9e1bbcontactHead {
  text-align: center;
}

.z9e1bbcontactFrame {
  margin-top: 10px;
  display: grid;
  gap: 14px;
}

.z9e1bbcontactFlow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.z9e1bbcontactFlowItem {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  padding: 10px;
}

.z9e1bbcontactFlowNo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 980;
  color: rgba(37, 99, 235, 0.95);
  background: rgba(37, 99, 235, 0.14);
}

.z9e1bbcontactFlowTitle {
  font-weight: 950;
}

.z9e1bbcontactFlowText {
  margin-top: 4px;
  font-size: 13.2px;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.75);
}

.z9e1bbcontactGrid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 14px;
  margin-top: 10px;
}

.z9e1bbform {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.z9e1bbformRow {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.z9e1bblabel {
  font-weight: 920;
  font-size: 14px;
}

.z9e1bbinput,
.z9e1bbselect,
.z9e1bbtextarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 11px 12px;
  font-size: 14px;
  outline: none;
  background: rgba(248, 250, 252, 0.9);
}

.z9e1bbtextarea {
  resize: vertical;
}

.z9e1bbinput:focus,
.z9e1bbselect:focus,
.z9e1bbtextarea:focus {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.z9e1bbformActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.z9e1bbformHint {
  margin: 12px 0 0;
  font-size: 12.8px;
  color: rgba(15, 23, 42, 0.68);
  line-height: 1.6;
}

.z9e1bbcontactAside {
  display: grid;
  gap: 14px;
}

.z9e1bbasideCard {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.z9e1bbasideCardAlt {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.78));
}

.z9e1bbasideTitle {
  font-weight: 980;
  margin-bottom: 10px;
}

.z9e1bbbullets {
  display: grid;
  gap: 10px;
}

.z9e1bbbullet {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 850;
  color: rgba(15, 23, 42, 0.8);
}

.z9e1bbdot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(16, 185, 129, 0.95));
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.18);
}

.z9e1bbfooter {
  margin-top: 12px;
  padding: 16px 0 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.65);
}

.z9e1bbfooterInner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8px;
  align-items: start;
}

.z9e1bbfooterBrand {
  font-weight: 980;
}

.z9e1bbfooterText {
  margin-top: 6px;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.6;
  font-size: 13px;
}

.z9e1bbfooterTitle {
  font-weight: 980;
  margin-bottom: 6px;
  font-size: 14px;
}

.z9e1bbfooterLinks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.z9e1bbfooterLink {
  text-decoration: none;
  color: rgba(15, 23, 42, 0.8);
  font-weight: 820;
  font-size: 13px;
  padding: 7px 8px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.72);
  line-height: 1.25;
}

.z9e1bbfooterLink:hover {
  border-color: rgba(37, 99, 235, 0.25);
}

.z9e1bbcopyright {
  margin-top: 8px;
  color: rgba(15, 23, 42, 0.65);
  font-size: 12.4px;
  line-height: 1.5;
}

.z9e1bbfooter .z9e1bblist {
  margin: 6px 0 0;
  padding-left: 16px;
  line-height: 1.6;
  font-size: 13px;
}

.z9e1bbfooter .z9e1bbcontainer + .z9e1bbcontainer {
  margin-top: 4px;
}

/* Responsive */
@media (max-width: 1200px) {
  .z9e1bbcontainer {
    max-width: 1040px;
  }
}

@media (max-width: 980px) {
  .z9e1bbcontainer {
    padding: 0 16px;
  }
  .z9e1bbsection {
    padding: 30px 0;
  }
  .z9e1bbheroGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .z9e1bbheroRight {
    justify-content: flex-start;
    order: 2;
    width: 100%;
  }
  .z9e1bbheroLeft {
    order: 1;
  }
  .z9e1bbheroImageWrap {
    max-width: 100%;
  }
  .z9e1bbquickFacts {
    grid-template-columns: 1fr;
  }
  .z9e1bbcardGrid {
    grid-template-columns: 1fr 1fr;
  }
  .z9e1bbtimeline {
    grid-template-columns: 1fr;
  }
  .z9e1bbfeatureRow {
    grid-template-columns: 1fr;
  }
  .z9e1bbtwoCol {
    grid-template-columns: 1fr;
  }
  .z9e1bbstickyPanel {
    position: relative;
    top: auto;
  }
  .z9e1bbsubGrid {
    grid-template-columns: 1fr;
  }
  .z9e1bbprivacyFrame {
    grid-template-columns: 1fr;
  }
  .z9e1bbprivacyGrid {
    grid-template-columns: 1fr 1fr;
  }
  .z9e1bbcaseGrid {
    grid-template-columns: 1fr;
  }
  .z9e1bbcontactGrid {
    grid-template-columns: 1fr;
  }
  .z9e1bbcontactFlow {
    grid-template-columns: 1fr 1fr;
  }
  .z9e1bbfaqFrame {
    grid-template-columns: 1fr;
  }
  .z9e1bbfaqAside {
    position: relative;
    top: auto;
  }
  .z9e1bbfooterInner {
    grid-template-columns: 1fr;
  }

  .z9e1bbkeywordGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .z9e1bbcontainer {
    padding: 0 14px;
  }
  .z9e1bbsection {
    padding: 24px 0;
  }
  .z9e1bbmain > .z9e1bbsection + .z9e1bbsection,
  .z9e1bbmain > .z9e1bbhero + .z9e1bbsection {
    border-top-width: 1px;
  }
  .z9e1bbh1 {
    font-size: 24px;
  }
  .z9e1bblead {
    line-height: 1.7;
  }
  .z9e1bbh2 {
    font-size: 23px;
  }
  .z9e1bbnav {
    width: 100%;
  }
  .z9e1bbnavList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .z9e1bbnavLink {
    width: 100%;
    text-align: center;
    padding: 8px 6px;
    font-size: 12.5px;
  }
  .z9e1bbbtn {
    width: 100%;
  }
  .z9e1bbctaRow {
    gap: 10px;
  }
  .z9e1bbh3 {
    font-size: 15px;
  }
  .z9e1bbcardText {
    font-size: 13.4px;
    line-height: 1.7;
  }
  .z9e1bbcardMeta {
    font-size: 12.4px;
    margin-top: 10px;
  }
  .z9e1bbcardIcon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  .z9e1bbcardGrid {
    grid-template-columns: 1fr;
  }
  .z9e1bbprivacyGrid {
    grid-template-columns: 1fr;
  }
  .z9e1bbnavList {
    justify-content: flex-start;
  }
  .z9e1bbheaderInner {
    flex-direction: column;
    align-items: flex-start;
  }
  .z9e1bbcontactFlow {
    grid-template-columns: 1fr;
  }
  .z9e1bbfooterLinks {
    grid-template-columns: 1fr 1fr;
  }
  .z9e1bbheroImageWrap {
    padding: 6px;
    border-radius: 14px;
    aspect-ratio: 16 / 9;
  }
  .z9e1bbheroImage {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 420px) {
  .z9e1bbheader {
    position: static;
  }
  .z9e1bbmain section[id] {
    scroll-margin-top: 12px;
  }
  .z9e1bbbrand {
    min-width: 0;
  }
  .z9e1bbbrandName {
    font-size: 16px;
  }
  .z9e1bbbrandSub {
    font-size: 11px;
  }
  .z9e1bbnavList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 7px;
  }
  .z9e1bbnavLink {
    padding: 7px 6px;
    font-size: 12px;
  }
  .z9e1bbtagRow {
    gap: 6px;
    margin-bottom: 10px;
  }
  .z9e1bbhero {
    padding-top: 20px;
  }
  .z9e1bbheroImageWrap {
    padding: 5px;
    border-radius: 12px;
  }
  .z9e1bbheroImage {
    border-radius: 10px;
  }
  .z9e1bbcard,
  .z9e1bbtimeItem,
  .z9e1bbfeature,
  .z9e1bbprivacyCard,
  .z9e1bbfaqItem,
  .z9e1bbkeywordCol,
  .z9e1bbsubCard {
    padding: 12px;
    border-radius: 14px;
  }
  .z9e1bbprivacyRail,
  .z9e1bbfaqAside,
  .z9e1bbkeywordPanel {
    border-radius: 16px;
    padding: 12px;
  }
  .z9e1bbfaqSummary {
    font-size: 14px;
    padding: 10px 0;
  }
  .z9e1bbfaqBody {
    font-size: 13.4px;
    line-height: 1.7;
  }
  .z9e1bbtag {
    font-size: 12px;
    padding: 5px 9px;
  }
  .z9e1bbfaqAsideItem {
    font-size: 13px;
    padding: 9px 10px;
  }
  .z9e1bbprivacyStepText,
  .z9e1bbfaqBody,
  .z9e1bbsectionSub {
    line-height: 1.65;
  }
  .z9e1bbfooter {
    margin-top: 14px;
    padding: 12px 0 8px;
  }
  .z9e1bbfooterLinks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .z9e1bbcontainer {
    padding: 0 12px;
  }
  .z9e1bbh1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .z9e1bbh2 {
    font-size: 21px;
  }
  .z9e1bblead,
  .z9e1bbsectionSub {
    font-size: 13.4px;
  }
  .z9e1bbbtn {
    font-size: 13px;
    padding: 9px 12px;
  }
  .z9e1bbnavLink {
    font-size: 11.5px;
    padding: 6px 5px;
  }
  .z9e1bbbrandName {
    font-size: 15px;
  }
  .z9e1bbbrandSub {
    font-size: 10.5px;
  }
  .z9e1bbtag {
    font-size: 11.5px;
    padding: 4px 8px;
  }
  .z9e1bbfaqSummary {
    font-size: 13.5px;
  }
}

@media (max-width: 320px) {
  .z9e1bbcontainer {
    padding: 0 10px;
  }
  .z9e1bbh1 {
    font-size: 20px;
  }
  .z9e1bbh2 {
    font-size: 19px;
  }
  .z9e1bbbtn {
    font-size: 12.5px;
    padding: 8px 10px;
  }
}

/* 移动端栏目导航：汉堡菜单收纳 */
@media (max-width: 768px) {
  .z9e1bbheaderInner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
  }
  .z9e1bbbrand {
    min-width: 0;
  }
  .z9e1bbnavToggleBtn {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.82);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
  }
  .z9e1bbnavToggleBtn span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: rgba(15, 23, 42, 0.82);
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .z9e1bbnav {
    grid-column: 1 / -1;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden auto;
    pointer-events: none;
    transition: max-height 220ms ease, opacity 180ms ease, margin-top 180ms ease;
    margin-top: 0;
  }
  .z9e1bbnavList {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    gap: 6px;
  }
  .z9e1bbnavList li {
    width: 100%;
  }
  .z9e1bbnavLink {
    width: 100%;
    text-align: left;
    padding: 9px 10px;
    font-size: 13px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.7);
  }
  .z9e1bbnavToggle:checked + .z9e1bbnavToggleBtn + .z9e1bbnav {
    max-height: min(70vh, 480px);
    opacity: 1;
    margin-top: 4px;
    pointer-events: auto;
  }
  .z9e1bbnavToggle:checked + .z9e1bbnavToggleBtn span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .z9e1bbnavToggle:checked + .z9e1bbnavToggleBtn span:nth-child(2) {
    opacity: 0;
  }
  .z9e1bbnavToggle:checked + .z9e1bbnavToggleBtn span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* 触控设备统一提高可点击面积 */
@media (hover: none) and (pointer: coarse) {
  .z9e1bbnavLink,
  .z9e1bbbtn,
  .z9e1bbfaqSummary,
  .z9e1bbfooterLink {
    min-height: 42px;
  }
}

/* 窄屏且高度较低设备（小屏横屏/旧机型） */
@media (max-width: 768px) and (max-height: 520px) {
  .z9e1bbheader {
    position: static;
  }
  .z9e1bbhero {
    padding-top: 16px;
  }
  .z9e1bbsection {
    padding: 20px 0;
  }
}

/* 刘海屏安全区 */
@supports (padding: max(0px)) {
  .z9e1bbheader {
    padding-top: env(safe-area-inset-top);
  }
  .z9e1bbfooter {
    padding-bottom: max(26px, env(safe-area-inset-bottom));
  }
}
