gut-testing.html 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  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="肠道菌群基因检测——16S rRNA高通量测序,一次检测300+菌群种类,评估12类慢病风险,提供个性化精准营养方案。了解你的"第二基因组"。">
  7. <meta property="og:title" content="肠道菌群基因检测 · 产品介绍 — 浠艾福">
  8. <meta property="og:description" content="16S rRNA基因测序技术,一次检测全面评估肠道生态,涵盖菌群多样性、有益菌/有害菌占比、短链脂肪酸、肠道屏障功能、慢病风险预警等8大维度。">
  9. <meta property="og:type" content="article">
  10. <title>肠道菌群基因检测 · 产品介绍 — 浠艾福</title>
  11. <style>
  12. :root{--bg-card:#FFF;--bg-alt:#f0fdfa;--text-primary:#1a202c;--text-secondary:#4a5568;--text-muted:#718096;--accent:#0d9488;--accent-light:#ccfbf1;--blue:#1a5276;--blue-light:#eaf4fb;--green:#27ae60;--green-light:#f0fff4;--orange:#d35400;--orange-light:#fff4e6;--purple:#7c3aed;--purple-light:#f3e8ff;--teal:#0d9488;--teal-light:#ccfbf1;--rose:#e11d48;--rose-light:#fff1f2;--font:system-ui,-apple-system,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;--max-width:900px;--radius:12px;--shadow:0 4px 20px rgba(0,0,0,0.08);}
  13. *{margin:0;padding:0;box-sizing:border-box}
  14. body{font-family:var(--font);background:#f8fafc;color:var(--text-primary);line-height:1.8;font-size:16px}
  15. .container{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}
  16. .hero{background:linear-gradient(135deg,#0a0e27 0%,#0d2a28 40%,#14b8a6 100%);color:#fff;padding:5rem 1.5rem 3.5rem;text-align:center;position:relative;overflow:hidden;min-height:45vh;display:flex;align-items:center;justify-content:center}
  17. .hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(20,184,166,0.1) 0%,transparent 50%)}
  18. .hero-content{position:relative;z-index:1;max-width:720px;margin:0 auto}
  19. .hero-badge{display:inline-block;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:999px;padding:0.5rem 1.5rem;font-size:0.85rem;font-weight:500;margin-bottom:1.2rem;color:white}
  20. .hero h1{font-size:2.2rem;font-weight:700;margin-bottom:0.8rem;line-height:1.3;color:white}
  21. .hero p{font-size:1rem;opacity:0.85;max-width:600px;margin:0 auto;line-height:1.7;color:white}
  22. .hero-stats{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}
  23. .hero-stat{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.15);border-radius:12px;padding:0.8rem 1.2rem;text-align:center;min-width:120px}
  24. .hero-stat .num{font-size:1.6rem;font-weight:700;display:block;color:white}
  25. .hero-stat .label{font-size:0.72rem;opacity:0.8;color:white}
  26. section{padding:2rem 0}
  27. section:nth-child(even){background:var(--bg-alt)}
  28. h2{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}
  29. h3{font-size:1.1rem;font-weight:600;margin:1.2rem 0 0.6rem;color:var(--text-primary)}
  30. p{margin-bottom:0.8rem;color:var(--text-secondary);line-height:1.9;font-size:0.95rem}
  31. strong{color:var(--text-primary)}
  32. .card{background:white;border-radius:var(--radius);padding:1.5rem;margin-bottom:1.2rem;box-shadow:var(--shadow);border-left:4px solid var(--accent)}
  33. .card.blue{border-left-color:var(--blue)}.card.green{border-left-color:var(--green)}.card.orange{border-left-color:var(--orange)}.card.purple{border-left-color:var(--purple)}.card.teal{border-left-color:var(--teal)}
  34. .card h3{margin-top:0}.card p:last-child{margin-bottom:0}
  35. .highlight-box{background:var(--accent-light);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.2rem 0;border-left:4px solid var(--accent)}
  36. .highlight-box p{margin-bottom:0.5rem}.highlight-box p:last-child{margin-bottom:0}
  37. .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0}
  38. .grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin:1rem 0}
  39. .feature-card{background:white;border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);border:1px solid #e2e8f0;text-align:center}
  40. .feature-card .icon{font-size:2rem;margin-bottom:0.5rem;display:block}
  41. .feature-card h4{font-size:1rem;font-weight:700;margin-bottom:0.4rem}
  42. .feature-card p{font-size:0.85rem;color:var(--text-muted);margin-bottom:0;line-height:1.5}
  43. .step-list{list-style:none;counter-reset:step}
  44. .step-list li{counter-increment:step;padding:0.8rem 0 0.8rem 2.5rem;position:relative;border-bottom:1px solid #e2e8f0;font-size:0.95rem;color:var(--text-secondary)}
  45. .step-list li:last-child{border-bottom:none}
  46. .step-list li::before{content:counter(step);position:absolute;left:0;top:0.8rem;width:1.8rem;height:1.8rem;background:var(--accent);color:#fff;border-radius:50%;font-size:0.8rem;font-weight:700;display:flex;align-items:center;justify-content:center}
  47. .faq-item{padding:1rem 0;border-bottom:1px solid #e2e8f0}
  48. .faq-item:last-child{border-bottom:none}
  49. .faq-q{font-weight:600;color:var(--text-primary);margin-bottom:0.4rem;font-size:0.95rem}
  50. .faq-a{font-size:0.9rem;color:var(--text-secondary);line-height:1.7}
  51. .cta-box{text-align:center;background:linear-gradient(135deg,#0a0e27,#0d2a28);border-radius:var(--radius);padding:2.5rem;margin:2rem 0;color:#fff}
  52. .cta-box h3{color:#fff;font-size:1.3rem;margin-bottom:0.5rem}
  53. .cta-box p{color:rgba(255,255,255,0.6);margin-bottom:1.5rem;font-size:0.95rem}
  54. .cta-btn{display:inline-block;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;padding:0.8rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s}
  55. .cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(20,184,166,0.3)}
  56. .cta-btn.secondary{background:transparent;border:1px solid rgba(255,255,255,0.3);margin-left:1rem}
  57. .cta-btn.secondary:hover{background:rgba(255,255,255,0.1);box-shadow:none}
  58. .price-box{display:inline-block;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:10px;padding:1rem 2rem;margin-bottom:1.5rem}
  59. .price-box .price{font-size:2.5rem;font-weight:800;color:#14b8a6}
  60. .price-box .unit{font-size:1rem;color:rgba(255,255,255,0.4)}
  61. .price-box .orig{font-size:0.9rem;color:rgba(255,255,255,0.3);text-decoration:line-through;margin-left:0.5rem}
  62. .dimension-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0.8rem;margin:1rem 0}
  63. .dim-item{background:white;border-radius:8px;padding:0.8rem;text-align:center;border:1px solid #e2e8f0;font-size:0.85rem;color:var(--text-secondary)}
  64. .dim-item strong{display:block;color:var(--text-primary);font-size:0.9rem;margin-bottom:0.2rem}
  65. .section-tag{display:inline-block;font-size:0.8rem;font-weight:600;letter-spacing:0.05em;margin-bottom:0.5rem;color:var(--accent)}
  66. .site-footer{background:#1a1a3e;color:#fff;padding:2rem 0 0;margin-top:2rem}
  67. .footer-inner{max-width:900px;margin:0 auto;padding:0 1.5rem 1.5rem;text-align:center}
  68. .footer-inner p{color:rgba(255,255,255,0.5);font-size:0.8rem}
  69. @media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}.dimension-list{grid-template-columns:repeat(2,1fr)}.hero-stats{flex-direction:column;align-items:center}}
  70. </style>
  71. <link rel="stylesheet" href="../css/mobile.css">
  72. </head>
  73. <body>
  74. <div class="hero">
  75. <div class="hero-content">
  76. <div class="hero-badge">🧬 精准检测 · 科学干预</div>
  77. <h1>肠道菌群基因检测</h1>
  78. <p>16S rRNA 高通量测序技术,一次检测全面评估你的肠道生态——<br>了解你的"第二基因组",从根源管理健康</p>
  79. <div class="hero-stats">
  80. <div class="hero-stat"><span class="num">300+</span><span class="label">菌群种类检测</span></div>
  81. <div class="hero-stat"><span class="num">8大</span><span class="label">检测维度</span></div>
  82. <div class="hero-stat"><span class="num">5天</span><span class="label">出报告时间</span></div>
  83. </div>
  84. </div>
  85. </div>
  86. <!-- 产品实物图 -->
  87. <div class="container" style="margin-top:2rem;">
  88. <div class="grid-2">
  89. <div style="background:white;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);">
  90. <img src="../img/product-intro/gut-kit-cover.jpg" alt="肠道菌群基因检测套件实物" style="width:100%;height:280px;object-fit:cover;display:block;">
  91. <div style="padding:1rem 1.2rem;">
  92. <div style="font-weight:700;color:var(--text-primary);font-size:1rem;">居家采样 · 寄回实验室</div>
  93. <div style="font-size:0.85rem;color:var(--text-muted);margin-top:0.3rem;">采样管含保存液,常温可稳定保存 7 天,无创无痛</div>
  94. </div>
  95. </div>
  96. <div style="background:white;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);">
  97. <img src="../img/product-intro/gut-kit-5.jpg" alt="肠道健康与日常饮食" style="width:100%;height:280px;object-fit:cover;display:block;">
  98. <div style="padding:1rem 1.2rem;">
  99. <div style="font-weight:700;color:var(--text-primary);font-size:1rem;">检测 + 饮食干预闭环</div>
  100. <div style="font-size:0.85rem;color:var(--text-muted);margin-top:0.3rem;">基于检测结果定制个性化营养方案,从餐桌开始改善菌群</div>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. <section>
  106. <div class="container">
  107. <h2>什么是肠道菌群检测?</h2>
  108. <p>肠道菌群检测是一项运用先进基因测序技术,分析人体粪便样本中微生物组成与丰度的创新健康服务。通过解析人体肠道内各种微生物的多样性与分布,评估人体在代谢、心血管功能、免疫平衡及精神状态等方面的潜在健康风险。</p>
  109. <p>检测结果可结合个人健康数据,提供科学依据的个性化饮食及营养干预方案,协助调整菌群生态,达到预防医学的目标。</p>
  110. <div class="highlight-box">
  111. <p><strong>核心原理:</strong>肠道菌群被称为人体的"第二基因组"——它们拥有的基因数量是人类自身基因的150倍,编码着人体无法自行完成的代谢功能。肠道菌群的组成和功能状态,直接影响你的免疫、代谢、情绪和认知。</p>
  112. </div>
  113. </div>
  114. </section>
  115. <section>
  116. <div class="container">
  117. <h2>检测技术</h2>
  118. <div class="grid-3">
  119. <div class="feature-card">
  120. <span class="icon">🧬</span>
  121. <h4>16S rRNA 测序</h4>
  122. <p>采用高通量二代测序技术,针对细菌16S rRNA基因的保守区和高变区进行测序,精准识别肠道菌群的种类和相对丰度。</p>
  123. </div>
  124. <div class="feature-card">
  125. <span class="icon">📊</span>
  126. <h4>中国人专属数据库</h4>
  127. <p>基于10,000+中国人的临床数据资料库进行比对分析,确保检测结果的准确性和人群适用性。</p>
  128. </div>
  129. <div class="feature-card">
  130. <span class="icon">🔬</span>
  131. <h4>权威检测流程</h4>
  132. <p>从样本采集、DNA提取、PCR扩增、文库构建到上机测序,全流程标准化质控,确保数据可靠。</p>
  133. </div>
  134. </div>
  135. <div style="text-align:center;margin:1.5rem 0;">
  136. <img src="../img/product-intro/gut-kit-7.jpg" alt="精准检测实验室" style="max-width:100%;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1);">
  137. <p style="font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem;">精准检测 · 大样本量比对 · 大规模临床验证</p>
  138. </div>
  139. </div>
  140. </section>
  141. <section>
  142. <div class="container">
  143. <h2>8大检测维度</h2>
  144. <p>检测报告涵盖以下核心维度,全面评估你的肠道生态健康状况:</p>
  145. <div class="dimension-list">
  146. <div class="dim-item"><strong>🌿 菌群多样性</strong>α多样性·Shannon指数</div>
  147. <div class="dim-item"><strong>⏳ 肠道年龄</strong>菌群年龄 vs 实际年龄</div>
  148. <div class="dim-item"><strong>🧱 肠道屏障功能</strong>肠漏风险评估</div>
  149. <div class="dim-item"><strong>🛡️ 菌群占比</strong>有益菌/有害菌分析</div>
  150. <div class="dim-item"><strong>🔥 短链脂肪酸</strong>丁酸·丙酸·乙酸合成</div>
  151. <div class="dim-item"><strong>⚠️ 慢病风险预警</strong>12类疾病风险预测</div>
  152. <div class="dim-item"><strong>⚙️ 代谢通路评估</strong>TMAO·胆汁酸·内毒素</div>
  153. <div class="dim-item"><strong>🧪 营养建议</strong>个性化膳食指南</div>
  154. </div>
  155. <div style="text-align:center;margin:1.5rem 0;">
  156. <img src="../img/product-intro/gut-8dims-diagram.jpg" alt="肠道菌群精准健康检测8大维度解析图" style="max-width:100%;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1);">
  157. <p style="font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem;">16S rRNA高通量测序 · 菌群-通路-疾病综合评估</p>
  158. </div>
  159. </div>
  160. </section>
  161. <section>
  162. <div class="container">
  163. <h2>检测流程</h2>
  164. <div style="text-align:center;margin:1.5rem 0;">
  165. <svg viewBox="0 0 400 416" style="max-width:480px;width:100%;height:auto;" role="img" aria-label="肠道菌群检测流程示意图" xmlns="http://www.w3.org/2000/svg">
  166. <defs>
  167. <marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
  168. <polygon points="0 0, 10 3.5, 0 7" fill="#0d9488"></polygon>
  169. </marker>
  170. </defs>
  171. <!-- 步骤1 -->
  172. <rect x="0" y="0" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  173. <circle cx="38" cy="32" r="17" fill="#0d9488"></circle>
  174. <text x="38" y="37" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">1</text>
  175. <text x="68" y="25" font-size="14" font-weight="600" fill="#134e4a">在线下单</text>
  176. <text x="68" y="47" font-size="12" fill="#4a5568">完成购买,检测套件24小时内寄出</text>
  177. <line x1="200" y1="67" x2="200" y2="85" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
  178. <!-- 步骤2 -->
  179. <rect x="0" y="88" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  180. <circle cx="38" cy="120" r="17" fill="#0d9488"></circle>
  181. <text x="38" y="125" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">2</text>
  182. <text x="68" y="113" font-size="14" font-weight="600" fill="#134e4a">居家采样</text>
  183. <text x="68" y="135" font-size="12" fill="#4a5568">米粒大小样本,无创无痛</text>
  184. <line x1="200" y1="155" x2="200" y2="173" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
  185. <!-- 步骤3 -->
  186. <rect x="0" y="176" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  187. <circle cx="38" cy="208" r="17" fill="#0d9488"></circle>
  188. <text x="38" y="213" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">3</text>
  189. <text x="68" y="201" font-size="14" font-weight="600" fill="#134e4a">样本寄回</text>
  190. <text x="68" y="223" font-size="12" fill="#4a5568">预付费快递包装,直邮实验室</text>
  191. <line x1="200" y1="243" x2="200" y2="261" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
  192. <!-- 步骤4 -->
  193. <rect x="0" y="264" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  194. <circle cx="38" cy="296" r="17" fill="#0d9488"></circle>
  195. <text x="38" y="301" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">4</text>
  196. <text x="68" y="289" font-size="14" font-weight="600" fill="#134e4a">实验室检测</text>
  197. <text x="68" y="311" font-size="12" fill="#4a5568">5个工作日内完成DNA测序分析</text>
  198. <line x1="200" y1="331" x2="200" y2="349" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
  199. <!-- 步骤5 -->
  200. <rect x="0" y="352" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  201. <circle cx="38" cy="384" r="17" fill="#0d9488"></circle>
  202. <text x="38" y="389" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">5</text>
  203. <text x="68" y="377" font-size="14" font-weight="600" fill="#134e4a">获取报告</text>
  204. <text x="68" y="399" font-size="12" fill="#4a5568">在线查看结果与个性化建议</text>
  205. </svg>
  206. </div>
  207. </div>
  208. </section>
  209. <section>
  210. <div class="container">
  211. <h2>谁需要做肠道菌群检测?</h2>
  212. <div class="grid-2">
  213. <div class="card">
  214. <h3>👶 孩子家长</h3>
  215. <p>孩子注意力不集中、记忆力差、反复过敏或感冒?肠道菌群检测可以了解孩子的肠道生态,找到免疫力问题的根源,指导精准营养干预。</p>
  216. </div>
  217. <div class="card teal">
  218. <h3>🧑 亚健康人群</h3>
  219. <p>经常疲劳、消化不良、睡眠质量差、情绪波动大?这些"亚健康"症状背后,往往隐藏着肠道菌群失调的问题。</p>
  220. </div>
  221. <div class="card green">
  222. <h3>🫀 慢性病患者</h3>
  223. <p>高血压、高血糖、高血脂、高尿酸——这些慢性病的共同驱动因素是慢性炎症,而慢性炎症的核心来源之一是肠道菌群失调导致的肠漏。</p>
  224. </div>
  225. <div class="card orange">
  226. <h3>🧠 关注脑健康者</h3>
  227. <p>记忆力下降、注意力不集中、情绪低落?肠道菌群通过肠-脑轴影响大脑功能。改善菌群,就是改善大脑。</p>
  228. </div>
  229. </div>
  230. </div>
  231. </section>
  232. <section>
  233. <div class="container">
  234. <h2>产品优势</h2>
  235. <div class="grid-3">
  236. <div class="feature-card">
  237. <span class="icon">📦</span>
  238. <h4>无创便捷</h4>
  239. <p>居家采样,无需去医院。采集微量样本即可,操作简单,隐私安全。</p>
  240. </div>
  241. <div class="feature-card">
  242. <span class="icon">⚡</span>
  243. <h4>快速交付</h4>
  244. <p>从到样到报告出具,仅需5个工作日。电子版报告在线查看,随时可查阅。</p>
  245. </div>
  246. <div class="feature-card">
  247. <span class="icon">🔒</span>
  248. <h4>隐私保护</h4>
  249. <p>严格的数据安全措施,保障个人信息安全。检测数据仅用于健康评估,不会泄露。</p>
  250. </div>
  251. <div class="feature-card">
  252. <span class="icon">📋</span>
  253. <h4>结果全面</h4>
  254. <p>涵盖8大检测维度、300+菌群种类、12类慢病风险预警,提供个性化膳食和营养建议。</p>
  255. </div>
  256. <div class="feature-card">
  257. <span class="icon">🎯</span>
  258. <h4>精准干预</h4>
  259. <p>基于检测结果制定个性化方案,不是"人人都吃益生菌",而是"你的菌群缺什么,就补什么"。</p>
  260. </div>
  261. <div class="feature-card">
  262. <span class="icon">📈</span>
  263. <h4>持续追踪</h4>
  264. <p>干预后复测对比,数据趋势一目了然。效果看得见,钱不白花。</p>
  265. </div>
  266. </div>
  267. </div>
  268. </section>
  269. <section>
  270. <div class="container">
  271. <h2>常见问题</h2>
  272. <div class="faq-item">
  273. <div class="faq-q">检测需要多少样本量?</div>
  274. <div class="faq-a">只需约米粒大小的粪便样本(约0.5克),采样管中配有保存液,常温下可稳定保存7天。</div>
  275. </div>
  276. <div class="faq-item">
  277. <div class="faq-q">检测结果准确吗?</div>
  278. <div class="faq-a">采用国际通用的16S rRNA高通量测序技术,基于中国人专属数据库进行比对分析。该技术已在全球科研和临床领域广泛应用,准确性和可靠性经过大量验证。</div>
  279. </div>
  280. <div class="faq-item">
  281. <div class="faq-q">检测前需要注意什么?</div>
  282. <div class="faq-a">采样前无需特殊准备。如果正在服用抗生素或益生菌,建议在停药后2周再采样,以获得更准确的菌群基线数据。</div>
  283. </div>
  284. <div class="faq-item">
  285. <div class="faq-q">孩子可以做吗?</div>
  286. <div class="faq-a">可以。检测适用于全年龄段,从婴幼儿到老年人都可以检测。采样方式无创无痛,不同年龄段有对应的采样指导。</div>
  287. </div>
  288. <div class="faq-item">
  289. <div class="faq-q">检测报告怎么解读?</div>
  290. <div class="faq-a">报告包含详细的检测结果说明和个性化建议。同时,浠艾福会员可享受1对1健康管理师解读服务,帮助您理解报告内容并制定后续方案。</div>
  291. </div>
  292. </div>
  293. </section>
  294. <div class="container">
  295. <div class="cta-box">
  296. <h3>开始了解你的"第二基因组"</h3>
  297. <p>一次检测,全面评估肠道生态。科学干预,从根源管理健康。</p>
  298. <div class="price-box">
  299. <span class="price">¥0.01</span>
  300. <span class="unit">/次</span>
  301. <span class="orig">测试价 ¥1,314</span>
  302. </div>
  303. <div>
  304. <button class="cta-btn" onclick="var f=document.getElementById('orderForm');f.style.visibility='visible';f.style.opacity='1'">立即购买</button>
  305. <a href="../articles/gut-microbiota-testing.html" class="cta-btn secondary">了解检测详情 →</a>
  306. </div>
  307. </div>
  308. </div>
  309. <!-- Order Form Modal -->
  310. <div id="orderForm" style="position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1000;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:opacity 0.2s;" onclick="if(event.target===this){this.style.visibility='hidden';this.style.opacity='0'}">
  311. <div style="background:#fff;border-radius:16px;padding:2rem;max-width:420px;width:90%;position:relative;">
  312. <button style="position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:#999" onclick="var f=document.getElementById('orderForm');f.style.visibility='hidden';f.style.opacity='0'">×</button>
  313. <h3 style="margin-bottom:1.2rem;font-size:1.2rem;">肠道菌群基因检测 · 下单</h3>
  314. <div style="margin-bottom:1rem">
  315. <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">联系人</label>
  316. <input id="orderName" type="text" placeholder="请输入您的姓名" style="width:100%;padding:0.6rem 0.8rem;border:1px solid #e2e8f0;border-radius:8px;font-size:0.95rem;box-sizing:border-box">
  317. </div>
  318. <div style="margin-bottom:1rem">
  319. <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">手机号</label>
  320. <input id="orderPhone" type="tel" placeholder="请输入手机号" style="width:100%;padding:0.6rem 0.8rem;border:1px solid #e2e8f0;border-radius:8px;font-size:0.95rem;box-sizing:border-box">
  321. </div>
  322. <div style="margin-bottom:1rem">
  323. <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">收件地址</label>
  324. <input id="orderAddress" type="text" placeholder="省/市/区 + 详细地址" style="width:100%;padding:0.6rem 0.8rem;border:1px solid #e2e8f0;border-radius:8px;font-size:0.95rem;box-sizing:border-box">
  325. </div>
  326. <div style="margin-bottom:1.2rem;padding:0.8rem;background:#f0fdfa;border-radius:8px;display:flex;justify-content:space-between;align-items:center">
  327. <span style="font-size:0.9rem;color:var(--text-secondary)">合计</span>
  328. <span style="font-size:1.5rem;font-weight:800;color:#0d9488">¥1,314</span>
  329. </div>
  330. <button id="payBtn" onclick="submitOrder()" style="width:100%;padding:0.8rem;background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer">微信支付</button>
  331. <p style="font-size:0.75rem;color:var(--text-muted);margin-top:0.8rem;text-align:center">支付由微信支付安全处理 · 未注册用户请先联系客服</p>
  332. </div>
  333. </div>
  334. <script>
  335. function submitOrder() {
  336. var name = document.getElementById('orderName').value.trim();
  337. var phone = document.getElementById('orderPhone').value.trim();
  338. var address = document.getElementById('orderAddress').value.trim();
  339. if (!name) { alert('请输入联系人姓名'); return; }
  340. if (!phone || !/^1\d{10}$/.test(phone)) { alert('请输入正确的手机号'); return; }
  341. if (!address) { alert('请输入收件地址'); return; }
  342. var btn = document.getElementById('payBtn');
  343. btn.disabled = true;
  344. btn.textContent = '提交中...';
  345. // 生成订单号
  346. var orderNo = 'GUT' + Date.now() + Math.random().toString(36).substr(2,4).toUpperCase();
  347. // 保存联系人信息到全局变量,供后续函数使用
  348. window._orderContact = { name: name, phone: phone, address: address };
  349. // 获取openid后进行JSAPI支付
  350. var openid = getUrlParam('openid');
  351. if (openid) {
  352. // 已有openid,直接JSAPI支付
  353. doJsapiPay(orderNo, openid);
  354. } else if (isWechatBrowser()) {
  355. // 微信浏览器内,先跳转OAuth2获取openid
  356. fetch('/api/payment/wechat/oauth2-url', {
  357. method: 'POST',
  358. headers: { 'Content-Type': 'application/json' },
  359. body: JSON.stringify({ redirectUri: window.location.href.split('?')[0] + '?orderNo=' + orderNo })
  360. })
  361. .then(function(r) { return r.json(); })
  362. .then(function(data) {
  363. if (data.code === 200 && data.data.url) {
  364. window.location.href = data.data.url;
  365. } else {
  366. fallbackNativePay(orderNo);
  367. }
  368. })
  369. .catch(function() { fallbackNativePay(orderNo); });
  370. } else {
  371. // 非微信浏览器,走Native扫码
  372. fallbackNativePay(orderNo);
  373. }
  374. }
  375. function doJsapiPay(orderNo, openid) {
  376. fetch('/api/payment/wechat/create', {
  377. method: 'POST',
  378. headers: { 'Content-Type': 'application/json' },
  379. body: JSON.stringify({
  380. orderNo: orderNo,
  381. description: '肠道菌群基因检测',
  382. amount: 1, // 测试价0.01元
  383. openid: openid
  384. })
  385. })
  386. .then(function(r) { return r.json(); })
  387. .then(function(data) {
  388. if (data.code === 200 && data.data) {
  389. if (typeof WeixinJSBridge !== 'undefined') {
  390. WeixinJSBridge.invoke('getBrandWCPayRequest', {
  391. appId: data.data.appId,
  392. timeStamp: data.data.timeStamp,
  393. nonceStr: data.data.nonceStr,
  394. package: data.data.package,
  395. signType: data.data.signType || 'RSA',
  396. paySign: data.data.paySign
  397. }, function(res) {
  398. if (res.err_msg === 'get_brand_wcpay_request:ok') {
  399. document.getElementById('orderForm').innerHTML = '<div style="text-align:center;padding:2rem"><div style="font-size:3rem;margin-bottom:0.5rem">✅</div><h3 style="color:#0d9488">支付成功!</h3><p style="color:#999;margin-top:0.5rem">检测套件将在24小时内寄出</p></div>';
  400. } else {
  401. alert('支付失败: ' + (res.err_msg || ''));
  402. document.getElementById('payBtn').disabled = false;
  403. document.getElementById('payBtn').textContent = '微信支付';
  404. }
  405. });
  406. } else {
  407. alert('请在微信内完成支付');
  408. document.getElementById('payBtn').disabled = false;
  409. document.getElementById('payBtn').textContent = '微信支付';
  410. }
  411. } else {
  412. alert('创建订单失败: ' + (data.message || ''));
  413. document.getElementById('payBtn').disabled = false;
  414. document.getElementById('payBtn').textContent = '微信支付';
  415. }
  416. })
  417. .catch(function() {
  418. alert('网络请求失败');
  419. document.getElementById('payBtn').disabled = false;
  420. document.getElementById('payBtn').textContent = '微信支付';
  421. });
  422. }
  423. function isWechatBrowser() {
  424. return navigator.userAgent.toLowerCase().indexOf('micromessenger') !== -1;
  425. }
  426. function getUrlParam(name) {
  427. var reg = new RegExp('[?&]' + name + '=([^&]*)');
  428. var r = window.location.href.match(reg);
  429. return r ? decodeURIComponent(r[1]) : null;
  430. }
  431. function fallbackNativePay(orderNo) {
  432. var c = window._orderContact || {};
  433. fetch('/api/payment/wechat/native', {
  434. method: 'POST',
  435. headers: { 'Content-Type': 'application/json' },
  436. body: JSON.stringify({
  437. orderNo: orderNo,
  438. description: '肠道菌群基因检测',
  439. amount: 1,
  440. contactName: c.name || '',
  441. contactPhone: c.phone || '',
  442. contactAddress: c.address || ''
  443. })
  444. })
  445. .then(function(r) { return r.json(); })
  446. .then(function(data) {
  447. if (data.code === 200 && data.data) {
  448. if (data.data.codeUrl) {
  449. document.getElementById('orderForm').style.visibility = 'hidden';
  450. document.getElementById('orderForm').style.opacity = '0';
  451. showQrCode(data.data.codeUrl, orderNo);
  452. } else {
  453. tryH5Pay(orderNo);
  454. }
  455. }
  456. })
  457. .catch(function() {
  458. // 网络出错时尝试H5支付
  459. tryH5Pay(orderNo);
  460. });
  461. }
  462. function tryH5Pay(orderNo) {
  463. var btn = document.getElementById('payBtn');
  464. btn.textContent = '正在跳转微信支付...';
  465. fetch('/api/payment/wechat/create', {
  466. method: 'POST',
  467. headers: { 'Content-Type': 'application/json' },
  468. body: JSON.stringify({
  469. orderNo: orderNo,
  470. description: '肠道菌群基因检测',
  471. amount: 1,
  472. })
  473. })
  474. .then(function(r) { return r.json(); })
  475. .then(function(data) {
  476. if (data.code === 200 && data.data) {
  477. // 尝试JSAPI支付(微信浏览器内)
  478. if (typeof WeixinJSBridge !== 'undefined') {
  479. WeixinJSBridge.invoke('getBrandWCPayRequest', {
  480. appId: data.data.appId,
  481. timeStamp: data.data.timeStamp,
  482. nonceStr: data.data.nonceStr,
  483. package: data.data.package,
  484. signType: data.data.signType || 'RSA',
  485. paySign: data.data.paySign
  486. }, function(res) {
  487. if (res.err_msg === 'get_brand_wcpay_request:ok') {
  488. document.getElementById('orderForm').innerHTML = '<div style="text-align:center;padding:2rem"><div style="font-size:3rem;margin-bottom:0.5rem">✅</div><h3 style="color:#0d9488">支付成功!</h3><p style="color:#999;margin-top:0.5rem">检测套件将在24小时内寄出</p></div>';
  489. } else {
  490. alert('支付失败: ' + (res.err_msg || '未知错误'));
  491. btn.disabled = false;
  492. btn.textContent = '微信支付';
  493. }
  494. });
  495. } else {
  496. alert('请在微信内打开此页面完成支付');
  497. btn.disabled = false;
  498. btn.textContent = '微信支付';
  499. }
  500. } else {
  501. alert('支付系统暂不可用:' + (data.message || ''));
  502. btn.disabled = false;
  503. btn.textContent = '微信支付';
  504. }
  505. })
  506. .catch(function() {
  507. alert('网络请求失败');
  508. btn.disabled = false;
  509. btn.textContent = '微信支付';
  510. });
  511. }
  512. function showQrCode(codeUrl, orderNo) {
  513. var div = document.createElement('div');
  514. div.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1000;display:flex;align-items:center;justify-content:center';
  515. div.onclick = function(e) { if (e.target === this) this.remove(); };
  516. div.innerHTML = '<div style="background:#fff;border-radius:16px;padding:2rem;text-align:center;max-width:320px">' +
  517. '<h3 style="margin-bottom:0.5rem;font-size:1.1rem;">请使用微信扫码支付</h3>' +
  518. '<div style="background:#f0fdfa;border-radius:8px;padding:0.8rem;margin-bottom:1rem;text-align:left">' +
  519. '<div style="font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">肠道菌群基因检测</div>' +
  520. '<div style="display:flex;justify-content:space-between;align-items:center">' +
  521. '<span style="font-size:0.8rem;color:var(--text-muted)">1份 · 含采样套件</span>' +
  522. '<span style="font-size:1.1rem;font-weight:700;color:#0d9488">¥1,314</span>' +
  523. '</div>' +
  524. '</div>' +
  525. '<div style="width:200px;height:200px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden">' +
  526. '<img src="/api/payment/qrcode?text=' + encodeURIComponent(codeUrl) + '" alt="支付二维码" style="width:200px;height:200px">' +
  527. '</div>' +
  528. '<p style="font-size:0.8rem;color:#999">打开微信「扫一扫」完成支付</p>' +
  529. '<button onclick="this.closest(\'div[style]\').remove()" style="margin-top:1rem;padding:0.5rem 2rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer">取消支付</button>' +
  530. '</div>';
  531. document.body.appendChild(div);
  532. // 轮询支付状态
  533. var pollTimer = setInterval(function() {
  534. fetch('/api/payment/wechat/status', {
  535. method: 'POST',
  536. headers: { 'Content-Type': 'application/json' },
  537. body: JSON.stringify({ orderNo: orderNo })
  538. })
  539. .then(function(r) { return r.json(); })
  540. .then(function(data) {
  541. if (data.code === 200 && data.data === true) {
  542. clearInterval(pollTimer);
  543. div.innerHTML = '<div style="background:#fff;border-radius:16px;padding:2rem;text-align:center;max-width:320px">' +
  544. '<div style="font-size:3rem;margin-bottom:0.5rem">✅</div>' +
  545. '<h3 style="color:#0d9488;font-size:1.2rem;margin-bottom:0.5rem">支付成功!</h3>' +
  546. '<div style="background:#f0fdfa;border-radius:8px;padding:0.8rem;margin-bottom:1rem;text-align:left">' +
  547. '<div style="font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">肠道菌群基因检测</div>' +
  548. '<div style="display:flex;justify-content:space-between;align-items:center">' +
  549. '<span style="font-size:0.8rem;color:var(--text-muted)">已付款</span>' +
  550. '<span style="font-size:1.1rem;font-weight:700;color:#0d9488">¥1,314</span>' +
  551. '</div>' +
  552. '</div>' +
  553. '<p style="font-size:0.85rem;color:#999;margin-bottom:0.5rem">您的检测套件将在24小时内寄出</p>' +
  554. '<p style="font-size:0.75rem;color:#bbb">窗口将在3秒后自动关闭</p>' +
  555. '</div>';
  556. setTimeout(function() { div.remove(); }, 3000);
  557. }
  558. })
  559. .catch(function() {});
  560. }, 3000);
  561. // 30秒后停止轮询
  562. setTimeout(function() { clearInterval(pollTimer); }, 120000);
  563. }
  564. </script>
  565. <!-- 扫码咨询 -->
  566. <div class="container" style="text-align:center;padding-top:0">
  567. <p style="font-size:0.85rem;color:var(--text-muted);margin-bottom:0.8rem">扫码咨询,了解更多</p>
  568. <img src="../img/yan.png" alt="咨询二维码" style="width:160px;height:160px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1);">
  569. </div>
  570. <footer class="site-footer">
  571. <div class="footer-inner">
  572. <p>本检测仅用于健康评估和科研参考,不直接用于临床诊断。如有健康问题,请咨询专业医生。</p>
  573. <p style="margin-top:4px;font-size:0.75rem;color:rgba(255,255,255,0.3)">© 2026 浠艾福 CareFamily</p>
  574. </div>
  575. </footer>
  576. </body>
  577. </html>