gut-testing.html 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  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-6.jpg" alt="大样本量 vs 小样本量的准确性对比" 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 style="text-align:center;margin:1.5rem 0;">
  140. <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);">
  141. <p style="font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem;">精准检测 · 大样本量比对 · 大规模临床验证</p>
  142. </div>
  143. </div>
  144. </section>
  145. <section>
  146. <div class="container">
  147. <h2>8大检测维度</h2>
  148. <p>检测报告涵盖以下核心维度,全面评估你的肠道生态健康状况:</p>
  149. <div class="dimension-list">
  150. <div class="dim-item"><strong>🌿 菌群多样性</strong>α多样性·Shannon指数</div>
  151. <div class="dim-item"><strong>⏳ 肠道年龄</strong>菌群年龄 vs 实际年龄</div>
  152. <div class="dim-item"><strong>🧱 肠道屏障功能</strong>肠漏风险评估</div>
  153. <div class="dim-item"><strong>🛡️ 菌群占比</strong>有益菌/有害菌分析</div>
  154. <div class="dim-item"><strong>🔥 短链脂肪酸</strong>丁酸·丙酸·乙酸合成</div>
  155. <div class="dim-item"><strong>⚠️ 慢病风险预警</strong>12类疾病风险预测</div>
  156. <div class="dim-item"><strong>⚙️ 代谢通路评估</strong>TMAO·胆汁酸·内毒素</div>
  157. <div class="dim-item"><strong>🧪 营养建议</strong>个性化膳食指南</div>
  158. </div>
  159. <div style="text-align:center;margin:1.5rem 0;">
  160. <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);">
  161. <p style="font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem;">16S rRNA高通量测序 · 菌群-通路-疾病综合评估</p>
  162. </div>
  163. </div>
  164. </section>
  165. <section>
  166. <div class="container">
  167. <h2>检测流程</h2>
  168. <ol class="step-list">
  169. <li><strong>在线下单</strong> — 完成购买后,检测套件将在24小时内寄出</li>
  170. <li><strong>居家采样</strong> — 按照采样指南采集微量粪便样本(约米粒大小),无创无痛</li>
  171. <li><strong>样本寄回</strong> — 使用配套的预付费快递包装,将样本寄回实验室</li>
  172. <li><strong>实验室检测</strong> — 到样后5个工作日内完成DNA提取、测序和数据分析</li>
  173. <li><strong>获取报告</strong> — 电子版报告在线查看,包含详细的检测结果和个性化建议</li>
  174. </ol>
  175. <div style="text-align:center;margin:1.5rem 0;">
  176. <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">
  177. <defs>
  178. <marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
  179. <polygon points="0 0, 10 3.5, 0 7" fill="#0d9488"></polygon>
  180. </marker>
  181. </defs>
  182. <!-- 步骤1 -->
  183. <rect x="0" y="0" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  184. <circle cx="38" cy="32" r="17" fill="#0d9488"></circle>
  185. <text x="38" y="37" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">1</text>
  186. <text x="68" y="25" font-size="14" font-weight="600" fill="#134e4a">在线下单</text>
  187. <text x="68" y="47" font-size="12" fill="#4a5568">完成购买,检测套件24小时内寄出</text>
  188. <line x1="200" y1="67" x2="200" y2="85" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
  189. <!-- 步骤2 -->
  190. <rect x="0" y="88" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  191. <circle cx="38" cy="120" r="17" fill="#0d9488"></circle>
  192. <text x="38" y="125" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">2</text>
  193. <text x="68" y="113" font-size="14" font-weight="600" fill="#134e4a">居家采样</text>
  194. <text x="68" y="135" font-size="12" fill="#4a5568">米粒大小样本,无创无痛</text>
  195. <line x1="200" y1="155" x2="200" y2="173" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
  196. <!-- 步骤3 -->
  197. <rect x="0" y="176" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  198. <circle cx="38" cy="208" r="17" fill="#0d9488"></circle>
  199. <text x="38" y="213" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">3</text>
  200. <text x="68" y="201" font-size="14" font-weight="600" fill="#134e4a">样本寄回</text>
  201. <text x="68" y="223" font-size="12" fill="#4a5568">预付费快递包装,直邮实验室</text>
  202. <line x1="200" y1="243" x2="200" y2="261" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
  203. <!-- 步骤4 -->
  204. <rect x="0" y="264" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  205. <circle cx="38" cy="296" r="17" fill="#0d9488"></circle>
  206. <text x="38" y="301" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">4</text>
  207. <text x="68" y="289" font-size="14" font-weight="600" fill="#134e4a">实验室检测</text>
  208. <text x="68" y="311" font-size="12" fill="#4a5568">5个工作日内完成DNA测序分析</text>
  209. <line x1="200" y1="331" x2="200" y2="349" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
  210. <!-- 步骤5 -->
  211. <rect x="0" y="352" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
  212. <circle cx="38" cy="384" r="17" fill="#0d9488"></circle>
  213. <text x="38" y="389" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">5</text>
  214. <text x="68" y="377" font-size="14" font-weight="600" fill="#134e4a">获取报告</text>
  215. <text x="68" y="399" font-size="12" fill="#4a5568">在线查看结果与个性化建议</text>
  216. </svg>
  217. </div>
  218. </div>
  219. </section>
  220. <section>
  221. <div class="container">
  222. <h2>谁需要做肠道菌群检测?</h2>
  223. <div class="grid-2">
  224. <div class="card">
  225. <h3>👶 孩子家长</h3>
  226. <p>孩子注意力不集中、记忆力差、反复过敏或感冒?肠道菌群检测可以了解孩子的肠道生态,找到免疫力问题的根源,指导精准营养干预。</p>
  227. </div>
  228. <div class="card teal">
  229. <h3>🧑 亚健康人群</h3>
  230. <p>经常疲劳、消化不良、睡眠质量差、情绪波动大?这些"亚健康"症状背后,往往隐藏着肠道菌群失调的问题。</p>
  231. </div>
  232. <div class="card green">
  233. <h3>🫀 慢性病患者</h3>
  234. <p>高血压、高血糖、高血脂、高尿酸——这些慢性病的共同驱动因素是慢性炎症,而慢性炎症的核心来源之一是肠道菌群失调导致的肠漏。</p>
  235. </div>
  236. <div class="card orange">
  237. <h3>🧠 关注脑健康者</h3>
  238. <p>记忆力下降、注意力不集中、情绪低落?肠道菌群通过肠-脑轴影响大脑功能。改善菌群,就是改善大脑。</p>
  239. </div>
  240. </div>
  241. </div>
  242. </section>
  243. <section>
  244. <div class="container">
  245. <h2>产品优势</h2>
  246. <div class="grid-3">
  247. <div class="feature-card">
  248. <span class="icon">📦</span>
  249. <h4>无创便捷</h4>
  250. <p>居家采样,无需去医院。采集微量样本即可,操作简单,隐私安全。</p>
  251. </div>
  252. <div class="feature-card">
  253. <span class="icon">⚡</span>
  254. <h4>快速交付</h4>
  255. <p>从到样到报告出具,仅需5个工作日。电子版报告在线查看,随时可查阅。</p>
  256. </div>
  257. <div class="feature-card">
  258. <span class="icon">🔒</span>
  259. <h4>隐私保护</h4>
  260. <p>严格的数据安全措施,保障个人信息安全。检测数据仅用于健康评估,不会泄露。</p>
  261. </div>
  262. <div class="feature-card">
  263. <span class="icon">📋</span>
  264. <h4>结果全面</h4>
  265. <p>涵盖8大检测维度、300+菌群种类、12类慢病风险预警,提供个性化膳食和营养建议。</p>
  266. </div>
  267. <div class="feature-card">
  268. <span class="icon">🎯</span>
  269. <h4>精准干预</h4>
  270. <p>基于检测结果制定个性化方案,不是"人人都吃益生菌",而是"你的菌群缺什么,就补什么"。</p>
  271. </div>
  272. <div class="feature-card">
  273. <span class="icon">📈</span>
  274. <h4>持续追踪</h4>
  275. <p>干预后复测对比,数据趋势一目了然。效果看得见,钱不白花。</p>
  276. </div>
  277. </div>
  278. <div style="text-align:center;margin:1.5rem 0;">
  279. <img src="../img/product-intro/gut-kit-8.jpg" alt="专业分析团队与技术能力" style="max-width:100%;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.1);">
  280. <p style="font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem;">稳定模型架构 · 肠道菌群特征工程 · 深度学习模型 · AI 专家团队</p>
  281. </div>
  282. </div>
  283. </section>
  284. <section>
  285. <div class="container">
  286. <h2>常见问题</h2>
  287. <div class="faq-item">
  288. <div class="faq-q">检测需要多少样本量?</div>
  289. <div class="faq-a">只需约米粒大小的粪便样本(约0.5克),采样管中配有保存液,常温下可稳定保存7天。</div>
  290. </div>
  291. <div class="faq-item">
  292. <div class="faq-q">检测结果准确吗?</div>
  293. <div class="faq-a">采用国际通用的16S rRNA高通量测序技术,基于中国人专属数据库进行比对分析。该技术已在全球科研和临床领域广泛应用,准确性和可靠性经过大量验证。</div>
  294. </div>
  295. <div class="faq-item">
  296. <div class="faq-q">检测前需要注意什么?</div>
  297. <div class="faq-a">采样前无需特殊准备。如果正在服用抗生素或益生菌,建议在停药后2周再采样,以获得更准确的菌群基线数据。</div>
  298. </div>
  299. <div class="faq-item">
  300. <div class="faq-q">孩子可以做吗?</div>
  301. <div class="faq-a">可以。检测适用于全年龄段,从婴幼儿到老年人都可以检测。采样方式无创无痛,不同年龄段有对应的采样指导。</div>
  302. </div>
  303. <div class="faq-item">
  304. <div class="faq-q">检测报告怎么解读?</div>
  305. <div class="faq-a">报告包含详细的检测结果说明和个性化建议。同时,浠艾福会员可享受1对1健康管理师解读服务,帮助您理解报告内容并制定后续方案。</div>
  306. </div>
  307. </div>
  308. </section>
  309. <div class="container">
  310. <div class="cta-box">
  311. <h3>开始了解你的"第二基因组"</h3>
  312. <p>一次检测,全面评估肠道生态。科学干预,从根源管理健康。</p>
  313. <div class="price-box">
  314. <span class="price">¥0.01</span>
  315. <span class="unit">/次</span>
  316. <span class="orig">测试价 ¥1,314</span>
  317. </div>
  318. <div>
  319. <button class="cta-btn" onclick="document.getElementById('orderForm').style.display='flex'">立即购买</button>
  320. <a href="../articles/gut-microbiota-testing.html" class="cta-btn secondary">了解检测详情 →</a>
  321. </div>
  322. </div>
  323. </div>
  324. <!-- Order Form Modal -->
  325. <div id="orderForm" style="display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1000;align-items:center;justify-content:center;" onclick="if(event.target===this)this.style.display='none'">
  326. <div style="background:#fff;border-radius:16px;padding:2rem;max-width:420px;width:90%;position:relative;">
  327. <button style="position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:#999" onclick="document.getElementById('orderForm').style.display='none'">×</button>
  328. <h3 style="margin-bottom:1.2rem;font-size:1.2rem;">肠道菌群基因检测 · 下单</h3>
  329. <div style="margin-bottom:1rem">
  330. <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">联系人</label>
  331. <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">
  332. </div>
  333. <div style="margin-bottom:1rem">
  334. <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">手机号</label>
  335. <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">
  336. </div>
  337. <div style="margin-bottom:1rem">
  338. <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">收件地址</label>
  339. <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">
  340. </div>
  341. <div style="margin-bottom:1.2rem;padding:0.8rem;background:#f0fdfa;border-radius:8px;display:flex;justify-content:space-between;align-items:center">
  342. <span style="font-size:0.9rem;color:var(--text-secondary)">合计</span>
  343. <span style="font-size:1.5rem;font-weight:800;color:#0d9488">¥1,314</span>
  344. </div>
  345. <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>
  346. <p style="font-size:0.75rem;color:var(--text-muted);margin-top:0.8rem;text-align:center">支付由微信支付安全处理 · 未注册用户请先联系客服</p>
  347. </div>
  348. </div>
  349. <script>
  350. function submitOrder() {
  351. var name = document.getElementById('orderName').value.trim();
  352. var phone = document.getElementById('orderPhone').value.trim();
  353. var address = document.getElementById('orderAddress').value.trim();
  354. if (!name) { alert('请输入联系人姓名'); return; }
  355. if (!phone || !/^1\d{10}$/.test(phone)) { alert('请输入正确的手机号'); return; }
  356. if (!address) { alert('请输入收件地址'); return; }
  357. var btn = document.getElementById('payBtn');
  358. btn.disabled = true;
  359. btn.textContent = '提交中...';
  360. // 生成订单号
  361. var orderNo = 'GUT' + Date.now() + Math.random().toString(36).substr(2,4).toUpperCase();
  362. // 获取openid后进行JSAPI支付
  363. var openid = getUrlParam('openid');
  364. if (openid) {
  365. // 已有openid,直接JSAPI支付
  366. doJsapiPay(orderNo, openid);
  367. } else if (isWechatBrowser()) {
  368. // 微信浏览器内,先跳转OAuth2获取openid
  369. fetch('/api/payment/wechat/oauth2-url', {
  370. method: 'POST',
  371. headers: { 'Content-Type': 'application/json' },
  372. body: JSON.stringify({ redirectUri: window.location.href.split('?')[0] + '?orderNo=' + orderNo })
  373. })
  374. .then(function(r) { return r.json(); })
  375. .then(function(data) {
  376. if (data.code === 200 && data.data.url) {
  377. window.location.href = data.data.url;
  378. } else {
  379. fallbackNativePay(orderNo);
  380. }
  381. })
  382. .catch(function() { fallbackNativePay(orderNo); });
  383. } else {
  384. // 非微信浏览器,走Native扫码
  385. fallbackNativePay(orderNo);
  386. }
  387. }
  388. function doJsapiPay(orderNo, openid) {
  389. fetch('/api/payment/wechat/create', {
  390. method: 'POST',
  391. headers: { 'Content-Type': 'application/json' },
  392. body: JSON.stringify({
  393. orderNo: orderNo,
  394. description: '肠道菌群基因检测',
  395. amount: 1, // 测试价0.01元
  396. openid: openid
  397. })
  398. })
  399. .then(function(r) { return r.json(); })
  400. .then(function(data) {
  401. if (data.code === 200 && data.data) {
  402. if (typeof WeixinJSBridge !== 'undefined') {
  403. WeixinJSBridge.invoke('getBrandWCPayRequest', {
  404. appId: data.data.appId,
  405. timeStamp: data.data.timeStamp,
  406. nonceStr: data.data.nonceStr,
  407. package: data.data.package,
  408. signType: data.data.signType || 'RSA',
  409. paySign: data.data.paySign
  410. }, function(res) {
  411. if (res.err_msg === 'get_brand_wcpay_request:ok') {
  412. 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>';
  413. } else {
  414. alert('支付失败: ' + (res.err_msg || ''));
  415. document.getElementById('payBtn').disabled = false;
  416. document.getElementById('payBtn').textContent = '微信支付';
  417. }
  418. });
  419. } else {
  420. alert('请在微信内完成支付');
  421. document.getElementById('payBtn').disabled = false;
  422. document.getElementById('payBtn').textContent = '微信支付';
  423. }
  424. } else {
  425. alert('创建订单失败: ' + (data.message || ''));
  426. document.getElementById('payBtn').disabled = false;
  427. document.getElementById('payBtn').textContent = '微信支付';
  428. }
  429. })
  430. .catch(function() {
  431. alert('网络请求失败');
  432. document.getElementById('payBtn').disabled = false;
  433. document.getElementById('payBtn').textContent = '微信支付';
  434. });
  435. }
  436. function isWechatBrowser() {
  437. return navigator.userAgent.toLowerCase().indexOf('micromessenger') !== -1;
  438. }
  439. function getUrlParam(name) {
  440. var reg = new RegExp('[?&]' + name + '=([^&]*)');
  441. var r = window.location.href.match(reg);
  442. return r ? decodeURIComponent(r[1]) : null;
  443. }
  444. function fallbackNativePay(orderNo) {
  445. fetch('/api/payment/wechat/native', {
  446. method: 'POST',
  447. headers: { 'Content-Type': 'application/json' },
  448. body: JSON.stringify({
  449. orderNo: orderNo,
  450. description: '肠道菌群基因检测',
  451. amount: 1,
  452. })
  453. })
  454. .then(function(r) { return r.json(); })
  455. .then(function(data) {
  456. if (data.code === 200 && data.data && data.data.codeUrl) {
  457. document.getElementById('orderForm').style.display = 'none';
  458. showQrCode(data.data.codeUrl, orderNo);
  459. } else {
  460. // 如果Native支付不可用,尝试H5支付
  461. tryH5Pay(orderNo);
  462. }
  463. })
  464. .catch(function() {
  465. // 网络出错时尝试H5支付
  466. tryH5Pay(orderNo);
  467. });
  468. }
  469. function tryH5Pay(orderNo) {
  470. var btn = document.getElementById('payBtn');
  471. btn.textContent = '正在跳转微信支付...';
  472. fetch('/api/payment/wechat/create', {
  473. method: 'POST',
  474. headers: { 'Content-Type': 'application/json' },
  475. body: JSON.stringify({
  476. orderNo: orderNo,
  477. description: '肠道菌群基因检测',
  478. amount: 1,
  479. })
  480. })
  481. .then(function(r) { return r.json(); })
  482. .then(function(data) {
  483. if (data.code === 200 && data.data) {
  484. // 尝试JSAPI支付(微信浏览器内)
  485. if (typeof WeixinJSBridge !== 'undefined') {
  486. WeixinJSBridge.invoke('getBrandWCPayRequest', {
  487. appId: data.data.appId,
  488. timeStamp: data.data.timeStamp,
  489. nonceStr: data.data.nonceStr,
  490. package: data.data.package,
  491. signType: data.data.signType || 'RSA',
  492. paySign: data.data.paySign
  493. }, function(res) {
  494. if (res.err_msg === 'get_brand_wcpay_request:ok') {
  495. 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>';
  496. } else {
  497. alert('支付失败: ' + (res.err_msg || '未知错误'));
  498. btn.disabled = false;
  499. btn.textContent = '微信支付';
  500. }
  501. });
  502. } else {
  503. alert('请在微信内打开此页面完成支付');
  504. btn.disabled = false;
  505. btn.textContent = '微信支付';
  506. }
  507. } else {
  508. alert('支付系统暂不可用:' + (data.message || ''));
  509. btn.disabled = false;
  510. btn.textContent = '微信支付';
  511. }
  512. })
  513. .catch(function() {
  514. alert('网络请求失败');
  515. btn.disabled = false;
  516. btn.textContent = '微信支付';
  517. });
  518. }
  519. function showQrCode(codeUrl, orderNo) {
  520. var div = document.createElement('div');
  521. 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';
  522. div.onclick = function(e) { if (e.target === this) this.remove(); };
  523. div.innerHTML = '<div style="background:#fff;border-radius:16px;padding:2rem;text-align:center;max-width:320px">' +
  524. '<h3 style="margin-bottom:0.5rem;font-size:1.1rem;">请使用微信扫码支付</h3>' +
  525. '<p style="font-size:0.85rem;color:#999;margin-bottom:1rem">订单号: ' + orderNo + '</p>' +
  526. '<div id="qrcode" style="width:200px;height:200px;margin:0 auto 1rem;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:8px">' +
  527. '<canvas id="qrCanvas" width="200" height="200"></canvas>' +
  528. '</div>' +
  529. '<p style="font-size:0.8rem;color:#999">打开微信「扫一扫」完成支付</p>' +
  530. '<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>' +
  531. '</div>';
  532. document.body.appendChild(div);
  533. // 轮询支付状态
  534. var pollTimer = setInterval(function() {
  535. fetch('/api/payment/wechat/status', {
  536. method: 'POST',
  537. headers: { 'Content-Type': 'application/json' },
  538. body: JSON.stringify({ orderNo: orderNo })
  539. })
  540. .then(function(r) { return r.json(); })
  541. .then(function(data) {
  542. if (data.code === 200 && data.data && data.data.status === 'success') {
  543. clearInterval(pollTimer);
  544. div.innerHTML = '<div style="background:#fff;border-radius:16px;padding:2rem;text-align:center;max-width:320px">' +
  545. '<div style="font-size:3rem;margin-bottom:0.5rem">✅</div>' +
  546. '<h3 style="color:#0d9488;font-size:1.2rem;">支付成功!</h3>' +
  547. '<p style="font-size:0.85rem;color:#999;margin-top:0.5rem">您的检测订单已提交,检测套件将在24小时内寄出</p>' +
  548. '<button onclick="this.closest(\'div[style]\').remove()" style="margin-top:1rem;padding:0.5rem 2rem;background:linear-gradient(135deg,#0d9488,#14b8a6);color:#fff;border:none;border-radius:8px;cursor:pointer">完成</button>' +
  549. '</div>';
  550. }
  551. })
  552. .catch(function() {});
  553. }, 3000);
  554. // 30秒后停止轮询
  555. setTimeout(function() { clearInterval(pollTimer); }, 120000);
  556. }
  557. </script>
  558. <!-- 扫码咨询 -->
  559. <div class="container" style="text-align:center;padding-top:0">
  560. <p style="font-size:0.85rem;color:var(--text-muted);margin-bottom:0.8rem">扫码咨询,了解更多</p>
  561. <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);">
  562. </div>
  563. <footer class="site-footer">
  564. <div class="footer-inner">
  565. <p>本检测仅用于健康评估和科研参考,不直接用于临床诊断。如有健康问题,请咨询专业医生。</p>
  566. <p style="margin-top:4px;font-size:0.75rem;color:rgba(255,255,255,0.3)">© 2026 浠艾福 CareFamily</p>
  567. </div>
  568. </footer>
  569. </body>
  570. </html>