gut-testing.html 34 KB

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