counterfeit-warning.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  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: #140d0a;
  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: 880px;
  21. margin: 0 auto;
  22. padding: 0 16px 60px;
  23. }
  24. /* ===== Hero ===== */
  25. .hero {
  26. background: linear-gradient(135deg, #1a0f0a 0%, #7c2d12 45%, #b91c1c 75%, #450a0a 100%);
  27. color: #fff;
  28. padding: 72px 48px 52px;
  29. text-align: center;
  30. position: relative;
  31. overflow: hidden;
  32. display: flex;
  33. flex-direction: column;
  34. justify-content: center;
  35. align-items: center;
  36. }
  37. .hero::before {
  38. content: '';
  39. position: absolute;
  40. inset: 0;
  41. background:
  42. radial-gradient(ellipse at 30% 40%, rgba(251,191,36,0.10) 0%, transparent 55%),
  43. radial-gradient(ellipse at 70% 60%, rgba(239,68,68,0.10) 0%, transparent 50%);
  44. pointer-events: none;
  45. }
  46. .hero > * { position: relative; z-index: 1; }
  47. .hero-badge {
  48. display: inline-block;
  49. background: rgba(255,255,255,0.12);
  50. border: 1px solid rgba(255,255,255,0.25);
  51. border-radius: 20px;
  52. padding: 4px 18px;
  53. font-size: 12px;
  54. letter-spacing: 2px;
  55. margin-bottom: 24px;
  56. color: #fcd34d;
  57. }
  58. .hero h1 {
  59. font-size: clamp(26px, 5vw, 38px);
  60. font-weight: 800;
  61. line-height: 1.35;
  62. margin-bottom: 20px;
  63. background: linear-gradient(135deg, #fff 55%, #fca5a5 100%);
  64. -webkit-background-clip: text;
  65. -webkit-text-fill-color: transparent;
  66. background-clip: text;
  67. }
  68. .hero-sub {
  69. font-size: 17px;
  70. color: rgba(255,255,255,0.8);
  71. max-width: 700px;
  72. margin-bottom: 28px;
  73. }
  74. .hero-stat { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; }
  75. .hero-stat-item { text-align: center; }
  76. .hero-stat-num { font-size: 28px; font-weight: 800; color: #fcd34d; }
  77. .hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 1px; }
  78. /* ===== Section Base ===== */
  79. .section { padding: 44px 48px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  80. .section:last-of-type { border-bottom: none; }
  81. .section h2 { font-size: 22px; font-weight: 700; margin-bottom: 18px; color: #fff; }
  82. .section p { font-size: 15px; line-height: 1.9; color: #a0aec0; margin-bottom: 12px; }
  83. .section p:last-child { margin-bottom: 0; }
  84. /* ===== Timeline ===== */
  85. .timeline { position: relative; padding-left: 28px; }
  86. .timeline::before {
  87. content: '';
  88. position: absolute;
  89. left: 8px;
  90. top: 4px;
  91. bottom: 4px;
  92. width: 2px;
  93. background: linear-gradient(180deg, #fcd34d, #ef4444 60%, #7c2d12);
  94. border-radius: 2px;
  95. }
  96. .tl-item { position: relative; padding: 18px 20px 18px 0; border-bottom: 1px dashed rgba(255,255,255,0.08); }
  97. .tl-item:last-child { border-bottom: none; }
  98. .tl-item::before {
  99. content: '';
  100. position: absolute;
  101. left: -28px;
  102. top: 26px;
  103. width: 12px;
  104. height: 12px;
  105. border-radius: 50%;
  106. background: #fcd34d;
  107. border: 3px solid #1a0f0a;
  108. box-shadow: 0 0 0 2px rgba(252,211,77,0.35);
  109. }
  110. .tl-item.hot::before { background: #ef4444; box-shadow: 0 0 0 2px rgba(239,68,68,0.35); }
  111. .tl-date {
  112. display: inline-block;
  113. font-size: 13px;
  114. font-weight: 700;
  115. color: #fcd34d;
  116. background: rgba(252,211,77,0.1);
  117. border: 1px solid rgba(252,211,77,0.25);
  118. padding: 2px 12px;
  119. border-radius: 12px;
  120. margin-bottom: 10px;
  121. letter-spacing: 0.5px;
  122. }
  123. .tl-item.hot .tl-date { color: #f87171; background: rgba(239,68,68,0.1); border-color: rgba(239,68,68,0.3); }
  124. .tl-title { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
  125. .tl-body { font-size: 14.5px; color: #a0aec0; line-height: 1.9; }
  126. .tl-body strong { color: #e2e8f0; }
  127. .tl-body .danger { color: #f87171; font-weight: 700; }
  128. /* ===== Rules ===== */
  129. .rule-box {
  130. background: rgba(255,255,255,0.03);
  131. border: 1px solid rgba(255,255,255,0.08);
  132. border-radius: 12px;
  133. padding: 20px 24px;
  134. margin-bottom: 14px;
  135. }
  136. .rule-box h3 { font-size: 16px; font-weight: 700; color: #fcd34d; margin-bottom: 8px; }
  137. .rule-box p { font-size: 14.5px; color: #a0aec0; margin: 0; line-height: 1.9; }
  138. .rule-box p strong { color: #e2e8f0; }
  139. /* ===== Channel ===== */
  140. .channel-list { list-style: none; padding: 0; }
  141. .channel-list li {
  142. display: flex;
  143. align-items: flex-start;
  144. gap: 10px;
  145. padding: 12px 0;
  146. border-bottom: 1px solid rgba(255,255,255,0.06);
  147. font-size: 15px;
  148. color: #a0aec0;
  149. }
  150. .channel-list li:last-child { border-bottom: none; }
  151. .channel-list .check { color: #4ade80; font-weight: 700; flex-shrink: 0; }
  152. .channel-list strong { color: #e2e8f0; }
  153. /* ===== CTA ===== */
  154. .cta-block {
  155. background: linear-gradient(135deg, #1a0f0a, #7c2d12);
  156. color: #fff;
  157. text-align: center;
  158. border: 1px solid rgba(252,211,77,0.2);
  159. }
  160. .cta-block h2 { color: #fff; font-size: 22px; margin-bottom: 24px; }
  161. .benefit-list { text-align: left; max-width: 560px; margin: 0 auto; }
  162. .benefit-item {
  163. display: flex;
  164. align-items: flex-start;
  165. gap: 10px;
  166. padding: 10px 0;
  167. border-bottom: 1px solid rgba(255,255,255,0.06);
  168. font-size: 15px;
  169. color: #a0aec0;
  170. }
  171. .benefit-item:last-child { border-bottom: none; }
  172. .benefit-item .check { color: #4ade80; font-weight: 700; flex-shrink: 0; }
  173. .benefit-item strong { color: #e2e8f0; }
  174. /* ===== Honesty ===== */
  175. .honesty { background: rgba(239,68,68,0.07); text-align: center; padding: 36px 48px; }
  176. .honesty-label { font-size: 18px; font-weight: 700; color: #f87171; margin-bottom: 12px; }
  177. .honesty-text {
  178. font-size: 18px !important;
  179. font-weight: 700 !important;
  180. color: #f87171 !important;
  181. }
  182. .honesty-sub { font-size: 16px !important; color: #fca5a5 !important; margin-top: 8px !important; }
  183. /* ===== Contact ===== */
  184. .contact { background: #140d0a; color: #fff; text-align: center; padding: 40px 48px; }
  185. .contact p { color: #a0aec0 !important; font-size: 16px !important; margin-bottom: 10px !important; }
  186. .contact-tagline { margin-top: 18px; font-size: 14px; color: #fcd34d; line-height: 1.8; }
  187. .contact-tagline strong { color: #e2e8f0; }
  188. .qr-row { display: flex; flex-direction: column; align-items: center; gap: 8px; margin: 16px 0; }
  189. .qr-img { width: 140px; height: 140px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.1); }
  190. .qr-label { font-size: 13px; color: #a0aec0; }
  191. /* ===== Source Link ===== */
  192. .tl-link {
  193. display: inline-block;
  194. margin-top: 8px;
  195. font-size: 13px;
  196. color: #fcd34d;
  197. opacity: 0.75;
  198. transition: opacity 0.2s;
  199. }
  200. .tl-link:hover { opacity: 1; text-decoration: underline; }
  201. .tl-link::before { content: '🔗 '; }
  202. /* ===== Article Ref ===== */
  203. .article-ref {
  204. display: inline-block;
  205. background: rgba(252,211,77,0.08);
  206. border: 1px solid rgba(252,211,77,0.2);
  207. border-radius: 8px;
  208. padding: 12px 18px;
  209. margin: 8px 0 4px;
  210. font-size: 14px;
  211. color: #fcd34d;
  212. transition: background 0.2s;
  213. }
  214. .article-ref:hover { background: rgba(252,211,77,0.16); }
  215. .article-ref strong { color: #fff; }
  216. /* ===== Responsive ===== */
  217. @media (max-width: 640px) {
  218. .page-wrapper { padding: 0 4px 40px; }
  219. .hero { padding: 48px 20px 40px; }
  220. .hero h1 { font-size: 24px; }
  221. .section { padding: 28px 20px; }
  222. .honesty { padding: 28px 20px; }
  223. .contact { padding: 28px 20px; }
  224. .section h2 { font-size: 18px; }
  225. .hero-stat { gap: 16px; }
  226. .hero-stat-num { font-size: 22px; }
  227. .timeline { padding-left: 22px; }
  228. .tl-item::before { left: -22px; }
  229. }
  230. </style>
  231. <!-- Microsoft Clarity -->
  232. <script>
  233. (function(c,l,a,r,i,t,y){
  234. c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
  235. t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
  236. y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
  237. })(window, document, "clarity", "script", "xj4p74ra9m");
  238. </script>
  239. <link rel="stylesheet" href="../css/mobile.css">
  240. </head>
  241. <body>
  242. <div class="hero">
  243. <div class="hero-badge">⚠️ 官方公告汇编 · 2000+ 违规链接被处理</div>
  244. <h1>为什么网购的"Enagic 还原水机"<br>大概率不靠谱?</h1>
  245. <p class="hero-sub">Enagic 官方多次发布合规公告:公司从未在中国设厂,所有产品均从日本出口;线上平台销售的水机,可能是假冒、翻新机或水货——没有保修、无法注册、不受售后服务保障。本页按时间倒序整理官方历次公告原文。</p>
  246. <div class="hero-stat">
  247. <div class="hero-stat-item"><div class="hero-stat-num">2000+</div><div class="hero-stat-label">被投诉下架的线上链接</div></div>
  248. <div class="hero-stat-item"><div class="hero-stat-num">0</div><div class="hero-stat-label">中国境内生产线</div></div>
  249. <div class="hero-stat-item"><div class="hero-stat-num">7次</div><div class="hero-stat-label">官方合规警告</div></div>
  250. </div>
  251. </div>
  252. <div class="page-wrapper">
  253. <!-- ====== 引言 ====== -->
  254. <div class="section">
  255. <h2>📌 先说结论</h2>
  256. <p>Enagic 官方(含日本总部、香港亚洲总部)对"线上销售"的态度始终如一:<strong>Enagic 产品从未在电商平台、第三方网店销售,网购水机无法获得任何官方保障。</strong>以下 7 条公告按时间从新到旧排列,全部来自 Enagic 亚洲总部官网 <a href="https://enagic-asia.com/en/activities/Compliance-News" target="_blank" style="color:#fcd34d;text-decoration:underline;">「法規新聞(Compliance News)」</a> 栏目,可随时查证。</p>
  257. </div>
  258. <!-- ====== 时间线(按时间倒序) ====== -->
  259. <div class="section">
  260. <h2>🕐 官方公告时间线(新 → 旧)</h2>
  261. <div class="timeline">
  262. <!-- 2025-09-26 -->
  263. <div class="tl-item hot">
  264. <span class="tl-date">2025-09-26 · 官方通知</span>
  265. <div class="tl-title">重要通知-切勿向未經 ENAGIC 授權之違規商店購買產品</div>
  266. <div class="tl-body">
  267. 公司发布最新通知:<strong>切勿向未经 ENAGIC 授权的违规商店购买产品</strong>。只有通过授权经销商与授权渠道购买的 Enagic 产品,才能获得正品保障与保修服务;从违规商店购买的产品,公司将不予认可、不提供保修。
  268. <a href="https://enagic-asia.com/en/activities/Compliance-News" target="_blank" class="tl-link">查看原文 · Compliance News 第1页</a>
  269. </div>
  270. </div>
  271. <!-- 2025-09-05 -->
  272. <div class="tl-item hot">
  273. <span class="tl-date">2025-09-05 · 香港海关介入</span>
  274. <div class="tl-title">重要通知-提防假冒(香港海关来函)</div>
  275. <div class="tl-body">
  276. 因公司接获<strong>香港海关来函</strong>,查询有关<strong>线上平台涉嫌销售假冒 Enagic® 水机</strong>一事,故请勿从线上平台购买及使用来源不明的水机——<span class="danger">相关产品可能为假冒产品</span>,以免蒙受健康、金钱损失及丧失保修服务。
  277. <a href="https://enagic-asia.com/en/activities/Compliance-News" target="_blank" class="tl-link">查看原文 · Compliance News 第1页</a>
  278. </div>
  279. </div>
  280. <!-- 2021-09-02 Online sales link issue -->
  281. <div class="tl-item">
  282. <span class="tl-date">2021-09-02 · 中国市场专项</span>
  283. <div class="tl-title">Online sales link issue in China(中国线上销售链接问题)</div>
  284. <div class="tl-body">
  285. <strong>Enagic 产品禁止在互联网购物网站上销售。</strong>公司已对超过 <strong>2000 条线上平台链接</strong>提出投诉,其中大部分已被删除,部分平台店铺也受到了处罚。如经销商发现违规链接,可向合规部(compliance@enagic-asia.com)举报。
  286. <a href="https://enagic-asia.com/en/activities/Compliance-News" target="_blank" class="tl-link">查看原文 · Compliance News 第1页</a>
  287. </div>
  288. </div>
  289. <!-- 2021-09-02 Stop handling unknown goods -->
  290. <div class="tl-item">
  291. <span class="tl-date">2021-09-02 · 水货警示</span>
  292. <div class="tl-title">Notice of Stop handle or provide after-sales service for unknown goods(停止处理来源不明货物)</div>
  293. <div class="tl-body">
  294. 公司<strong>禁止销售/购买未经官方进口进入中国市场的 Kangen 水机</strong>。请停止购买来源不明的 Kangen 水机——<strong>走私与逃税属于违法行为</strong>。对于此类问题,公司将采取纪律处分并取消保修服务;同时提醒经销商停止处理或为这些非法货物提供售后服务。
  295. <a href="https://enagic-asia.com/en/activities/compliance-news?page=1" target="_blank" class="tl-link">查看原文 · Compliance News 第2页</a>
  296. </div>
  297. </div>
  298. <!-- 2020-06-02 Selling counterfeit goods -->
  299. <div class="tl-item hot">
  300. <span class="tl-date">2020-06-02 · 假冒声明</span>
  301. <div class="tl-title">Selling counterfeit goods(市场出现假冒产品)</div>
  302. <div class="tl-body">
  303. 近期市场出现 Enagic 水机<strong>"假冒产品"</strong>,并有人声称"Enagic 技术人员已在中国建立生产线"——此行为具有误导性,侵犯了消费者权益。公司重申:<strong>Enagic 从未在中国设立生产线,所有 Enagic 品牌产品均从日本出口。</strong>提醒消费者警惕假冒产品。<span class="danger">假冒者不在乎你的健康,他们只在乎利润</span>——许多假冒产品质量低劣,可能造成伤害。
  304. <a href="https://enagic-asia.com/en/activities/compliance-news?page=1" target="_blank" class="tl-link">查看原文 · Compliance News 第2页</a>
  305. </div>
  306. </div>
  307. <!-- 2019-07-24 Renovated old machine -->
  308. <div class="tl-item">
  309. <span class="tl-date">2019-07-24 · 翻新机案例</span>
  310. <div class="tl-title">Old machine is sold as a new machine after renovation(旧机翻新当新机卖)</div>
  311. <div class="tl-body">
  312. 公司收到返修机器后发现:一台<strong>已使用近十年的水机</strong>,外观却是全新的。客户表示使用不到一年,机器是通过<strong>线上商店(如淘宝)</strong>购买的——疑似不良商家将旧机翻新后通过网店出售。此类翻新手段可能使<strong>油漆进入水管</strong>,影响饮水安全;机器一旦被改装或喷涂过,保修即告失效。公司再次重申:<strong>严禁在任何线上商店销售 Enagic 水机</strong>,经销商一经查实将被终止经销资格,相关产品不予维修。
  313. <a href="https://enagic-asia.com/en/activities/compliance-news?page=1" target="_blank" class="tl-link">查看原文 · Compliance News 第2页</a>
  314. </div>
  315. </div>
  316. <!-- 2019-07-23 Unauthorized seller -->
  317. <div class="tl-item">
  318. <span class="tl-date">2019-07-23 · 五大风险提示</span>
  319. <div class="tl-title">Pay attention Unauthorized Seller(警惕未经授权的卖家)</div>
  320. <div class="tl-body">
  321. 为保护买家权益与安全,公司强烈建议不要在线上商店交易:<br>
  322. 1️⃣ Enagic 产品从不在线上商店销售,线上销售是被明令禁止的;<br>
  323. 2️⃣ 任何通过线上渠道购买的产品均不享受保修;<br>
  324. 3️⃣ SD501(7 板)与 JrII(3 板)外观非常相似但价格不同,线上买家可能无法获得正确信息;<br>
  325. 4️⃣ 线上产品可能是<strong>二手的、有缺陷的、假冒的或欠款的</strong>;<br>
  326. 5️⃣ 产品可能未以你的名义注册。
  327. <a href="https://enagic-asia.com/en/activities/compliance-news?page=1" target="_blank" class="tl-link">查看原文 · Compliance News 第2页</a>
  328. </div>
  329. </div>
  330. </div>
  331. </div>
  332. <!-- ====== 识别要点 ====== -->
  333. <div class="section">
  334. <h2>🔍 识别"假 Enagic"的 4 个黄金法则</h2>
  335. <div class="rule-box">
  336. <h3>① 中国没有 Enagic 工厂</h3>
  337. <p>官方 2020 年声明:<strong>Enagic 从未在中国设立生产线,所有产品均从日本出口。</strong>任何"国内组装""国内设厂"的说法都是误导,是假冒产品常用的话术。</p>
  338. </div>
  339. <div class="rule-box">
  340. <h3>② 线上商店卖 Enagic = 违规</h3>
  341. <p>官方自 2019 年起反复重申:<strong>严禁在任何线上商店销售 Enagic 水机</strong>,公司已对 2000+ 条线上链接投诉下架。正规渠道只有<strong>授权经销商</strong>与<strong>授权门店</strong>。</p>
  342. </div>
  343. <div class="rule-box">
  344. <h3>③ 网购 = 无保修 + 无注册</h3>
  345. <p>官方 2019-2021 年多次公告:任何通过线上渠道购买的产品<strong>均不享受保修</strong>、可能<strong>未以你的名义注册</strong>、且无法获得售后服务。出了问题,找不到任何人为你负责。</p>
  346. </div>
  347. <div class="rule-box">
  348. <h3>④ 翻新机有健康风险</h3>
  349. <p>官方 2019 年实测案例:线上购买的"新机"实为<strong>使用近十年的翻新机</strong>,翻新喷涂可能让<strong>油漆进入水管</strong>,直接威胁饮水安全——这已经不是钱的问题,是健康问题。</p>
  350. </div>
  351. </div>
  352. <!-- ====== 正确渠道 ====== -->
  353. <div class="section">
  354. <h2>✅ 正确的购买方式</h2>
  355. <p>Enagic 官方渠道只有以下两种,其余均无法获得正品与保修保障:</p>
  356. <ul class="channel-list">
  357. <li><span class="check">✓</span><strong>授权经销商</strong>:通过 Enagic 认证的独立经销商购买,经销商将协助选型、下单与注册。</li>
  358. <li><span class="check">✓</span><strong>官方分支机构</strong>:联系当地 Enagic 官方办事处,由官方为您对接授权经销商。</li>
  359. <li><span class="check">✓</span><strong>浠艾福(授权服务商)</strong>:作为 Enagic 授权服务商,提供正品保障 + 专业安装 + 售后维护。</li>
  360. </ul>
  361. <p style="font-size:13px; color:#718096;">* 若不确定卖家是否授权,可在 Enagic 亚洲总部官网 <a href="https://enagic-asia.com/en/activities/Compliance-News" target="_blank" style="color:#94a3b8;text-decoration:underline;">「合规」栏目</a> 查询 <a href="https://enagic-asia.com/en/authorized-kangen-water%C2%AEshop" target="_blank" style="color:#94a3b8;text-decoration:underline;">授权商店名单</a> 与 <a href="https://enagic-asia.com/en/unauthorised-shops" target="_blank" style="color:#94a3b8;text-decoration:underline;">未经授权名单</a>。</p>
  362. </div>
  363. <!-- ====== CTA ====== -->
  364. <div class="section cta-block">
  365. <h2>💧 买对一台真 Enagic,比省几千块更重要</h2>
  366. <div class="benefit-list">
  367. <div class="benefit-item"><span class="check">✓</span><strong>日本原装正品</strong>:100% 日本出口,工厂直供,杜绝翻新与假冒</div>
  368. <div class="benefit-item"><span class="check">✓</span><strong>官方保修注册</strong>:机器以你的名义官方注册,享受 3-5 年保修</div>
  369. <div class="benefit-item"><span class="check">✓</span><strong>专业安装售后</strong>:浠艾福授权服务,从安装到滤芯更换全程护航</div>
  370. <div class="benefit-item"><span class="check">✓</span><strong>官网可查证</strong>:授权身份、产品序列号均可向官方核实</div>
  371. <div class="benefit-item"><span class="check">✓</span><strong>长期可靠</strong>:主机寿命 15-20 年,真正的一次投资、多年安心</div>
  372. </div>
  373. </div>
  374. <!-- ====== 大实话 ====== -->
  375. <div class="section honesty">
  376. <div class="honesty-label">➡️ 一句大实话:</div>
  377. <p class="honesty-text">假的也要好几万,没有保障可就全打水漂了。</p>
  378. <p class="honesty-sub">买水机不是买手机——它要跟着你家 15 年,正品与售后比价格重要得多。</p>
  379. </div>
  380. <!-- ====== 联系方式 ====== -->
  381. <div class="section contact">
  382. <p>📩 想确认渠道是否正规,或了解正品 Enagic?欢迎咨询浠艾福。</p>
  383. <div class="qr-row">
  384. <img id="qr-code" src="../img/yan.png" alt="咨询二维码" class="qr-img">
  385. <div class="qr-label">扫码咨询</div>
  386. </div>
  387. <div class="contact-tagline">
  388. <strong>买对的,比买便宜的更重要。</strong><br>
  389. 花 15 分钟聊聊,确认你手上的机器是不是正品
  390. </div>
  391. </div>
  392. </div>
  393. <script>
  394. (function() {
  395. var p = new URLSearchParams(window.location.search);
  396. var share = p.get('share') || 'yan';
  397. var qr = document.getElementById('qr-code');
  398. if (qr) qr.src = '../img/' + share + '.png';
  399. })();
  400. </script>
  401. </body>
  402. </html>