gut-testing.html 35 KB

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