microplastic-sale.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  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="办公室桶装水、瓶装水中隐藏的微塑料危机——每升水中含数十万个塑料颗粒,纳米塑料可穿透血脑屏障。Enagic 还原水机,一杯好水终结微塑料担忧。">
  7. <meta name="keywords" content="微塑料,桶装水,瓶装水,办公室饮水,Enagic,还原水机,电解还原水,浠艾福">
  8. <title>你喝的不是水,是几十万个塑料颗粒 — 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: #0a1628;
  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, #0a1628 0%, #1a365d 40%, #2a4365 70%, #0a1628 100%);
  27. color: #fff;
  28. padding: 80px 48px 56px;
  29. text-align: center;
  30. position: relative;
  31. overflow: hidden;
  32. min-height: 70vh;
  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 30% 40%, rgba(49,130,206,0.12) 0%, transparent 55%),
  44. radial-gradient(ellipse at 70% 60%, rgba(229,62,62,0.08) 0%, transparent 50%);
  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.08);
  52. animation: float 10s ease-in-out infinite;
  53. }
  54. .particle:nth-child(1) { width:3px;height:3px;left:8%;top:25%;animation-delay:0s; }
  55. .particle:nth-child(2) { width:7px;height:7px;left:22%;top:65%;animation-delay:1.5s;opacity:0.06; }
  56. .particle:nth-child(3) { width:4px;height:4px;left:40%;top:12%;animation-delay:3s; }
  57. .particle:nth-child(4) { width:2px;height:2px;left:58%;top:75%;animation-delay:0.8s; }
  58. .particle:nth-child(5) { width:6px;height:6px;left:75%;top:35%;animation-delay:2.2s;opacity:0.05; }
  59. .particle:nth-child(6) { width:3px;height:3px;left:12%;top:88%;animation-delay:4s; }
  60. .particle:nth-child(7) { width:8px;height:8px;left:50%;top:50%;animation-delay:1s;opacity:0.08; }
  61. .particle:nth-child(8) { width:4px;height:4px;left:88%;top:60%;animation-delay:2.8s; }
  62. @keyframes float {
  63. 0%,100% { transform: translateY(0) scale(1); opacity: 0.08; }
  64. 50% { transform: translateY(-25px) scale(1.3); opacity: 0.18; }
  65. }
  66. .hero > * { position: relative; z-index: 1; }
  67. .hero-badge {
  68. display: inline-block;
  69. background: rgba(229,62,62,0.2);
  70. border: 1px solid rgba(229,62,62,0.3);
  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%, #90cdf4 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: 680px;
  92. margin-bottom: 28px;
  93. }
  94. .hero-stat {
  95. display: flex;
  96. gap: 32px;
  97. justify-content: center;
  98. flex-wrap: wrap;
  99. }
  100. .hero-stat-item { text-align: center; }
  101. .hero-stat-num {
  102. font-size: 28px;
  103. font-weight: 800;
  104. color: #63b3ed;
  105. }
  106. .hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.55); 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. /* ===== Comparison Table ===== */
  170. .compare-table {
  171. width: 100%;
  172. border-collapse: collapse;
  173. margin: 16px 0;
  174. font-size: 14px;
  175. }
  176. .compare-table th, .compare-table td {
  177. padding: 10px 14px;
  178. text-align: left;
  179. border-bottom: 1px solid rgba(255,255,255,0.08);
  180. }
  181. .compare-table th {
  182. background: rgba(255,255,255,0.05);
  183. color: #a0aec0;
  184. font-weight: 600;
  185. font-size: 13px;
  186. letter-spacing: 1px;
  187. }
  188. .compare-table td { color: #cbd5e0; }
  189. .compare-table .win { color: #68d391; font-weight: 700; }
  190. /* ===== Trust ===== */
  191. .trust {
  192. background: rgba(255,255,255,0.02);
  193. text-align: center;
  194. }
  195. .trust h2 { font-size: 20px; }
  196. .trust p { font-size: 16px; color: #a0aec0; }
  197. /* ===== CTA ===== */
  198. .cta-block {
  199. background: linear-gradient(135deg, #0a1628, #1a365d);
  200. color: #fff;
  201. text-align: center;
  202. border: 1px solid rgba(99,179,237,0.15);
  203. }
  204. .cta-block h2 { color: #fff; font-size: 22px; margin-bottom: 24px; }
  205. .benefit-list { text-align: left; max-width: 540px; margin: 0 auto; }
  206. .benefit-item {
  207. display: flex;
  208. align-items: flex-start;
  209. gap: 10px;
  210. padding: 10px 0;
  211. border-bottom: 1px solid rgba(255,255,255,0.06);
  212. font-size: 15px;
  213. color: #a0aec0;
  214. }
  215. .benefit-item:last-child { border-bottom: none; }
  216. .benefit-item .check { color: #68d391; font-weight: 700; flex-shrink: 0; }
  217. .benefit-item strong { color: #e2e8f0; }
  218. /* ===== Honesty ===== */
  219. .honesty {
  220. background: rgba(229,62,62,0.06);
  221. text-align: center;
  222. padding: 36px 48px;
  223. }
  224. .honesty-label {
  225. font-size: 18px;
  226. font-weight: 700;
  227. color: #fc8181;
  228. margin-bottom: 12px;
  229. }
  230. .honesty-text {
  231. font-size: 18px !important;
  232. font-weight: 700 !important;
  233. color: #fc8181 !important;
  234. }
  235. .honesty-sub {
  236. font-size: 16px !important;
  237. color: #feb2b2 !important;
  238. margin-top: 8px !important;
  239. }
  240. /* ===== Contact ===== */
  241. .contact {
  242. background: #0a1628;
  243. color: #fff;
  244. text-align: center;
  245. padding: 40px 48px;
  246. }
  247. .contact p {
  248. color: #a0aec0 !important;
  249. font-size: 16px !important;
  250. margin-bottom: 10px !important;
  251. }
  252. .contact-tagline {
  253. margin-top: 18px;
  254. font-size: 14px;
  255. color: #63b3ed;
  256. line-height: 1.8;
  257. }
  258. .contact-tagline strong { color: #e2e8f0; }
  259. .qr-row {
  260. display: flex;
  261. flex-direction: column;
  262. align-items: center;
  263. gap: 8px;
  264. margin: 16px 0;
  265. }
  266. .qr-img {
  267. width: 140px;
  268. height: 140px;
  269. border-radius: 8px;
  270. border: 2px solid rgba(255,255,255,0.1);
  271. }
  272. .qr-label {
  273. font-size: 13px;
  274. color: #a0aec0;
  275. }
  276. /* ===== Article Link ===== */
  277. .article-ref {
  278. display: inline-block;
  279. background: rgba(99,179,237,0.1);
  280. border: 1px solid rgba(99,179,237,0.2);
  281. border-radius: 8px;
  282. padding: 12px 18px;
  283. margin: 8px 0 4px;
  284. font-size: 14px;
  285. color: #90cdf4;
  286. transition: background 0.2s;
  287. }
  288. .article-ref:hover { background: rgba(99,179,237,0.18); }
  289. .article-ref strong { color: #fff; }
  290. /* ===== Product Highlight ===== */
  291. .product-highlight {
  292. background: linear-gradient(135deg, rgba(49,130,206,0.08), rgba(56,178,172,0.08));
  293. border: 1px solid rgba(99,179,237,0.15);
  294. border-radius: 14px;
  295. padding: 24px 28px;
  296. margin: 16px 0;
  297. }
  298. .product-highlight h3 {
  299. color: #81e6d9;
  300. font-size: 18px;
  301. margin-bottom: 10px;
  302. }
  303. .product-highlight p { color: #a0aec0; }
  304. /* ===== Responsive ===== */
  305. @media (max-width: 640px) {
  306. .page-wrapper { padding: 0 4px 40px; }
  307. .hero { padding: 48px 20px 40px; min-height: 60vh; }
  308. .hero h1 { font-size: 24px; }
  309. .section { padding: 28px 20px; }
  310. .honesty { padding: 28px 20px; }
  311. .contact { padding: 28px 20px; }
  312. .section h2 { font-size: 18px; }
  313. .pain-header h2 { font-size: 16px; }
  314. .hero-stat { gap: 16px; }
  315. .hero-stat-num { font-size: 22px; }
  316. }
  317. </style>
  318. <!-- Microsoft Clarity -->
  319. <script>
  320. (function(c,l,a,r,i,t,y){
  321. c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
  322. t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
  323. y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
  324. })(window, document, "clarity", "script", "xj4p74ra9m");
  325. </script>
  326. <link rel="stylesheet" href="../css/mobile.css">
  327. </head>
  328. <body>
  329. <div class="hero">
  330. <div class="hero-particles">
  331. <div class="particle"></div><div class="particle"></div><div class="particle"></div>
  332. <div class="particle"></div><div class="particle"></div><div class="particle"></div>
  333. <div class="particle"></div><div class="particle"></div>
  334. </div>
  335. <div class="hero-badge">⚠️ 最新研究 · 2025</div>
  336. <h1>你喝的不是水,<br>是几十万个塑料颗粒</h1>
  337. <p class="hero-sub">WHO、NEJM、PNAS 等国际权威研究证实——瓶装水、桶装水中微塑料普遍存在,纳米塑料可穿透肠道屏障进入血液。你和家人每天喝下的水里,藏着看不见的健康隐患。</p>
  338. <div class="hero-stat">
  339. <div class="hero-stat-item"><div class="hero-stat-num">24.7万</div><div class="hero-stat-label">每升桶装水微塑料颗粒数</div></div>
  340. <div class="hero-stat-item"><div class="hero-stat-num">90%</div><div class="hero-stat-label">瓶装水检出率</div></div>
  341. <div class="hero-stat-item"><div class="hero-stat-num">0.001mm</div><div class="hero-stat-label">可穿透血脑屏障的尺寸</div></div>
  342. </div>
  343. </div>
  344. <div class="page-wrapper">
  345. <!-- ====== 痛点一 ====== -->
  346. <div class="section pain">
  347. <div class="pain-header">
  348. <span class="icon">🔬</span>
  349. <h2>痛点一:桶装水的"微塑料陷阱"</h2>
  350. </div>
  351. <div class="situation">
  352. <div class="situation-label">场景还原:</div>
  353. <p>你的办公室每周订3桶桶装水,看起来干净透明。但研究显示:<strong>桶装水在反复使用、高温消毒、运输碰撞过程中释放大量微塑料颗粒</strong>——每升水中平均含 24.7 万个塑料颗粒(其中 90% 为纳米塑料)。饮水机长期不清洗,细菌与微塑料叠加,问题加倍。</p>
  354. </div>
  355. <div class="data-box">
  356. <div class="data-label">权威证据:</div>
  357. <p>2024 年《美国国家科学院院刊》(PNAS)研究检测 3 个主流品牌的桶装水,发现每升含有 11 万至 37 万个塑料颗粒。再加热后释放量增加 2-3 倍。<a href="../articles/plastic-health.html" target="_blank" style="color:#63b3ed;">查看完整文章 →</a></p>
  358. </div>
  359. </div>
  360. <!-- ====== 痛点二 ====== -->
  361. <div class="section pain">
  362. <div class="pain-header">
  363. <span class="icon">🚰</span>
  364. <h2>痛点二:瓶装水——你以为的"干净",同样不安全</h2>
  365. </div>
  366. <div class="situation">
  367. <div class="situation-label">场景还原:</div>
  368. <p>天热了随手买瓶矿泉水,孩子运动后递上一瓶纯净水——这些看似"安全"的选择,<strong>90% 以上都检出了微塑料</strong>。塑料瓶在储存、暴晒、运输过程中持续向水中释放塑料颗粒。世界卫生组织(WHO)2019 年即发出警告:微塑料污染已构成全球性健康关注。</p>
  369. </div>
  370. <div class="solution-box">
  371. <div class="solution-label">💡 一个数据:</div>
  372. <p>每人每周通过饮水摄入的微塑料相当于一张信用卡的重量(约 5 克)。—— 澳大利亚纽卡斯尔大学(University of Newcastle)研究报告。</p>
  373. </div>
  374. </div>
  375. <!-- ====== 痛点三 ====== -->
  376. <div class="section pain">
  377. <div class="pain-header">
  378. <span class="icon">🧬</span>
  379. <h2>痛点三:纳米塑料能去哪?比你想象的更可怕</h2>
  380. </div>
  381. <div class="situation">
  382. <div class="situation-label">科学发现:</div>
  383. <p>不是塑料颗粒大才可怕——<strong>恰恰相反,越小的颗粒越危险。</strong> 纳米塑料(直径<1μm)可以:</p>
  384. <p>• 穿透肠道屏障进入血液循环</p>
  385. <p>• 穿越血脑屏障,在大脑中累积</p>
  386. <p>• 进入胎盘组织,影响胎儿发育</p>
  387. <p>• 携带双酚A(BPA)等内分泌干扰物进入细胞</p>
  388. </div>
  389. <div class="data-box">
  390. <div class="data-label">研究数据:</div>
  391. <p>2024 年《新英格兰医学杂志》(NEJM)发表里程碑式研究:颈动脉斑块中检出微塑料的患者,<strong>心脑血管事件风险升高 3.5 倍</strong>,全因死亡风险升高 2.3 倍。这不是未来的担忧——这是正在发生的事。</p>
  392. </div>
  393. </div>
  394. <!-- ====== 痛点四 ====== -->
  395. <div class="section pain">
  396. <div class="pain-header">
  397. <span class="icon">🏢</span>
  398. <h2>痛点四:办公室最大的健康盲区</h2>
  399. </div>
  400. <div class="situation">
  401. <div class="situation-label">场景还原:</div>
  402. <p>统计显示,中国上班族日均在办公室饮水 1.2L。除了桶装水微塑料问题,还有<strong>饮水机二次污染</strong>——内胆长期不消毒、接水口暴露在空气中、桶口封膜撕开后直接暴露。在一个 20 人以上的办公区,饮水机内部的生物膜菌落数可能超过马桶水箱。</p>
  403. </div>
  404. </div>
  405. <!-- ====== 方案 ====== -->
  406. <div class="section feature">
  407. <div class="feature-header">
  408. <span class="icon">💧</span>
  409. <h2>方案:为什么是 Enagic 还原水机</h2>
  410. </div>
  411. <p>面对微塑料污染,普通净水器无法解决全部问题——大多数净水器只能过滤微米级颗粒,无法拦截纳米塑料。而 Enagic 还原水机提供了一套完整的方案:</p>
  412. <div class="product-highlight">
  413. <h3>🌊 三重防护体系</h3>
  414. <p><strong>第一重:高精度过滤</strong> — 内置活性炭+精密滤芯,去除铁锈、悬浮物、余氯、有机物,拦截微米级塑料颗粒。</p>
  415. <p><strong>第二重:电解还原</strong> — 将自来水/净水转化为弱碱性还原水,富含溶解氢(H₂),提供抗氧化能力。</p>
  416. <p><strong>第三重:功能水定制</strong> — 根据场景选择不同 pH 值的水:强还原水(pH 11.5)用于清洗蔬果去除残留;还原水(pH 8.5-9.5)日常饮用;酸性水(pH 6.0)护肤清洁。</p>
  417. </div>
  418. <p>换言之,<strong>一台 Enagic 机器 = 净水器 + 抗氧化饮水机 + 多功能厨房助手</strong>。不仅解决了微塑料问题,还提升了全家饮水品质。</p>
  419. </div>
  420. <!-- ====== 对比 ====== -->
  421. <div class="section pain">
  422. <div class="pain-header">
  423. <span class="icon">⚖️</span>
  424. <h2>饮水方案对比</h2>
  425. </div>
  426. <table class="compare-table">
  427. <tr><th>方案</th><th>微塑料清除</th><th>年成本</th><th>抗氧化</th><th>适用场景</th></tr>
  428. <tr><td>桶装水</td><td>❌ 本身含微塑料</td><td>2,000-4,000 元</td><td>❌</td><td>办公室</td></tr>
  429. <tr><td>瓶装水</td><td>❌ 90%检出率</td><td>3,000-8,000 元</td><td>❌</td><td>外出/应急</td></tr>
  430. <tr><td>普通净水器</td><td>⚠️ 微米级,无法阻隔纳米塑料</td><td>500-1,500 元/年</td><td>❌</td><td>家庭</td></tr>
  431. <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>
  432. </table>
  433. <p style="font-size:13px; color:#718096; text-align:center; margin-top:8px;">* Enagic 年成本基于滤芯更换费用,主机使用寿命 15-20 年</p>
  434. </div>
  435. <!-- ====== 信任 ====== -->
  436. <div class="section trust">
  437. <h2>❓ 为什么 Enagic</h2>
  438. <p>不是因为它"贵",是因为它<strong>真的能解决微塑料问题</strong>。</p>
  439. <p>Enagic 成立于 1974 年,是全球电解还原水行业的开创者和领导者。50 年技术积累,产品通过 ISO 13485 医疗级认证、WQA 金印认证,服务全球数百万家庭。浠艾福作为 Enagic 授权服务商,提供正品保障 + 专业安装 + 售后维护。</p>
  440. <p>选择 Enagic 的家庭——有新手父母担心孩子饮水安全、有企业 HR 关注员工健康福利、有注重生活品质的中年人群——他们的共同点不是奢侈消费,而是<strong>对"看不到的风险"极度敏感</strong>。</p>
  441. <a href="../articles/plastic-health.html" target="_blank" class="article-ref">
  442. 📖 完整科普文章 → <strong>《看不见的入侵者 — 微塑料与办公室饮水健康》</strong>
  443. </a>
  444. <div style="margin-top:1.5rem;padding:1rem;background:rgba(255,255,255,0.03);border-radius:8px;">
  445. <h4 style="font-size:0.9rem;margin-bottom:0.5rem;color:#e2e8f0;">📚 延伸阅读:水污染的其他面</h4>
  446. <ul style="margin:0;padding-left:1.2rem;font-size:0.85rem;line-height:2;">
  447. <li><a href="../articles/tap-water-pollution.html" style="color:#68d391;">自来水中的隐形威胁——抗生素·农药·DBPs·激素</a></li>
  448. <li><a href="../articles/cardio-cerebro.html" style="color:#68d391;">心脑血管疾病 · 慢性炎症与血管健康</a></li>
  449. <li><a href="../articles/cancer.html" style="color:#68d391;">癌症 · 症-病-因与主动健康干预</a></li>
  450. <li><a href="../articles/diabetes.html" style="color:#68d391;">糖尿病 · 症-病-因与主动健康干预</a></li>
  451. </ul>
  452. <p style="font-size:0.78rem;color:#718096;margin-top:0.5rem;">更详细的内容可参见相关文章,点击阅读。</p>
  453. </div>
  454. </div>
  455. <!-- ====== 行动号召 ====== -->
  456. <div class="section cta-block">
  457. <h2>💥 一台 Enagic,五个改变</h2>
  458. <div class="benefit-list">
  459. <div class="benefit-item"><span class="check">✓</span><strong>微塑料终结者</strong>:高精度过滤 + 电解,有效拦截微米级颗粒,大幅降低纳米级风险</div>
  460. <div class="benefit-item"><span class="check">✓</span><strong>比瓶装水划算 10 倍</strong>:一次投入,全家 15 年好水,综合成本远低于桶装水/瓶装水</div>
  461. <div class="benefit-item"><span class="check">✓</span><strong>从喝水到做饭</strong>:三种功能水覆盖饮用、烹饪、清洁、护肤全场景</div>
  462. <div class="benefit-item"><span class="check">✓</span><strong>抗氧化护身</strong>:溶解氢对抗自由基,助力日常抗氧化</div>
  463. <div class="benefit-item"><span class="check">✓</span><strong>正品 + 售后</strong>:浠艾福授权服务,一台好机器用 15 年</div>
  464. </div>
  465. </div>
  466. <!-- ====== 大实话 ====== -->
  467. <div class="section honesty">
  468. <div class="honesty-label">➡️ 一句大实话:</div>
  469. <p class="honesty-text">微塑料问题短期内不会消失——你无法改变环境,但可以改变喝进身体的水。<strong>今天的一台还原水机,是对未来 15 年健康的最低成本投资。</strong></p>
  470. <p class="honesty-sub">不买没问题,但了解总比不知道好。</p>
  471. </div>
  472. <!-- ====== 联系方式 ====== -->
  473. <div class="section contact">
  474. <p>📩 <a href="../articles/plastic-health.html" target="_blank" style="color:var(--blue);">查看完整科普文章《微塑料与饮水安全》→</a></p>
  475. <div class="qr-row">
  476. <img id="qr-code" src="../img/yan.png" alt="咨询二维码" class="qr-img">
  477. <div class="qr-label">扫码咨询</div>
  478. </div>
  479. <div class="contact-tagline">
  480. <strong>你喝的不是水,是未来 10 年的健康。</strong><br>
  481. 花 15 分钟聊聊?扫码加微信
  482. </div>
  483. </div>
  484. </div>
  485. <script>
  486. (function() {
  487. var p = new URLSearchParams(window.location.search);
  488. var share = p.get('share') || 'yan';
  489. var qr = document.getElementById('qr-code');
  490. if (qr) qr.src = '../img/' + share + '.png';
  491. })();
  492. </script>
  493. </body>
  494. </html>