/* ============================================================
   东上新能源 · 东电汇充 品牌宣传站样式
   配色：新能源绿 + 电力蓝；明亮专业、响应式
   ============================================================ */

:root {
  --green: #06b67a;
  --green-dark: #04875c;
  --blue: #1e6fff;
  --blue-dark: #1453d6;
  --ink: #0f1722;
  --muted: #44566b;
  --bg: #ffffff;
  --bg-soft: #f3f8f6;
  --border: #e3eae7;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(15, 23, 34, 0.08);
  --shadow-lg: 0 20px 50px rgba(6, 182, 122, 0.18);
  --maxw: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- 企业实力横条（规模企业形象） ---------- */
.topbar {
  background: #0d1620;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 1.4;
}
.topbar-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 38px;
  min-width: 0;
}
.tb-item { white-space: nowrap; }
.tb-item b {
  color: #2ee08a;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  margin-left: 2px;
}
.tb-sep {
  width: 1px; height: 12px;
  background: rgba(255, 255, 255, 0.14);
  flex: none;
}
.tb-right {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 720px) {
  .topbar { font-size: 12px; }
  .topbar-inner { height: auto; padding: 7px 0; flex-wrap: wrap; gap: 6px 10px; }
  .tb-sep { display: none; }
  .tb-right { margin-left: 0; }
}

/* ---------- 顶部导航 ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.brand {
  display: flex;
  align-items: center;
}
.brand-logo {
  height: 38px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-links a {
  position: relative;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
  padding: 6px 0;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--green); }
/* 导航悬停细下划线（CTA 按钮除外） */
.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a.active:not(.nav-cta)::after { transform: scaleX(1); }
.nav-cta {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff !important;
  padding: 9px 18px;
  border-radius: 999px;
  font-weight: 600;
}
.nav-cta:hover { filter: brightness(1.05); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 9px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 600px at 80% -10%, #0c3a2e 0%, #0a1f1a 55%, #08140f 100%);
  color: #eafff5;
  padding: 72px 0 86px;
}
.hero-glow {
  position: absolute;
  width: 520px; height: 520px;
  right: -120px; top: -160px;
  background: radial-gradient(circle, rgba(34, 224, 138, 0.35), transparent 60%);
  filter: blur(10px);
  pointer-events: none;
}
/* 科技感网格背景：新能源氛围，不影响文字清晰度 */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 224, 138, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 224, 138, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(120% 80% at 85% 0%, #000, transparent 72%);
  mask-image: radial-gradient(120% 80% at 85% 0%, #000, transparent 72%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  color: #7df3c0;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
  margin: 0 0 14px;
  padding: 5px 12px;
  border: 1px solid rgba(125, 243, 192, 0.35);
  border-radius: 999px;
}
.hero h1,
.hero h2.hero-slide-title {
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.18;
  margin: 0 0 18px;
  font-weight: 800;
}
.grad {
  color: #2fe0a0;                 /* 兜底：不支持背景裁切时显示实体亮色，保证清晰可见 */
  background: linear-gradient(120deg, #22e08a, #5aa8ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .grad { -webkit-text-fill-color: currentColor; color: #2fe0a0; }
}
.lead {
  font-size: 17px;
  color: #c7e9dc;
  margin: 0 0 26px;
  max-width: 520px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #a9d8c8;
  font-size: 14px;
}
.hero-meta li span { color: var(--green); margin-right: 4px; }

.hero-art { display: flex; justify-content: center; }
.hero-art svg { width: 100%; max-width: 360px; height: auto; }

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s, filter 0.2s, box-shadow 0.2s;
}
.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-primary:active { transform: translateY(0); filter: brightness(0.96); }
.btn-ghost {
  border-color: rgba(125, 243, 192, 0.5);
  color: #d6f7e9;
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.06); }
.btn-block { width: 100%; }

/* ---------- 实力数据 ---------- */
.stats {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 38px 20px;
}
.stat { text-align: center; }
.stat-num {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.5px;
  background: linear-gradient(120deg, var(--green), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-label { color: var(--muted); font-size: 14px; margin-top: 4px; }

/* ---------- 通用 section ---------- */
.section { padding: 76px 0; }
.section-alt { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head h2 {
  position: relative;
  font-size: clamp(24px, 3.5vw, 34px);
  margin: 0 0 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
/* 英文小标（上市公司年报式版式）：data-en 为空时不渲染 */
.section-head h2[data-en]::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--green);
  opacity: 0.85;
}
/* 标题下方能量下划线：科技感 + 新能源氛围 */
.section-head h2::after {
  content: "";
  display: block;
  width: 56px; height: 4px;
  margin: 14px auto 0;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--green), var(--blue));
}
.section-head p { color: var(--muted); margin: 0; font-size: 16px; }

/* ---------- 业务卡片 ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(6, 182, 122, 0.4);
}
.card-icon {
  font-size: 30px;
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(6, 182, 122, 0.12), rgba(30, 111, 255, 0.12));
  margin-bottom: 16px;
}
.card h3 { margin: 0 0 8px; font-size: 19px; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }

/* ---------- 平台 ---------- */
.platform {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.eyebrow-light {
  color: #7df3c0;
  border-color: rgba(125, 243, 192, 0.35);
}
.platform .lead { color: #c7e9dc; }
.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  color: #d6f7e9;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: grid; place-items: center;
}

.mock {
  background: #0c2a22;
  border: 1px solid rgba(34, 224, 138, 0.3);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.mock-bar {
  display: flex;
  gap: 7px;
  padding: 14px 16px;
  background: #0a231c;
  border-bottom: 1px solid rgba(34, 224, 138, 0.15);
}
.mock-bar span {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: #1c4a3c;
}
.mock-bar span:first-child { background: #22e08a; }
.mock-body { padding: 20px; }
.mock-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #9fd8c5;
  font-size: 14px;
}
.mock-row b { color: #eafff5; }
.mock-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 110px;
  margin-top: 18px;
}
.mock-chart i {
  flex: 1;
  background: linear-gradient(180deg, #22e08a, #1e6fff);
  border-radius: 6px 6px 0 0;
  opacity: 0.9;
}

/* ---------- 优势 ---------- */
.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.adv {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
}
.adv-num {
  font-size: 40px;
  font-weight: 800;
  color: rgba(6, 182, 122, 0.14);
  line-height: 1;
  margin-bottom: 6px;
}
.adv h3 { margin: 0 0 8px; font-size: 18px; }
.adv p { margin: 0; color: var(--muted); font-size: 14px; }

/* ---------- 合作伙伴 ---------- */
.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.logo-chip {
  padding: 14px 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-weight: 600;
  color: var(--ink);
  transition: transform 0.2s, border-color 0.2s;
}
.logo-chip:hover { transform: translateY(-3px); border-color: var(--green); }

/* ---------- 关于 ---------- */
.about {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: start;
}
.about h2 { font-size: clamp(24px, 3vw, 32px); margin: 0 0 16px; }
.about-copy p { color: var(--muted); margin: 0 0 14px; }
.about-points {
  list-style: none;
  padding: 24px;
  margin: 0;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: grid;
  gap: 14px;
}
.about-points li { font-weight: 500; }
.about-points li span { margin-right: 8px; }

/* ---------- 联系 ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.phone-list { display: grid; gap: 12px; margin-bottom: 26px; }
.phone {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: border-color 0.2s, transform 0.2s;
}
.phone:hover { border-color: var(--green); transform: translateX(3px); }
.phone-tag {
  font-size: 13px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
}
.phone-num { font-size: 18px; font-weight: 700; letter-spacing: 1px; }
.wx {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
}
.wx-qr {
  /* 110px 与文章页 .af-qr 统一；减去 padding 6*2 + border 1*2 后内容区 96px，
     二维码在这个尺寸下清晰可扫（原来只有 70px 偏小） */
  width: 110px; height: 110px;
  flex: none;
  display: grid; place-items: center;
  border-radius: 12px;
  /* 二维码必须白底高对比才扫得出来；原来的绿蓝渐变会降低识别率 */
  background: #fff;
  border: 1px solid var(--border);
  padding: 6px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15, 23, 34, 0.06);
}
/* 关键：全局 img{max-width:100%} 会把 258x258 的码压成 96x258 拉伸变形。
   这里显式等比缩放，object-fit:contain 兜底保证任何比例都不变形。 */
.wx-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}
.wx-text { display: grid; gap: 6px; min-width: 0; }
.wx-text strong { font-size: 15px; line-height: 1.4; }
.wx-text span { font-size: 13px; line-height: 1.5; color: var(--muted); }
.wx-text .muted { font-size: 12px; }
/* 窄屏收缩二维码，避免挤压右侧文案 */
@media (max-width: 420px) {
  .wx { gap: 12px; padding: 14px; }
  .wx-qr { width: 78px; height: 78px; padding: 5px; }
  .wx-text strong { font-size: 14px; }
}
.muted { color: var(--muted); }

.contact-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(6, 182, 122, 0.15);
}
.form-hint { margin: 12px 0 0; font-size: 14px; min-height: 20px; }
.form-hint.ok { color: var(--green-dark); }
.form-hint.err { color: #d23f3f; }

/* ---------- 页脚 ---------- */
.site-footer { background: #0a1f1a; color: #b9d8cd; padding-top: 48px; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 20px;
}
.footer-logo {
  height: 32px;
  width: auto;
  display: block;
  filter: brightness(1.1);
}
.footer-brand p { margin: 10px 0 0; font-size: 14px; color: #8fbfb1; }
.footer-nav { display: grid; gap: 10px; }
.footer-nav a { color: #b9d8cd; font-size: 14px; }
.footer-nav a:hover { color: #fff; }
.footer-contact p { margin: 4px 0; font-size: 14px; }
/* 20260914a：联系信息左置 + 二维码右移（压缩页脚高度） */
.footer-contact {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 28px;
  align-content: start;
  justify-content: start;
}
.footer-contact > p { grid-column: 1; }
.footer-qr { grid-column: 2; grid-row: 1 / 6; }

/* 页脚电话可点击（2026-09-12） */
.fc-tel {
  color: inherit; text-decoration: none;
  border-bottom: 1px dashed rgba(185, 216, 205, 0.45);
  transition: color .15s, border-color .15s;
}
.fc-tel:hover { color: #fff; border-bottom-color: #fff; }
/* 页脚公众号二维码（2026-09-12） */
.footer-qr { margin-top: 8px; display: inline-flex; flex-direction: column; gap: 6px; }
.footer-qr img {
  width: 110px; height: 110px; object-fit: contain;
  background: #fff; border-radius: 10px; padding: 5px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}
.footer-qr span { font-size: 12px; color: #8fbfb1; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  font-size: 13px;
  color: #7fa999;
}
.footer-bottom a:hover { color: #fff; }

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; }
  /* 移动端把插画挪到文案之后，避免"获取方案报价"被挤出首屏 */
  .hero-art { order: 1; }
  .platform { grid-template-columns: 1fr; gap: 30px; }
  .about { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .cards, .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav-links {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 10px 20px 20px;
    transform: translateY(-130%);
    transition: transform 0.3s ease;
    box-shadow: var(--shadow);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 12px 0; border-bottom: 1px solid var(--border); }
  .nav-cta { text-align: center; margin-top: 10px; }
  .nav-toggle { display: flex; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { padding: 0 16px; }
  .cards, .adv-grid, .footer-inner { grid-template-columns: 1fr; }
  .section { padding: 44px 0; }
  .hero { padding: 44px 0 52px; }
  .hero h1, .hero h2.hero-slide-title { font-size: 29px; line-height: 1.25; }
  .hero .lead { font-size: 16px; line-height: 1.7; }
  /* 小屏插画：等比缩到 200px 并水平居中 */
  .hero-art { max-width: 200px; margin: 0 auto; }
  .hero-art svg { max-width: 200px; }
  .section-head h2 { font-size: 23px; }
  .section-head p { font-size: 15px; }
  .stat-num { font-size: 36px; }
  .stat-label { font-size: 13px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .news-card-title { font-size: 19px; }
  .home-news-item a { flex-wrap: wrap; gap: 8px; padding: 12px 2px; }
  .hn-title { font-size: 16px; flex: 1 1 100%; }
  .about-points { padding: 18px; }
  .article-content { font-size: 16px; line-height: 1.85; }
  .phone-num { font-size: 17px; }
  .card p, .adv p, .about-copy p { font-size: 15px; }
  .btn { font-size: 16px; padding: 13px 24px; }
}

/* 可访问性：键盘焦点可见 */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

/* ===== 置顶标识 ===== */
.hn-top,
.news-top {
  display: inline-block;
  flex: none;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background: linear-gradient(120deg, #22e08a, #14b8a6);
  vertical-align: middle;
}
.news-top { margin: 0 0 8px; }
.news-card.is-top {
  border-color: rgba(34, 224, 138, 0.55);
  box-shadow: 0 4px 18px rgba(34, 224, 138, 0.14);
}

/* 两列布局下标题过长省略 */
.home-news-item a { min-width: 0; }
.hn-title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ===== 后台置顶控件 ===== */
.badge-top {
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, #22e08a, #14b8a6);
}
.ai-top {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  transition: border-color 0.2s, color 0.2s;
}
.ai-top:hover { border-color: var(--green); color: var(--green); }
.admin-item.is-top .ai-title { color: var(--green); }
.top-check { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.top-check input { width: 18px; height: 18px; accent-color: var(--green); }
.field-tip { display: block; margin-top: 6px; font-size: 12px; color: #8a99a6; }

/* ===== 移动端：首页新闻改单列 ===== */
@media (max-width: 720px) {
  .home-news {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
    column-gap: 0;
    padding: 0 18px;
  }
  /* 单列时恢复逐条分隔线，仅最后一条不画 */
  .home-news-item:nth-child(5n) { border-bottom: 1px solid #eef2f0; }
  .home-news-item:last-child { border-bottom: none; }
  .hn-date { width: auto; }
  .hn-title { white-space: normal; }
}

/* ============================================================
   东电汇充平台板块 · 配色修复
   问题：该板块套用了 .section-alt 浅色底，而 .eyebrow-light /
   .platform .lead / .check-list / .mock 全都是为深色底设计的浅色，
   浅底浅字导致看不清。现恢复为深色科技底，对比度与科技感兼顾。
   ============================================================ */
#platform {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #06231a 0%, #0a2f24 48%, #08283a 100%);
  color: #eafaf3;
}
#platform::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 224, 138, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 224, 138, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(120% 80% at 15% 0%, #000, transparent 72%);
  mask-image: radial-gradient(120% 80% at 15% 0%, #000, transparent 72%);
  pointer-events: none;
}
#platform .container { position: relative; z-index: 1; }
#platform h2 { color: #ffffff; }
#platform .eyebrow-light { color: #7df3c0; border-color: rgba(125, 243, 192, 0.42); }
#platform .lead { color: #cfe9e0; }
#platform .check-list li { color: #ddf8ee; }
#platform .btn-primary { box-shadow: 0 10px 26px rgba(34, 224, 138, 0.28); }

/* ============================================================
   首屏四屏轮播
   ============================================================ */
.hero-slider { position: relative; }
.slide { display: none; }
.slide.is-active { display: block; animation: slideFade 0.55s ease both; }
@keyframes slideFade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 每屏主题色：风格统一、颜色多样 */
.slide[data-theme="brand"] { --c1: #22e08a; --c2: #1e6fff; }
.slide[data-theme="coop"] { --c1: #4aa8ff; --c2: #7b5cff; }
.slide[data-theme="service"] { --c1: #22d3a6; --c2: #ff9a3d; }
.slide[data-theme="product"] { --c1: #8b6cff; --c2: #22e08a; }

.slide .eyebrow {
  color: var(--c1);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
}
.slide .grad {
  color: var(--c1);
  background: linear-gradient(120deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slide .btn-primary {
  background: linear-gradient(120deg, var(--c1), var(--c2));
  border-color: transparent;
  color: #ffffff;
}
.slide .hero-meta li span { color: var(--c1); }

/* 轮播右侧视觉块 */
.art-cards, .art-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 100%;
  max-width: 380px;
}
.art-card, .art-stat, .art-col {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 16px;
}
.art-card b {
  display: block;
  font-size: 22px;
  color: var(--c1);
  line-height: 1.2;
}
.art-card span { display: block; font-weight: 700; color: #fff; margin: 2px 0 3px; font-size: 15px; }
.art-card i { font-style: normal; font-size: 12.5px; color: #a9d8c8; }

.art-stat { text-align: center; padding: 18px 12px; }
.art-stat b {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  background: linear-gradient(120deg, var(--c1), var(--c2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.art-stat span { font-size: 13px; color: #a9d8c8; }

.art-cols { display: grid; gap: 12px; width: 100%; max-width: 400px; }
.art-col { padding: 14px 16px; }
.art-col h4 { margin: 0 0 6px; font-size: 15px; color: #fff; }
.art-col p { margin: 0; font-size: 13px; color: #a9d8c8; line-height: 1.6; }

/* 轮播控制 */
.slider-arrow {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #eafff5;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.slider-arrow:hover { background: rgba(34, 224, 138, 0.22); border-color: rgba(34, 224, 138, 0.55); }
.slider-prev { left: 2px; }
.slider-next { right: 2px; }

.slider-dots {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.slider-dot {
  position: relative;
  width: 10px; height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 0.25s, background 0.25s;
}
/* 视觉仍是 10px 圆点，热区扩到约 26px，手机上才点得中（WCAG 建议 ≥24px） */
.slider-dot::after { content: ""; position: absolute; inset: -8px; }
.slider-dot.is-active {
  width: 32px;
  background: linear-gradient(120deg, #22e08a, #1e6fff);
}

/* ============================================================
   页脚站点信息条：访问量 / 位置 / 天气 / 北京时间 / 查询链接
   ============================================================ */
.site-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 18px;
  padding: 22px 0 4px;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.info-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.info-label {
  font-size: 12px;
  color: #7fa89a;
  letter-spacing: 0.5px;
}
.info-value {
  font-size: 15px;
  font-weight: 600;
  color: #eafff5;
  word-break: break-all;
}
.counter-num {
  color: #2fe0a0;
  font-size: 21px;
  letter-spacing: 0.5px;
  font-variant-numeric: tabular-nums;
}

.search-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-size: 13.5px;
}
.sl-label { color: #7fa89a; }
.search-links a {
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #b9d8cd;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.search-links a:hover {
  color: #fff;
  border-color: var(--green);
  background: rgba(6, 182, 122, 0.16);
}

.icp { margin-left: 10px; color: #8fbfb1; }
.icp:hover { color: #fff; text-decoration: underline; }

@media (max-width: 900px) {
  .info-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .slider-arrow { width: 36px; height: 36px; font-size: 22px; }
  .slider-prev { left: -4px; }
  .slider-next { right: -4px; }
  .art-cards, .art-grid { max-width: 100%; }
  .slide.is-active { animation-duration: 0.4s; }
}
@media (max-width: 560px) {
  .info-grid { grid-template-columns: 1fr; }
  .info-value { font-size: 14px; }
  .counter-num { font-size: 19px; }
  .search-links { gap: 8px; }
  .search-links a { padding: 5px 12px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ============================================================
   页脚社交 dock：微信 / 微博 / 抖音 / 小红书
   ============================================================ */
.social-dock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
}
.social-dock .sl-label { color: #7fa89a; font-size: 13.5px; }

.social-item { position: relative; }
.social-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.social-btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.social-btn:active { transform: translateY(0); }
.social-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.social-btn.wechat  { background: linear-gradient(135deg, #07C160, #05a04c); }
.social-btn.weibo   { background: linear-gradient(135deg, #FF8A00, #E6162D); }
.social-btn.douyin  { background: linear-gradient(135deg, #1c1c1f, #2a2a2e); }
.social-btn.xhs     { background: linear-gradient(135deg, #FF5C8A, #FF2442); }

.qr-pop {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translate(-50%, 8px);
  background: #fff;
  color: #0f1722;
  border-radius: 14px;
  padding: 14px 14px 12px;
  width: 200px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
  z-index: 30;
}
/* 同样改为等比，object-fit 兜底防止非正方形素材变形 */
.qr-pop img { width: auto; height: auto; max-width: 168px; max-height: 168px; display: block; margin: 0 auto; border-radius: 8px; }
.qr-pop p {
  margin: 8px 0 0;
  text-align: center;
  font-size: 13px;
  color: #44566b;
}
.qr-pop__arrow {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 12px; height: 12px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 2px;
}

.social-item:hover .qr-pop,
.social-item.is-open .qr-pop {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

/* 微信多 tab */
.qr-pop--wechat { width: 220px; padding-bottom: 8px; }
.qr-tabs {
  display: flex;
  gap: 0;
  background: #f3f8f6;
  border-radius: 8px;
  padding: 3px;
  margin-bottom: 10px;
}
.qr-tab {
  flex: 1;
  border: 0;
  background: transparent;
  color: #44566b;
  font-size: 13px;
  padding: 6px 0;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.18s, color 0.18s;
}
.qr-tab.is-active {
  background: #07C160;
  color: #fff;
  font-weight: 600;
}
.qr-pane { display: none; }
.qr-pane.is-active { display: block; }

/* ============================================================
   右下角浮动 dock：手机端 + 在线客服
   ============================================================ */
.float-dock {
  position: fixed;
  right: 18px;
  bottom: 26px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fd-item { position: relative; }
.fd-btn {
  width: 56px; height: 56px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}
.fd-btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.fd-btn:active { transform: translateY(0); }
.fd-label { font-size: 11.5px; font-weight: 600; line-height: 1.2; }
.fd-btn--mobile { background: linear-gradient(135deg, #1e6fff, #1453d6); }
.fd-btn--service { background: linear-gradient(135deg, #06b67a, #04875c); }
/* 已移除：仿造"未读消息"的红色脉冲点（之前在 .fd-btn--service::after 位置）。
   当时没有真实会话系统，红点属于"无中生有"的紧迫感设计，违反诚信原则。 */

.fd-pop {
  position: absolute;
  right: calc(100% + 14px);
  bottom: 0;
  background: #fff;
  color: #0f1722;
  border-radius: 14px;
  padding: 14px 14px 12px;
  width: 200px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
  transform: translateX(8px);
}
/* 等比缩放，不再写死 172x172：site-mobile.png 是 360x470 的竖版截图，
   强制成正方形会被压扁变形。 */
.fd-pop img { width: auto; height: auto; max-width: 172px; max-height: 230px; display: block; margin: 0 auto; border-radius: 8px; }
.fd-pop p {
  margin: 8px 0 0;
  text-align: center;
  font-size: 13px;
  color: #44566b;
}
.fd-pop__arrow {
  position: absolute;
  right: -6px;
  bottom: 18px;
  width: 12px; height: 12px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 2px;
}
.fd-item:hover .fd-pop,
.fd-item.is-open .fd-pop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

/* 移动端简化：缩小尺寸、隐藏手机端按钮 */
@media (max-width: 720px) {
  .social-dock { gap: 10px; }
  .social-dock .sl-label { display: none; }
  .social-btn { width: 34px; height: 34px; }
  .qr-pop { width: 178px; }
  /* 等比：不要用固定宽高，非正方形素材会被压扁 */
  .qr-pop img { width: auto; height: auto; max-width: 148px; max-height: 148px; }

  .float-dock { right: 10px; bottom: 14px; gap: 10px; }
  .fd-item[data-fd="mobile"] { display: none; }
  .fd-btn { width: 48px; height: 48px; }
  .fd-label { font-size: 9px; }
  .fd-pop { width: 184px; }
  /* 同上：site-mobile.png 是 360x470 竖版，写死正方形必然变形 */
  .fd-pop img { width: auto; height: auto; max-width: 156px; max-height: 210px; }
}

@media (max-width: 420px) {
  .qr-pop--wechat { width: 196px; }
  .qr-tab { font-size: 12px; padding: 5px 0; }
}

/* ============================================================
   新闻动态 / 文章 / 发布后台 补充样式（复用品牌配色）
   ============================================================ */

/* 导航当前项 */
.nav-links a.active { color: var(--green); }

/* 子页 Hero（浅色） */
.subhero {
  background: linear-gradient(135deg, #eafff5, #eaf2ff);
  padding: 56px 0 48px;
  border-bottom: 1px solid var(--border);
}
.subhero .eyebrow {
  color: var(--green-dark);
  border-color: rgba(6, 182, 122, 0.35);
  background: #fff;
}
.subhero h1 { font-size: clamp(26px, 4vw, 40px); margin: 0 0 12px; font-weight: 800; }
.subhero .lead { color: var(--muted); margin: 0; max-width: 640px; font-size: 16px; }

/* 分类选项卡 */
.news-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 34px; flex-wrap: wrap; }
.news-tab {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
  padding: 9px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.news-tab:hover { border-color: var(--green); }
.news-tab.active { background: linear-gradient(135deg, var(--green), var(--blue)); color: #fff; border-color: transparent; }

/* 列表网格 */
.news-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.news-card {
  display: block;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 22px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(6, 182, 122, 0.4); }
.news-cat {
  display: inline-block;
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 12px;
}
.cat-news { background: rgba(30, 111, 255, 0.12); color: var(--blue-dark); }
.cat-promo { background: rgba(6, 182, 122, 0.14); color: var(--green-dark); }
.news-card-title { font-size: 19px; margin: 0 0 10px; line-height: 1.4; }
.news-card-sum {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 13.5px; }

.news-loading, .news-empty { color: var(--muted); padding: 30px; text-align: center; }
.news-empty a { color: var(--blue); }

/* 新闻分页 */
.news-pager { margin-top: 36px; }
.news-pager:not(.is-shown) { display: none; }
.pager-info {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 14px;
}
.pager-info b { color: var(--green-dark); font-weight: 700; }
.pager-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pager-btn,
.pager-num {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s, transform 0.18s;
}
.pager-num { padding: 0; font-variant-numeric: tabular-nums; }
.pager-btn:hover:not(:disabled),
.pager-num:hover {
  border-color: var(--green);
  color: var(--green-dark);
  transform: translateY(-1px);
}
.pager-num.active {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  border-color: transparent;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(6, 182, 122, 0.28);
}
.pager-btn:disabled { opacity: 0.45; cursor: not-allowed; }
.pager-ellipsis {
  min-width: 24px;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
}

/* 移动端简化：隐藏数字页码，只保留 上一页 / 第X/Y页 / 下一页 */
@media (max-width: 560px) {
  .news-pager { margin-top: 26px; }
  .pager-num,
  .pager-ellipsis { display: none; }
  .pager-btn { flex: 1; max-width: 132px; }
  .pager-btns { gap: 10px; }
}

/* ===== 首页新闻动态：上市公司 IR 公告列表风格 ===== */
.news-panel {
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 6px 24px rgba(15, 23, 34, 0.05);
  overflow: hidden;
}
.news-panel-bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, #f6faf8, #ffffff);
}
.npb-title {
  display: flex; align-items: center;
  font-size: 15px; font-weight: 700; letter-spacing: 1px; color: var(--ink);
}
.npb-title::before {
  content: ""; display: inline-block;
  width: 3px; height: 14px; margin-right: 9px; border-radius: 2px;
  background: linear-gradient(180deg, var(--green), var(--blue));
}
.npb-more { font-size: 13px; color: var(--muted); white-space: nowrap; }
.npb-more:hover { color: var(--green); }

.home-news {
  list-style: none; margin: 0; padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;   /* 左右两列 */
  grid-template-rows: repeat(5, auto); /* 每列 5 条，共 10 条 */
  grid-auto-flow: column;
  column-gap: 44px;
}
.home-news-item { border-bottom: 1px solid #eef2f0; min-width: 0; }
/* 每列最后一条不画分隔线（两列布局下第 5、10 条） */
.home-news-item:nth-child(5n) { border-bottom: none; }
.home-news-item a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 13px 2px;
  transition: color 0.15s;
}
.home-news-item a:hover { color: var(--green); }
.home-news-item a:hover .hn-title {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.hn-date {
  flex: none; width: 78px;
  font-size: 13px; color: #93a0ad;
  font-variant-numeric: tabular-nums; letter-spacing: 0.2px;
}
.hn-cat {
  flex: none;
  padding: 1px 7px; border-radius: 4px;
  font-size: 12px; line-height: 1.7;
  color: var(--green-dark);
  background: rgba(6, 182, 122, 0.09);
  border: 1px solid rgba(6, 182, 122, 0.18);
}
.hn-title { font-size: 16px; font-weight: 600; }
.center-more { text-align: center; margin-top: 26px; }

/* 通用幽灵按钮（已在发布后台用内联，这里补全到主站） */
.btn-ghost2 {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 22px; border-radius: 999px; font-weight: 600; font-size: 15px;
  border: 1px solid var(--border); background: #fff; color: var(--ink); cursor: pointer;
  transition: border-color .2s, transform .15s;
}
.btn-ghost2:hover { border-color: var(--green); transform: translateY(-2px); }

/* 文章详情页 */
.article-page { padding: 48px 0 80px; }
/* 2026-09-12: 820px -> 1160px，与列表页 container 同宽，整页版面一致 */
.article-wrap { max-width: 1160px; }
.back-link { display: inline-block; color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.back-link:hover { color: var(--green); }
.article-title { font-size: clamp(24px, 3.4vw, 34px); line-height: 1.35; margin: 14px 0 12px; font-weight: 800; }
.article-meta { display: flex; gap: 18px; color: var(--muted); font-size: 14px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }

/* 正文统一排版（AI 与人工共用此样式，保证全网一致） */
.article-content { font-size: 16px; line-height: 1.85; color: #1c2733; }
.article-content p { margin: 0 0 18px; }
.article-content h2 { font-size: 23px; margin: 30px 0 14px; font-weight: 800; color: var(--ink); }
.article-content h3 { font-size: 19px; margin: 24px 0 12px; font-weight: 700; color: var(--ink); }
.article-content h4 { font-size: 16px; margin: 20px 0 10px; font-weight: 700; }
.article-content ul, .article-content ol { margin: 0 0 18px; padding-left: 24px; }
.article-content li { margin-bottom: 8px; }
.article-content blockquote {
  margin: 20px 0; padding: 14px 18px;
  background: var(--bg-soft); border-left: 4px solid var(--green);
  border-radius: 0 10px 10px 0; color: #2c3a47;
}
.article-content a { color: var(--blue); text-decoration: underline; }
/* height:auto 防止 max-width:100% 只压宽度、高度仍按 HTML 属性撑开导致的拉伸 */
.article-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 16px 0; }
.article-content hr { border: none; border-top: 1px solid var(--border); margin: 26px 0; }
.article-content table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.article-content th, .article-content td { border: 1px solid var(--border); padding: 10px 12px; text-align: left; }
.article-content th { background: var(--bg-soft); }

/* 文章底部：二维码 + 电话 */
.article-foot {
  display: flex; gap: 20px; align-items: center;
  margin-top: 36px; padding: 22px;
  background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius);
  flex-wrap: wrap;
}
.af-qr { width: 110px; height: 110px; flex: none; background: #fff; border-radius: 12px; padding: 6px; border: 1px solid var(--border); }
.af-qr img { width: 100%; height: 100%; object-fit: contain; border-radius: 8px; }
.af-text { display: grid; gap: 4px; }
.af-text strong { font-size: 16px; }
.af-text p { margin: 0; color: var(--muted); font-size: 14px; }
.af-phone { font-weight: 600; color: var(--ink) !important; }
.af-text .btn { margin-top: 8px; width: fit-content; }

/* 发布后台浮动入口 */
.admin-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff; font-weight: 700; font-size: 14px;
  padding: 12px 20px; border-radius: 999px; box-shadow: var(--shadow-lg);
}
.admin-fab:hover { filter: brightness(1.05); }

/* 响应式补充 */
@media (max-width: 720px) {
  .news-list { grid-template-columns: 1fr; }
  .home-news-item a { flex-wrap: wrap; gap: 8px; }
  .contact-form { padding: 22px 18px; }
  .article-foot { padding: 18px; gap: 16px; }
}

/* ============================================================
   SEO 增强（2026-09-09）：面包屑 / 相关阅读 / 上下篇 / 预渲染内链
   ============================================================ */
.breadcrumb {
  font-size: 14px; color: var(--muted); margin: 0 0 18px;
  padding: 10px 0; border-bottom: 1px solid var(--border);
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--green-dark); }
.breadcrumb span { color: var(--ink); }

.related-news {
  margin: 34px 0 10px; padding: 22px 24px;
  background: var(--bg-soft); border-radius: var(--radius); border: 1px solid var(--border);
}
.related-news h2 {
  margin: 0 0 14px; font-size: 17px; color: var(--ink);
  padding-left: 10px; border-left: 4px solid var(--green);
  line-height: 1.2;
}
.related-news ul { list-style: none; margin: 0; padding: 0; }
.related-news li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  padding: 9px 0; border-bottom: 1px dashed var(--border);
}
.related-news li:last-child { border-bottom: none; }
.related-news li a { color: var(--ink); font-size: 15px; }
.related-news li a:hover { color: var(--green-dark); text-decoration: underline; }
.related-news li span { flex: none; font-size: 13px; color: var(--muted); }

.article-nav {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  margin: 18px 0 8px;
}
.article-nav a {
  flex: 1 1 300px; font-size: 14px; color: var(--muted);
  padding: 12px 16px; border: 1px solid var(--border); border-radius: 10px;
  background: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.article-nav a:hover { border-color: var(--green); color: var(--green-dark); }
.article-nav .an-next { text-align: right; }

.back-link { margin-top: 18px; font-size: 14px; }
.back-link a { color: var(--muted); }
.back-link a:hover { color: var(--green-dark); }

/* 预渲染内链区块（让 Baiduspider 在不执行 JS 时也能抓到文章链接） */
.prerender-links { margin-top: 26px; }
.prerender-links h2 {
  font-size: 18px; margin: 0 0 12px; color: var(--ink);
}
.prerender-links ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px;
}
.prerender-links li { font-size: 15px; }
.prerender-links a { color: var(--ink); }
.prerender-links a:hover { color: var(--green-dark); text-decoration: underline; }

@media (max-width: 720px) {
  .related-news { padding: 16px 14px; }
  .related-news li { flex-direction: column; gap: 2px; }
  .prerender-links ul { grid-template-columns: 1fr; }
  .article-nav a { flex: 1 1 100%; text-align: left; }
}

/* ============================================================
   落地页（2026-09-10）：小区充电桩 / 电瓶车桩 / 车棚 / 汽车桩 / 物业合作 / FAQ
   ============================================================ */
.lp-main { padding: 20px 0 60px; min-height: 60vh; }
.lp-h1 {
  font-size: clamp(26px, 4vw, 40px); line-height: 1.25; font-weight: 800;
  margin: 0 0 14px; color: var(--ink);
}
.lp-sub { font-size: 17px; color: var(--muted); margin: 0 0 24px; line-height: 1.7; }
.lp-cta-bar { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 34px; }
.lp-content { font-size: 16px; line-height: 1.95; color: var(--ink); max-width: 900px; }
.lp-content h2 {
  font-size: 22px; font-weight: 700; margin: 38px 0 14px; color: var(--ink);
  padding-left: 12px; border-left: 4px solid var(--green); line-height: 1.35;
}
.lp-content p { margin: 0 0 16px; }
.lp-content strong { color: var(--ink); font-weight: 700; }
.lp-ul, .lp-ol { margin: 0 0 18px; padding-left: 24px; }
.lp-ul li, .lp-ol li { margin-bottom: 10px; line-height: 1.85; }
.lp-ul li::marker { color: var(--green); }
.lp-ol li::marker { color: var(--green); font-weight: 700; }

.lp-faq { margin: 40px 0 10px; }
.lp-faq h2 {
  font-size: 22px; margin: 0 0 16px; color: var(--ink);
  padding-left: 12px; border-left: 4px solid var(--green);
}
.faq-item {
  padding: 16px 20px; margin-bottom: 12px; background: var(--bg-soft);
  border: 1px solid var(--border); border-radius: var(--radius);
}
.faq-item h3 { font-size: 16.5px; margin: 0 0 8px; color: var(--ink); font-weight: 700; }
.faq-item p { margin: 0; font-size: 15.5px; line-height: 1.85; color: var(--muted); }

.lp-related { margin: 34px 0; }
.lp-related h2 {
  font-size: 20px; margin: 0 0 14px; color: var(--ink);
  padding-left: 12px; border-left: 4px solid var(--green);
}
.lp-related ul { list-style: none; margin: 0; padding: 0; display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 24px; }
.lp-related a { color: var(--ink); font-size: 15.5px; }
.lp-related a:hover { color: var(--green-dark); text-decoration: underline; }

.lp-nav { margin: 30px 0; padding-top: 22px; border-top: 1px solid var(--border); }
.lp-nav-label { font-size: 14px; color: var(--muted); margin-right: 6px; }
.lp-nav a {
  display: inline-block; margin: 4px 8px 4px 0; padding: 7px 14px;
  font-size: 14px; color: var(--muted); border: 1px solid var(--border);
  border-radius: 999px; background: #fff;
}
.lp-nav a:hover { border-color: var(--green); color: var(--green-dark); }
.lp-nav a.is-active { background: var(--green); color: #fff; border-color: var(--green); }

.lp-contact-card {
  margin: 36px 0 0; padding: 28px 30px; border-radius: var(--radius);
  background: linear-gradient(135deg, #0f766e, #0b3b49); color: #fff;
}
.lp-contact-card h2 { font-size: 21px; margin: 0 0 10px; color: #fff; }
.lp-contact-card p { margin: 0 0 14px; color: rgba(255,255,255,.9); line-height: 1.8; }
.lp-contact-card .lp-tel { font-size: 16px; }
.lp-contact-card .lp-tel a { color: #fff; text-decoration: underline; }
.lp-contact-card .btn { display: inline-block; margin-top: 6px; }

@media (max-width: 720px) {
  .lp-main { padding-top: 14px; }
  .lp-content { font-size: 15.5px; line-height: 1.9; }
  .lp-content h2 { font-size: 19px; }
  .lp-related ul { grid-template-columns: 1fr; }
  .lp-contact-card { padding: 20px 18px; }
  .lp-contact-card .lp-tel { line-height: 2.2; }
}

/* 首页/新闻页 服务入口区块 */
.lp-services { padding: 54px 0 10px; background: var(--bg-soft); }
.lp-services h2 {
  text-align: center; font-size: 26px; margin: 0 0 8px; color: var(--ink);
}
.lp-services-sub { text-align: center; color: var(--muted); margin: 0 0 26px; font-size: 15px; }
.lp-service-nav {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
  max-width: 1000px; margin: 0 auto;
}
.lp-service-nav a {
  display: block; padding: 18px 20px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.lp-service-nav a:hover {
  border-color: var(--green); transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(15, 118, 110, .12);
}
.lp-service-nav strong { display: block; font-size: 16.5px; color: var(--ink); margin-bottom: 5px; }
.lp-service-nav span { font-size: 13.5px; color: var(--muted); }

/* 服务区域：烟台各区县 */
.area-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px;
  max-width: 1040px; margin: 0 auto;
}
.area-grid a {
  display: block; padding: 15px 16px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.area-grid a:hover {
  border-color: var(--green); transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(15, 118, 110, .12);
}
.area-grid strong {
  display: block; font-size: 16px; color: var(--ink); margin-bottom: 4px; font-weight: 600;
}
.area-grid span { font-size: 12.5px; color: var(--muted); }
.area-grid--biz { margin-top: -2px; }
.area-sub {
  max-width: 1040px; margin: 28px auto 14px;
  font-size: 14px; font-weight: 600; color: var(--muted);
  letter-spacing: .5px; text-transform: none;
}
.area-sub:first-of-type { margin-top: 6px; }
.area-note {
  text-align: center; color: var(--muted); font-size: 13.5px;
  margin: 22px auto 0; max-width: 640px;
}
@media (max-width: 900px) { .area-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .area-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 900px) { .lp-service-nav { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .lp-service-nav { grid-template-columns: 1fr; }
  .lp-services { padding: 38px 0 6px; }
}

/* ---------- 网站地图页 sitemap.html ---------- */
.sm-page { max-width: 1040px; margin: 0 auto; }
.sm-page h1 { font-size: clamp(24px, 3.4vw, 34px); margin: 8px 0 14px; font-weight: 800; }
.sm-intro { color: var(--muted); font-size: 15.5px; margin: 0 0 34px; }
.sm-intro a { color: var(--green); font-weight: 600; }
.sm-group { margin: 0 0 34px; }
.sm-h2 {
  position: relative;
  font-size: 19px; font-weight: 700; margin: 0 0 14px;
  padding-left: 14px; border-left: 4px solid var(--green);
  display: flex; align-items: center; gap: 10px;
}
.sm-h2::before {
  content: attr(data-en);
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  color: var(--green); opacity: 0.8;
}
.sm-count {
  font-size: 12px; font-weight: 600; color: var(--muted);
  background: var(--bg-soft, #f2f5f7); border-radius: 20px; padding: 2px 9px;
}
.sm-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.sm-list a {
  display: block; padding: 12px 16px; border-radius: 10px;
  background: var(--bg-soft, #f7f9fa); border: 1px solid var(--border);
  font-size: 15px; color: var(--ink); transition: color .15s, border-color .15s, transform .15s;
}
.sm-list a:hover { color: var(--green); border-color: var(--green); transform: translateX(3px); }
.sm-main, .sm-svc { grid-template-columns: repeat(3, 1fr); }
.sm-area { grid-template-columns: repeat(4, 1fr); }
.sm-articles { grid-template-columns: repeat(3, 1fr); }
.sm-articles a { font-size: 13.5px; padding: 9px 13px; }
.sm-more { color: var(--muted); font-size: 14px; margin-top: 4px; }
.sm-more a { color: var(--green); }
@media (max-width: 900px) {
  .sm-main, .sm-svc, .sm-area, .sm-articles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .sm-main, .sm-svc, .sm-area, .sm-articles { grid-template-columns: 1fr; }
}

/* ---------- 文章页文末内链模块（服务区域 / 相关业务） ---------- */
.art-inlinks { margin: 42px 0 6px; padding-top: 26px; border-top: 1px solid var(--border); }
.ail-block { margin: 0 0 26px; }
.ail-block:last-child { margin-bottom: 0; }
.ail-block h2 {
  font-size: 17px; font-weight: 700; margin: 0 0 12px;
  padding-left: 11px; border-left: 4px solid var(--green); line-height: 1.4;
}
.ail-desc { font-size: 14.5px; color: var(--muted); margin: 0 0 15px; line-height: 1.75; }
.ail-area { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ail-area a {
  display: block; height: 100%; padding: 15px 16px;
  background: var(--bg-soft, #f7f9fa); border: 1px solid var(--border); border-radius: 10px;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
.ail-area a:hover {
  border-color: var(--green); transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(9, 184, 62, .10);
}
.ail-area strong { display: block; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.ail-area a:hover strong { color: var(--green); }
.ail-area span { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.6; }
.ail-svc { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.ail-svc a {
  display: block; padding: 11px 15px; font-size: 14.5px; color: var(--ink);
  background: var(--bg-soft, #f7f9fa); border: 1px solid var(--border); border-radius: 8px;
  transition: color .15s, border-color .15s;
}
.ail-svc a::before { content: "› "; color: var(--green); font-weight: 700; }
.ail-svc a:hover { color: var(--green); border-color: var(--green); }
@media (max-width: 760px) {
  .ail-area { grid-template-columns: 1fr; }
  .ail-svc { grid-template-columns: 1fr; }
}

/* 落地页 FAQ 底部导流到问答中心 */
.lp-faq-more {
  margin: 18px 0 0; padding-top: 14px; border-top: 1px dashed var(--border);
  font-size: 14.5px; color: var(--muted); line-height: 1.75;
}
.lp-faq-more a { color: var(--green); font-weight: 600; }
.lp-faq-more a:hover { text-decoration: underline; }

/* ============================================================
   2026-09-13 新增：导航搜索框 / 中英语言切换 / 页脚法务条与风险提示
   ============================================================ */
@media (max-width: 1280px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 14px; }
  .nav-cta { padding: 8px 14px; }
}
.nav-search {
  display: flex;
  align-items: center;
  border: 1px solid rgba(15, 30, 45, 0.14);
  border-radius: 999px;
  background: #fff;
  padding: 2px 2px 2px 12px;
  transition: border-color .2s, box-shadow .2s;
}
.nav-search:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(6, 182, 122, .12); }
.nav-search-input {
  width: 148px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
  color: var(--ink);
  height: 28px;
}
.nav-search-input::placeholder { color: #9aa7b4; }
.nav-search-btn {
  width: 28px; height: 28px;
  border: 0; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.nav-search-btn:hover { filter: brightness(1.08); }
.lang-switch { display: flex; align-items: center; gap: 4px; font-size: 13px; color: #6b7a89; }
.lang-link { font-size: 13px !important; color: #6b7a89 !important; }
.lang-link::after { display: none !important; }
.lang-link:hover { color: var(--green) !important; }
.lang-link.is-active { color: var(--ink) !important; font-weight: 700; }
.lang-sep { font-style: normal; opacity: .5; }
@media (max-width: 1040px) {
  .nav-search { display: none; }
}
@media (max-width: 720px) {
  .nav-links { gap: 14px; }
  .nav-search { display: flex; width: 100%; margin-top: 4px; }
  .nav-search-input { width: 100%; }
  .lang-switch { margin-top: 2px; }
}

/* 页脚法务条：风险提示 + 法务链接 */
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0 4px;
  text-align: left;
}
.risk-tip {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.62);
}
.risk-tip strong { color: #ffd28a; }
.legal-links {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  align-items: center;
}
.legal-links a { color: rgba(255, 255, 255, 0.72); }
.legal-links a:hover { color: #fff; text-decoration: underline; }
.legal-links span { opacity: .45; }
@media (max-width: 560px) {
  .risk-tip { font-size: 12px; }
}

/* 首页首屏全站搜索框（2026-09-13） */
.hero-search {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  max-width: 460px;
}
.hero-search input {
  flex: 1;
  height: 44px;
  padding: 0 14px;
  font-size: 14.5px;
  border: 1px solid rgba(15, 40, 60, .16);
  border-radius: 999px;
  outline: 0;
  background: #fff;
}
.hero-search input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(6, 182, 122, .12); }
.hero-search button {
  height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
}
.hero-search button:hover { filter: brightness(1.08); }
@media (max-width: 560px) {
  .hero-search { flex-direction: column; max-width: 100%; }
  .hero-search button { width: 100%; }
}

/* ============================================================
   2026-09-13b：右侧浮动快捷工具（搜索悬停展开 + 中英切换）
   ============================================================ */
.nav-float {
  position: fixed;
  right: 18px;
  top: 96px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.nf-item { display: flex; align-items: center; }
.nf-btn {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff; color: var(--ink);
  border: 1px solid rgba(15, 40, 60, .1);
  box-shadow: 0 4px 14px rgba(15, 40, 60, .14);
  font-size: 13px; font-weight: 700; text-decoration: none;
  cursor: pointer; transition: color .2s, border-color .2s, transform .2s;
}
.nf-btn:hover { color: var(--green); border-color: var(--green); transform: translateY(-1px); }
.nf-lang { gap: 8px; }
.nf-search .nf-panel {
  display: flex; align-items: center; gap: 8px;
  width: 0; opacity: 0; overflow: hidden;
  transition: width .28s ease, opacity .22s ease, margin-right .28s ease;
  margin-right: 0;
}
.nf-search:hover .nf-panel,
.nf-search:focus-within .nf-panel,
.nf-search.is-open .nf-panel {
  width: 320px; opacity: 1; margin-right: 10px;
}
.nf-input {
  flex: 1; height: 42px; padding: 0 16px; font-size: 14.5px;
  border: 1px solid rgba(15, 40, 60, .16); border-radius: 999px;
  outline: 0; background: #fff; min-width: 0;
}
.nf-input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(6, 182, 122, .12); }
.nf-panel button {
  height: 42px; padding: 0 18px; border: 0; border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap;
}
.nf-panel button:hover { filter: brightness(1.08); }
@media (max-width: 900px) {
  .nav-float { right: 12px; top: 86px; }
  .nf-btn { width: 38px; height: 38px; font-size: 12px; }
  .nf-search:hover .nf-panel, .nf-search:focus-within .nf-panel, .nf-search.is-open .nf-panel { width: 220px; }
}

/* ============================================================
   2026-09-13b：页脚导航两列分类 + 品牌区法务链接
   ============================================================ */
.footer-inner { grid-template-columns: 0.9fr 1.15fr 1.3fr; }
.footer-nav { display: flex; gap: 44px; flex-wrap: wrap; }
.fn-col { display: flex; flex-direction: column; gap: 8px; }
.fn-title {
  font-size: 12.5px; font-weight: 700; letter-spacing: .08em;
  color: #6fae9a; margin-bottom: 4px;
}
.brand-legal {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0 10px; margin-top: 10px; font-size: 13px;
}
.brand-legal a { color: rgba(255, 255, 255, .72); }
.brand-legal a:hover { color: #fff; text-decoration: underline; }
.brand-legal span { opacity: .4; }
@media (max-width: 900px) {
  .footer-nav { gap: 28px; }
}

/* ============================================================
   2026-09-13b：延伸阅读改为胶囊链接（短文案一行排布）
   ============================================================ */
.lp-related { padding: 20px 22px; background: #f7fafc; border-radius: 14px; }
.lp-related ul {
  display: flex; flex-wrap: wrap; gap: 10px;
  grid-template-columns: none;
}
.lp-related li { flex: 0 1 auto; }
.lp-related a {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid rgba(6, 182, 122, .3);
  background: #fff; color: var(--ink);
  font-size: 14.5px; font-weight: 500; line-height: 1.5;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.lp-related a::after { content: 92; font-size: 13px; color: var(--green); transition: color .2s; }
.lp-related a:hover {
  background: var(--green); border-color: var(--green); color: #fff;
  text-decoration: none; box-shadow: 0 4px 12px rgba(6, 182, 122, .25);
}
.lp-related a:hover::after { color: #fff; }
@media (max-width: 560px) {
  .lp-related { padding: 16px 14px; }
  .lp-related ul { gap: 8px; }
  .lp-related a { padding: 7px 13px; font-size: 14px; }
}

/* 20260914a：桌面端横幅右侧留白，避让浮动搜索/语言按钮 */
@media (min-width: 1000px) {
  .pg-banner-inner { padding-right: 100px; }
}


/* ---------- 20260914a：隐藏尚无真实二维码的入口（素材到位后删除下面两行即恢复） ---------- */
.social-item[data-social="weibo"] { display: none; }
.qr-tab[data-qr="sph"], .qr-pane[data-pane="sph"] { display: none; }

/* 文章页尾部公众号引导条 */
.art-gzh {
  margin: 18px 0 0;
  padding: 12px 16px;
  background: #f2faf6;
  border: 1px solid #d9efe3;
  border-radius: 10px;
  font-size: 14.5px;
  color: #2b5c46;
}
.art-gzh strong { color: #0a7a4f; }
