tap-water-sale.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="92.3%的自来水检出抗生素,46种农药频繁检出,雌激素活性超标——你每天喝下的自来水里藏着多少"隐形药"?Enagic 还原水机,电解还原技术为家庭饮水提供最后一道防线。">
  7. <meta name="keywords" content="自来水污染,抗生素,农药残留,雌激素,氯消毒副产物,DBPs,Enagic,还原水机,电解还原水,浠艾福">
  8. <title>92.3%的自来水检出抗生素——你家水龙头正在"配药" — Enagic · 浠艾福</title>
  9. <style>
  10. *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  11. body {
  12. font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  13. background: #0f1a12;
  14. color: #e2e8f0;
  15. line-height: 1.7;
  16. -webkit-font-smoothing: antialiased;
  17. }
  18. a { color: inherit; text-decoration: none; }
  19. .page-wrapper {
  20. max-width: 860px;
  21. margin: 0 auto;
  22. padding: 0 16px 60px;
  23. }
  24. /* ===== Hero ===== */
  25. .hero {
  26. background: linear-gradient(135deg, #0a1f14 0%, #1a3d2a 40%, #0d5e3a 70%, #0a1f14 100%);
  27. color: #fff;
  28. padding: 80px 48px 56px;
  29. text-align: center;
  30. position: relative;
  31. overflow: hidden;
  32. min-height: 72vh;
  33. display: flex;
  34. flex-direction: column;
  35. justify-content: center;
  36. align-items: center;
  37. }
  38. .hero::before {
  39. content: '';
  40. position: absolute;
  41. inset: 0;
  42. background:
  43. radial-gradient(ellipse at 25% 35%, rgba(72,187,120,0.1) 0%, transparent 50%),
  44. radial-gradient(ellipse at 75% 65%, rgba(229,62,62,0.06) 0%, transparent 45%);
  45. pointer-events: none;
  46. }
  47. .hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
  48. .particle {
  49. position: absolute;
  50. border-radius: 50%;
  51. background: rgba(255,255,255,0.06);
  52. animation: float 11s ease-in-out infinite;
  53. }
  54. .particle:nth-child(1) { width:3px;height:3px;left:5%;top:15%;animation-delay:0s; }
  55. .particle:nth-child(2) { width:6px;height:6px;left:20%;top:70%;animation-delay:2s;opacity:0.05; }
  56. .particle:nth-child(3) { width:4px;height:4px;left:38%;top:10%;animation-delay:1s; }
  57. .particle:nth-child(4) { width:2px;height:2px;left:55%;top:80%;animation-delay:3s; }
  58. .particle:nth-child(5) { width:5px;height:5px;left:72%;top:30%;animation-delay:1.8s;opacity:0.04; }
  59. .particle:nth-child(6) { width:3px;height:3px;left:10%;top:90%;animation-delay:0.5s; }
  60. .particle:nth-child(7) { width:7px;height:7px;left:48%;top:55%;animation-delay:2.5s;opacity:0.06; }
  61. .particle:nth-child(8) { width:4px;height:4px;left:85%;top:65%;animation-delay:1.2s; }
  62. @keyframes float {
  63. 0%,100% { transform: translateY(0) scale(1); opacity: 0.06; }
  64. 50% { transform: translateY(-28px) scale(1.4); opacity: 0.16; }
  65. }
  66. .hero > * { position: relative; z-index: 1; }
  67. .hero-badge {
  68. display: inline-block;
  69. background: rgba(229,62,62,0.18);
  70. border: 1px solid rgba(229,62,62,0.25);
  71. border-radius: 20px;
  72. padding: 4px 18px;
  73. font-size: 12px;
  74. letter-spacing: 2px;
  75. margin-bottom: 24px;
  76. color: #fc8181;
  77. }
  78. .hero h1 {
  79. font-size: clamp(26px, 5vw, 38px);
  80. font-weight: 800;
  81. line-height: 1.35;
  82. margin-bottom: 20px;
  83. background: linear-gradient(135deg, #fff 50%, #9ae6b4 100%);
  84. -webkit-background-clip: text;
  85. -webkit-text-fill-color: transparent;
  86. background-clip: text;
  87. }
  88. .hero-sub {
  89. font-size: 17px;
  90. color: rgba(255,255,255,0.75);
  91. max-width: 700px;
  92. margin-bottom: 28px;
  93. }
  94. .hero-stat {
  95. display: flex;
  96. gap: 36px;
  97. justify-content: center;
  98. flex-wrap: wrap;
  99. }
  100. .hero-stat-item { text-align: center; }
  101. .hero-stat-num {
  102. font-size: 30px;
  103. font-weight: 800;
  104. color: #68d391;
  105. }
  106. .hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 1px; }
  107. /* ===== Section Base ===== */
  108. .section {
  109. padding: 44px 48px;
  110. border-bottom: 1px solid rgba(255,255,255,0.06);
  111. }
  112. .section:last-of-type { border-bottom: none; }
  113. .section h2 {
  114. font-size: 22px;
  115. font-weight: 700;
  116. margin-bottom: 18px;
  117. color: #fff;
  118. }
  119. .section p {
  120. font-size: 15px;
  121. line-height: 1.9;
  122. color: #a0aec0;
  123. margin-bottom: 12px;
  124. }
  125. .section p:last-child { margin-bottom: 0; }
  126. /* ===== Pain ===== */
  127. .pain { background: rgba(255,255,255,0.02); }
  128. .pain-header {
  129. display: flex;
  130. align-items: center;
  131. gap: 10px;
  132. margin-bottom: 16px;
  133. }
  134. .pain-header .icon { font-size: 22px; flex-shrink: 0; }
  135. .pain-header h2 { font-size: 18px; color: #fc8181; margin: 0; }
  136. .situation, .solution-box, .data-box {
  137. padding: 14px 20px;
  138. border-radius: 10px;
  139. margin-bottom: 10px;
  140. font-size: 15px;
  141. line-height: 1.8;
  142. }
  143. .situation p, .solution-box p, .data-box p { margin: 4px 0 0; font-size: inherit; }
  144. .situation {
  145. background: rgba(229,62,62,0.08);
  146. border-left: 4px solid #fc8181;
  147. }
  148. .situation-label { font-weight: 700; color: #fc8181; font-size: 13px; }
  149. .solution-box {
  150. background: rgba(72,187,120,0.08);
  151. border-left: 4px solid #68d391;
  152. }
  153. .solution-label { font-weight: 700; color: #68d391; font-size: 13px; }
  154. .data-box {
  155. background: rgba(66,153,225,0.08);
  156. border-left: 4px solid #63b3ed;
  157. }
  158. .data-label { font-weight: 700; color: #63b3ed; font-size: 13px; }
  159. /* ===== Feature ===== */
  160. .feature { background: rgba(255,255,255,0.02); }
  161. .feature-header {
  162. display: flex;
  163. align-items: center;
  164. gap: 10px;
  165. margin-bottom: 14px;
  166. }
  167. .feature-header .icon { font-size: 20px; flex-shrink: 0; }
  168. .feature-header h2 { font-size: 18px; color: #81e6d9; margin: 0; }
  169. /* ===== Contaminant Grid ===== */
  170. .cont-grid {
  171. display: grid;
  172. grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  173. gap: 12px;
  174. margin: 16px 0;
  175. }
  176. .cont-card {
  177. background: rgba(255,255,255,0.03);
  178. border: 1px solid rgba(255,255,255,0.06);
  179. border-radius: 10px;
  180. padding: 16px;
  181. text-align: center;
  182. }
  183. .cont-card .icon { font-size: 28px; margin-bottom: 6px; }
  184. .cont-card .cont-name { font-size: 14px; font-weight: 700; color: #e2e8f0; margin-bottom: 4px; }
  185. .cont-card .cont-data { font-size: 12px; color: #a0aec0; }
  186. /* ===== Comparison Table ===== */
  187. .compare-table {
  188. width: 100%;
  189. border-collapse: collapse;
  190. margin: 16px 0;
  191. font-size: 14px;
  192. }
  193. .compare-table th, .compare-table td {
  194. padding: 10px 14px;
  195. text-align: left;
  196. border-bottom: 1px solid rgba(255,255,255,0.08);
  197. }
  198. .compare-table th {
  199. background: rgba(255,255,255,0.05);
  200. color: #a0aec0;
  201. font-weight: 600;
  202. font-size: 13px;
  203. letter-spacing: 1px;
  204. }
  205. .compare-table td { color: #cbd5e0; }
  206. .compare-table .win { color: #68d391; font-weight: 700; }
  207. /* ===== Trust ===== */
  208. .trust {
  209. background: rgba(255,255,255,0.02);
  210. text-align: center;
  211. }
  212. .trust h2 { font-size: 20px; }
  213. .trust p { font-size: 16px; color: #a0aec0; }
  214. /* ===== CTA ===== */
  215. .cta-block {
  216. background: linear-gradient(135deg, #0a1f14, #1a3d2a);
  217. color: #fff;
  218. text-align: center;
  219. border: 1px solid rgba(104,211,145,0.12);
  220. }
  221. .cta-block h2 { color: #fff; font-size: 22px; margin-bottom: 24px; }
  222. .benefit-list { text-align: left; max-width: 540px; margin: 0 auto; }
  223. .benefit-item {
  224. display: flex;
  225. align-items: flex-start;
  226. gap: 10px;
  227. padding: 10px 0;
  228. border-bottom: 1px solid rgba(255,255,255,0.06);
  229. font-size: 15px;
  230. color: #a0aec0;
  231. }
  232. .benefit-item:last-child { border-bottom: none; }
  233. .benefit-item .check { color: #68d391; font-weight: 700; flex-shrink: 0; }
  234. .benefit-item strong { color: #e2e8f0; }
  235. /* ===== Honesty ===== */
  236. .honesty {
  237. background: rgba(229,62,62,0.06);
  238. text-align: center;
  239. padding: 36px 48px;
  240. }
  241. .honesty-label {
  242. font-size: 18px;
  243. font-weight: 700;
  244. color: #fc8181;
  245. margin-bottom: 12px;
  246. }
  247. .honesty-text {
  248. font-size: 18px !important;
  249. font-weight: 700 !important;
  250. color: #fc8181 !important;
  251. }
  252. .honesty-sub {
  253. font-size: 16px !important;
  254. color: #feb2b2 !important;
  255. margin-top: 8px !important;
  256. }
  257. /* ===== Contact ===== */
  258. .contact {
  259. background: #0a1f14;
  260. color: #fff;
  261. text-align: center;
  262. padding: 40px 48px;
  263. }
  264. .contact p {
  265. color: #a0aec0 !important;
  266. font-size: 16px !important;
  267. margin-bottom: 10px !important;
  268. }
  269. .contact-tagline {
  270. margin-top: 18px;
  271. font-size: 14px;
  272. color: #68d391;
  273. line-height: 1.8;
  274. }
  275. .contact-tagline strong { color: #e2e8f0; }
  276. .qr-row {
  277. display: flex;
  278. flex-direction: column;
  279. align-items: center;
  280. gap: 8px;
  281. margin: 16px 0;
  282. }
  283. .qr-img {
  284. width: 140px;
  285. height: 140px;
  286. border-radius: 8px;
  287. border: 2px solid rgba(255,255,255,0.1);
  288. }
  289. .qr-label {
  290. font-size: 13px;
  291. color: #a0aec0;
  292. }
  293. /* ===== Article Link ===== */
  294. .article-ref {
  295. display: inline-block;
  296. background: rgba(104,211,145,0.08);
  297. border: 1px solid rgba(104,211,145,0.18);
  298. border-radius: 8px;
  299. padding: 12px 18px;
  300. margin: 8px 0 4px;
  301. font-size: 14px;
  302. color: #9ae6b4;
  303. transition: background 0.2s;
  304. }
  305. .article-ref:hover { background: rgba(104,211,145,0.16); }
  306. .article-ref strong { color: #fff; }
  307. /* ===== Product Highlight ===== */
  308. .product-highlight {
  309. background: linear-gradient(135deg, rgba(72,187,120,0.06), rgba(56,178,172,0.06));
  310. border: 1px solid rgba(104,211,145,0.12);
  311. border-radius: 14px;
  312. padding: 24px 28px;
  313. margin: 16px 0;
  314. }
  315. .product-highlight h3 {
  316. color: #9ae6b4;
  317. font-size: 18px;
  318. margin-bottom: 10px;
  319. }
  320. .product-highlight p { color: #a0aec0; }
  321. /* ===== Responsive ===== */
  322. @media (max-width: 640px) {
  323. .page-wrapper { padding: 0 4px 40px; }
  324. .hero { padding: 48px 20px 40px; min-height: 62vh; }
  325. .hero h1 { font-size: 24px; }
  326. .section { padding: 28px 20px; }
  327. .honesty { padding: 28px 20px; }
  328. .contact { padding: 28px 20px; }
  329. .section h2 { font-size: 18px; }
  330. .pain-header h2 { font-size: 16px; }
  331. .hero-stat { gap: 16px; }
  332. .hero-stat-num { font-size: 24px; }
  333. .cont-grid { grid-template-columns: repeat(2, 1fr); }
  334. }
  335. </style>
  336. <!-- Microsoft Clarity -->
  337. <script>
  338. (function(c,l,a,r,i,t,y){
  339. c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
  340. t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
  341. y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
  342. })(window, document, "clarity", "script", "xj4p74ra9m");
  343. </script>
  344. <link rel="stylesheet" href="../css/mobile.css">
  345. </head>
  346. <body>
  347. <div class="hero">
  348. <div class="hero-particles">
  349. <div class="particle"></div><div class="particle"></div><div class="particle"></div>
  350. <div class="particle"></div><div class="particle"></div><div class="particle"></div>
  351. <div class="particle"></div><div class="particle"></div>
  352. </div>
  353. <div class="hero-badge">⚠️ 全国性调查 · 2025</div>
  354. <h1>92.3% 的自来水检出抗生素——<br>你家水龙头正在"配药"</h1>
  355. <p class="hero-sub">中国主要流域 46 种农药频繁检出、氯消毒副产物与膀胱癌存在统计学关联、雌激素活性 88.89% 超安全阈值——现行自来水标准覆盖不到的"新污染物",正在通过你家水龙头悄悄进入每一顿饭、每一杯水。</p>
  356. <div class="hero-stat">
  357. <div class="hero-stat-item"><div class="hero-stat-num">92.3%</div><div class="hero-stat-label">自来水抗生素检出率</div></div>
  358. <div class="hero-stat-item"><div class="hero-stat-num">53,800</div><div class="hero-stat-label">吨/年抗生素排入环境</div></div>
  359. <div class="hero-stat-item"><div class="hero-stat-num">46</div><div class="hero-stat-label">种农药频繁检出</div></div>
  360. </div>
  361. </div>
  362. <div class="page-wrapper">
  363. <!-- ====== 污染物速览 ====== -->
  364. <div class="section">
  365. <h2>🧪 你家自来水里的"隐形药方"</h2>
  366. <p>2025 年全国性调查显示,中国自来水中的新污染物问题已经不容忽视。以下四类污染物是关注焦点:</p>
  367. <div class="cont-grid">
  368. <div class="cont-card">
  369. <div class="icon">💊</div>
  370. <div class="cont-name">抗生素</div>
  371. <div class="cont-data">53,800 吨/年进入环境<br>92.3% 自来水样本检出</div>
  372. </div>
  373. <div class="cont-card">
  374. <div class="icon">⚧️</div>
  375. <div class="cont-name">雌激素</div>
  376. <div class="cont-data">88.89% 水源高风险<br>EE2 活性超安全阈值</div>
  377. </div>
  378. <div class="cont-card">
  379. <div class="icon">🌾</div>
  380. <div class="cont-name">农药残留</div>
  381. <div class="cont-data">46 种频繁检出<br>长三角珠江最严重</div>
  382. </div>
  383. <div class="cont-card">
  384. <div class="icon">🧪</div>
  385. <div class="cont-name">消毒副产物</div>
  386. <div class="cont-data">DBPs 与膀胱癌相关<br>煮沸无法去除</div>
  387. </div>
  388. </div>
  389. </div>
  390. <!-- ====== 痛点一 ====== -->
  391. <div class="section pain">
  392. <div class="pain-header">
  393. <span class="icon">💊</span>
  394. <h2>痛点一:抗生素——每年 5.38 万吨进入环境</h2>
  395. </div>
  396. <div class="situation">
  397. <div class="situation-label">场景还原:</div>
  398. <p>你可能以为吃药才摄入抗生素。但研究表明:<strong>中国每年有超过 5.38 万吨抗生素通过畜牧养殖、制药废水、农业径流进入水体</strong>,其中相当一部分无法被自来水厂常规工艺去除。2025 年全国 31 个省份 547 份自来水样本中,92.3% 检出至少一种抗生素。</p>
  399. </div>
  400. <div class="data-box">
  401. <div class="data-label">研究数据:</div>
  402. <p>Zhang et al. (2015) 《Environmental Science & Technology》首次系统估算中国抗生素排放总量为 53,800 吨/年。长期低剂量抗生素暴露可能导致肠道菌群失调、耐药菌滋生,对儿童的影响尤为显著。</p>
  403. </div>
  404. </div>
  405. <!-- ====== 痛点二 ====== -->
  406. <div class="section pain">
  407. <div class="pain-header">
  408. <span class="icon">⚧️</span>
  409. <h2>痛点二:避孕药与雌激素——浓度虽低,活性惊人</h2>
  410. </div>
  411. <div class="situation">
  412. <div class="situation-label">科学发现:</div>
  413. <p>避孕药的主要成分 17α-乙炔基雌二醇(EE2)在极低浓度下就有生物活性。中国主要流域的雌激素监测数据显示:<strong>长江、珠江等河流的 EE2 浓度超过安全阈值的比例高达 88.89%</strong>,可能影响儿童性发育、男性生殖健康和女性内分泌平衡。</p>
  414. </div>
  415. <div class="data-box">
  416. <div class="data-label">研究数据:</div>
  417. <p>中国环境科学研究院调查显示,我国 70% 以上水源存在内分泌干扰物(EDCs)检出。其中 68.7% 的儿童暴露于高风险 EDCs 组合,影响发育和免疫系统。</p>
  418. </div>
  419. </div>
  420. <!-- ====== 痛点三 ====== -->
  421. <div class="section pain">
  422. <div class="pain-header">
  423. <span class="icon">🌾</span>
  424. <h2>痛点三:农药 + DBPs——双重化学攻势</h2>
  425. </div>
  426. <div class="situation">
  427. <div class="situation-label">场景还原:</div>
  428. <p>中国主要流域检出多达 46 种农药,其中有机磷和氨基甲酸酯类农药频繁超标。更棘手的是 <strong>氯消毒副产物(DBPs)</strong>——自来水厂加氯消毒时,氯与水中残留的有机物反应生成数百种 DBPs,其中多种已被证实具有细胞毒性和遗传毒性。</p>
  429. </div>
  430. <div class="data-box">
  431. <div class="data-label">研究数据:</div>
  432. <p>多项流行病学研究显示,长期饮用氯消毒自来水的人群,膀胱癌发病率高于饮用深井水的人群。DBPs 在煮沸过程中浓度会先升后降,无法通过烧开水完全去除。</p>
  433. </div>
  434. </div>
  435. <!-- ====== 痛点四 ====== -->
  436. <div class="section pain">
  437. <div class="pain-header">
  438. <span class="icon">🦠</span>
  439. <h2>痛点四:多污染物协同——破坏肠道菌群</h2>
  440. </div>
  441. <div class="situation">
  442. <div class="situation-label">研究发现:</div>
  443. <p>四种污染物的组合效应可能比单一污染物强 10 倍。研究证实,<strong>低剂量抗生素 + 残留农药 + 消毒副产物 + 雌激素共同作用,会显著破坏肠道菌群多样性</strong>。肠道菌群被称为"第二基因组",其失衡与肥胖、糖尿病、自闭症、过敏、抑郁症等多种疾病密切相关。</p>
  444. </div>
  445. <div class="data-box">
  446. <div class="data-label">研究数据:</div>
  447. <p>中国疾控中心营养与健康所数据显示,中国儿童过敏性疾病患病率 20 年间上升了 3-5 倍,肠道菌群失衡被认为是一个关键诱因。而<strong>饮水中的微量污染物复合暴露</strong>可能是被忽视的重要因素。</p>
  448. </div>
  449. </div>
  450. <!-- ====== 方案 ====== -->
  451. <div class="section feature">
  452. <div class="feature-header">
  453. <span class="icon">💧</span>
  454. <h2>方案:Enagic 还原水机——给自来水加上最后一道屏障</h2>
  455. </div>
  456. <p>自来水出厂符合国标只是"及格线"——现行标准 GB 5749-2022 尚未覆盖抗生素、雌激素等新污染物的限值。Enagic 还原水机在市政供水基础上,提供了家庭级深度处理方案:</p>
  457. <div class="product-highlight">
  458. <h3>🛡️ 双重过滤 + 电解还原</h3>
  459. <p><strong>1. 前置过滤器</strong>(可选配安装于水机之前)— PP纤维+KDF+ION树脂复合过滤,拦截泥沙铁锈等大颗粒,KDF去除余氯、重金属,ION树脂调节 TDS(硬度),确保电解水质稳定、口感更佳,同时保护电解板延长寿命。</p>
  460. <p><strong>2. 机内活性炭滤芯</strong>(机身内置标配)— 高机能活性炭,有效去除余氯、溶解性铅、异味、有机物,为电解提供洁净水源。</p>
  461. <p><strong>3. 电解还原</strong> — 钛镀铂金电解板将水电解,阴极生成弱碱性还原水(含溶解氢 H₂),阳极生成酸性水,同步调节 pH 值。</p>
  462. <p><strong>4. 溶解氢</strong> — 还原水中富含溶解氢(H₂),具有强抗氧化性,可选择性中和体内自由基。</p>
  463. </div>
  464. <p>这不是一台净水器——<strong>Enagic 是一台电解还原水机</strong>。它不止有活性炭过滤,更通过电解从水分子层面重构水质,让普通自来水变成功能性的健康饮水。<strong>推荐加装前置过滤器,与机内滤芯形成双重过滤</strong>,在市政供水基础上再多一道防线。</p>
  465. </div>
  466. <!-- ====== 对比 ====== -->
  467. <div class="section pain">
  468. <div class="pain-header">
  469. <span class="icon">⚖️</span>
  470. <h2>自来水净化方案对比</h2>
  471. </div>
  472. <table class="compare-table">
  473. <tr><th>方案</th><th>抗生素/激素</th><th>农药/DBPs</th><th>余氯</th><th>抗氧化</th><th>年使用成本</th></tr>
  474. <tr><td>烧开水</td><td>❌ 无法去除</td><td>⚠️ DBPs 先升后降</td><td>✅ 挥发</td><td>❌</td><td>电费 ~200 元</td></tr>
  475. <tr><td>普通净水器</td><td>⚠️ 部分去除</td><td>⚠️ 活性炭有限</td><td>✅</td><td>❌</td><td>500-1,500 元</td></tr>
  476. <tr><td>RO 反渗透</td><td>✅ 大部分</td><td>✅</td><td>✅</td><td>❌ 脱盐过度</td><td>800-2,000 元</td></tr>
  477. <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>
  478. </table>
  479. <p style="font-size:13px; color:#718096; text-align:center; margin-top:8px;">* Enagic 年成本基于滤芯更换费用,主机使用寿命 15-20 年<br>* 抗生素/激素/农药去除依赖前置+机内活性炭过滤及UF膜吸附;pH 11.5 强还原水可乳化降解表面农残,但不适用于抗生素降解</p>
  480. </div>
  481. <!-- ====== 信任 ====== -->
  482. <div class="section trust">
  483. <h2>❓ 自来水标准不够,谁来守最后一道门</h2>
  484. <p>不是自来水公司不努力——<strong>是标准更新追不上新型污染物的速度</strong>。</p>
  485. <p>自来水厂的常规处理工艺(混凝→沉淀→过滤→氯消毒)对抗生素、内分泌干扰物、部分农药的去除率有限。GB 5749-2022 开始关注一些新污染物,但距离在每家每户落地还有很长的路。Enagic 还原水机提供了家庭端的主动防护方案,让每一个家庭都有能力把好饮水安全的最后一关。</p>
  486. <p>浠艾福作为 Enagic 授权服务商,提供正品保障 + 专业安装 + 滤芯更换提醒 + 售后维护,让好水服务不中断。</p>
  487. <a href="../articles/tap-water-pollution.html" target="_blank" class="article-ref">
  488. 📖 完整科普文章 → <strong>《自来水中的隐形威胁——抗生素·农药·DBPs·激素》</strong>
  489. </a>
  490. <div style="margin-top:1.5rem;padding:1rem;background:rgba(255,255,255,0.03);border-radius:8px;">
  491. <h4 style="font-size:0.9rem;margin-bottom:0.5rem;color:#e2e8f0;">📚 延伸阅读:同一问题的不同面</h4>
  492. <ul style="margin:0;padding-left:1.2rem;font-size:0.85rem;line-height:2;">
  493. <li><a href="../articles/diabetes.html" style="color:#68d391;">心脑血管疾病 · 慢性炎症与血管健康</a></li>
  494. <li><a href="../articles/cancer.html" style="color:#68d391;">癌症 · 症-病-因与主动健康干预</a></li>
  495. <li><a href="../articles/alzheimer.html" style="color:#68d391;">老年痴呆 · 神经炎症、肠脑轴与主动健康</a></li>
  496. <li><a href="../articles/osteoporosis.html" style="color:#68d391;">骨质疏松 · 慢性炎症与骨骼健康</a></li>
  497. <li><a href="../articles/plastic-health.html" style="color:#68d391;">看不见的入侵者 — 微塑料与办公室饮水</a></li>
  498. </ul>
  499. <p style="font-size:0.78rem;color:#718096;margin-top:0.5rem;">更详细的内容可参见相关文章,点击阅读。</p>
  500. </div>
  501. </div>
  502. <!-- ====== 行动号召 ====== -->
  503. <div class="section cta-block">
  504. <h2>💥 一台 Enagic,五个层面的改变</h2>
  505. <div class="benefit-list">
  506. <div class="benefit-item"><span class="check">✓</span><strong>新污染物屏障</strong>:双重过滤(前置+机内活性炭)+ 电解还原,为自来水加上家庭级深度处理</div>
  507. <div class="benefit-item"><span class="check">✓</span><strong>从饮水到烹饪</strong>:洗菜、做饭、煲汤都用净化还原水,彻底切断污染物入口路径</div>
  508. <div class="benefit-item"><span class="check">✓</span><strong>抗氧化每一天</strong>:溶解氢对抗自由基,助力日常抗氧化</div>
  509. <div class="benefit-item"><span class="check">✓</span><strong>不浪费矿物质</strong>:不同于 RO 纯水机,保留水中天然矿物质,更适合家庭长期饮用</div>
  510. <div class="benefit-item"><span class="check">✓</span><strong>15 年好水保障</strong>:一台机器用 15 年,日均成本不到 6 元,比瓶装水划算 10 倍</div>
  511. </div>
  512. </div>
  513. <!-- ====== 大实话 ====== -->
  514. <div class="section honesty">
  515. <div class="honesty-label">➡️ 一句大实话:</div>
  516. <p class="honesty-text">等自来水标准覆盖所有新污染物,可能需要 10 年。你家孩子等不了 10 年。<strong>一台 Enagic,是你能为家人做的最简单的健康投资。</strong></p>
  517. <p class="honesty-sub">不了解不知道,了解了就很难假装不知道。</p>
  518. </div>
  519. <!-- ====== 联系方式 ====== -->
  520. <div class="section contact">
  521. <p>📩 <a href="../articles/tap-water-pollution.html" target="_blank" style="color:var(--blue);">查看完整科普文章《自来水污染与饮水安全》→</a></p>
  522. <div class="qr-row">
  523. <img id="qr-code" src="../img/yan.png" alt="咨询二维码" class="qr-img">
  524. <div class="qr-label">扫码咨询</div>
  525. </div>
  526. <div class="contact-tagline">
  527. <strong>标准在追赶污染,但你家人的健康等不起。</strong><br>
  528. 花 15 分钟聊聊怎么喝上安心水?扫码加微信
  529. </div>
  530. </div>
  531. </div>
  532. <script>
  533. (function() {
  534. var p = new URLSearchParams(window.location.search);
  535. var share = p.get('share') || 'yan';
  536. var qr = document.getElementById('qr-code');
  537. if (qr) qr.src = '../img/' + share + '.png';
  538. })();
  539. </script>
  540. </body>
  541. </html>