Răsfoiți Sursa

web/sales: 新建销售目录,移动sales.html,新增微塑料和自来水污染销售页

asus 1 lună în urmă
părinte
comite
195a4e9cac
3 a modificat fișierele cu 1020 adăugiri și 0 ștergeri
  1. 486 0
      web/sales/microplastic-sale.html
  2. 0 0
      web/sales/sales.html
  3. 534 0
      web/sales/tap-water-sale.html

+ 486 - 0
web/sales/microplastic-sale.html

@@ -0,0 +1,486 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="description" content="办公室桶装水、瓶装水中隐藏的微塑料危机——每升水中含数十万个塑料颗粒,纳米塑料可穿透血脑屏障。Enagic 还原水机,一杯好水终结微塑料担忧。">
+  <meta name="keywords" content="微塑料,桶装水,瓶装水,办公室饮水,Enagic,还原水机,电解还原水,浠艾福">
+  <title>你喝的不是水,是几十万个塑料颗粒 — Enagic 还原水机 · 浠艾福</title>
+  <style>
+    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
+    body {
+      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
+      background: #0a1628;
+      color: #e2e8f0;
+      line-height: 1.7;
+      -webkit-font-smoothing: antialiased;
+    }
+    a { color: inherit; text-decoration: none; }
+
+    .page-wrapper {
+      max-width: 860px;
+      margin: 0 auto;
+      padding: 0 16px 60px;
+    }
+
+    /* ===== Hero ===== */
+    .hero {
+      background: linear-gradient(135deg, #0a1628 0%, #1a365d 40%, #2a4365 70%, #0a1628 100%);
+      color: #fff;
+      padding: 80px 48px 56px;
+      text-align: center;
+      position: relative;
+      overflow: hidden;
+      min-height: 70vh;
+      display: flex;
+      flex-direction: column;
+      justify-content: center;
+      align-items: center;
+    }
+    .hero::before {
+      content: '';
+      position: absolute;
+      inset: 0;
+      background:
+        radial-gradient(ellipse at 30% 40%, rgba(49,130,206,0.12) 0%, transparent 55%),
+        radial-gradient(ellipse at 70% 60%, rgba(229,62,62,0.08) 0%, transparent 50%);
+      pointer-events: none;
+    }
+    .hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
+    .particle {
+      position: absolute;
+      border-radius: 50%;
+      background: rgba(255,255,255,0.08);
+      animation: float 10s ease-in-out infinite;
+    }
+    .particle:nth-child(1) { width:3px;height:3px;left:8%;top:25%;animation-delay:0s; }
+    .particle:nth-child(2) { width:7px;height:7px;left:22%;top:65%;animation-delay:1.5s;opacity:0.06; }
+    .particle:nth-child(3) { width:4px;height:4px;left:40%;top:12%;animation-delay:3s; }
+    .particle:nth-child(4) { width:2px;height:2px;left:58%;top:75%;animation-delay:0.8s; }
+    .particle:nth-child(5) { width:6px;height:6px;left:75%;top:35%;animation-delay:2.2s;opacity:0.05; }
+    .particle:nth-child(6) { width:3px;height:3px;left:12%;top:88%;animation-delay:4s; }
+    .particle:nth-child(7) { width:8px;height:8px;left:50%;top:50%;animation-delay:1s;opacity:0.08; }
+    .particle:nth-child(8) { width:4px;height:4px;left:88%;top:60%;animation-delay:2.8s; }
+    @keyframes float {
+      0%,100% { transform: translateY(0) scale(1); opacity: 0.08; }
+      50% { transform: translateY(-25px) scale(1.3); opacity: 0.18; }
+    }
+    .hero > * { position: relative; z-index: 1; }
+    .hero-badge {
+      display: inline-block;
+      background: rgba(229,62,62,0.2);
+      border: 1px solid rgba(229,62,62,0.3);
+      border-radius: 20px;
+      padding: 4px 18px;
+      font-size: 12px;
+      letter-spacing: 2px;
+      margin-bottom: 24px;
+      color: #fc8181;
+    }
+    .hero h1 {
+      font-size: clamp(26px, 5vw, 38px);
+      font-weight: 800;
+      line-height: 1.35;
+      margin-bottom: 20px;
+      background: linear-gradient(135deg, #fff 50%, #90cdf4 100%);
+      -webkit-background-clip: text;
+      -webkit-text-fill-color: transparent;
+      background-clip: text;
+    }
+    .hero-sub {
+      font-size: 17px;
+      color: rgba(255,255,255,0.75);
+      max-width: 680px;
+      margin-bottom: 28px;
+    }
+    .hero-stat {
+      display: flex;
+      gap: 32px;
+      justify-content: center;
+      flex-wrap: wrap;
+    }
+    .hero-stat-item { text-align: center; }
+    .hero-stat-num {
+      font-size: 28px;
+      font-weight: 800;
+      color: #63b3ed;
+    }
+    .hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: 1px; }
+
+    /* ===== Section Base ===== */
+    .section {
+      padding: 44px 48px;
+      border-bottom: 1px solid rgba(255,255,255,0.06);
+    }
+    .section:last-of-type { border-bottom: none; }
+    .section h2 {
+      font-size: 22px;
+      font-weight: 700;
+      margin-bottom: 18px;
+      color: #fff;
+    }
+    .section p {
+      font-size: 15px;
+      line-height: 1.9;
+      color: #a0aec0;
+      margin-bottom: 12px;
+    }
+    .section p:last-child { margin-bottom: 0; }
+
+    /* ===== Pain ===== */
+    .pain { background: rgba(255,255,255,0.02); }
+    .pain-header {
+      display: flex;
+      align-items: center;
+      gap: 10px;
+      margin-bottom: 16px;
+    }
+    .pain-header .icon { font-size: 22px; flex-shrink: 0; }
+    .pain-header h2 { font-size: 18px; color: #fc8181; margin: 0; }
+
+    .situation, .solution-box, .data-box {
+      padding: 14px 20px;
+      border-radius: 10px;
+      margin-bottom: 10px;
+      font-size: 15px;
+      line-height: 1.8;
+    }
+    .situation p, .solution-box p, .data-box p { margin: 4px 0 0; font-size: inherit; }
+    .situation {
+      background: rgba(229,62,62,0.08);
+      border-left: 4px solid #fc8181;
+    }
+    .situation-label { font-weight: 700; color: #fc8181; font-size: 13px; }
+    .solution-box {
+      background: rgba(72,187,120,0.08);
+      border-left: 4px solid #68d391;
+    }
+    .solution-label { font-weight: 700; color: #68d391; font-size: 13px; }
+    .data-box {
+      background: rgba(66,153,225,0.08);
+      border-left: 4px solid #63b3ed;
+    }
+    .data-label { font-weight: 700; color: #63b3ed; font-size: 13px; }
+
+    /* ===== Feature ===== */
+    .feature { background: rgba(255,255,255,0.02); }
+    .feature-header {
+      display: flex;
+      align-items: center;
+      gap: 10px;
+      margin-bottom: 14px;
+    }
+    .feature-header .icon { font-size: 20px; flex-shrink: 0; }
+    .feature-header h2 { font-size: 18px; color: #81e6d9; margin: 0; }
+
+    /* ===== Comparison Table ===== */
+    .compare-table {
+      width: 100%;
+      border-collapse: collapse;
+      margin: 16px 0;
+      font-size: 14px;
+    }
+    .compare-table th, .compare-table td {
+      padding: 10px 14px;
+      text-align: left;
+      border-bottom: 1px solid rgba(255,255,255,0.08);
+    }
+    .compare-table th {
+      background: rgba(255,255,255,0.05);
+      color: #a0aec0;
+      font-weight: 600;
+      font-size: 13px;
+      letter-spacing: 1px;
+    }
+    .compare-table td { color: #cbd5e0; }
+    .compare-table .win { color: #68d391; font-weight: 700; }
+
+    /* ===== Trust ===== */
+    .trust {
+      background: rgba(255,255,255,0.02);
+      text-align: center;
+    }
+    .trust h2 { font-size: 20px; }
+    .trust p { font-size: 16px; color: #a0aec0; }
+
+    /* ===== CTA ===== */
+    .cta-block {
+      background: linear-gradient(135deg, #0a1628, #1a365d);
+      color: #fff;
+      text-align: center;
+      border: 1px solid rgba(99,179,237,0.15);
+    }
+    .cta-block h2 { color: #fff; font-size: 22px; margin-bottom: 24px; }
+    .benefit-list { text-align: left; max-width: 540px; margin: 0 auto; }
+    .benefit-item {
+      display: flex;
+      align-items: flex-start;
+      gap: 10px;
+      padding: 10px 0;
+      border-bottom: 1px solid rgba(255,255,255,0.06);
+      font-size: 15px;
+      color: #a0aec0;
+    }
+    .benefit-item:last-child { border-bottom: none; }
+    .benefit-item .check { color: #68d391; font-weight: 700; flex-shrink: 0; }
+    .benefit-item strong { color: #e2e8f0; }
+
+    /* ===== Honesty ===== */
+    .honesty {
+      background: rgba(229,62,62,0.06);
+      text-align: center;
+      padding: 36px 48px;
+    }
+    .honesty-label {
+      font-size: 18px;
+      font-weight: 700;
+      color: #fc8181;
+      margin-bottom: 12px;
+    }
+    .honesty-text {
+      font-size: 18px !important;
+      font-weight: 700 !important;
+      color: #fc8181 !important;
+    }
+    .honesty-sub {
+      font-size: 16px !important;
+      color: #feb2b2 !important;
+      margin-top: 8px !important;
+    }
+
+    /* ===== Contact ===== */
+    .contact {
+      background: #0a1628;
+      color: #fff;
+      text-align: center;
+      padding: 40px 48px;
+    }
+    .contact p {
+      color: #a0aec0 !important;
+      font-size: 16px !important;
+      margin-bottom: 10px !important;
+    }
+    .contact-tagline {
+      margin-top: 18px;
+      font-size: 14px;
+      color: #63b3ed;
+      line-height: 1.8;
+    }
+    .contact-tagline strong { color: #e2e8f0; }
+
+    /* ===== Article Link ===== */
+    .article-ref {
+      display: inline-block;
+      background: rgba(99,179,237,0.1);
+      border: 1px solid rgba(99,179,237,0.2);
+      border-radius: 8px;
+      padding: 12px 18px;
+      margin: 8px 0 4px;
+      font-size: 14px;
+      color: #90cdf4;
+      transition: background 0.2s;
+    }
+    .article-ref:hover { background: rgba(99,179,237,0.18); }
+    .article-ref strong { color: #fff; }
+
+    /* ===== Product Highlight ===== */
+    .product-highlight {
+      background: linear-gradient(135deg, rgba(49,130,206,0.08), rgba(56,178,172,0.08));
+      border: 1px solid rgba(99,179,237,0.15);
+      border-radius: 14px;
+      padding: 24px 28px;
+      margin: 16px 0;
+    }
+    .product-highlight h3 {
+      color: #81e6d9;
+      font-size: 18px;
+      margin-bottom: 10px;
+    }
+    .product-highlight p { color: #a0aec0; }
+
+    /* ===== Responsive ===== */
+    @media (max-width: 640px) {
+      .page-wrapper { padding: 0 4px 40px; }
+      .hero { padding: 48px 20px 40px; min-height: 60vh; }
+      .hero h1 { font-size: 24px; }
+      .section { padding: 28px 20px; }
+      .honesty { padding: 28px 20px; }
+      .contact { padding: 28px 20px; }
+      .section h2 { font-size: 18px; }
+      .pain-header h2 { font-size: 16px; }
+      .hero-stat { gap: 16px; }
+      .hero-stat-num { font-size: 22px; }
+    }
+  </style>
+
+  <!-- Microsoft Clarity -->
+  <script>
+    (function(c,l,a,r,i,t,y){
+      c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
+      t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
+      y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
+    })(window, document, "clarity", "script", "xj4p74ra9m");
+  </script>
+</head>
+<body>
+
+<div class="hero">
+  <div class="hero-particles">
+    <div class="particle"></div><div class="particle"></div><div class="particle"></div>
+    <div class="particle"></div><div class="particle"></div><div class="particle"></div>
+    <div class="particle"></div><div class="particle"></div>
+  </div>
+  <div class="hero-badge">⚠️ 最新研究 · 2025</div>
+  <h1>你喝的不是水,<br>是几十万个塑料颗粒</h1>
+  <p class="hero-sub">WHO、NEJM、PNAS 等国际权威研究证实——瓶装水、桶装水中微塑料普遍存在,纳米塑料可穿透肠道屏障进入血液。你和家人每天喝下的水里,藏着看不见的健康隐患。</p>
+  <div class="hero-stat">
+    <div class="hero-stat-item"><div class="hero-stat-num">24.7万</div><div class="hero-stat-label">每升桶装水微塑料颗粒数</div></div>
+    <div class="hero-stat-item"><div class="hero-stat-num">90%</div><div class="hero-stat-label">瓶装水检出率</div></div>
+    <div class="hero-stat-item"><div class="hero-stat-num">0.001mm</div><div class="hero-stat-label">可穿透血脑屏障的尺寸</div></div>
+  </div>
+</div>
+
+<div class="page-wrapper">
+
+  <!-- ====== 痛点一 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">🔬</span>
+      <h2>痛点一:桶装水的"微塑料陷阱"</h2>
+    </div>
+    <div class="situation">
+      <div class="situation-label">场景还原:</div>
+      <p>你的办公室每周订3桶桶装水,看起来干净透明。但研究显示:<strong>桶装水在反复使用、高温消毒、运输碰撞过程中释放大量微塑料颗粒</strong>——每升水中平均含 24.7 万个塑料颗粒(其中 90% 为纳米塑料)。饮水机长期不清洗,细菌与微塑料叠加,问题加倍。</p>
+    </div>
+    <div class="data-box">
+      <div class="data-label">权威证据:</div>
+      <p>2024 年《美国国家科学院院刊》(PNAS)研究检测 3 个主流品牌的桶装水,发现每升含有 11 万至 37 万个塑料颗粒。再加热后释放量增加 2-3 倍。<a href="../articles/plastic-health.html" target="_blank" style="color:#63b3ed;">查看完整文章 →</a></p>
+    </div>
+  </div>
+
+  <!-- ====== 痛点二 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">🚰</span>
+      <h2>痛点二:瓶装水——你以为的"干净",同样不安全</h2>
+    </div>
+    <div class="situation">
+      <div class="situation-label">场景还原:</div>
+      <p>天热了随手买瓶矿泉水,孩子运动后递上一瓶纯净水——这些看似"安全"的选择,<strong>90% 以上都检出了微塑料</strong>。塑料瓶在储存、暴晒、运输过程中持续向水中释放塑料颗粒。世界卫生组织(WHO)2019 年即发出警告:微塑料污染已构成全球性健康关注。</p>
+    </div>
+    <div class="solution-box">
+      <div class="solution-label">💡 一个数据:</div>
+      <p>每人每周通过饮水摄入的微塑料相当于一张信用卡的重量(约 5 克)。—— 澳大利亚纽卡斯尔大学(University of Newcastle)研究报告。</p>
+    </div>
+  </div>
+
+  <!-- ====== 痛点三 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">🧬</span>
+      <h2>痛点三:纳米塑料能去哪?比你想象的更可怕</h2>
+    </div>
+    <div class="situation">
+      <div class="situation-label">科学发现:</div>
+      <p>不是塑料颗粒大才可怕——<strong>恰恰相反,越小的颗粒越危险。</strong> 纳米塑料(直径<1μm)可以:</p>
+      <p>• 穿透肠道屏障进入血液循环</p>
+      <p>• 穿越血脑屏障,在大脑中累积</p>
+      <p>• 进入胎盘组织,影响胎儿发育</p>
+      <p>• 携带双酚A(BPA)等内分泌干扰物进入细胞</p>
+    </div>
+    <div class="data-box">
+      <div class="data-label">研究数据:</div>
+      <p>2024 年《新英格兰医学杂志》(NEJM)发表里程碑式研究:颈动脉斑块中检出微塑料的患者,<strong>心脑血管事件风险升高 3.5 倍</strong>,全因死亡风险升高 2.3 倍。这不是未来的担忧——这是正在发生的事。</p>
+    </div>
+  </div>
+
+  <!-- ====== 痛点四 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">🏢</span>
+      <h2>痛点四:办公室最大的健康盲区</h2>
+    </div>
+    <div class="situation">
+      <div class="situation-label">场景还原:</div>
+      <p>统计显示,中国上班族日均在办公室饮水 1.2L。除了桶装水微塑料问题,还有<strong>饮水机二次污染</strong>——内胆长期不消毒、接水口暴露在空气中、桶口封膜撕开后直接暴露。在一个 20 人以上的办公区,饮水机内部的生物膜菌落数可能超过马桶水箱。</p>
+    </div>
+  </div>
+
+  <!-- ====== 方案 ====== -->
+  <div class="section feature">
+    <div class="feature-header">
+      <span class="icon">💧</span>
+      <h2>方案:为什么是 Enagic 还原水机</h2>
+    </div>
+    <p>面对微塑料污染,普通净水器无法解决全部问题——大多数净水器只能过滤微米级颗粒,无法拦截纳米塑料。而 Enagic 还原水机提供了一套完整的方案:</p>
+
+    <div class="product-highlight">
+      <h3>🌊 三重防护体系</h3>
+      <p><strong>第一重:高精度过滤</strong> — 内置活性炭+精密滤芯,去除铁锈、悬浮物、余氯、有机物,拦截微米级塑料颗粒。</p>
+      <p><strong>第二重:电解还原</strong> — 将自来水/净水转化为弱碱性还原水,富含活性氢(H⁻),提供抗氧化能力。</p>
+      <p><strong>第三重:功能水定制</strong> — 根据场景选择不同 pH 值的水:强还原水(pH 11.5)用于清洗蔬果去除残留;还原水(pH 8.5-9.5)日常饮用;酸性水(pH 6.0)护肤清洁。</p>
+    </div>
+
+    <p>换言之,<strong>一台 Enagic 机器 = 净水器 + 抗氧化饮水机 + 多功能厨房助手</strong>。不仅解决了微塑料问题,还提升了全家饮水品质。</p>
+  </div>
+
+  <!-- ====== 对比 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">⚖️</span>
+      <h2>饮水方案对比</h2>
+    </div>
+    <table class="compare-table">
+      <tr><th>方案</th><th>微塑料清除</th><th>年成本</th><th>抗氧化</th><th>适用场景</th></tr>
+      <tr><td>桶装水</td><td>❌ 本身含微塑料</td><td>2,000-4,000 元</td><td>❌</td><td>办公室</td></tr>
+      <tr><td>瓶装水</td><td>❌ 90%检出率</td><td>3,000-8,000 元</td><td>❌</td><td>外出/应急</td></tr>
+      <tr><td>普通净水器</td><td>⚠️ 微米级,无法阻隔纳米塑料</td><td>500-1,500 元/年</td><td>❌</td><td>家庭</td></tr>
+      <tr><td class="win">Enagic 还原水机</td><td class="win">✅ 高精度过滤+电解</td><td class="win">1,200-2,000 元/年</td><td class="win">✅ 富含活性氢</td><td class="win">家庭+办公室</td></tr>
+    </table>
+    <p style="font-size:13px; color:#718096; text-align:center; margin-top:8px;">* Enagic 年成本基于滤芯更换费用,主机使用寿命 15-20 年</p>
+  </div>
+
+  <!-- ====== 信任 ====== -->
+  <div class="section trust">
+    <h2>❓ 为什么 Enagic</h2>
+    <p>不是因为它"贵",是因为它<strong>真的能解决微塑料问题</strong>。</p>
+    <p>Enagic 成立于 1974 年,是全球电解还原水行业的开创者和领导者。50 年技术积累,产品通过 ISO 13485 医疗级认证、WQA 金印认证,服务全球数百万家庭。浠艾福作为 Enagic 授权服务商,提供正品保障 + 专业安装 + 售后维护。</p>
+    <p>选择 Enagic 的家庭——有新手父母担心孩子饮水安全、有企业 HR 关注员工健康福利、有注重生活品质的中年人群——他们的共同点不是奢侈消费,而是<strong>对"看不到的风险"极度敏感</strong>。</p>
+    <a href="../articles/plastic-health.html" target="_blank" class="article-ref">
+      📖 完整科普文章 → <strong>《看不见的入侵者——微塑料与饮水健康》</strong>
+    </a>
+  </div>
+
+  <!-- ====== 行动号召 ====== -->
+  <div class="section cta-block">
+    <h2>💥 一台 Enagic,五个改变</h2>
+    <div class="benefit-list">
+      <div class="benefit-item"><span class="check">✓</span><strong>微塑料终结者</strong>:高精度过滤 + 电解,不管微米还是纳米级,通通拦截</div>
+      <div class="benefit-item"><span class="check">✓</span><strong>比瓶装水划算 10 倍</strong>:一次投入,全家 15 年好水,综合成本远低于桶装水/瓶装水</div>
+      <div class="benefit-item"><span class="check">✓</span><strong>从喝水到做饭</strong>:三种功能水覆盖饮用、烹饪、清洁、护肤全场景</div>
+      <div class="benefit-item"><span class="check">✓</span><strong>抗氧化护身</strong>:活性氢对抗自由基,喝出来的年轻态</div>
+      <div class="benefit-item"><span class="check">✓</span><strong>正品 + 售后</strong>:浠艾福授权服务,一台好机器用 15 年</div>
+    </div>
+  </div>
+
+  <!-- ====== 大实话 ====== -->
+  <div class="section honesty">
+    <div class="honesty-label">➡️ 一句大实话:</div>
+    <p class="honesty-text">微塑料问题短期内不会消失——你无法改变环境,但可以改变喝进身体的水。<strong>今天的一台还原水机,是对未来 15 年健康的最低成本投资。</strong></p>
+    <p class="honesty-sub">不买没问题,但了解总比不知道好。</p>
+  </div>
+
+  <!-- ====== 联系方式 ====== -->
+  <div class="section contact">
+    <p>📩 免费领取《微塑料与饮水安全白皮书》+ 预约 Enagic 体验</p>
+    <p>📞 书宁老师 13701366188</p>
+    <div class="contact-tagline">
+      <strong>你喝的不是水,是未来 10 年的健康。</strong><br>
+      花 15 分钟聊聊?书宁老师 13701366188
+    </div>
+  </div>
+
+</div>
+
+</body>
+</html>

+ 0 - 0
web/sales.html → web/sales/sales.html


+ 534 - 0
web/sales/tap-water-sale.html

@@ -0,0 +1,534 @@
+<!DOCTYPE html>
+<html lang="zh-CN">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="description" content="92.3%的自来水检出抗生素,46种农药频繁检出,雌激素活性超标——你每天喝下的自来水里藏着多少"隐形药"?Enagic 还原水机,电解还原技术为家庭饮水提供最后一道防线。">
+  <meta name="keywords" content="自来水污染,抗生素,农药残留,雌激素,氯消毒副产物,DBPs,Enagic,还原水机,电解还原水,浠艾福">
+  <title>92.3%的自来水检出抗生素——你家水龙头正在"配药" — Enagic · 浠艾福</title>
+  <style>
+    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
+    body {
+      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
+      background: #0f1a12;
+      color: #e2e8f0;
+      line-height: 1.7;
+      -webkit-font-smoothing: antialiased;
+    }
+    a { color: inherit; text-decoration: none; }
+
+    .page-wrapper {
+      max-width: 860px;
+      margin: 0 auto;
+      padding: 0 16px 60px;
+    }
+
+    /* ===== Hero ===== */
+    .hero {
+      background: linear-gradient(135deg, #0a1f14 0%, #1a3d2a 40%, #0d5e3a 70%, #0a1f14 100%);
+      color: #fff;
+      padding: 80px 48px 56px;
+      text-align: center;
+      position: relative;
+      overflow: hidden;
+      min-height: 72vh;
+      display: flex;
+      flex-direction: column;
+      justify-content: center;
+      align-items: center;
+    }
+    .hero::before {
+      content: '';
+      position: absolute;
+      inset: 0;
+      background:
+        radial-gradient(ellipse at 25% 35%, rgba(72,187,120,0.1) 0%, transparent 50%),
+        radial-gradient(ellipse at 75% 65%, rgba(229,62,62,0.06) 0%, transparent 45%);
+      pointer-events: none;
+    }
+    .hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
+    .particle {
+      position: absolute;
+      border-radius: 50%;
+      background: rgba(255,255,255,0.06);
+      animation: float 11s ease-in-out infinite;
+    }
+    .particle:nth-child(1) { width:3px;height:3px;left:5%;top:15%;animation-delay:0s; }
+    .particle:nth-child(2) { width:6px;height:6px;left:20%;top:70%;animation-delay:2s;opacity:0.05; }
+    .particle:nth-child(3) { width:4px;height:4px;left:38%;top:10%;animation-delay:1s; }
+    .particle:nth-child(4) { width:2px;height:2px;left:55%;top:80%;animation-delay:3s; }
+    .particle:nth-child(5) { width:5px;height:5px;left:72%;top:30%;animation-delay:1.8s;opacity:0.04; }
+    .particle:nth-child(6) { width:3px;height:3px;left:10%;top:90%;animation-delay:0.5s; }
+    .particle:nth-child(7) { width:7px;height:7px;left:48%;top:55%;animation-delay:2.5s;opacity:0.06; }
+    .particle:nth-child(8) { width:4px;height:4px;left:85%;top:65%;animation-delay:1.2s; }
+    @keyframes float {
+      0%,100% { transform: translateY(0) scale(1); opacity: 0.06; }
+      50% { transform: translateY(-28px) scale(1.4); opacity: 0.16; }
+    }
+    .hero > * { position: relative; z-index: 1; }
+    .hero-badge {
+      display: inline-block;
+      background: rgba(229,62,62,0.18);
+      border: 1px solid rgba(229,62,62,0.25);
+      border-radius: 20px;
+      padding: 4px 18px;
+      font-size: 12px;
+      letter-spacing: 2px;
+      margin-bottom: 24px;
+      color: #fc8181;
+    }
+    .hero h1 {
+      font-size: clamp(26px, 5vw, 38px);
+      font-weight: 800;
+      line-height: 1.35;
+      margin-bottom: 20px;
+      background: linear-gradient(135deg, #fff 50%, #9ae6b4 100%);
+      -webkit-background-clip: text;
+      -webkit-text-fill-color: transparent;
+      background-clip: text;
+    }
+    .hero-sub {
+      font-size: 17px;
+      color: rgba(255,255,255,0.75);
+      max-width: 700px;
+      margin-bottom: 28px;
+    }
+    .hero-stat {
+      display: flex;
+      gap: 36px;
+      justify-content: center;
+      flex-wrap: wrap;
+    }
+    .hero-stat-item { text-align: center; }
+    .hero-stat-num {
+      font-size: 30px;
+      font-weight: 800;
+      color: #68d391;
+    }
+    .hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 1px; }
+
+    /* ===== Section Base ===== */
+    .section {
+      padding: 44px 48px;
+      border-bottom: 1px solid rgba(255,255,255,0.06);
+    }
+    .section:last-of-type { border-bottom: none; }
+    .section h2 {
+      font-size: 22px;
+      font-weight: 700;
+      margin-bottom: 18px;
+      color: #fff;
+    }
+    .section p {
+      font-size: 15px;
+      line-height: 1.9;
+      color: #a0aec0;
+      margin-bottom: 12px;
+    }
+    .section p:last-child { margin-bottom: 0; }
+
+    /* ===== Pain ===== */
+    .pain { background: rgba(255,255,255,0.02); }
+    .pain-header {
+      display: flex;
+      align-items: center;
+      gap: 10px;
+      margin-bottom: 16px;
+    }
+    .pain-header .icon { font-size: 22px; flex-shrink: 0; }
+    .pain-header h2 { font-size: 18px; color: #fc8181; margin: 0; }
+
+    .situation, .solution-box, .data-box {
+      padding: 14px 20px;
+      border-radius: 10px;
+      margin-bottom: 10px;
+      font-size: 15px;
+      line-height: 1.8;
+    }
+    .situation p, .solution-box p, .data-box p { margin: 4px 0 0; font-size: inherit; }
+    .situation {
+      background: rgba(229,62,62,0.08);
+      border-left: 4px solid #fc8181;
+    }
+    .situation-label { font-weight: 700; color: #fc8181; font-size: 13px; }
+    .solution-box {
+      background: rgba(72,187,120,0.08);
+      border-left: 4px solid #68d391;
+    }
+    .solution-label { font-weight: 700; color: #68d391; font-size: 13px; }
+    .data-box {
+      background: rgba(66,153,225,0.08);
+      border-left: 4px solid #63b3ed;
+    }
+    .data-label { font-weight: 700; color: #63b3ed; font-size: 13px; }
+
+    /* ===== Feature ===== */
+    .feature { background: rgba(255,255,255,0.02); }
+    .feature-header {
+      display: flex;
+      align-items: center;
+      gap: 10px;
+      margin-bottom: 14px;
+    }
+    .feature-header .icon { font-size: 20px; flex-shrink: 0; }
+    .feature-header h2 { font-size: 18px; color: #81e6d9; margin: 0; }
+
+    /* ===== Contaminant Grid ===== */
+    .cont-grid {
+      display: grid;
+      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
+      gap: 12px;
+      margin: 16px 0;
+    }
+    .cont-card {
+      background: rgba(255,255,255,0.03);
+      border: 1px solid rgba(255,255,255,0.06);
+      border-radius: 10px;
+      padding: 16px;
+      text-align: center;
+    }
+    .cont-card .icon { font-size: 28px; margin-bottom: 6px; }
+    .cont-card .cont-name { font-size: 14px; font-weight: 700; color: #e2e8f0; margin-bottom: 4px; }
+    .cont-card .cont-data { font-size: 12px; color: #a0aec0; }
+
+    /* ===== Comparison Table ===== */
+    .compare-table {
+      width: 100%;
+      border-collapse: collapse;
+      margin: 16px 0;
+      font-size: 14px;
+    }
+    .compare-table th, .compare-table td {
+      padding: 10px 14px;
+      text-align: left;
+      border-bottom: 1px solid rgba(255,255,255,0.08);
+    }
+    .compare-table th {
+      background: rgba(255,255,255,0.05);
+      color: #a0aec0;
+      font-weight: 600;
+      font-size: 13px;
+      letter-spacing: 1px;
+    }
+    .compare-table td { color: #cbd5e0; }
+    .compare-table .win { color: #68d391; font-weight: 700; }
+
+    /* ===== Trust ===== */
+    .trust {
+      background: rgba(255,255,255,0.02);
+      text-align: center;
+    }
+    .trust h2 { font-size: 20px; }
+    .trust p { font-size: 16px; color: #a0aec0; }
+
+    /* ===== CTA ===== */
+    .cta-block {
+      background: linear-gradient(135deg, #0a1f14, #1a3d2a);
+      color: #fff;
+      text-align: center;
+      border: 1px solid rgba(104,211,145,0.12);
+    }
+    .cta-block h2 { color: #fff; font-size: 22px; margin-bottom: 24px; }
+    .benefit-list { text-align: left; max-width: 540px; margin: 0 auto; }
+    .benefit-item {
+      display: flex;
+      align-items: flex-start;
+      gap: 10px;
+      padding: 10px 0;
+      border-bottom: 1px solid rgba(255,255,255,0.06);
+      font-size: 15px;
+      color: #a0aec0;
+    }
+    .benefit-item:last-child { border-bottom: none; }
+    .benefit-item .check { color: #68d391; font-weight: 700; flex-shrink: 0; }
+    .benefit-item strong { color: #e2e8f0; }
+
+    /* ===== Honesty ===== */
+    .honesty {
+      background: rgba(229,62,62,0.06);
+      text-align: center;
+      padding: 36px 48px;
+    }
+    .honesty-label {
+      font-size: 18px;
+      font-weight: 700;
+      color: #fc8181;
+      margin-bottom: 12px;
+    }
+    .honesty-text {
+      font-size: 18px !important;
+      font-weight: 700 !important;
+      color: #fc8181 !important;
+    }
+    .honesty-sub {
+      font-size: 16px !important;
+      color: #feb2b2 !important;
+      margin-top: 8px !important;
+    }
+
+    /* ===== Contact ===== */
+    .contact {
+      background: #0a1f14;
+      color: #fff;
+      text-align: center;
+      padding: 40px 48px;
+    }
+    .contact p {
+      color: #a0aec0 !important;
+      font-size: 16px !important;
+      margin-bottom: 10px !important;
+    }
+    .contact-tagline {
+      margin-top: 18px;
+      font-size: 14px;
+      color: #68d391;
+      line-height: 1.8;
+    }
+    .contact-tagline strong { color: #e2e8f0; }
+
+    /* ===== Article Link ===== */
+    .article-ref {
+      display: inline-block;
+      background: rgba(104,211,145,0.08);
+      border: 1px solid rgba(104,211,145,0.18);
+      border-radius: 8px;
+      padding: 12px 18px;
+      margin: 8px 0 4px;
+      font-size: 14px;
+      color: #9ae6b4;
+      transition: background 0.2s;
+    }
+    .article-ref:hover { background: rgba(104,211,145,0.16); }
+    .article-ref strong { color: #fff; }
+
+    /* ===== Product Highlight ===== */
+    .product-highlight {
+      background: linear-gradient(135deg, rgba(72,187,120,0.06), rgba(56,178,172,0.06));
+      border: 1px solid rgba(104,211,145,0.12);
+      border-radius: 14px;
+      padding: 24px 28px;
+      margin: 16px 0;
+    }
+    .product-highlight h3 {
+      color: #9ae6b4;
+      font-size: 18px;
+      margin-bottom: 10px;
+    }
+    .product-highlight p { color: #a0aec0; }
+
+    /* ===== Responsive ===== */
+    @media (max-width: 640px) {
+      .page-wrapper { padding: 0 4px 40px; }
+      .hero { padding: 48px 20px 40px; min-height: 62vh; }
+      .hero h1 { font-size: 24px; }
+      .section { padding: 28px 20px; }
+      .honesty { padding: 28px 20px; }
+      .contact { padding: 28px 20px; }
+      .section h2 { font-size: 18px; }
+      .pain-header h2 { font-size: 16px; }
+      .hero-stat { gap: 16px; }
+      .hero-stat-num { font-size: 24px; }
+      .cont-grid { grid-template-columns: repeat(2, 1fr); }
+    }
+  </style>
+
+  <!-- Microsoft Clarity -->
+  <script>
+    (function(c,l,a,r,i,t,y){
+      c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
+      t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
+      y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
+    })(window, document, "clarity", "script", "xj4p74ra9m");
+  </script>
+</head>
+<body>
+
+<div class="hero">
+  <div class="hero-particles">
+    <div class="particle"></div><div class="particle"></div><div class="particle"></div>
+    <div class="particle"></div><div class="particle"></div><div class="particle"></div>
+    <div class="particle"></div><div class="particle"></div>
+  </div>
+  <div class="hero-badge">⚠️ 全国性调查 · 2025</div>
+  <h1>92.3% 的自来水检出抗生素——<br>你家水龙头正在"配药"</h1>
+  <p class="hero-sub">中国主要流域 46 种农药频繁检出、氯消毒副产物与膀胱癌存在统计学关联、雌激素活性 88.89% 超安全阈值——现行自来水标准覆盖不到的"新污染物",正在通过你家水龙头悄悄进入每一顿饭、每一杯水。</p>
+  <div class="hero-stat">
+    <div class="hero-stat-item"><div class="hero-stat-num">92.3%</div><div class="hero-stat-label">自来水抗生素检出率</div></div>
+    <div class="hero-stat-item"><div class="hero-stat-num">53,800</div><div class="hero-stat-label">吨/年抗生素排入环境</div></div>
+    <div class="hero-stat-item"><div class="hero-stat-num">46</div><div class="hero-stat-label">种农药频繁检出</div></div>
+  </div>
+</div>
+
+<div class="page-wrapper">
+
+  <!-- ====== 污染物速览 ====== -->
+  <div class="section">
+    <h2>🧪 你家自来水里的"隐形药方"</h2>
+    <p>2025 年全国性调查显示,中国自来水中的新污染物问题已经不容忽视。以下四类污染物是关注焦点:</p>
+    <div class="cont-grid">
+      <div class="cont-card">
+        <div class="icon">💊</div>
+        <div class="cont-name">抗生素</div>
+        <div class="cont-data">53,800 吨/年进入环境<br>92.3% 自来水样本检出</div>
+      </div>
+      <div class="cont-card">
+        <div class="icon">⚧️</div>
+        <div class="cont-name">雌激素</div>
+        <div class="cont-data">88.89% 水源高风险<br>EE2 活性超安全阈值</div>
+      </div>
+      <div class="cont-card">
+        <div class="icon">🌾</div>
+        <div class="cont-name">农药残留</div>
+        <div class="cont-data">46 种频繁检出<br>长三角珠江最严重</div>
+      </div>
+      <div class="cont-card">
+        <div class="icon">🧪</div>
+        <div class="cont-name">消毒副产物</div>
+        <div class="cont-data">DBPs 与膀胱癌相关<br>煮沸无法去除</div>
+      </div>
+    </div>
+  </div>
+
+  <!-- ====== 痛点一 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">💊</span>
+      <h2>痛点一:抗生素——每年 5.38 万吨进入环境</h2>
+    </div>
+    <div class="situation">
+      <div class="situation-label">场景还原:</div>
+      <p>你可能以为吃药才摄入抗生素。但研究表明:<strong>中国每年有超过 5.38 万吨抗生素通过畜牧养殖、制药废水、农业径流进入水体</strong>,其中相当一部分无法被自来水厂常规工艺去除。2025 年全国 31 个省份 547 份自来水样本中,92.3% 检出至少一种抗生素。</p>
+    </div>
+    <div class="data-box">
+      <div class="data-label">研究数据:</div>
+      <p>Zhang et al. (2015) 《Environmental Science & Technology》首次系统估算中国抗生素排放总量为 53,800 吨/年。长期低剂量抗生素暴露可能导致肠道菌群失调、耐药菌滋生,对儿童的影响尤为显著。</p>
+    </div>
+  </div>
+
+  <!-- ====== 痛点二 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">⚧️</span>
+      <h2>痛点二:避孕药与雌激素——浓度虽低,活性惊人</h2>
+    </div>
+    <div class="situation">
+      <div class="situation-label">科学发现:</div>
+      <p>避孕药的主要成分 17α-乙炔基雌二醇(EE2)在极低浓度下就有生物活性。中国主要流域的雌激素监测数据显示:<strong>长江、珠江等河流的 EE2 浓度超过安全阈值的比例高达 88.89%</strong>,可能影响儿童性发育、男性生殖健康和女性内分泌平衡。</p>
+    </div>
+    <div class="data-box">
+      <div class="data-label">研究数据:</div>
+      <p>中国环境科学研究院调查显示,我国 70% 以上水源存在内分泌干扰物(EDCs)检出。其中 68.7% 的儿童暴露于高风险 EDCs 组合,影响发育和免疫系统。</p>
+    </div>
+  </div>
+
+  <!-- ====== 痛点三 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">🌾</span>
+      <h2>痛点三:农药 + DBPs——双重化学攻势</h2>
+    </div>
+    <div class="situation">
+      <div class="situation-label">场景还原:</div>
+      <p>中国主要流域检出多达 46 种农药,其中有机磷和氨基甲酸酯类农药频繁超标。更棘手的是 <strong>氯消毒副产物(DBPs)</strong>——自来水厂加氯消毒时,氯与水中残留的有机物反应生成数百种 DBPs,其中多种已被证实具有细胞毒性和遗传毒性。</p>
+    </div>
+    <div class="data-box">
+      <div class="data-label">研究数据:</div>
+      <p>多项流行病学研究显示,长期饮用氯消毒自来水的人群,膀胱癌发病率高于饮用深井水的人群。DBPs 在煮沸过程中浓度会先升后降,无法通过烧开水完全去除。</p>
+    </div>
+  </div>
+
+  <!-- ====== 痛点四 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">🦠</span>
+      <h2>痛点四:多污染物协同——破坏肠道菌群</h2>
+    </div>
+    <div class="situation">
+      <div class="situation-label">研究发现:</div>
+      <p>四种污染物的组合效应可能比单一污染物强 10 倍。研究证实,<strong>低剂量抗生素 + 残留农药 + 消毒副产物 + 雌激素共同作用,会显著破坏肠道菌群多样性</strong>。肠道菌群被称为"第二基因组",其失衡与肥胖、糖尿病、自闭症、过敏、抑郁症等多种疾病密切相关。</p>
+    </div>
+    <div class="data-box">
+      <div class="data-label">研究数据:</div>
+      <p>中国疾控中心营养与健康所数据显示,中国儿童过敏性疾病患病率 20 年间上升了 3-5 倍,肠道菌群失衡被认为是一个关键诱因。而<strong>饮水中的微量污染物复合暴露</strong>可能是被忽视的重要因素。</p>
+    </div>
+  </div>
+
+  <!-- ====== 方案 ====== -->
+  <div class="section feature">
+    <div class="feature-header">
+      <span class="icon">💧</span>
+      <h2>方案:Enagic 还原水机——给自来水加上最后一道屏障</h2>
+    </div>
+    <p>自来水出厂符合国标只是"及格线"——现行标准 GB 5749-2022 尚未覆盖抗生素、雌激素等新污染物的限值。Enagic 还原水机在市政供水基础上,提供了家庭级深度处理方案:</p>
+
+    <div class="product-highlight">
+      <h3>🛡️ Enagic 四重水质保障</h3>
+      <p><strong>1. 前置过滤</strong> — 活性炭+精密滤芯,去除余氯、悬浮物、铁锈、有机物,减少 DBPs 前体物。</p>
+      <p><strong>2. 电解分离</strong> — 电解过程将水中杂质分离到酸性水侧,还原水侧水质进一步提纯。</p>
+      <p><strong>3. pH 调节</strong> — 可根据当地水质调节电解强度,确保最佳净化效果。</p>
+      <p><strong>4. 活性氢注入</strong> — 生成富含活性氢(H⁻)的弱碱性还原水,具有抗氧化、清除自由基的作用。</p>
+    </div>
+
+    <p>这不是一台净水器——<strong>Enagic 是一台电解还原水机</strong>。它不只是过滤,更是从水分子层面重构水质,让普通自来水变成功能性的健康饮水。</p>
+  </div>
+
+  <!-- ====== 对比 ====== -->
+  <div class="section pain">
+    <div class="pain-header">
+      <span class="icon">⚖️</span>
+      <h2>自来水净化方案对比</h2>
+    </div>
+    <table class="compare-table">
+      <tr><th>方案</th><th>抗生素/激素</th><th>农药/DBPs</th><th>余氯</th><th>抗氧化</th><th>年使用成本</th></tr>
+      <tr><td>烧开水</td><td>❌ 无法去除</td><td>⚠️ DBPs 先升后降</td><td>✅ 挥发</td><td>❌</td><td>电费 ~200 元</td></tr>
+      <tr><td>普通净水器</td><td>⚠️ 部分去除</td><td>⚠️ 活性炭有限</td><td>✅</td><td>❌</td><td>500-1,500 元</td></tr>
+      <tr><td>RO 反渗透</td><td>✅ 大部分</td><td>✅</td><td>✅</td><td>❌ 脱盐过度</td><td>800-2,000 元</td></tr>
+      <tr><td class="win">Enagic 还原水</td><td class="win">✅ 电解分离</td><td class="win">✅ 活性炭+电解</td><td class="win">✅</td><td class="win">✅ 活性氢</td><td class="win">1,200-2,000 元</td></tr>
+    </table>
+    <p style="font-size:13px; color:#718096; text-align:center; margin-top:8px;">* Enagic 年成本基于滤芯更换费用,主机使用寿命 15-20 年</p>
+  </div>
+
+  <!-- ====== 信任 ====== -->
+  <div class="section trust">
+    <h2>❓ 自来水标准不够,谁来守最后一道门</h2>
+    <p>不是自来水公司不努力——<strong>是标准更新追不上新型污染物的速度</strong>。</p>
+    <p>自来水厂的常规处理工艺(混凝→沉淀→过滤→氯消毒)对抗生素、内分泌干扰物、部分农药的去除率有限。GB 5749-2022 开始关注一些新污染物,但距离在每家每户落地还有很长的路。Enagic 还原水机提供了家庭端的主动防护方案,让每一个家庭都有能力把好饮水安全的最后一关。</p>
+    <p>浠艾福作为 Enagic 授权服务商,提供正品保障 + 专业安装 + 滤芯更换提醒 + 售后维护,让好水服务不中断。</p>
+    <a href="../articles/tap-water-pollution.html" target="_blank" class="article-ref">
+      📖 完整科普文章 → <strong>《自来水中的隐形威胁——抗生素·农药·DBPs·激素》</strong>
+    </a>
+  </div>
+
+  <!-- ====== 行动号召 ====== -->
+  <div class="section cta-block">
+    <h2>💥 一台 Enagic,五个层面的改变</h2>
+    <div class="benefit-list">
+      <div class="benefit-item"><span class="check">✓</span><strong>新污染物屏障</strong>:电解分离 + 活性炭过滤,为自来水加上家庭级深度处理</div>
+      <div class="benefit-item"><span class="check">✓</span><strong>从饮水到烹饪</strong>:洗菜、做饭、煲汤都用净化还原水,彻底切断污染物入口路径</div>
+      <div class="benefit-item"><span class="check">✓</span><strong>抗氧化每一天</strong>:活性氢对抗自由基,喝出来的年轻与免疫力</div>
+      <div class="benefit-item"><span class="check">✓</span><strong>不浪费矿物质</strong>:不同于 RO 纯水机,保留水中天然矿物质,更适合家庭长期饮用</div>
+      <div class="benefit-item"><span class="check">✓</span><strong>15 年好水保障</strong>:一台机器用 15 年,日均成本不到 6 元,比瓶装水划算 10 倍</div>
+    </div>
+  </div>
+
+  <!-- ====== 大实话 ====== -->
+  <div class="section honesty">
+    <div class="honesty-label">➡️ 一句大实话:</div>
+    <p class="honesty-text">等自来水标准覆盖所有新污染物,可能需要 10 年。你家孩子等不了 10 年。<strong>一台 Enagic,是你能为家人做的最简单的健康投资。</strong></p>
+    <p class="honesty-sub">不了解不知道,了解了就很难假装不知道。</p>
+  </div>
+
+  <!-- ====== 联系方式 ====== -->
+  <div class="section contact">
+    <p>📩 免费领取《自来水污染白皮书》+ 预约 Enagic 体验</p>
+    <p>📞 书宁老师 13701366188</p>
+    <div class="contact-tagline">
+      <strong>标准在追赶污染,但你家人的健康等不起。</strong><br>
+      花 15 分钟聊聊怎么喝上安心水?书宁老师 13701366188
+    </div>
+  </div>
+
+</div>
+
+</body>
+</html>