| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="肠道菌群基因检测——16S rRNA高通量测序,一次检测300+菌群种类,评估12类慢病风险,提供个性化精准营养方案。了解你的"第二基因组"。">
- <meta property="og:title" content="肠道菌群基因检测 · 产品介绍 — 浠艾福">
- <meta property="og:description" content="16S rRNA基因测序技术,一次检测全面评估肠道生态,涵盖菌群多样性、有益菌/有害菌占比、短链脂肪酸、肠道屏障功能、慢病风险预警等8大维度。">
- <meta property="og:type" content="article">
- <title>肠道菌群基因检测 · 产品介绍 — 浠艾福</title>
- <style>
- :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);}
- *{margin:0;padding:0;box-sizing:border-box}
- body{font-family:var(--font);background:#f8fafc;color:var(--text-primary);line-height:1.8;font-size:16px}
- .container{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}
- .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}
- .hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(20,184,166,0.1) 0%,transparent 50%)}
- .hero-content{position:relative;z-index:1;max-width:720px;margin:0 auto}
- .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}
- .hero h1{font-size:2.2rem;font-weight:700;margin-bottom:0.8rem;line-height:1.3;color:white}
- .hero p{font-size:1rem;opacity:0.85;max-width:600px;margin:0 auto;line-height:1.7;color:white}
- .hero-stats{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem}
- .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}
- .hero-stat .num{font-size:1.6rem;font-weight:700;display:block;color:white}
- .hero-stat .label{font-size:0.72rem;opacity:0.8;color:white}
- section{padding:2rem 0}
- section:nth-child(even){background:var(--bg-alt)}
- h2{font-size:1.4rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}
- h3{font-size:1.1rem;font-weight:600;margin:1.2rem 0 0.6rem;color:var(--text-primary)}
- p{margin-bottom:0.8rem;color:var(--text-secondary);line-height:1.9;font-size:0.95rem}
- strong{color:var(--text-primary)}
- .card{background:white;border-radius:var(--radius);padding:1.5rem;margin-bottom:1.2rem;box-shadow:var(--shadow);border-left:4px solid var(--accent)}
- .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)}
- .card h3{margin-top:0}.card p:last-child{margin-bottom:0}
- .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)}
- .highlight-box p{margin-bottom:0.5rem}.highlight-box p:last-child{margin-bottom:0}
- .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0}
- .grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin:1rem 0}
- .feature-card{background:white;border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);border:1px solid #e2e8f0;text-align:center}
- .feature-card .icon{font-size:2rem;margin-bottom:0.5rem;display:block}
- .feature-card h4{font-size:1rem;font-weight:700;margin-bottom:0.4rem}
- .feature-card p{font-size:0.85rem;color:var(--text-muted);margin-bottom:0;line-height:1.5}
- .step-list{list-style:none;counter-reset:step}
- .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)}
- .step-list li:last-child{border-bottom:none}
- .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}
- .faq-item{padding:1rem 0;border-bottom:1px solid #e2e8f0}
- .faq-item:last-child{border-bottom:none}
- .faq-q{font-weight:600;color:var(--text-primary);margin-bottom:0.4rem;font-size:0.95rem}
- .faq-a{font-size:0.9rem;color:var(--text-secondary);line-height:1.7}
- .cta-box{text-align:center;background:linear-gradient(135deg,#0a0e27,#0d2a28);border-radius:var(--radius);padding:2.5rem;margin:2rem 0;color:#fff}
- .cta-box h3{color:#fff;font-size:1.3rem;margin-bottom:0.5rem}
- .cta-box p{color:rgba(255,255,255,0.6);margin-bottom:1.5rem;font-size:0.95rem}
- .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}
- .cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(20,184,166,0.3)}
- .cta-btn.secondary{background:transparent;border:1px solid rgba(255,255,255,0.3);margin-left:1rem}
- .cta-btn.secondary:hover{background:rgba(255,255,255,0.1);box-shadow:none}
- .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}
- .price-box .price{font-size:2.5rem;font-weight:800;color:#14b8a6}
- .price-box .unit{font-size:1rem;color:rgba(255,255,255,0.4)}
- .price-box .orig{font-size:0.9rem;color:rgba(255,255,255,0.3);text-decoration:line-through;margin-left:0.5rem}
- .dimension-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0.8rem;margin:1rem 0}
- .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)}
- .dim-item strong{display:block;color:var(--text-primary);font-size:0.9rem;margin-bottom:0.2rem}
- .section-tag{display:inline-block;font-size:0.8rem;font-weight:600;letter-spacing:0.05em;margin-bottom:0.5rem;color:var(--accent)}
- .site-footer{background:#1a1a3e;color:#fff;padding:2rem 0 0;margin-top:2rem}
- .footer-inner{max-width:900px;margin:0 auto;padding:0 1.5rem 1.5rem;text-align:center}
- .footer-inner p{color:rgba(255,255,255,0.5);font-size:0.8rem}
- @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}}
- /* 底部固定支付栏 */
- .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)}
- .sticky-bar .price{font-size:1.5rem;font-weight:800;color:#0d9488}
- .sticky-bar .orig{font-size:0.85rem;color:var(--text-muted);text-decoration:line-through;margin-left:0.5rem}
- .sticky-bar .label{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.1rem}
- .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}
- .sticky-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(20,184,166,0.3)}
- body{padding-bottom:70px}
- </style>
- <link rel="stylesheet" href="../css/mobile.css">
- </head>
- <body>
- <div class="hero">
- <div class="hero-content">
- <div class="hero-badge">🧬 精准检测 · 科学干预</div>
- <h1>肠道菌群基因检测</h1>
- <p>16S rRNA 高通量测序技术,一次检测全面评估你的肠道生态——<br>了解你的"第二基因组",从根源管理健康</p>
- <div class="hero-stats">
- <div class="hero-stat"><span class="num">300+</span><span class="label">菌群种类检测</span></div>
- <div class="hero-stat"><span class="num">8大</span><span class="label">检测维度</span></div>
- <div class="hero-stat"><span class="num">5天</span><span class="label">出报告时间</span></div>
- </div>
- </div>
- </div>
- <!-- 产品实物图 -->
- <div class="container" style="margin-top:2rem;">
- <div class="grid-2">
- <div style="background:white;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);">
- <img src="../img/product-intro/gut-kit-cover.jpg" alt="肠道菌群基因检测套件实物" style="width:100%;height:280px;object-fit:cover;display:block;">
- <div style="padding:1rem 1.2rem;">
- <div style="font-weight:700;color:var(--text-primary);font-size:1rem;">居家采样 · 寄回实验室</div>
- <div style="font-size:0.85rem;color:var(--text-muted);margin-top:0.3rem;">采样管含保存液,常温可稳定保存 7 天,无创无痛</div>
- </div>
- </div>
- <div style="background:white;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);">
- <img src="../img/product-intro/gut-kit-5.jpg" alt="肠道健康与日常饮食" style="width:100%;height:280px;object-fit:cover;display:block;">
- <div style="padding:1rem 1.2rem;">
- <div style="font-weight:700;color:var(--text-primary);font-size:1rem;">检测 + 饮食干预闭环</div>
- <div style="font-size:0.85rem;color:var(--text-muted);margin-top:0.3rem;">基于检测结果定制个性化营养方案,从餐桌开始改善菌群</div>
- </div>
- </div>
- </div>
- </div>
- <section>
- <div class="container">
- <h2>什么是肠道菌群检测?</h2>
- <p>肠道菌群检测是一项运用先进基因测序技术,分析人体粪便样本中微生物组成与丰度的创新健康服务。通过解析人体肠道内各种微生物的多样性与分布,评估人体在代谢、心血管功能、免疫平衡及精神状态等方面的潜在健康风险。</p>
- <p>检测结果可结合个人健康数据,提供科学依据的个性化饮食及营养干预方案,协助调整菌群生态,达到预防医学的目标。</p>
- <div class="highlight-box">
- <p><strong>核心原理:</strong>肠道菌群被称为人体的"第二基因组"——它们拥有的基因数量是人类自身基因的150倍,编码着人体无法自行完成的代谢功能。肠道菌群的组成和功能状态,直接影响你的免疫、代谢、情绪和认知。</p>
- </div>
- </div>
- </section>
- <section>
- <div class="container">
- <h2>检测技术</h2>
- <div class="grid-3">
- <div class="feature-card">
- <span class="icon">🧬</span>
- <h4>16S rRNA 测序</h4>
- <p>采用高通量二代测序技术,针对细菌16S rRNA基因的保守区和高变区进行测序,精准识别肠道菌群的种类和相对丰度。</p>
- </div>
- <div class="feature-card">
- <span class="icon">📊</span>
- <h4>中国人专属数据库</h4>
- <p>基于10,000+中国人的临床数据资料库进行比对分析,确保检测结果的准确性和人群适用性。</p>
- </div>
- <div class="feature-card">
- <span class="icon">🔬</span>
- <h4>权威检测流程</h4>
- <p>从样本采集、DNA提取、PCR扩增、文库构建到上机测序,全流程标准化质控,确保数据可靠。</p>
- </div>
- </div>
- <div style="text-align:center;margin:1.5rem 0;">
- <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);">
- <p style="font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem;">精准检测 · 大样本量比对 · 大规模临床验证</p>
- </div>
- </div>
- </section>
- <section>
- <div class="container">
- <h2>8大检测维度</h2>
- <p>检测报告涵盖以下核心维度,全面评估你的肠道生态健康状况:</p>
- <div class="dimension-list">
- <div class="dim-item"><strong>🌿 菌群多样性</strong>α多样性·Shannon指数</div>
- <div class="dim-item"><strong>⏳ 肠道年龄</strong>菌群年龄 vs 实际年龄</div>
- <div class="dim-item"><strong>🧱 肠道屏障功能</strong>肠漏风险评估</div>
- <div class="dim-item"><strong>🛡️ 菌群占比</strong>有益菌/有害菌分析</div>
- <div class="dim-item"><strong>🔥 短链脂肪酸</strong>丁酸·丙酸·乙酸合成</div>
- <div class="dim-item"><strong>⚠️ 慢病风险预警</strong>12类疾病风险预测</div>
- <div class="dim-item"><strong>⚙️ 代谢通路评估</strong>TMAO·胆汁酸·内毒素</div>
- <div class="dim-item"><strong>🧪 营养建议</strong>个性化膳食指南</div>
- </div>
- <div style="text-align:center;margin:1.5rem 0;">
- <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);">
- <p style="font-size:0.8rem;color:var(--text-muted);margin-top:0.5rem;">16S rRNA高通量测序 · 菌群-通路-疾病综合评估</p>
- </div>
- </div>
- </section>
- <section>
- <div class="container">
- <h2>检测流程</h2>
- <div style="text-align:center;margin:1.5rem 0;">
- <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">
- <defs>
- <marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
- <polygon points="0 0, 10 3.5, 0 7" fill="#0d9488"></polygon>
- </marker>
- </defs>
- <!-- 步骤1 -->
- <rect x="0" y="0" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
- <circle cx="38" cy="32" r="17" fill="#0d9488"></circle>
- <text x="38" y="37" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">1</text>
- <text x="68" y="25" font-size="14" font-weight="600" fill="#134e4a">在线下单</text>
- <text x="68" y="47" font-size="12" fill="#4a5568">完成购买,检测套件24小时内寄出</text>
- <line x1="200" y1="67" x2="200" y2="85" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
- <!-- 步骤2 -->
- <rect x="0" y="88" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
- <circle cx="38" cy="120" r="17" fill="#0d9488"></circle>
- <text x="38" y="125" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">2</text>
- <text x="68" y="113" font-size="14" font-weight="600" fill="#134e4a">居家采样</text>
- <text x="68" y="135" font-size="12" fill="#4a5568">米粒大小样本,无创无痛</text>
- <line x1="200" y1="155" x2="200" y2="173" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
- <!-- 步骤3 -->
- <rect x="0" y="176" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
- <circle cx="38" cy="208" r="17" fill="#0d9488"></circle>
- <text x="38" y="213" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">3</text>
- <text x="68" y="201" font-size="14" font-weight="600" fill="#134e4a">样本寄回</text>
- <text x="68" y="223" font-size="12" fill="#4a5568">预付费快递包装,直邮实验室</text>
- <line x1="200" y1="243" x2="200" y2="261" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
- <!-- 步骤4 -->
- <rect x="0" y="264" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
- <circle cx="38" cy="296" r="17" fill="#0d9488"></circle>
- <text x="38" y="301" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">4</text>
- <text x="68" y="289" font-size="14" font-weight="600" fill="#134e4a">实验室检测</text>
- <text x="68" y="311" font-size="12" fill="#4a5568">5个工作日内完成DNA测序分析</text>
- <line x1="200" y1="331" x2="200" y2="349" stroke="#0d9488" stroke-width="2" marker-end="url(#arrowhead)"></line>
- <!-- 步骤5 -->
- <rect x="0" y="352" width="400" height="64" rx="12" fill="#ccfbf1" stroke="#0d9488" stroke-width="1.5"></rect>
- <circle cx="38" cy="384" r="17" fill="#0d9488"></circle>
- <text x="38" y="389" text-anchor="middle" font-size="15" font-weight="bold" fill="#fff">5</text>
- <text x="68" y="377" font-size="14" font-weight="600" fill="#134e4a">获取报告</text>
- <text x="68" y="399" font-size="12" fill="#4a5568">在线查看结果与个性化建议</text>
- </svg>
- </div>
- </div>
- </section>
- <section>
- <div class="container">
- <h2>谁需要做肠道菌群检测?</h2>
- <div class="grid-2">
- <div class="card">
- <h3>👶 孩子家长</h3>
- <p>孩子注意力不集中、记忆力差、反复过敏或感冒?肠道菌群检测可以了解孩子的肠道生态,找到免疫力问题的根源,指导精准营养干预。</p>
- </div>
- <div class="card teal">
- <h3>🧑 亚健康人群</h3>
- <p>经常疲劳、消化不良、睡眠质量差、情绪波动大?这些"亚健康"症状背后,往往隐藏着肠道菌群失调的问题。</p>
- </div>
- <div class="card green">
- <h3>🫀 慢性病患者</h3>
- <p>高血压、高血糖、高血脂、高尿酸——这些慢性病的共同驱动因素是慢性炎症,而慢性炎症的核心来源之一是肠道菌群失调导致的肠漏。</p>
- </div>
- <div class="card orange">
- <h3>🧠 关注脑健康者</h3>
- <p>记忆力下降、注意力不集中、情绪低落?肠道菌群通过肠-脑轴影响大脑功能。改善菌群,就是改善大脑。</p>
- </div>
- </div>
- </div>
- </section>
- <section>
- <div class="container">
- <h2>产品优势</h2>
- <div class="grid-3">
- <div class="feature-card">
- <span class="icon">📦</span>
- <h4>无创便捷</h4>
- <p>居家采样,无需去医院。采集微量样本即可,操作简单,隐私安全。</p>
- </div>
- <div class="feature-card">
- <span class="icon">⚡</span>
- <h4>快速交付</h4>
- <p>从到样到报告出具,仅需5个工作日。电子版报告在线查看,随时可查阅。</p>
- </div>
- <div class="feature-card">
- <span class="icon">🔒</span>
- <h4>隐私保护</h4>
- <p>严格的数据安全措施,保障个人信息安全。检测数据仅用于健康评估,不会泄露。</p>
- </div>
- <div class="feature-card">
- <span class="icon">📋</span>
- <h4>结果全面</h4>
- <p>涵盖8大检测维度、300+菌群种类、12类慢病风险预警,提供个性化膳食和营养建议。</p>
- </div>
- <div class="feature-card">
- <span class="icon">🎯</span>
- <h4>精准干预</h4>
- <p>基于检测结果制定个性化方案,不是"人人都吃益生菌",而是"你的菌群缺什么,就补什么"。</p>
- </div>
- <div class="feature-card">
- <span class="icon">📈</span>
- <h4>持续追踪</h4>
- <p>干预后复测对比,数据趋势一目了然。效果看得见,钱不白花。</p>
- </div>
- </div>
- </div>
- </section>
- <section>
- <div class="container">
- <h2>常见问题</h2>
- <div class="faq-item">
- <div class="faq-q">检测需要多少样本量?</div>
- <div class="faq-a">只需约米粒大小的粪便样本(约0.5克),采样管中配有保存液,常温下可稳定保存7天。</div>
- </div>
- <div class="faq-item">
- <div class="faq-q">检测结果准确吗?</div>
- <div class="faq-a">采用国际通用的16S rRNA高通量测序技术,基于中国人专属数据库进行比对分析。该技术已在全球科研和临床领域广泛应用,准确性和可靠性经过大量验证。</div>
- </div>
- <div class="faq-item">
- <div class="faq-q">检测前需要注意什么?</div>
- <div class="faq-a">采样前无需特殊准备。如果正在服用抗生素或益生菌,建议在停药后2周再采样,以获得更准确的菌群基线数据。</div>
- </div>
- <div class="faq-item">
- <div class="faq-q">孩子可以做吗?</div>
- <div class="faq-a">可以。检测适用于全年龄段,从婴幼儿到老年人都可以检测。采样方式无创无痛,不同年龄段有对应的采样指导。</div>
- </div>
- <div class="faq-item">
- <div class="faq-q">检测报告怎么解读?</div>
- <div class="faq-a">报告包含详细的检测结果说明和个性化建议。同时,浠艾福会员可享受1对1健康管理师解读服务,帮助您理解报告内容并制定后续方案。</div>
- </div>
- </div>
- </section>
- <!-- 底部固定支付栏 -->
- <div class="sticky-bar">
- <div>
- <div class="label">肠道菌群基因检测</div>
- <div><span class="price">¥1,314</span><span class="orig">¥1,999</span></div>
- </div>
- <button class="sticky-btn" onclick="var f=document.getElementById('orderForm');f.style.visibility='visible';f.style.opacity='1'">立即购买</button>
- </div>
- <!-- Order Form Modal -->
- <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'}">
- <div style="background:#fff;border-radius:16px;padding:2rem;max-width:420px;width:90%;position:relative;">
- <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>
- <h3 style="margin-bottom:1.2rem;font-size:1.2rem;">肠道菌群基因检测 · 下单</h3>
- <div style="margin-bottom:1rem">
- <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">联系人</label>
- <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">
- </div>
- <div style="margin-bottom:1rem">
- <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">手机号</label>
- <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">
- </div>
- <div style="margin-bottom:1rem">
- <label style="display:block;font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">收件地址</label>
- <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">
- </div>
- <div style="margin-bottom:1.2rem;padding:0.8rem;background:#f0fdfa;border-radius:8px;display:flex;justify-content:space-between;align-items:center">
- <span style="font-size:0.9rem;color:var(--text-secondary)">合计</span>
- <span style="font-size:1.5rem;font-weight:800;color:#0d9488">¥1,314</span>
- </div>
- <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>
- <p style="font-size:0.75rem;color:var(--text-muted);margin-top:0.8rem;text-align:center">支付由微信支付安全处理 · 未注册用户请先联系客服</p>
- </div>
- </div>
- <script>
- function submitOrder() {
- var name = document.getElementById('orderName').value.trim();
- var phone = document.getElementById('orderPhone').value.trim();
- var address = document.getElementById('orderAddress').value.trim();
- if (!name) { alert('请输入联系人姓名'); return; }
- if (!phone || !/^1\d{10}$/.test(phone)) { alert('请输入正确的手机号'); return; }
- if (!address) { alert('请输入收件地址'); return; }
-
- var btn = document.getElementById('payBtn');
- btn.disabled = true;
- btn.textContent = '提交中...';
-
- // 生成订单号
- var orderNo = 'GUT' + Date.now() + Math.random().toString(36).substr(2,4).toUpperCase();
-
- // 保存联系人信息到全局变量,供后续函数使用
- window._orderContact = { name: name, phone: phone, address: address };
-
- // 直接走Native扫码支付(微信浏览器内也走扫码,避免OAuth2权限问题)
- fallbackNativePay(orderNo);
- }
- function doJsapiPay(orderNo, openid) {
- fetch('/api/payment/wechat/create', {
- method: 'POST',
- headers: { 'Content-Type': 'application/json' },
- body: JSON.stringify({
- orderNo: orderNo,
- description: '肠道菌群基因检测',
- amount: 131400,
- openid: openid
- })
- })
- .then(function(r) { return r.json(); })
- .then(function(data) {
- if (data.code === 200 && data.data) {
- if (typeof WeixinJSBridge !== 'undefined') {
- WeixinJSBridge.invoke('getBrandWCPayRequest', {
- appId: data.data.appId,
- timeStamp: data.data.timeStamp,
- nonceStr: data.data.nonceStr,
- package: data.data.package,
- signType: data.data.signType || 'RSA',
- paySign: data.data.paySign
- }, function(res) {
- if (res.err_msg === 'get_brand_wcpay_request:ok') {
- 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>';
- } else {
- alert('支付失败: ' + (res.err_msg || ''));
- document.getElementById('payBtn').disabled = false;
- document.getElementById('payBtn').textContent = '微信支付';
- }
- });
- } else {
- alert('请在微信内完成支付');
- document.getElementById('payBtn').disabled = false;
- document.getElementById('payBtn').textContent = '微信支付';
- }
- } else {
- alert('创建订单失败: ' + (data.message || ''));
- document.getElementById('payBtn').disabled = false;
- document.getElementById('payBtn').textContent = '微信支付';
- }
- })
- .catch(function() {
- alert('网络请求失败');
- document.getElementById('payBtn').disabled = false;
- document.getElementById('payBtn').textContent = '微信支付';
- });
- }
- function isWechatBrowser() {
- return navigator.userAgent.toLowerCase().indexOf('micromessenger') !== -1;
- }
- function getUrlParam(name) {
- var reg = new RegExp('[?&]' + name + '=([^&]*)');
- var r = window.location.href.match(reg);
- return r ? decodeURIComponent(r[1]) : null;
- }
- function fallbackNativePay(orderNo) {
- var c = window._orderContact || {};
- fetch('/api/payment/wechat/native', {
- method: 'POST',
- headers: { 'Content-Type': 'application/json' },
- body: JSON.stringify({
- orderNo: orderNo,
- description: '肠道菌群基因检测',
- amount: 131400,
- contactName: c.name || '',
- contactPhone: c.phone || '',
- contactAddress: c.address || ''
- })
- })
- .then(function(r) { return r.json(); })
- .then(function(data) {
- if (data.code === 200 && data.data) {
- if (data.data.codeUrl) {
- document.getElementById('orderForm').style.visibility = 'hidden';
- document.getElementById('orderForm').style.opacity = '0';
- showQrCode(data.data.codeUrl, orderNo);
- } else {
- tryH5Pay(orderNo);
- }
- }
- })
- .catch(function() {
- // 网络出错时尝试H5支付
- tryH5Pay(orderNo);
- });
- }
- function tryH5Pay(orderNo) {
- var btn = document.getElementById('payBtn');
- btn.textContent = '正在跳转微信支付...';
-
- fetch('/api/payment/wechat/create', {
- method: 'POST',
- headers: { 'Content-Type': 'application/json' },
- body: JSON.stringify({
- orderNo: orderNo,
- description: '肠道菌群基因检测',
- amount: 131400,
- })
- })
- .then(function(r) { return r.json(); })
- .then(function(data) {
- if (data.code === 200 && data.data) {
- // 尝试JSAPI支付(微信浏览器内)
- if (typeof WeixinJSBridge !== 'undefined') {
- WeixinJSBridge.invoke('getBrandWCPayRequest', {
- appId: data.data.appId,
- timeStamp: data.data.timeStamp,
- nonceStr: data.data.nonceStr,
- package: data.data.package,
- signType: data.data.signType || 'RSA',
- paySign: data.data.paySign
- }, function(res) {
- if (res.err_msg === 'get_brand_wcpay_request:ok') {
- 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>';
- } else {
- alert('支付失败: ' + (res.err_msg || '未知错误'));
- btn.disabled = false;
- btn.textContent = '微信支付';
- }
- });
- } else {
- alert('请在微信内打开此页面完成支付');
- btn.disabled = false;
- btn.textContent = '微信支付';
- }
- } else {
- alert('支付系统暂不可用:' + (data.message || ''));
- btn.disabled = false;
- btn.textContent = '微信支付';
- }
- })
- .catch(function() {
- alert('网络请求失败');
- btn.disabled = false;
- btn.textContent = '微信支付';
- });
- }
- function showQrCode(codeUrl, orderNo) {
- var c = window._orderContact || {};
- var div = document.createElement('div');
- 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';
- div.onclick = function(e) { if (e.target === this) this.remove(); };
- div.innerHTML = '<div style="background:#fff;border-radius:16px;padding:2rem;text-align:center;max-width:340px">' +
- '<h3 style="margin-bottom:0.8rem;font-size:1.1rem;">用其他手机扫码支付</h3>' +
- '<div style="background:#f0fdfa;border-radius:8px;padding:0.8rem;margin-bottom:0.8rem;text-align:left">' +
- '<div style="font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">肠道菌群基因检测</div>' +
- '<div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:0.3rem">' +
- '<span style="font-size:0.8rem;color:var(--text-muted)">1份 · 含采样套件</span>' +
- '<span style="font-size:1.1rem;font-weight:700;color:#0d9488">¥1,314</span>' +
- '</div>' +
- '<div style="border-top:1px dashed #e2e8f0;margin:0.5rem 0;padding-top:0.5rem;font-size:0.8rem;color:var(--text-muted)">' +
- '<div>联系人: ' + (c.name || '') + '</div>' +
- '<div>手机号: ' + (c.phone || '') + '</div>' +
- '<div>地址: ' + (c.address || '') + '</div>' +
- '</div>' +
- '</div>' +
- '<div style="width:200px;height:200px;margin:0 auto 0.8rem;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden">' +
- '<img src="/api/payment/qrcode?text=' + encodeURIComponent(codeUrl) + '" alt="支付二维码" style="width:200px;height:200px">' +
- '</div>' +
- '<p style="font-size:0.8rem;color:#999">请用其他手机微信扫码完成支付</p>' +
- '<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>' +
- '</div>';
- document.body.appendChild(div);
-
- // 轮询支付状态
- var pollTimer = setInterval(function() {
- fetch('/api/payment/wechat/status', {
- method: 'POST',
- headers: { 'Content-Type': 'application/json' },
- body: JSON.stringify({ orderNo: orderNo })
- })
- .then(function(r) { return r.json(); })
- .then(function(data) {
- if (data.code === 200 && data.data === true) {
- clearInterval(pollTimer);
- div.innerHTML = '<div style="background:#fff;border-radius:16px;padding:2rem;text-align:center;max-width:320px">' +
- '<div style="font-size:3rem;margin-bottom:0.5rem">✅</div>' +
- '<h3 style="color:#0d9488;font-size:1.2rem;margin-bottom:0.5rem">支付成功!</h3>' +
- '<div style="background:#f0fdfa;border-radius:8px;padding:0.8rem;margin-bottom:1rem;text-align:left">' +
- '<div style="font-size:0.85rem;color:var(--text-secondary);margin-bottom:0.3rem">肠道菌群基因检测</div>' +
- '<div style="display:flex;justify-content:space-between;align-items:center">' +
- '<span style="font-size:0.8rem;color:var(--text-muted)">已付款</span>' +
- '<span style="font-size:1.1rem;font-weight:700;color:#0d9488">¥1,314</span>' +
- '</div>' +
- '</div>' +
- '<p style="font-size:0.85rem;color:#999;margin-bottom:0.5rem">您的检测套件将在24小时内寄出</p>' +
- '<p style="font-size:0.75rem;color:#bbb">窗口将在3秒后自动关闭</p>' +
- '</div>';
- setTimeout(function() { div.remove(); }, 3000);
- }
- })
- .catch(function() {});
- }, 3000);
-
- // 30秒后停止轮询
- setTimeout(function() { clearInterval(pollTimer); }, 120000);
- }
- </script>
- <!-- 扫码咨询 -->
- <div class="container" style="text-align:center;padding-top:0">
- <p style="font-size:0.85rem;color:var(--text-muted);margin-bottom:0.8rem">扫码咨询,了解更多</p>
- <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);">
- </div>
- <footer class="site-footer">
- <div class="footer-inner">
- <p>本检测仅用于健康评估和科研参考,不直接用于临床诊断。如有健康问题,请咨询专业医生。</p>
- <p style="margin-top:4px;font-size:0.75rem;color:rgba(255,255,255,0.3)">© 2026 浠艾福 CareFamily</p>
- </div>
- </footer>
- </body>
- </html>
|