| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>浠艾福 · 主动健康</title>
- <style>
- @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');
- *{margin:0;padding:0;box-sizing:border-box}
- body{font-family:Inter,sans-serif;background:#0a0e27;overflow:hidden;width:100vw;height:100vh}
- .slide-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}
- .slide{width:1280px;height:720px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(var(--scale));opacity:0;pointer-events:none;transition:opacity .4s,transform .4s;overflow:hidden;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
- .slide.active{opacity:1;pointer-events:auto}
- .nav{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:16px;z-index:100}
- .nav-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.2);cursor:pointer;transition:all .3s}
- .nav-dot.active{background:#14b8a6;transform:scale(1.5);box-shadow:0 0 12px rgba(20,184,166,.4)}
- .nav-btn{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:14px;backdrop-filter:blur(8px);transition:all .2s}
- .nav-btn:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}
- .slide-counter{position:fixed;top:20px;right:24px;font-size:12px;color:rgba(255,255,255,.3);z-index:100;font-weight:500}
- .fullscreen-btn{position:fixed;top:20px;left:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:6px 14px;cursor:pointer;z-index:100;color:rgba(255,255,255,.5);font-size:11px;transition:all .2s;backdrop-filter:blur(8px)}
- .fullscreen-btn:hover{background:rgba(255,255,255,.15);color:#fff}
- </style>
- </head>
- <body>
- <button class="fullscreen-btn" onclick="toggleFullscreen()">⛶ 全屏</button>
- <div class="slide-counter"><span id="currentSlide">1</span> / 08</div>
- <div class="slide-container" id="slideContainer"></div>
- <div class="nav">
- <div class="nav-btn" onclick="prevSlide()">◀</div>
- <div class="nav-dots" id="navDots"></div>
- <div class="nav-btn" onclick="nextSlide()">▶</div>
- </div>
- <script>
- const slides=[
- `<html><head><style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');*{margin:0;padding:0;box-sizing:border-box}body{width:1280px;height:720px;background:linear-gradient(180deg,#0a0e27,#0d2a28);font-family:Inter,sans-serif;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}
- @keyframes fIn{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
- @keyframes fScale{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}
- @keyframes draw{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
- @keyframes pulse{0%,100%{opacity:.3}50%{opacity:.8}}
- @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
- @keyframes glow{0%,100%{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(4px)}}
- .a1{animation:fIn .6s ease both}.a2{animation:fIn .6s ease .2s both}.a3{animation:fIn .6s ease .4s both}
- .a4{animation:fIn .6s ease .6s both}.a5{animation:fIn .6s ease .8s both}
- </style></head><body>
- <svg style="position:absolute;top:0;left:0;width:100%;height:100%" viewBox="0 0 1280 720">
- <defs><linearGradient id="wg" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(20,184,166,.08)"/><stop offset="100%" stop-color="rgba(20,184,166,0)"/></linearGradient>
- <linearGradient id="sg" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="rgba(20,184,166,0)"/><stop offset="100%" stop-color="rgba(20,184,166,.12)"/></linearGradient>
- <linearGradient id="ic" x1="0" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="#14b8a6"/><stop offset="100%" stop-color="#0d9488"/></linearGradient>
- </defs>
- <!-- Sky gradient -->
- <rect x="0" y="0" width="1280" height="300" fill="url(#wg)"/>
- <!-- Water surface -->
- <rect x="0" y="300" width="1280" height="420" fill="url(#sg)"/>
- <!-- Water line -->
- <path d="M0,300 Q100,290 200,300 Q300,310 400,300 Q500,290 600,300 Q700,310 800,300 Q900,290 1000,300 Q1100,310 1200,300 L1280,300" fill="none" stroke="rgba(20,184,166,.15)" stroke-width="2"/>
- <!-- Iceberg above water (症) -->
- <path d="M540,300 L580,180 L640,160 L700,180 L740,300 Z" fill="rgba(20,184,166,.15)" stroke="rgba(20,184,166,.3)" stroke-width="1.5" class="a1"/>
- <text x="640" y="240" text-anchor="middle" fill="rgba(255,255,255,.5)" font-size="11" font-weight="600" letter-spacing=".2em" class="a2">症</text>
- <text x="640" y="258" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">你感受到的不舒服</text>
- <!-- Iceberg below water (病) - much larger -->
- <path d="M540,300 L500,420 L460,520 L480,600 L520,640 L640,660 L760,640 L800,600 L820,520 L780,420 L740,300 Z" fill="rgba(20,184,166,.08)" stroke="rgba(20,184,166,.15)" stroke-width="1" class="a3"/>
- <text x="640" y="420" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="12" font-weight="700" letter-spacing=".2em" class="a3">病</text>
- <text x="640" y="440" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">身体底层的病理改变</text>
- <text x="640" y="500" text-anchor="middle" fill="rgba(255,255,255,.1)" font-size="8">高血压→动脉粥样硬化</text>
- <text x="640" y="518" text-anchor="middle" fill="rgba(255,255,255,.1)" font-size="8">血糖高→胰岛素抵抗</text>
- <text x="640" y="536" text-anchor="middle" fill="rgba(255,255,255,.1)" font-size="8">治疗指标≠治疗疾病</text>
- <!-- Label -->
- <text x="640" y="60" text-anchor="middle" fill="rgba(20,184,166,.4)" font-size="10" font-weight="600" letter-spacing=".3em" class="a1">WHAT IS HEALTH</text>
- <text x="640" y="100" text-anchor="middle" fill="#fff" font-size="48" font-weight="800" class="a2">健康,是<span fill="#14b8a6">完好</span></text>
- <text x="640" y="135" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="16" font-weight="300" class="a3">WHO 1948:身体、心理、社交都处于完好状态</text>
- <!-- Quote box -->
- <rect x="340" y="680" rx="8" width="600" height="28" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1" class="a4"/>
- <text x="640" y="698" text-anchor="middle" fill="rgba(255,255,255,.25)" font-size="10" class="a4">症是冰山一角,病是水下巨冰——治症不治病,指标正常了,人还在生病的路上</text>
- <!-- Page -->
- <text x="1240" y="700" text-anchor="end" fill="rgba(255,255,255,.08)" font-size="10">01/08</text>
- <text x="640" y="700" text-anchor="middle" fill="rgba(255,255,255,.04)" font-size="10" letter-spacing=".15em">浠艾福 · CARE FAMILY</text>
- </svg></body></html>`,
- `<html><head><style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');*{margin:0;padding:0;box-sizing:border-box}body{width:1280px;height:720px;background:linear-gradient(135deg,#0a0e27,#1a0a20);font-family:Inter,sans-serif;overflow:hidden;position:relative}
- @keyframes fIn{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
- @keyframes fScale{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}
- @keyframes draw{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
- @keyframes pulse{0%,100%{opacity:.3}50%{opacity:.8}}
- @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
- @keyframes glow{0%,100%{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(4px)}}
- .a1{animation:fIn .6s ease both}.a2{animation:fIn .6s ease .2s both}.a3{animation:fIn .6s ease .4s both}
- .a4{animation:fIn .6s ease .6s both}.a5{animation:fIn .6s ease .8s both}
- </style></head><body>
- <svg style="position:absolute;top:0;left:0;width:100%;height:100%" viewBox="0 0 1280 720">
- <defs><linearGradient id="b1"><stop offset="0%" stop-color="rgba(20,184,166,.15)"/><stop offset="100%" stop-color="rgba(20,184,166,.05)"/></linearGradient>
- <linearGradient id="b2"><stop offset="0%" stop-color="rgba(244,63,94,.15)"/><stop offset="100%" stop-color="rgba(244,63,94,.05)"/></linearGradient>
- </defs>
- <!-- Title -->
- <text x="640" y="60" text-anchor="middle" fill="rgba(244,63,94,.4)" font-size="10" font-weight="600" letter-spacing=".3em" class="a1">SYMPTOM VS DISEASE</text>
- <text x="640" y="95" text-anchor="middle" fill="#fff" font-size="36" font-weight="800" class="a2">治症,还是治病?</text>
- <text x="640" y="125" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="14" class="a3">对病溯源,才能找到因</text>
- <!-- Flow diagram: 4 rounded rectangles connected by arrows -->
- <!-- Box 1: 症 -->
- <rect x="120" y="170" width="220" height="120" rx="12" fill="url(#b1)" stroke="rgba(20,184,166,.3)" stroke-width="2" class="a1"/>
- <text x="230" y="210" text-anchor="middle" fill="#fff" font-size="28" font-weight="700">😫</text>
- <text x="230" y="238" text-anchor="middle" fill="#fff" font-size="16" font-weight="700">症</text>
- <text x="230" y="260" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="11">你感受到的不舒服</text>
- <!-- Arrow 1 -->
- <line x1="340" y1="230" x2="400" y2="230" stroke="rgba(255,255,255,.08)" stroke-width="2" marker-end="url(#arrow)" class="a2"/>
- <polygon points="400,225 415,230 400,235" fill="rgba(255,255,255,.08)"/>
- <!-- Box 2: 病 -->
- <rect x="420" y="170" width="220" height="120" rx="12" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.08)" stroke-width="1" class="a2"/>
- <text x="530" y="210" text-anchor="middle" fill="#fff" font-size="28">🔬</text>
- <text x="530" y="238" text-anchor="middle" fill="#fff" font-size="16" font-weight="700">病</text>
- <text x="530" y="260" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="11">身体底层的病理改变</text>
- <!-- Arrow 2 -->
- <line x1="640" y1="230" x2="700" y2="230" stroke="rgba(255,255,255,.08)" stroke-width="2" class="a3"/>
- <polygon points="700,225 715,230 700,235" fill="rgba(255,255,255,.08)"/>
- <!-- Box 3: 因 -->
- <rect x="720" y="170" width="220" height="120" rx="12" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.08)" stroke-width="1" class="a3"/>
- <text x="830" y="210" text-anchor="middle" fill="#fff" font-size="28">🔍</text>
- <text x="830" y="238" text-anchor="middle" fill="#fff" font-size="16" font-weight="700">因</text>
- <text x="830" y="260" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="11">驱动疾病的根本原因</text>
- <!-- Arrow 3 -->
- <line x1="940" y1="230" x2="1000" y2="230" stroke="rgba(20,184,166,.2)" stroke-width="2" class="a4"/>
- <polygon points="1000,225 1015,230 1000,235" fill="rgba(20,184,166,.2)"/>
- <!-- Box 4: 主动健康 -->
- <rect x="1020" y="170" width="200" height="120" rx="12" fill="url(#b1)" stroke="rgba(20,184,166,.3)" stroke-width="2" class="a4"/>
- <text x="1120" y="210" text-anchor="middle" fill="#14b8a6" font-size="28">✅</text>
- <text x="1120" y="238" text-anchor="middle" fill="#14b8a6" font-size="16" font-weight="700">主动健康</text>
- <text x="1120" y="260" text-anchor="middle" fill="rgba(20,184,166,.5)" font-size="11">从因入手逆转病程</text>
- <!-- 3 example cards -->
- <g class="a5">
- <rect x="80" y="340" width="360" height="130" rx="10" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="100" y="370" fill="#f43f5e" font-size="13" font-weight="700">症:血压高</text>
- <text x="100" y="390" fill="#14b8a6" font-size="13" font-weight="700">病:动脉粥样硬化</text>
- <text x="100" y="415" fill="rgba(255,255,255,.3)" font-size="11">因:慢性炎症→血管内皮损伤→斑块形成→</text>
- <text x="100" y="435" fill="rgba(255,255,255,.3)" font-size="11">管腔狭窄→血压升高</text>
- <rect x="460" y="340" width="360" height="130" rx="10" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="480" y="370" fill="#f43f5e" font-size="13" font-weight="700">症:血糖高</text>
- <text x="480" y="390" fill="#14b8a6" font-size="13" font-weight="700">病:胰岛素抵抗</text>
- <text x="480" y="415" fill="rgba(255,255,255,.3)" font-size="11">因:慢性炎症→IRS-1丝氨酸磷酸化→</text>
- <text x="480" y="435" fill="rgba(255,255,255,.3)" font-size="11">胰岛素信号受阻→血糖失控</text>
- <rect x="840" y="340" width="360" height="130" rx="10" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="860" y="370" fill="#f43f5e" font-size="13" font-weight="700">症:尿酸高</text>
- <text x="860" y="390" fill="#14b8a6" font-size="13" font-weight="700">病:嘌呤代谢紊乱</text>
- <text x="860" y="415" fill="rgba(255,255,255,.3)" font-size="11">因:菌群失调→肠道尿酸排泄下降+</text>
- <text x="860" y="435" fill="rgba(255,255,255,.3)" font-size="11">果糖过量→内源性尿酸生成增加</text>
- </g>
- <!-- Bottom bar -->
- <rect x="80" y="505" width="1120" height="48" rx="8" fill="rgba(245,158,11,.04)" stroke="rgba(245,158,11,.1)" stroke-width="1" class="a5"/>
- <text x="640" y="530" text-anchor="middle" fill="rgba(255,255,255,.35)" font-size="12">传统医疗处理的是症—降压药降的是数字,不是血管的炎症。主动健康追踪的是因—修复肠漏、降低炎症,</text>
- <text x="640" y="545" text-anchor="middle" fill="rgba(255,255,255,.35)" font-size="12">血压和血糖自然回落,才是真正的治愈</text>
- <!-- Page -->
- <text x="1240" y="700" text-anchor="end" fill="rgba(255,255,255,.08)" font-size="10">02/08</text>
- </svg></body></html>`,
- `<html><head><style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');*{margin:0;padding:0;box-sizing:border-box}body{width:1280px;height:720px;background:linear-gradient(135deg,#0a0e27,#0d2a28);font-family:Inter,sans-serif;overflow:hidden;position:relative}
- @keyframes fIn{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
- @keyframes fScale{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}
- @keyframes draw{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
- @keyframes pulse{0%,100%{opacity:.3}50%{opacity:.8}}
- @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
- @keyframes glow{0%,100%{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(4px)}}
- .a1{animation:fIn .6s ease both}.a2{animation:fIn .6s ease .2s both}.a3{animation:fIn .6s ease .4s both}
- .a4{animation:fIn .6s ease .6s both}.a5{animation:fIn .6s ease .8s both}
- </style></head><body>
- <svg style="position:absolute;top:0;left:0;width:100%;height:100%" viewBox="0 0 1280 720">
- <!-- Title -->
- <text x="640" y="60" text-anchor="middle" fill="rgba(20,184,166,.4)" font-size="10" font-weight="600" letter-spacing=".3em" class="a1">ROOT OF ALL DISEASES</text>
- <text x="640" y="95" text-anchor="middle" fill="#fff" font-size="36" font-weight="800" class="a2">万病之源,是慢性炎症</text>
- <text x="640" y="120" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="12" class="a3">不同的器官、不同的表现,背后是同一个敌人</text>
- <!-- Central target: chronic inflammation -->
- <circle cx="640" cy="300" r="60" fill="rgba(244,63,94,.15)" stroke="#f43f5e" stroke-width="2" class="a1"/>
- <circle cx="640" cy="300" r="40" fill="rgba(244,63,94,.1)" class="a2"/>
- <circle cx="640" cy="300" r="20" fill="rgba(244,63,94,.2)" class="a3"/>
- <text x="640" y="296" text-anchor="middle" fill="#f43f5e" font-size="10" font-weight="800">慢性</text>
- <text x="640" y="310" text-anchor="middle" fill="#f43f5e" font-size="10" font-weight="800">炎症</text>
- <!-- Surrounding disease nodes -->
- <g class="a4">
- <circle cx="350" cy="180" r="36" fill="rgba(20,184,166,.08)" stroke="rgba(20,184,166,.2)" stroke-width="1"/>
- <text x="350" y="176" text-anchor="middle" fill="#14b8a6" font-size="20">❤️</text>
- <text x="350" y="194" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="8">心脑血管</text>
- <line x1="386" y1="195" x2="600" y2="280" stroke="rgba(244,63,94,.1)" stroke-width="1" stroke-dasharray="4,3"/>
- </g>
- <g class="a5">
- <circle cx="930" cy="180" r="36" fill="rgba(245,158,11,.08)" stroke="rgba(245,158,11,.2)" stroke-width="1"/>
- <text x="930" y="176" text-anchor="middle" fill="#f59e0b" font-size="20">🍬</text>
- <text x="930" y="194" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="8">糖尿病</text>
- <line x1="894" y1="195" x2="680" y2="280" stroke="rgba(244,63,94,.1)" stroke-width="1" stroke-dasharray="4,3"/>
- </g>
- <g class="a4">
- <circle cx="350" cy="420" r="36" fill="rgba(139,92,246,.08)" stroke="rgba(139,92,246,.2)" stroke-width="1"/>
- <text x="350" y="416" text-anchor="middle" fill="#8b5cf6" font-size="20">🧠</text>
- <text x="350" y="434" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="8">阿尔茨海默</text>
- <line x1="386" y1="405" x2="600" y2="320" stroke="rgba(244,63,94,.1)" stroke-width="1" stroke-dasharray="4,3"/>
- </g>
- <g class="a5">
- <circle cx="930" cy="420" r="36" fill="rgba(236,72,153,.08)" stroke="rgba(236,72,153,.2)" stroke-width="1"/>
- <text x="930" y="416" text-anchor="middle" fill="#ec4899" font-size="20">🦴</text>
- <text x="930" y="434" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="8">骨质疏松</text>
- <line x1="894" y1="405" x2="680" y2="320" stroke="rgba(244,63,94,.1)" stroke-width="1" stroke-dasharray="4,3"/>
- </g>
- <g class="a4">
- <circle cx="180" cy="300" r="36" fill="rgba(234,179,8,.08)" stroke="rgba(234,179,8,.2)" stroke-width="1"/>
- <text x="180" y="296" text-anchor="middle" fill="#eab308" font-size="20">🫀</text>
- <text x="180" y="314" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="8">高血压</text>
- <line x1="216" y1="300" x2="580" y2="300" stroke="rgba(244,63,94,.1)" stroke-width="1" stroke-dasharray="4,3"/>
- </g>
- <g class="a5">
- <circle cx="1100" cy="300" r="36" fill="rgba(34,197,94,.08)" stroke="rgba(34,197,94,.2)" stroke-width="1"/>
- <text x="1100" y="296" text-anchor="middle" fill="#22c55e" font-size="20">🦠</text>
- <text x="1100" y="314" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="8">自身免疫病</text>
- <line x1="1064" y1="300" x2="700" y2="300" stroke="rgba(244,63,94,.1)" stroke-width="1" stroke-dasharray="4,3"/>
- </g>
- <!-- Two-column explanation -->
- <g class="a5">
- <rect x="80" y="500" width="540" height="100" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="100" y="525" fill="#fff" font-size="14" font-weight="700">🧬 第一基因组:决定可能得什么病</text>
- <text x="100" y="548" fill="rgba(255,255,255,.3)" font-size="11">基因决定了薄弱环节—APOE4与阿尔茨海默、</text>
- <text x="100" y="565" fill="rgba(255,255,255,.3)" font-size="11">BRCA与乳腺癌。但基因不是命运—它只决定</text>
- <text x="100" y="582" fill="rgba(255,255,255,.3)" font-size="11">子弹上了膛,扣不扣扳机取决于环境</text>
- <rect x="660" y="500" width="540" height="100" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="680" y="525" fill="#fff" font-size="14" font-weight="700">🔥 扣动扳机的:慢性炎症的水平</text>
- <text x="680" y="548" fill="rgba(255,255,255,.3)" font-size="11">炎症首先攻击最弱的细胞—血管内皮弱的→</text>
- <text x="680" y="565" fill="rgba(255,255,255,.3)" font-size="11">动脉粥样硬化;胰岛β细胞弱的→糖尿病;</text>
- <text x="680" y="582" fill="rgba(255,255,255,.3)" font-size="11">关节滑膜弱的→痛风/类风湿</text>
- </g>
- <!-- Page -->
- <text x="1240" y="700" text-anchor="end" fill="rgba(255,255,255,.08)" font-size="10">03/08</text>
- </svg></body></html>`,
- `<html><head><style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');*{margin:0;padding:0;box-sizing:border-box}body{width:1280px;height:720px;background:linear-gradient(135deg,#0a0e27,#0d1a30);font-family:Inter,sans-serif;overflow:hidden;position:relative}
- @keyframes fIn{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
- @keyframes fScale{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}
- @keyframes draw{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
- @keyframes pulse{0%,100%{opacity:.3}50%{opacity:.8}}
- @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
- @keyframes glow{0%,100%{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(4px)}}
- .a1{animation:fIn .6s ease both}.a2{animation:fIn .6s ease .2s both}.a3{animation:fIn .6s ease .4s both}
- .a4{animation:fIn .6s ease .6s both}.a5{animation:fIn .6s ease .8s both}
- </style></head><body>
- <svg style="position:absolute;top:0;left:0;width:100%;height:100%" viewBox="0 0 1280 720">
- <defs><linearGradient id="cc1"><stop offset="0%" stop-color="rgba(20,184,166,.12)"/><stop offset="100%" stop-color="rgba(20,184,166,.04)"/></linearGradient>
- <linearGradient id="cc2"><stop offset="0%" stop-color="rgba(244,63,94,.12)"/><stop offset="100%" stop-color="rgba(244,63,94,.04)"/></linearGradient>
- </defs>
- <text x="640" y="50" text-anchor="middle" fill="rgba(244,63,94,.4)" font-size="10" font-weight="600" letter-spacing=".3em" class="a1">WHERE INFLAMMATION COMES FROM</text>
- <text x="640" y="80" text-anchor="middle" fill="#fff" font-size="32" font-weight="800" class="a2">慢性炎症从哪儿来?</text>
- <text x="640" y="105" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="12" class="a3">找到源头,才能从源头干预</text>
- <!-- Chain: 7 nodes connected by arrows -->
- <g class="a1">
- <rect x="30" y="140" width="150" height="90" rx="8" fill="url(#cc1)" stroke="rgba(20,184,166,.2)" stroke-width="1"/>
- <text x="105" y="170" text-anchor="middle" font-size="24">🍔</text>
- <text x="105" y="190" text-anchor="middle" fill="#fff" font-size="12" font-weight="700">饮食不当</text>
- <text x="105" y="208" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">高糖·低纤维·加工食品</text>
- </g>
- <g class="a2">
- <line x1="180" y1="185" x2="210" y2="185" stroke="rgba(255,255,255,.06)" stroke-width="1.5"/>
- <polygon points="210,181 220,185 210,189" fill="rgba(255,255,255,.06)"/>
- <rect x="225" y="140" width="150" height="90" rx="8" fill="url(#cc1)" stroke="rgba(20,184,166,.2)" stroke-width="1"/>
- <text x="300" y="170" text-anchor="middle" font-size="24">💊</text>
- <text x="300" y="190" text-anchor="middle" fill="#fff" font-size="12" font-weight="700">抗生素/药物</text>
- <text x="300" y="208" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">滥用·PPI·NSAIDs</text>
- </g>
- <g class="a3">
- <line x1="375" y1="185" x2="405" y2="185" stroke="rgba(255,255,255,.06)" stroke-width="1.5"/>
- <polygon points="405,181 415,185 405,189" fill="rgba(255,255,255,.06)"/>
- <rect x="420" y="140" width="150" height="90" rx="8" fill="url(#cc1)" stroke="rgba(20,184,166,.2)" stroke-width="1"/>
- <text x="495" y="170" text-anchor="middle" font-size="24">😰</text>
- <text x="495" y="190" text-anchor="middle" fill="#fff" font-size="12" font-weight="700">压力/熬夜</text>
- <text x="495" y="208" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">皮质醇↑·HPA轴紊乱</text>
- </g>
- <g class="a4">
- <line x1="570" y1="185" x2="600" y2="185" stroke="rgba(244,63,94,.12)" stroke-width="1.5"/>
- <polygon points="600,181 610,185 600,189" fill="rgba(244,63,94,.12)"/>
- <rect x="615" y="140" width="150" height="90" rx="8" fill="url(#cc2)" stroke="rgba(244,63,94,.25)" stroke-width="1.5"/>
- <text x="690" y="170" text-anchor="middle" font-size="24">🦠</text>
- <text x="690" y="190" text-anchor="middle" fill="#f43f5e" font-size="12" font-weight="700">菌群失调</text>
- <text x="690" y="208" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">有益菌↓·致病菌↑</text>
- </g>
- <g class="a5">
- <line x1="765" y1="185" x2="795" y2="185" stroke="rgba(244,63,94,.12)" stroke-width="1.5"/>
- <polygon points="795,181 805,185 795,189" fill="rgba(244,63,94,.12)"/>
- <rect x="810" y="140" width="150" height="90" rx="8" fill="url(#cc2)" stroke="rgba(244,63,94,.25)" stroke-width="1.5"/>
- <text x="885" y="170" text-anchor="middle" font-size="24">🧱</text>
- <text x="885" y="190" text-anchor="middle" fill="#f43f5e" font-size="12" font-weight="700">肠漏</text>
- <text x="885" y="208" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">紧密连接破坏</text>
- </g>
- <g class="a6">
- <line x1="960" y1="185" x2="990" y2="185" stroke="rgba(244,63,94,.12)" stroke-width="1.5"/>
- <polygon points="990,181 1000,185 990,189" fill="rgba(244,63,94,.12)"/>
- <rect x="1005" y="140" width="150" height="90" rx="8" fill="url(#cc2)" stroke="rgba(244,63,94,.25)" stroke-width="1.5"/>
- <text x="1080" y="170" text-anchor="middle" font-size="24">🔥</text>
- <text x="1080" y="190" text-anchor="middle" fill="#f43f5e" font-size="12" font-weight="700">慢性炎症</text>
- <text x="1080" y="208" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">LPS→TLR4→NF-κB</text>
- </g>
- <g class="a7">
- <line x1="1155" y1="185" x2="1185" y2="185" stroke="rgba(244,63,94,.12)" stroke-width="1.5"/>
- <polygon points="1185,181 1195,185 1185,189" fill="rgba(244,63,94,.12)"/>
- <rect x="1200" y="140" width="70" height="90" rx="8" fill="url(#cc2)" stroke="rgba(244,63,94,.25)" stroke-width="1.5"/>
- <text x="1235" y="170" text-anchor="middle" font-size="24">🏥</text>
- <text x="1235" y="190" text-anchor="middle" fill="#f43f5e" font-size="11" font-weight="700">慢性病</text>
- <text x="1235" y="208" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="8">心梗·脑梗</text>
- </g>
- <!-- 3 evidence cards -->
- <g class="a5">
- <rect x="80" y="280" width="360" height="130" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="100" y="305" fill="#fff" font-size="13" font-weight="700">📊 70%的免疫系统在肠道</text>
- <text x="100" y="330" fill="rgba(255,255,255,.3)" font-size="11">肠道是人体最大的免疫器官。肠道菌群训练</text>
- <text x="100" y="348" fill="rgba(255,255,255,.3)" font-size="11">免疫细胞区分朋友和敌人——菌群一乱,</text>
- <text x="100" y="366" fill="rgba(255,255,255,.3)" font-size="11">免疫就乱,过敏和自身免疫病随之而来。</text>
- <text x="100" y="390" fill="rgba(20,184,166,.3)" font-size="9">Gut 2014 · Nature 2011</text>
- <rect x="460" y="280" width="360" height="130" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="480" y="305" fill="#fff" font-size="13" font-weight="700">🧬 150倍基因优势</text>
- <text x="480" y="330" fill="rgba(255,255,255,.3)" font-size="11">肠道菌群330万独特基因 vs 人类2.3万个</text>
- <text x="480" y="348" fill="rgba(255,255,255,.3)" font-size="11">基因。它们编码的酶决定了你的代谢能力、</text>
- <text x="480" y="366" fill="rgba(255,255,255,.3)" font-size="11">炎症水平和营养状态。</text>
- <text x="480" y="390" fill="rgba(20,184,166,.3)" font-size="9">Zhu et al., Protein & Cell 2010</text>
- <rect x="840" y="280" width="360" height="130" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="860" y="305" fill="#fff" font-size="13" font-weight="700">🧠 90%的血清素在肠道产生</text>
- <text x="860" y="330" fill="rgba(255,255,255,.3)" font-size="11">情绪、睡眠、食欲、注意力——都受肠道</text>
- <text x="860" y="348" fill="rgba(255,255,255,.3)" font-size="11">菌群调控。特定菌群直接调节肠壁细胞的</text>
- <text x="860" y="366" fill="rgba(255,255,255,.3)" font-size="11">血清素合成。</text>
- <text x="860" y="390" fill="rgba(20,184,166,.3)" font-size="9">Yano et al., Cell 2015</text>
- </g>
- <!-- Bottom -->
- <rect x="80" y="440" width="1120" height="40" rx="8" fill="rgba(20,184,166,.04)" stroke="rgba(20,184,166,.08)" stroke-width="1" class="a7"/>
- <text x="640" y="465" text-anchor="middle" fill="rgba(255,255,255,.35)" font-size="12">这就是主动健康的<text fill="#14b8a6" font-weight="700">抓手</text>——肠道菌群是可测量、可干预、可逆转的。<text fill="#14b8a6" font-weight="700">一份菌群报告,就能看清你的体内炎症地图</text></text>
- <text x="1240" y="700" text-anchor="end" fill="rgba(255,255,255,.08)" font-size="10">04/08</text>
- </svg></body></html>`,
- `<html><head><style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');*{margin:0;padding:0;box-sizing:border-box}body{width:1280px;height:720px;background:linear-gradient(135deg,#0a0e27,#0d2a28);font-family:Inter,sans-serif;overflow:hidden;position:relative}
- @keyframes fIn{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
- @keyframes fScale{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}
- @keyframes draw{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
- @keyframes pulse{0%,100%{opacity:.3}50%{opacity:.8}}
- @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
- @keyframes glow{0%,100%{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(4px)}}
- .a1{animation:fIn .6s ease both}.a2{animation:fIn .6s ease .2s both}.a3{animation:fIn .6s ease .4s both}
- .a4{animation:fIn .6s ease .6s both}.a5{animation:fIn .6s ease .8s both}
- </style></head><body>
- <svg style="position:absolute;top:0;left:0;width:100%;height:100%" viewBox="0 0 1280 720">
- <text x="640" y="45" text-anchor="middle" fill="rgba(20,184,166,.4)" font-size="10" font-weight="600" letter-spacing=".3em" class="a1">GUT REPORT</text>
- <text x="640" y="75" text-anchor="middle" fill="#fff" font-size="28" font-weight="800" class="a2">一份菌群报告,<text fill="#14b8a6">8大维度</text>看清你的第二基因组</text>
- <text x="640" y="95" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="11" class="a3">16S rRNA基因测序 — 一次检测全面评估肠道生态</text>
- <!-- 8 dimension nodes arranged in a circle -->
- <!-- Center circle -->
- <circle cx="640" cy="350" r="50" fill="rgba(20,184,166,.06)" stroke="rgba(20,184,166,.15)" stroke-width="1" class="a1"/>
- <text x="640" y="345" text-anchor="middle" fill="#14b8a6" font-size="12" font-weight="800">菌群</text>
- <text x="640" y="360" text-anchor="middle" fill="#14b8a6" font-size="12" font-weight="800">报告</text>
- <!-- 8 nodes around the circle at 45-degree intervals -->
- <g class="a2"><circle cx="640" cy="180" r="38" fill="rgba(20,184,166,.1)" stroke="rgba(20,184,166,.2)" stroke-width="1"/><text x="640" y="176" text-anchor="middle" font-size="20">🌿</text><text x="640" y="194" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="8">多样性</text><line x1="640" y1="218" x2="640" y2="298" stroke="rgba(20,184,166,.08)" stroke-width="1" stroke-dasharray="3,3"/></g>
- <g class="a3"><circle cx="870" cy="210" r="38" fill="rgba(245,158,11,.1)" stroke="rgba(245,158,11,.2)" stroke-width="1"/><text x="870" y="206" text-anchor="middle" font-size="20">⏳</text><text x="870" y="224" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="8">肠道年龄</text><line x1="850" y1="240" x2="760" y2="300" stroke="rgba(245,158,11,.08)" stroke-width="1" stroke-dasharray="3,3"/></g>
- <g class="a4"><circle cx="1020" cy="330" r="38" fill="rgba(139,92,246,.1)" stroke="rgba(139,92,246,.2)" stroke-width="1"/><text x="1020" y="326" text-anchor="middle" font-size="20">🧱</text><text x="1020" y="344" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="8">屏障功能</text><line x1="990" y1="350" x2="700" y2="350" stroke="rgba(139,92,246,.08)" stroke-width="1" stroke-dasharray="3,3"/></g>
- <g class="a5"><circle cx="870" cy="460" r="38" fill="rgba(244,63,94,.1)" stroke="rgba(244,63,94,.2)" stroke-width="1"/><text x="870" y="456" text-anchor="middle" font-size="20">🛡️</text><text x="870" y="474" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="8">菌群占比</text><line x1="760" y1="400" x2="700" y2="350" stroke="rgba(244,63,94,.08)" stroke-width="1" stroke-dasharray="3,3"/></g>
- <g class="a6"><circle cx="410" cy="460" r="38" fill="rgba(244,63,94,.1)" stroke="rgba(244,63,94,.2)" stroke-width="1"/><text x="410" y="456" text-anchor="middle" font-size="20">🔥</text><text x="410" y="474" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="8">SCFA</text><line x1="520" y1="400" x2="580" y2="350" stroke="rgba(244,63,94,.08)" stroke-width="1" stroke-dasharray="3,3"/></g>
- <g class="a7"><circle cx="260" cy="330" r="38" fill="rgba(245,158,11,.1)" stroke="rgba(245,158,11,.2)" stroke-width="1"/><text x="260" y="326" text-anchor="middle" font-size="20">⚠️</text><text x="260" y="344" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="8">风险预警</text><line x1="290" y1="350" x2="580" y2="350" stroke="rgba(245,158,11,.08)" stroke-width="1" stroke-dasharray="3,3"/></g>
- <g class="a8"><circle cx="410" cy="210" r="38" fill="rgba(20,184,166,.1)" stroke="rgba(20,184,166,.2)" stroke-width="1"/><text x="410" y="206" text-anchor="middle" font-size="20">🧪</text><text x="410" y="224" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="8">营养建议</text><line x1="430" y1="240" x2="520" y2="300" stroke="rgba(20,184,166,.08)" stroke-width="1" stroke-dasharray="3,3"/></g>
- <g class="a4"><circle cx="640" cy="520" r="38" fill="rgba(139,92,246,.1)" stroke="rgba(139,92,246,.2)" stroke-width="1"/><text x="640" y="516" text-anchor="middle" font-size="20">⚙️</text><text x="640" y="534" text-anchor="middle" fill="rgba(255,255,255,.4)" font-size="8">代谢通路</text><line x1="640" y1="480" x2="640" y2="402" stroke="rgba(139,92,246,.08)" stroke-width="1" stroke-dasharray="3,3"/></g>
- <!-- Bottom stats -->
- <g class="a9">
- <rect x="80" y="590" width="260" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="210" y="612" text-anchor="middle" fill="#14b8a6" font-size="24" font-weight="800">300+</text>
- <text x="210" y="630" text-anchor="middle" fill="rgba(255,255,255,.25)" font-size="10">菌群种类检测</text>
- <rect x="360" y="590" width="260" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="490" y="612" text-anchor="middle" fill="#14b8a6" font-size="24" font-weight="800">12</text>
- <text x="490" y="630" text-anchor="middle" fill="rgba(255,255,255,.25)" font-size="10">慢病风险模型</text>
- <rect x="640" y="590" width="260" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="770" y="612" text-anchor="middle" fill="#14b8a6" font-size="24" font-weight="800">8</text>
- <text x="770" y="630" text-anchor="middle" fill="rgba(255,255,255,.25)" font-size="10">核心代谢通路</text>
- <rect x="920" y="590" width="260" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="1050" y="612" text-anchor="middle" fill="#14b8a6" font-size="24" font-weight="800">1</text>
- <text x="1050" y="630" text-anchor="middle" fill="rgba(255,255,255,.25)" font-size="10">肠道年龄评估</text>
- </g>
- <text x="1240" y="700" text-anchor="end" fill="rgba(255,255,255,.08)" font-size="10">05/08</text>
- </svg></body></html>`,
- `<html><head><style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');*{margin:0;padding:0;box-sizing:border-box}body{width:1280px;height:720px;background:linear-gradient(135deg,#0a0e27,#0d2a28);font-family:Inter,sans-serif;overflow:hidden;position:relative}
- @keyframes fIn{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
- @keyframes fScale{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}
- @keyframes draw{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
- @keyframes pulse{0%,100%{opacity:.3}50%{opacity:.8}}
- @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
- @keyframes glow{0%,100%{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(4px)}}
- .a1{animation:fIn .6s ease both}.a2{animation:fIn .6s ease .2s both}.a3{animation:fIn .6s ease .4s both}
- .a4{animation:fIn .6s ease .6s both}.a5{animation:fIn .6s ease .8s both}
- </style></head><body>
- <svg style="position:absolute;top:0;left:0;width:100%;height:100%" viewBox="0 0 1280 720">
- <text x="640" y="50" text-anchor="middle" fill="rgba(20,184,166,.4)" font-size="10" font-weight="600" letter-spacing=".3em" class="a1">CARE FAMILY SYSTEM</text>
- <text x="640" y="80" text-anchor="middle" fill="#fff" font-size="30" font-weight="800" class="a2">浠艾福的<text fill="#14b8a6">主动健康</text>体系</text>
- <text x="640" y="105" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="12" class="a3">测·调·查·评·跟·升 — 六阶段闭环,让健康不再靠感觉</text>
- <!-- 4 circular nodes in a row -->
- <g class="a1">
- <circle cx="200" cy="280" r="70" fill="rgba(20,184,166,.06)" stroke="rgba(20,184,166,.2)" stroke-width="2"/>
- <text x="200" y="245" text-anchor="middle" fill="#14b8a6" font-size="28" font-weight="800">1</text>
- <text x="200" y="270" text-anchor="middle" fill="#fff" font-size="14" font-weight="700">测</text>
- <text x="200" y="290" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="10">菌群基因检测</text>
- <text x="200" y="310" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">16S rRNA测序</text>
- </g>
- <g class="a2">
- <circle cx="460" cy="280" r="70" fill="rgba(20,184,166,.06)" stroke="rgba(20,184,166,.2)" stroke-width="2"/>
- <text x="460" y="245" text-anchor="middle" fill="#14b8a6" font-size="28" font-weight="800">2</text>
- <text x="460" y="270" text-anchor="middle" fill="#fff" font-size="14" font-weight="700">调</text>
- <text x="460" y="290" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="10">精准营养干预</text>
- <text x="460" y="310" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">AI+专家定制方案</text>
- </g>
- <g class="a3">
- <circle cx="720" cy="280" r="70" fill="rgba(20,184,166,.06)" stroke="rgba(20,184,166,.2)" stroke-width="2"/>
- <text x="720" y="245" text-anchor="middle" fill="#14b8a6" font-size="28" font-weight="800">3</text>
- <text x="720" y="270" text-anchor="middle" fill="#fff" font-size="14" font-weight="700">查</text>
- <text x="720" y="290" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="10">复测追踪效果</text>
- <text x="720" y="310" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">数据对比·趋势分析</text>
- </g>
- <g class="a4">
- <circle cx="980" cy="280" r="70" fill="rgba(20,184,166,.06)" stroke="rgba(20,184,166,.2)" stroke-width="2"/>
- <text x="980" y="245" text-anchor="middle" fill="#14b8a6" font-size="28" font-weight="800">4</text>
- <text x="980" y="270" text-anchor="middle" fill="#fff" font-size="14" font-weight="700">评·跟·升</text>
- <text x="980" y="290" text-anchor="middle" fill="rgba(255,255,255,.3)" font-size="10">多维评估·全年跟踪</text>
- <text x="980" y="310" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">动态优化升级</text>
- </g>
- <!-- Connecting arrows -->
- <line x1="270" y1="280" x2="385" y2="280" stroke="rgba(255,255,255,.06)" stroke-width="2" class="a2"/>
- <polygon points="385,275 395,280 385,285" fill="rgba(255,255,255,.06)"/>
- <line x1="530" y1="280" x2="645" y2="280" stroke="rgba(255,255,255,.06)" stroke-width="2" class="a3"/>
- <polygon points="645,275 655,280 645,285" fill="rgba(255,255,255,.06)"/>
- <line x1="790" y1="280" x2="905" y2="280" stroke="rgba(255,255,255,.06)" stroke-width="2" class="a4"/>
- <polygon points="905,275 915,280 905,285" fill="rgba(255,255,255,.06)"/>
- <!-- Descriptions below -->
- <g class="a5">
- <rect x="80" y="400" width="260" height="130" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="100" y="425" fill="rgba(255,255,255,.3)" font-size="11">通过16S rRNA基因测序,</text>
- <text x="100" y="443" fill="rgba(255,255,255,.3)" font-size="11">一次检测300+菌群种类、</text>
- <text x="100" y="461" fill="rgba(255,255,255,.3)" font-size="11">多样性指数、肠道年龄、</text>
- <text x="100" y="479" fill="rgba(255,255,255,.3)" font-size="11">慢病风险预警。</text>
- <rect x="360" y="400" width="260" height="130" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="380" y="425" fill="rgba(255,255,255,.3)" font-size="11">AI+专家双重制定个性化</text>
- <text x="380" y="443" fill="rgba(255,255,255,.3)" font-size="11">方案。不是人人都吃益生</text>
- <text x="380" y="461" fill="rgba(255,255,255,.3)" font-size="11">菌,而是你的菌群缺什么</text>
- <text x="380" y="479" fill="rgba(255,255,255,.3)" font-size="11">就补什么。</text>
- <rect x="640" y="400" width="260" height="130" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="660" y="425" fill="rgba(255,255,255,.3)" font-size="11">定期复测,数据对比。</text>
- <text x="660" y="443" fill="rgba(255,255,255,.3)" font-size="11">菌群多样性有没有改善?</text>
- <text x="660" y="461" fill="rgba(255,255,255,.3)" font-size="11">炎症指标有没有下降?</text>
- <text x="660" y="479" fill="rgba(255,255,255,.3)" font-size="11">每个月的进步清清楚楚。</text>
- <rect x="920" y="400" width="260" height="130" rx="8" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.05)" stroke-width="1"/>
- <text x="940" y="425" fill="rgba(255,255,255,.3)" font-size="11">多维健康评估→全年管理</text>
- <text x="940" y="443" fill="rgba(255,255,255,.3)" font-size="11">师跟踪→动态优化升级。</text>
- <text x="940" y="461" fill="rgba(255,255,255,.3)" font-size="11">从一次性干预到持续优化</text>
- <text x="940" y="479" fill="rgba(255,255,255,.3)" font-size="11">的终身健康管理。</text>
- </g>
- <!-- Bottom bar -->
- <rect x="80" y="565" width="1120" height="40" rx="8" fill="rgba(20,184,166,.04)" stroke="rgba(20,184,166,.08)" stroke-width="1" class="a6"/>
- <text x="640" y="590" text-anchor="middle" fill="rgba(255,255,255,.35)" font-size="11">基于<text fill="#14b8a6" font-weight="700">CANTOS研究</text>(NEJM 2017 · 10,061名患者):单纯抗炎可将心血管事件风险降低15%。肠道菌群调控,就是控制炎症最上游的杠杆。</text>
- <text x="1240" y="700" text-anchor="end" fill="rgba(255,255,255,.08)" font-size="10">06/08</text>
- </svg></body></html>`,
- `<html><head><style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');*{margin:0;padding:0;box-sizing:border-box}body{width:1280px;height:720px;background:linear-gradient(135deg,#0a0e27,#0f0a30);font-family:Inter,sans-serif;overflow:hidden;position:relative}
- @keyframes fIn{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
- @keyframes fScale{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}
- @keyframes draw{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
- @keyframes pulse{0%,100%{opacity:.3}50%{opacity:.8}}
- @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
- @keyframes glow{0%,100%{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(4px)}}
- .a1{animation:fIn .6s ease both}.a2{animation:fIn .6s ease .2s both}.a3{animation:fIn .6s ease .4s both}
- .a4{animation:fIn .6s ease .6s both}.a5{animation:fIn .6s ease .8s both}
- </style></head><body>
- <svg style="position:absolute;top:0;left:0;width:100%;height:100%" viewBox="0 0 1280 720">
- <text x="640" y="45" text-anchor="middle" fill="rgba(139,92,246,.4)" font-size="10" font-weight="600" letter-spacing=".3em" class="a1">EVOLUTION OF HEALTH</text>
- <text x="640" y="75" text-anchor="middle" fill="#fff" font-size="28" font-weight="800" class="a2">从WHO三维,到浠艾福的<text fill="#8b5cf6">五维六阶段</text></text>
- <!-- Evolution bars -->
- <g class="a3">
- <rect x="100" y="110" width="300" height="50" rx="8" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1"/>
- <text x="250" y="130" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">WHO 1948</text>
- <text x="250" y="148" text-anchor="middle" fill="#fff" font-size="16" font-weight="700">三维</text>
- <text x="250" y="165" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">身体·心理·社交</text>
- <text x="420" y="135" text-anchor="middle" fill="rgba(255,255,255,.06)" font-size="20">→</text>
- <rect x="460" y="110" width="300" height="50" rx="8" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1"/>
- <text x="610" y="130" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">中国"健康中国"</text>
- <text x="610" y="148" text-anchor="middle" fill="#fff" font-size="16" font-weight="700">四维</text>
- <text x="610" y="165" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="9">生理·心理·道德·社会适应</text>
- <text x="780" y="135" text-anchor="middle" fill="rgba(139,92,246,.15)" font-size="20">→</text>
- <rect x="820" y="110" width="340" height="50" rx="8" fill="rgba(139,92,246,.06)" stroke="rgba(139,92,246,.15)" stroke-width="1.5"/>
- <text x="990" y="130" text-anchor="middle" fill="rgba(139,92,246,.15)" font-size="9">浠艾福</text>
- <text x="990" y="148" text-anchor="middle" fill="#8b5cf6" font-size="16" font-weight="700">五维六阶段</text>
- </g>
- <!-- 5 dimension pentagon -->
- <g class="a4">
- <polygon points="640,190 520,250 560,380 720,380 760,250" fill="rgba(139,92,246,.03)" stroke="rgba(139,92,246,.08)" stroke-width="1"/>
- <circle cx="640" cy="190" r="28" fill="rgba(20,184,166,.1)" stroke="rgba(20,184,166,.2)" stroke-width="1"/>
- <text x="640" y="188" text-anchor="middle" font-size="16">🌏</text><text x="640" y="204" text-anchor="middle" fill="#14b8a6" font-size="10" font-weight="700">身</text>
- <text x="640" y="170" text-anchor="middle" fill="rgba(255,255,255,.12)" font-size="7">Physical</text>
- <circle cx="520" cy="250" r="28" fill="rgba(244,63,94,.1)" stroke="rgba(244,63,94,.2)" stroke-width="1"/>
- <text x="520" y="248" text-anchor="middle" font-size="16">🔥</text><text x="520" y="264" text-anchor="middle" fill="#f43f5e" font-size="10" font-weight="700">心</text>
- <text x="520" y="230" text-anchor="middle" fill="rgba(255,255,255,.12)" font-size="7">Mental</text>
- <circle cx="560" cy="380" r="28" fill="rgba(245,158,11,.1)" stroke="rgba(245,158,11,.2)" stroke-width="1"/>
- <text x="560" y="378" text-anchor="middle" font-size="16">⚔️</text><text x="560" y="394" text-anchor="middle" fill="#f59e0b" font-size="10" font-weight="700">智</text>
- <text x="560" y="360" text-anchor="middle" fill="rgba(255,255,255,.12)" font-size="7">Intellectual</text>
- <circle cx="720" cy="380" r="28" fill="rgba(139,92,246,.1)" stroke="rgba(139,92,246,.2)" stroke-width="1"/>
- <text x="720" y="378" text-anchor="middle" font-size="16">🌿</text><text x="720" y="394" text-anchor="middle" fill="#8b5cf6" font-size="10" font-weight="700">行</text>
- <text x="720" y="360" text-anchor="middle" fill="rgba(255,255,255,.12)" font-size="7">Behavioral</text>
- <circle cx="760" cy="250" r="28" fill="rgba(236,72,153,.1)" stroke="rgba(236,72,153,.2)" stroke-width="1"/>
- <text x="760" y="248" text-anchor="middle" font-size="16">💧</text><text x="760" y="264" text-anchor="middle" fill="#ec4899" font-size="10" font-weight="700">富</text>
- <text x="760" y="230" text-anchor="middle" fill="rgba(255,255,255,.12)" font-size="7">Wealth</text>
- </g>
- <!-- 6 stages -->
- <g class="a5">
- <rect x="80" y="450" width="180" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.04)" stroke-width="1"/>
- <text x="170" y="470" text-anchor="middle" fill="rgba(20,184,166,.35)" font-size="9">阶段一</text>
- <text x="170" y="488" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">测 · 16S rRNA菌群检测</text>
- <rect x="275" y="450" width="180" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.04)" stroke-width="1"/>
- <text x="365" y="470" text-anchor="middle" fill="rgba(20,184,166,.35)" font-size="9">阶段二</text>
- <text x="365" y="488" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">调 · 精准营养干预</text>
- <rect x="470" y="450" width="180" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.04)" stroke-width="1"/>
- <text x="560" y="470" text-anchor="middle" fill="rgba(20,184,166,.35)" font-size="9">阶段三</text>
- <text x="560" y="488" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">查 · 复测追踪效果</text>
- <rect x="665" y="450" width="180" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.04)" stroke-width="1"/>
- <text x="755" y="470" text-anchor="middle" fill="rgba(20,184,166,.35)" font-size="9">阶段四</text>
- <text x="755" y="488" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">评 · 多维健康评估</text>
- <rect x="860" y="450" width="180" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.04)" stroke-width="1"/>
- <text x="950" y="470" text-anchor="middle" fill="rgba(20,184,166,.35)" font-size="9">阶段五</text>
- <text x="950" y="488" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">跟 · 全年管理师跟踪</text>
- <rect x="1055" y="450" width="180" height="50" rx="6" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.04)" stroke-width="1"/>
- <text x="1145" y="470" text-anchor="middle" fill="rgba(20,184,166,.35)" font-size="9">阶段六</text>
- <text x="1145" y="488" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">升 · 动态优化升级</text>
- </g>
- <!-- Dimension descriptions -->
- <g class="a6">
- <rect x="80" y="530" width="224" height="100" rx="6" fill="rgba(20,184,166,.03)" stroke="rgba(20,184,166,.08)" stroke-width="1"/>
- <text x="192" y="555" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">身体机能·营养均衡</text>
- <text x="192" y="572" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">免疫力·肠道健康</text>
- <rect x="320" y="530" width="224" height="100" rx="6" fill="rgba(244,63,94,.03)" stroke="rgba(244,63,94,.08)" stroke-width="1"/>
- <text x="432" y="555" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">情绪管理·压力调节</text>
- <text x="432" y="572" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">睡眠质量·心理韧性</text>
- <rect x="560" y="530" width="224" height="100" rx="6" fill="rgba(245,158,11,.03)" stroke="rgba(245,158,11,.08)" stroke-width="1"/>
- <text x="672" y="555" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">认知功能·专注力</text>
- <text x="672" y="572" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">记忆力·脑健康</text>
- <rect x="800" y="530" width="224" height="100" rx="6" fill="rgba(139,92,246,.03)" stroke="rgba(139,92,246,.08)" stroke-width="1"/>
- <text x="912" y="555" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">运动习惯·饮食规律</text>
- <text x="912" y="572" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">作息管理·关系和谐</text>
- <rect x="1040" y="530" width="224" height="100" rx="6" fill="rgba(236,72,153,.03)" stroke="rgba(236,72,153,.08)" stroke-width="1"/>
- <text x="1152" y="555" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">健康财富·生命质量</text>
- <text x="1152" y="572" text-anchor="middle" fill="rgba(255,255,255,.2)" font-size="9">家庭和谐·时间自由</text>
- </g>
- <text x="1240" y="700" text-anchor="end" fill="rgba(255,255,255,.08)" font-size="10">07/08</text>
- </svg></body></html>`,
- `<html><head><style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');*{margin:0;padding:0;box-sizing:border-box}body{width:1280px;height:720px;background:linear-gradient(135deg,#0a0e27,#0d2a28);font-family:Inter,sans-serif;overflow:hidden;position:relative}
- @keyframes fIn{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}
- @keyframes fScale{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}
- @keyframes draw{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}
- @keyframes pulse{0%,100%{opacity:.3}50%{opacity:.8}}
- @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
- @keyframes glow{0%,100%{opacity:.4;filter:blur(8px)}50%{opacity:.8;filter:blur(4px)}}
- .a1{animation:fIn .6s ease both}.a2{animation:fIn .6s ease .2s both}.a3{animation:fIn .6s ease .4s both}
- .a4{animation:fIn .6s ease .6s both}.a5{animation:fIn .6s ease .8s both}
- </style></head><body>
- <svg style="position:absolute;top:0;left:0;width:100%;height:100%" viewBox="0 0 1280 720">
- <text x="640" y="45" text-anchor="middle" fill="rgba(20,184,166,.4)" font-size="10" font-weight="600" letter-spacing=".3em" class="a1">MEMBERSHIP</text>
- <text x="640" y="75" text-anchor="middle" fill="#fff" font-size="28" font-weight="800" class="a2">加入浠艾福,<text fill="#14b8a6">开始主动健康的践行</text></text>
- <!-- 6 benefit cards in 2x3 grid -->
- <g class="a1">
- <rect x="80" y="110" width="340" height="70" rx="8" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1"/>
- <line x1="120" y1="145" x2="120" y2="145" stroke="#14b8a6" stroke-width="2"/>
- <text x="100" y="140" fill="rgba(255,255,255,.3)" font-size="11">肠道菌群基因检测</text>
- <text x="100" y="160" fill="rgba(255,255,255,.15)" font-size="10">价值¥1314 · 入会即送</text>
- </g>
- <g class="a2">
- <rect x="440" y="110" width="340" height="70" rx="8" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1"/>
- <text x="460" y="140" fill="rgba(255,255,255,.3)" font-size="11">个性化精准营养方案</text>
- <text x="460" y="160" fill="rgba(255,255,255,.15)" font-size="10">AI+专家双重定制</text>
- </g>
- <g class="a3">
- <rect x="800" y="110" width="340" height="70" rx="8" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1"/>
- <text x="820" y="140" fill="rgba(255,255,255,.3)" font-size="11">1对1健康管理师</text>
- <text x="820" y="160" fill="rgba(255,255,255,.15)" font-size="10">全年跟踪 · 随时咨询</text>
- </g>
- <g class="a4">
- <rect x="80" y="200" width="340" height="70" rx="8" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1"/>
- <text x="100" y="230" fill="rgba(255,255,255,.3)" font-size="11">健康数据档案</text>
- <text x="100" y="250" fill="rgba(255,255,255,.15)" font-size="10">完整记录 · 趋势分析</text>
- </g>
- <g class="a5">
- <rect x="440" y="200" width="340" height="70" rx="8" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1"/>
- <text x="460" y="230" fill="rgba(255,255,255,.3)" font-size="11">健康教育课程</text>
- <text x="460" y="250" fill="rgba(255,255,255,.15)" font-size="10">肠道科学·营养知识</text>
- </g>
- <g class="a6">
- <rect x="800" y="200" width="340" height="70" rx="8" fill="rgba(255,255,255,.03)" stroke="rgba(255,255,255,.06)" stroke-width="1"/>
- <text x="820" y="230" fill="rgba(255,255,255,.3)" font-size="11">会员专属折扣</text>
- <text x="820" y="250" fill="rgba(255,255,255,.15)" font-size="10">营养品会员专享价</text>
- </g>
- <!-- Right side: Seed member card + offer -->
- <g class="a3">
- <rect x="80" y="310" width="540" height="160" rx="10" fill="rgba(244,63,94,.04)" stroke="rgba(244,63,94,.12)" stroke-width="1"/>
- <rect x="100" y="325" width="100" height="20" rx="8" fill="rgba(244,63,94,.1)"/>
- <text x="150" y="339" text-anchor="middle" fill="#f43f5e" font-size="9" font-weight="700">🌱 种子用户</text>
- <text x="100" y="365" fill="#fff" font-size="14" font-weight="700">首批加入,解锁长期收益</text>
- <text x="100" y="390" fill="rgba(255,255,255,.25)" font-size="11">✓ 分享提成:推荐好友加入,每推荐1人即获提成</text>
- <text x="100" y="410" fill="rgba(255,255,255,.25)" font-size="11">✓ 消费返佣:被推荐人消费,你持续获得返佣</text>
- <text x="100" y="430" fill="rgba(255,255,255,.25)" font-size="11">✓ 优先体验:新品上线、新服务,优先试用</text>
- <text x="100" y="450" fill="rgba(255,255,255,.25)" font-size="11">✓ 核心社群:对接创始团队,参与产品共建</text>
- </g>
- <g class="a4">
- <rect x="660" y="310" width="540" height="160" rx="10" fill="rgba(244,63,94,.04)" stroke="rgba(244,63,94,.12)" stroke-width="1"/>
- <text x="930" y="340" text-anchor="middle" fill="rgba(244,63,94,.4)" font-size="10">🎁 今日下单 · 赠送菌群检测</text>
- <text x="930" y="380" text-anchor="middle" fill="#f43f5e" font-size="32" font-weight="800">¥1314</text>
- <text x="930" y="405" text-anchor="middle" fill="rgba(255,255,255,.15)" font-size="10">300+菌群种类检测 · 12类慢病风险预警</text>
- <rect x="850" y="420" width="160" height="22" rx="6" fill="rgba(244,63,94,.1)"/>
- <text x="930" y="435" text-anchor="middle" fill="rgba(244,63,94,.5)" font-size="9">仅限首批100名</text>
- <text x="930" y="460" text-anchor="middle" fill="rgba(255,255,255,.12)" font-size="10" font-style="italic">用最适合你自己的、且最简单的方法</text>
- </g>
- <text x="1240" y="700" text-anchor="end" fill="rgba(255,255,255,.08)" font-size="10">08/08</text>
- </svg></body></html>`
- ];
- let c=0;const t=slides.length,con=document.getElementById("slideContainer"),dots=document.getElementById("navDots"),cnt=document.getElementById("currentSlide");
- slides.forEach((h,i)=>{const f=document.createElement("iframe");f.className="slide"+(i===0?" active":"");f.id="slide-"+i;f.srcdoc=h;f.style.border="none";f.setAttribute("scrolling","no");f.setAttribute("frameborder","0");con.appendChild(f);const d=document.createElement("div");d.className="nav-dot"+(i===0?" active":"");d.onclick=()=>go(i);dots.appendChild(d)});
- function go(n){const p=c;c=Math.max(0,Math.min(t-1,n));if(c===p)return;document.getElementById("slide-"+p).classList.remove("active");document.getElementById("slide-"+c).classList.add("active");dots.children[p].classList.remove("active");dots.children[c].classList.add("active");cnt.textContent=c+1}
- function nextSlide(){go(c+1)}
- function prevSlide(){go(c-1)}
- function updateScale(){const sx=window.innerWidth/1280,sy=window.innerHeight/720,s=Math.min(sx,sy)*.95;document.documentElement.style.setProperty("--scale",s)}
- window.addEventListener("resize",updateScale);updateScale();
- document.addEventListener("keydown",e=>{if(e.key==="ArrowRight"||e.key===" "){e.preventDefault();nextSlide()}else if(e.key==="ArrowLeft"){e.preventDefault();prevSlide()}});
- function toggleFullscreen(){if(!document.fullscreenElement)document.documentElement.requestFullscreen();else document.exitFullscreen()}
- </script>
- </body>
- </html>
|