index.html 72 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072
  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="亿图腾(北京)科技有限公司 — 浠艾福(Care Family)AI 智慧家庭成长平台,以五行智慧为根、AI 大模型为翼,围绕身·心·智·行·富五个维度,为每个家庭定制 AI 时代的全生命周期成长方案。">
  7. <meta name="keywords" content="亿图腾,浠艾福,Care Family,AI家庭教育,家庭成长,五维能量,亲子成长,五行相生相克">
  8. <meta property="og:title" content="亿图腾 · 浠艾福 — AI 智慧家庭成长平台">
  9. <meta property="og:description" content="给全家的一站式幸福提案 — AI + 身·心·智·行·富 五维全景幸福矩阵 · 五行相生相克">
  10. <meta property="og:type" content="website">
  11. <meta name="theme-color" content="#4A9BD7">
  12. <title>亿图腾 · 浠艾福 — 家庭幸福健康成长平台</title>
  13. <link rel="stylesheet" href="css/style.css">
  14. </head>
  15. <body>
  16. <!-- ==================== Navigation ==================== -->
  17. <header class="site-header" id="header">
  18. <div class="container header-inner">
  19. <a href="#hero" class="logo">
  20. <img src="logo.png" alt="浠艾福" class="logo-img" width="36" height="36">
  21. <span class="logo-text">亿图腾</span>
  22. <span class="logo-tag">· 浠艾福</span>
  23. </a>
  24. <button class="nav-toggle" id="navToggle" aria-label="切换导航">
  25. <span></span><span></span><span></span>
  26. </button>
  27. <nav class="nav" id="nav">
  28. <ul class="nav-list">
  29. <li><a href="#about" class="nav-link">关于我们</a></li>
  30. <li><a href="#product" class="nav-link">浠艾福</a></li>
  31. <li><a href="#wuxing" class="nav-link">五维能量</a></li>
  32. <li><a href="#dimensions" class="nav-link">五维幸福</a></li>
  33. <li><a href="#features" class="nav-link">核心功能</a></li>
  34. <li><a href="#ai-tech" class="nav-link">AI 技术</a></li>
  35. <li><a href="#roles" class="nav-link">平台角色</a></li>
  36. <li><a href="#contact" class="nav-link">联系我们</a></li>
  37. </ul>
  38. </nav>
  39. </div>
  40. </header>
  41. <!-- ==================== Hero ==================== -->
  42. <section class="hero" id="hero">
  43. <div class="hero-bg"></div>
  44. <div class="container hero-inner">
  45. <div class="hero-content">
  46. <span class="hero-badge">家庭幸福健康成长平台</span>
  47. <h1 class="hero-title">
  48. 给全家的<br>
  49. <span class="highlight">一站式幸福提案</span>
  50. </h1>
  51. <p class="hero-desc">
  52. 亿图腾科技倾力打造——<strong>浠艾福(Care Family)</strong>家庭幸福健康成长俱乐部,
  53. 以 <strong>五行智慧为根</strong>,以 <strong>AI 大模型为翼</strong>,
  54. 围绕 <strong>身·智·富·行·心</strong> 五大核心领域,
  55. 为每个家庭定制 AI 时代的全生命周期成长方案。
  56. </p>
  57. <div class="hero-actions">
  58. <a href="#product" class="btn btn-primary">了解浠艾福</a>
  59. <a href="#wuxing" class="btn btn-outline">探索五维能量</a>
  60. </div>
  61. <div class="hero-service-link">
  62. <span>服务商?</span>
  63. <a href="/admin/">登录管理后台 →</a>
  64. </div>
  65. </div>
  66. <div class="hero-visual">
  67. <div class="dimension-orbit">
  68. <div class="orbit-center">家</div>
  69. <div class="orbit-item o1" style="--i:0">身</div>
  70. <div class="orbit-item o2" style="--i:1">智</div>
  71. <div class="orbit-item o3" style="--i:2">富</div>
  72. <div class="orbit-item o4" style="--i:3">行</div>
  73. <div class="orbit-item o5" style="--i:4">心</div>
  74. </div>
  75. </div>
  76. </div>
  77. <div class="scroll-indicator">
  78. <span>向下滚动</span>
  79. <div class="scroll-arrow"></div>
  80. </div>
  81. </section>
  82. <!-- ==================== About ==================== -->
  83. <section class="section section-about" id="about">
  84. <div class="container">
  85. <div class="section-header">
  86. <span class="section-tag">关于我们</span>
  87. <h2 class="section-title">亿图腾(北京)科技有限公司</h2>
  88. <p class="section-desc">
  89. 以 AI 科技为引擎,以家庭为中心,致力于为中国家庭提供一站式智慧健康成长解决方案。
  90. </p>
  91. </div>
  92. <div class="about-grid">
  93. <div class="about-card">
  94. <div class="about-icon">
  95. <svg viewBox="0 0 48 48" fill="none" width="48" height="48"><circle cx="24" cy="24" r="20" stroke="#4A9BD7" stroke-width="2" fill="#E8F4FA"/><path d="M24 32s-7-5-7-9c0-2.5 2-4.5 4-4.5s3 1.5 3 3c0-1.5 1-3 3-3s4 2 4 4.5c0 4-7 9-7 9z" fill="#4A9BD7" fill-opacity=".15" stroke="#4A9BD7" stroke-width="1.5" stroke-linejoin="round"/><path d="M17 20c-1-3 1-6 4-6s4 2 4 4-2 4-4 4-4-1-4-2z" fill="#4A9BD7" fill-opacity=".15" stroke="#4A9BD7" stroke-width="1.5"/><circle cx="32" cy="18" r="2.5" fill="#4A9BD7" fill-opacity=".3"/></svg>
  96. </div>
  97. <h3>企业使命</h3>
  98. <p>用 AI 赋能每个家庭,让健康与幸福成为每个家庭的生活方式。</p>
  99. </div>
  100. <div class="about-card">
  101. <div class="about-icon">
  102. <svg viewBox="0 0 48 48" fill="none" width="48" height="48"><circle cx="24" cy="24" r="20" stroke="#4ECDC4" stroke-width="2" fill="#E6FFF9"/><circle cx="17" cy="19" r="4" fill="#4ECDC4" fill-opacity=".15" stroke="#4ECDC4" stroke-width="1.5"/><circle cx="31" cy="19" r="4" fill="#4ECDC4" fill-opacity=".15" stroke="#4ECDC4" stroke-width="1.5"/><circle cx="24" cy="32" r="4" fill="#4ECDC4" fill-opacity=".15" stroke="#4ECDC4" stroke-width="1.5"/><path d="M20 22l-1 2M28 22l1 2M22 29l-3-6M26 29l3-6" stroke="#4ECDC4" stroke-width="1.2" stroke-linecap="round"/></svg>
  103. </div>
  104. <h3>核心产品</h3>
  105. <p>浠艾福(Care Family)—— 连接家庭客户、专业服务商与平台的三方协同成长服务平台。</p>
  106. </div>
  107. <div class="about-card">
  108. <div class="about-icon">
  109. <svg viewBox="0 0 48 48" fill="none" width="48" height="48"><circle cx="24" cy="24" r="20" stroke="#FFD93D" stroke-width="2" fill="#FFFDE6"/><circle cx="24" cy="12" r="3" fill="#FFD93D" fill-opacity=".4"/><circle cx="35.5" cy="19.5" r="3" fill="#FFD93D" fill-opacity=".4"/><circle cx="31" cy="33" r="3" fill="#FFD93D" fill-opacity=".4"/><circle cx="17" cy="33" r="3" fill="#FFD93D" fill-opacity=".4"/><circle cx="12.5" cy="19.5" r="3" fill="#FFD93D" fill-opacity=".4"/><path d="M24 15L33 21l-3 10H18l-3-10z" stroke="#FFD93D" stroke-width="1.5" fill="#FFD93D" fill-opacity=".08" stroke-linejoin="round"/></svg>
  110. </div>
  111. <h3>品牌理念</h3>
  112. <p>家庭的成长不只是孩子的教育,更是全家在五个维度上的共同提升。</p>
  113. </div>
  114. </div>
  115. </div>
  116. </section>
  117. <!-- ==================== Product (XAF) ==================== -->
  118. <section class="section section-product" id="product">
  119. <div class="container">
  120. <div class="section-header">
  121. <span class="section-tag">产品概览</span>
  122. <h2 class="section-title">浠艾福 · Care Family</h2>
  123. <p class="section-subtitle">一个家庭即是一个会员单位 · 全家共享一套成长体系</p>
  124. <p class="section-desc">
  125. 以家庭为单位的 AI 智慧成长平台,围绕五大维度,
  126. 通过活动、课程、商品、任务、咨询等多元服务,
  127. 连接家庭客户、专业服务商与平台运营三方角色,
  128. 以五维能量体系驱动全家持续成长。
  129. </p>
  130. </div>
  131. <div class="product-showcase">
  132. <div class="product-intro">
  133. <div class="product-quote">
  134. <p>"在充满变化的时代,一个家庭的终极幸福——<br>
  135. 是衣食无忧的底气,不为物质所困;<br>
  136. 是以智慧与品格赢得社会的尊敬与尊崇;<br>
  137. 更是将家族智慧与家风代代相传,<br>
  138. 在爱与价值观中培养下一代的健全人格与核心竞争力。"</p>
  139. </div>
  140. <div class="product-stats">
  141. <a href="#roles" class="stat stat-link">
  142. <span class="stat-num">3</span>
  143. <span class="stat-label">平台角色</span>
  144. </a>
  145. <a href="#products" class="stat stat-link">
  146. <span class="stat-num">4</span>
  147. <span class="stat-label">核心产品</span>
  148. </a>
  149. <a href="#dimensions" class="stat stat-link">
  150. <span class="stat-num">5</span>
  151. <span class="stat-label">幸福维度</span>
  152. </a>
  153. <a href="#ai-tech" class="stat stat-link">
  154. <span class="stat-num">6</span>
  155. <span class="stat-label">AI 技术应用</span>
  156. </a>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. </section>
  162. <!-- ==================== Core Products ==================== -->
  163. <section class="section section-products" id="products">
  164. <div class="container">
  165. <div class="section-header">
  166. <span class="section-tag">核心产品</span>
  167. <h2 class="section-title">四大核心产品·为家庭量身定制</h2>
  168. <p class="section-desc">
  169. 从成长档案到精准营养,从规划指导到菌群检测,
  170. 浠艾福以 AI 与专业服务为每个家庭打造全生命周期的健康与成长解决方案。
  171. </p>
  172. </div>
  173. <div class="products-grid">
  174. <div class="product-card" style="--product-color:#0EA5E9;--product-bg:#ECFEFF;">
  175. <div class="product-card-icon">
  176. <svg viewBox="0 0 48 48" fill="none" width="40" height="40">
  177. <circle cx="24" cy="24" r="20" stroke="#0EA5E9" stroke-width="1.8" fill="#ECFEFF"/>
  178. <path d="M16 14h16v12l-5 5H18l-2-2V14z" stroke="#0EA5E9" stroke-width="1.5" fill="none"/>
  179. <path d="M20 20h8M20 26h5" stroke="#0EA5E9" stroke-width="1.8" stroke-linecap="round"/>
  180. <circle cx="20" cy="33" r="1.5" fill="#0EA5E9"/>
  181. <circle cx="30" cy="33" r="1.5" fill="#0EA5E9"/>
  182. </svg>
  183. </div>
  184. <h3>DAN 成长档案<span class="product-plus">+</span></h3>
  185. <p>以 AI 智能记录每位家庭成员从身体到心智的完整成长轨迹。多模态成长报告、健康数据可视化、里程碑自动标记,让每一次成长都有迹可循。</p>
  186. <div class="product-tags">
  187. <span>AI 成长追踪</span>
  188. <span>多模态报告</span>
  189. <span>里程碑识别</span>
  190. </div>
  191. </div>
  192. <div class="product-card" style="--product-color:#C0A060;--product-bg:#F9F4EC;">
  193. <div class="product-card-icon">
  194. <svg viewBox="0 0 48 48" fill="none" width="40" height="40">
  195. <circle cx="24" cy="24" r="20" stroke="#C0A060" stroke-width="1.8" fill="#F9F4EC"/>
  196. <circle cx="22" cy="16" r="5" stroke="#C0A060" stroke-width="1.5" fill="none"/>
  197. <path d="M10 36c0-6 4-10 10-10h6c6 0 10 4 10 10" stroke="#C0A060" stroke-width="1.5" fill="none" stroke-linecap="round"/>
  198. <path d="M30 16l2-2 4 4" stroke="#C0A060" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
  199. </svg>
  200. </div>
  201. <h3>成长规划</h3>
  202. <p>由专业成长规划师为每个家庭定制个性化成长路径。结合五维能量评估与 AI 智能推荐,从任务设计到活动策划,让每位家庭成员的每一步成长都走在最适合自己的方向上。</p>
  203. <div class="product-tags">
  204. <span>个性化规划</span>
  205. <span>五维评估</span>
  206. <span>规划师陪伴</span>
  207. </div>
  208. </div>
  209. <div class="product-card" style="--product-color:#10B981;--product-bg:#ECFDF5;">
  210. <div class="product-card-icon">
  211. <svg viewBox="0 0 48 48" fill="none" width="40" height="40">
  212. <circle cx="24" cy="24" r="20" stroke="#10B981" stroke-width="1.8" fill="#ECFDF5"/>
  213. <path d="M24 12v4" stroke="#10B981" stroke-width="2" stroke-linecap="round"/>
  214. <path d="M16 18l3 3" stroke="#10B981" stroke-width="1.5" stroke-linecap="round"/>
  215. <path d="M32 18l-3 3" stroke="#10B981" stroke-width="1.5" stroke-linecap="round"/>
  216. <circle cx="24" cy="26" r="8" stroke="#10B981" stroke-width="1.5" fill="none"/>
  217. <circle cx="24" cy="26" r="3" fill="#10B981" fill-opacity=".15" stroke="#10B981" stroke-width="1"/>
  218. <path d="M18 34c2 2 4 3 6 3s4-1 6-3" stroke="#10B981" stroke-width="1.5" stroke-linecap="round"/>
  219. </svg>
  220. </div>
  221. <h3>第二基因(菌群)检测</h3>
  222. <p>肠道菌群是人体的"第二基因"——通过高通量测序深度解析肠道微生态,精准识别营养需求与体质特征。搭配 AI 营养师定制个性化膳食方案,从根源调理全家人的健康。</p>
  223. <div class="product-tags">
  224. <span>肠道菌群检测</span>
  225. <span>高通量测序</span>
  226. <span>AI 精准营养</span>
  227. </div>
  228. </div>
  229. <div class="product-card" style="--product-color:#4A9BD7;--product-bg:#E8F4FA;">
  230. <div class="product-card-icon">
  231. <svg viewBox="0 0 48 48" fill="none" width="40" height="40">
  232. <circle cx="24" cy="24" r="20" stroke="#4A9BD7" stroke-width="1.8" fill="#E8F4FA"/>
  233. <path d="M24 8c-3 5-8 8-8 14s4 10 8 12c4-2 8-6 8-12s-5-9-8-14z" stroke="#4A9BD7" stroke-width="1.5" fill="none"/>
  234. <circle cx="24" cy="20" r="3" fill="#4A9BD7" fill-opacity=".15" stroke="#4A9BD7" stroke-width="1"/>
  235. <path d="M20 28c2 2 2 4 4 4s2-2 4-4" stroke="#4A9BD7" stroke-width="1.5" stroke-linecap="round"/>
  236. </svg>
  237. </div>
  238. <h3>精准营养方案</h3>
  239. <p>身体调养,精准为先。基于肠道菌群检测、体质分析与 AI 智能推荐,为每位家庭成员量身定制个性化营养方案。从日常膳食搭配到精准营养素补充,让健康从餐桌开始。</p>
  240. <div class="product-tags">
  241. <span>个性化方案</span>
  242. <span>AI 营养推荐</span>
  243. <span>体质调理</span>
  244. </div>
  245. </div>
  246. </div>
  247. </div>
  248. </section>
  249. <!-- ==================== Wuxing Philosophy ==================== -->
  250. <section class="section section-wuxing" id="wuxing">
  251. <div class="container">
  252. <div class="section-header">
  253. <span class="section-tag">五维能量</span>
  254. <h2 class="section-title">五行相生相克 · 五维动态平衡</h2>
  255. <p class="section-desc">
  256. 在 AI 时代,家庭成长面临前所未有的机遇与挑战。
  257. 五维幸福并非各自孤立,而是像一个有机生态系统——
  258. <strong>相生让系统前进,相克让系统不翻车</strong>。
  259. 每一维都在为下一维积蓄能量,同时也受到制约不至过度失衡。
  260. AI 智能分析帮助家庭更精准地感知五维状态,让成长路径清晰可见。
  261. </p>
  262. </div>
  263. <!-- Wuxing Cycle Diagram -->
  264. <div class="wuxing-diagram">
  265. <canvas id="wuxingCanvas"></canvas>
  266. <div class="taiji-center">
  267. <svg viewBox="0 0 120 120" width="70" height="70" class="taiji-svg">
  268. <circle cx="60" cy="60" r="56" fill="none" stroke="currentColor" stroke-width="1.2" opacity="0.3"/>
  269. <path d="M60 4 A56 56 0 0 1 60 116 A28 28 0 0 0 60 60 A28 28 0 0 1 60 4" fill="currentColor" opacity="0.3"/>
  270. <circle cx="60" cy="32" r="10" fill="#fff"/>
  271. <circle cx="60" cy="88" r="10" fill="currentColor" opacity="0.3"/>
  272. </svg>
  273. </div>
  274. </div>
  275. <!-- Explanation Cards -->
  276. <div class="wuxing-explanations">
  277. <!-- 相生 -->
  278. <div class="we-section">
  279. <h3 class="we-title we-sheng">✨ 相生关系 · 循环促进</h3>
  280. <p class="we-subtitle">每一维为下一维注入能量,形成正向螺旋上升</p>
  281. <div class="we-grid">
  282. <div class="wuxing-card wc-sheng" style="--wc-color:#5D4037">
  283. <span class="wc-arrow"><span style="color:#5D4037;font-weight:600">身</span> → <span style="color:#C0A060;font-weight:600">智</span></span>
  284. <p>强健体魄孕育<span style="color:#C0A060;font-weight:600">智</span>慧,<span style="color:#5D4037;font-weight:600">身</span><span style="color:#EF4444;font-weight:600">心</span>健康奠定<span style="color:#C0A060;font-weight:600">智</span>慧根基。</p>
  285. </div>
  286. <div class="wuxing-card wc-sheng" style="--wc-color:#C0A060">
  287. <span class="wc-arrow"><span style="color:#C0A060;font-weight:600">智</span> → <span style="color:#0EA5E9;font-weight:600">富</span></span>
  288. <p><span style="color:#C0A060;font-weight:600">智</span>慧启迪财<span style="color:#0EA5E9;font-weight:600">富</span>之门,知识赋能价值创造。</p>
  289. </div>
  290. <div class="wuxing-card wc-sheng" style="--wc-color:#0EA5E9">
  291. <span class="wc-arrow"><span style="color:#0EA5E9;font-weight:600">富</span> → <span style="color:#10B981;font-weight:600">行</span></span>
  292. <p>财<span style="color:#0EA5E9;font-weight:600">富</span>滋养关系网络,经济从容成就人情温暖。</p>
  293. </div>
  294. <div class="wuxing-card wc-sheng" style="--wc-color:#10B981">
  295. <span class="wc-arrow"><span style="color:#10B981;font-weight:600">行</span> → <span style="color:#EF4444;font-weight:600">心</span></span>
  296. <p>关系和谐温暖<span style="color:#EF4444;font-weight:600">心</span>灵,良好人际滋养爱与归属。</p>
  297. </div>
  298. <div class="wuxing-card wc-sheng" style="--wc-color:#EF4444">
  299. <span class="wc-arrow"><span style="color:#EF4444;font-weight:600">心</span> → <span style="color:#5D4037;font-weight:600">身</span></span>
  300. <p>家族大爱呵护健康,情感关怀滋养体魄。</p>
  301. </div>
  302. </div>
  303. </div>
  304. <!-- 相克 -->
  305. <div class="we-section">
  306. <h3 class="we-title we-ke">⚖️ 相克关系 · 动态制衡</h3>
  307. <p class="we-subtitle">每个维度都有制约机制,防止任何一维过度膨胀</p>
  308. <div class="we-grid">
  309. <div class="wuxing-card wc-ke" style="--wc-color:#5D4037">
  310. <span class="wc-arrow"><span style="color:#5D4037;font-weight:600">身</span> ⨯ <span style="color:#0EA5E9;font-weight:600">富</span></span>
  311. <p>健康是最大财<span style="color:#0EA5E9;font-weight:600">富</span>,莫用健康换金钱。</p>
  312. </div>
  313. <div class="wuxing-card wc-ke" style="--wc-color:#C0A060">
  314. <span class="wc-arrow"><span style="color:#C0A060;font-weight:600">智</span> ⨯ <span style="color:#10B981;font-weight:600">行</span></span>
  315. <p>算计人际关系得失不如真诚以待,关系不需要完美策略。</p>
  316. </div>
  317. <div class="wuxing-card wc-ke" style="--wc-color:#0EA5E9">
  318. <span class="wc-arrow"><span style="color:#0EA5E9;font-weight:600">富</span> ⨯ <span style="color:#EF4444;font-weight:600">心</span></span>
  319. <p>勿让铜臭掩盖温情,财<span style="color:#0EA5E9;font-weight:600">富</span>服务于家庭。</p>
  320. </div>
  321. <div class="wuxing-card wc-ke" style="--wc-color:#10B981">
  322. <span class="wc-arrow"><span style="color:#10B981;font-weight:600">行</span> ⨯ <span style="color:#5D4037;font-weight:600">身</span></span>
  323. <p>人际有度,关爱有方,莫因取悦他人透支自<span style="color:#5D4037;font-weight:600">身</span>健康。</p>
  324. </div>
  325. <div class="wuxing-card wc-ke" style="--wc-color:#EF4444">
  326. <span class="wc-arrow"><span style="color:#EF4444;font-weight:600">心</span> ⨯ <span style="color:#C0A060;font-weight:600">智</span></span>
  327. <p>大爱需留理性空间,不过度保护。</p>
  328. </div>
  329. </div>
  330. </div>
  331. </div>
  332. </div>
  333. </section>
  334. <!-- ==================== Five Dimensions ==================== -->
  335. <section class="section section-dimensions" id="dimensions">
  336. <div class="container">
  337. <div class="section-header">
  338. <span class="section-tag">五维幸福矩阵</span>
  339. <h2 class="section-title">身 · 智 · 富 · 行 · 心</h2>
  340. <p class="section-desc">
  341. 五大维度覆盖家庭幸福健康成长的方方面面,AI 智能分析能量分配与健康指数,
  342. 直观呈现家庭成长状态,让每个家庭在 AI 时代保持清醒的成长节奏。
  343. </p>
  344. </div>
  345. <div class="dimension-grid">
  346. <!-- 身(土) — 01 -->
  347. <div class="dimension-card" style="--dim-color: #5D4037; --dim-bg: #F5EFEB;">
  348. <div class="dim-bg-illustration">
  349. <svg viewBox="0 0 200 80" fill="none">
  350. <defs>
  351. <g id="sh1"><rect x="-1.5" y="-1" width="3" height="5" rx=".5" fill="currentColor"/><path d="M-5,-1 C-5,-7 5,-7 5,-1 Z" fill="currentColor"/></g>
  352. <g id="sh2"><rect x="-1" y="-.5" width="2" height="3.5" rx=".5" fill="currentColor"/><path d="M-3.5,-.5 C-3.5,-5 3.5,-5 3.5,-.5 Z" fill="currentColor"/></g>
  353. <g id="sh3"><rect x="-2" y="-1.5" width="4" height="6" rx=".5" fill="currentColor"/><path d="M-6,-1.5 C-6,-8 6,-8 6,-1.5 Z" fill="currentColor"/></g>
  354. </defs>
  355. <path d="M0 75 C25 55 45 65 65 45 C85 30 110 50 135 35 C155 22 175 42 200 32 L200 80 L0 80 Z" fill="currentColor" opacity=".35"/>
  356. <path d="M0 78 C30 58 55 68 80 52 C105 38 130 58 155 42 C175 28 200 38 200 38 L200 80 L0 80 Z" fill="currentColor" opacity=".25"/>
  357. <path d="M0 80 C40 62 70 72 95 58 C120 45 150 62 180 50 C195 42 200 55 200 55 L200 80 L0 80 Z" fill="currentColor" opacity=".18"/>
  358. <g transform="translate(125,52)" opacity=".75"><path d="M0 -18 L-8 0 L8 0 Z" fill="currentColor"/><rect x="-1.5" y="0" width="3" height="10" fill="currentColor" rx="1"/></g>
  359. <g transform="translate(145,48)" opacity=".68"><path d="M0 -20 L-10 0 L10 0 Z" fill="currentColor"/><rect x="-2" y="0" width="4" height="12" fill="currentColor" rx="1"/></g>
  360. <g transform="translate(168,50)" opacity=".6"><path d="M0 -16 L-7 0 L7 0 Z" fill="currentColor"/><rect x="-1.5" y="0" width="3" height="9" fill="currentColor" rx="1"/></g>
  361. <g transform="translate(185,54)" opacity=".55"><path d="M0 -14 L-6 0 L6 0 Z" fill="currentColor"/><rect x="-1.5" y="0" width="3" height="8" fill="currentColor" rx="1"/></g>
  362. <g transform="translate(110,56)" opacity=".5"><path d="M0 -18 L-8 0 L8 0 Z" fill="currentColor"/><rect x="-1.5" y="0" width="3" height="10" fill="currentColor" rx="1"/></g>
  363. <g transform="translate(132,58)" opacity=".45"><path d="M0 -15 L-7 0 L7 0 Z" fill="currentColor"/><rect x="-1.5" y="0" width="3" height="8" fill="currentColor" rx="1"/></g>
  364. <use href="#sh3" transform="translate(115,62)" opacity=".55"/><use href="#sh1" transform="translate(138,64)" opacity=".48"/>
  365. <use href="#sh2" transform="translate(155,66)" opacity=".40"/><use href="#sh1" transform="translate(178,62)" opacity=".50"/>
  366. <use href="#sh3" transform="translate(190,60)" opacity=".42"/><use href="#sh2" transform="translate(82,66)" opacity=".35"/>
  367. <path d="M105 78 C112 75 120 77 128 74 C135 71 142 73 150 70 C160 67 170 68 178 71 C185 73 192 76 200 74" stroke="currentColor" stroke-width="1" opacity=".15" fill="none"/>
  368. </svg>
  369. </div>
  370. <h3 class="dim-title">
  371. <span class="dim-emoji">🌏</span>
  372. <span style="color:var(--dim-color);font-size:1.35rem;font-weight:800">身</span> · 主动健康
  373. <span class="dim-element" style="background:#5D4037">五行属土</span>
  374. </h3>
  375. <p class="dim-desc">用最简单的方法——好水与精准营养,从根源为家人调理体质。让身体无疾无忧、心情轻松愉快,畅享高质量的舒服长寿生活,活出每一天的活力。</p>
  376. <ul class="dim-points">
  377. <li>精准营养推荐</li>
  378. <li>健康报告解析</li>
  379. <li>体质调理方案</li>
  380. </ul>
  381. <div class="dim-energy">
  382. <h4>⚡ 能量提升</h4>
  383. <ul>
  384. <li>均衡膳食营养,三餐定时定量</li>
  385. <li>规律作息睡眠,早睡早起</li>
  386. <li>适度运动锻炼,每周3-5次</li>
  387. <li>定期健康检测,防患于未然</li>
  388. </ul>
  389. </div>
  390. </div>
  391. <!-- 智(金) — 02 -->
  392. <div class="dimension-card" style="--dim-color: #C0A060; --dim-bg: #F9F4EC;">
  393. <div class="dim-bg-illustration">
  394. <svg viewBox="0 0 200 80" fill="none">
  395. <defs>
  396. <pattern id="dg" width="8" height="8" patternUnits="userSpaceOnUse"><circle cx="4" cy="4" r=".5" fill="currentColor" opacity=".25"/></pattern>
  397. <g id="f1"><text font-family="Times,serif" font-style="italic" font-size="14" text-anchor="middle" dominant-baseline="central" fill="currentColor">π</text></g>
  398. <g id="f2"><text font-family="Times,serif" font-style="italic" font-size="11" text-anchor="middle" dominant-baseline="central" fill="currentColor">E=mc<tspan baseline-shift="super" font-size="7">2</tspan></text></g>
  399. <g id="f3"><text font-family="Times,serif" font-style="italic" font-size="12" text-anchor="middle" dominant-baseline="central" fill="currentColor">F=ma</text></g>
  400. <g id="f4"><text font-family="Times,serif" font-style="italic" font-size="9" text-anchor="middle" dominant-baseline="central" fill="currentColor">F=Gm<tspan baseline-shift="sub" font-size="6">1</tspan>m<tspan baseline-shift="sub" font-size="6">2</tspan>/r<tspan baseline-shift="super" font-size="6">2</tspan></text></g>
  401. <g id="f5"><text font-family="Times,serif" font-style="italic" font-size="10" text-anchor="middle" dominant-baseline="central" fill="currentColor">a<tspan baseline-shift="super" font-size="6.5">2</tspan>+b<tspan baseline-shift="super" font-size="6.5">2</tspan>=c<tspan baseline-shift="super" font-size="6.5">2</tspan></text></g>
  402. <g id="f6"><text font-family="Times,serif" font-style="italic" font-size="12" text-anchor="middle" dominant-baseline="central" fill="currentColor">PV=nRT</text></g>
  403. <g id="f7"><text font-family="Times,serif" font-style="italic" font-size="9" text-anchor="middle" dominant-baseline="central" fill="currentColor">sin<tspan baseline-shift="super" font-size="6">2</tspan>θ+cos<tspan baseline-shift="super" font-size="6">2</tspan>θ=1</text></g>
  404. <g id="f8"><text font-family="Times,serif" font-style="italic" font-size="9" text-anchor="middle" dominant-baseline="central" fill="currentColor">e<tspan baseline-shift="super" font-size="6">iπ</tspan>+1=0</text></g>
  405. <g id="f9"><text font-family="Times,serif" font-style="italic" font-size="13" text-anchor="middle" dominant-baseline="central" fill="currentColor">∫f(x)dx</text></g>
  406. <g id="f10"><text font-family="Times,serif" font-style="italic" font-size="12" text-anchor="middle" dominant-baseline="central" fill="currentColor">E=hν</text></g>
  407. </defs>
  408. <rect width="200" height="80" fill="url(#dg)" opacity=".12"/>
  409. <g opacity=".35">
  410. <use href="#f1" transform="translate(14,42) scale(.32) rotate(-8)"/>
  411. <use href="#f3" transform="translate(48,44) scale(.28) rotate(10)"/>
  412. <use href="#f1" transform="translate(82,41) scale(.35)"/>
  413. <use href="#f6" transform="translate(112,43) scale(.55) rotate(-12)"/>
  414. <use href="#f10" transform="translate(148,40) scale(.50)"/>
  415. <use href="#f2" transform="translate(178,44) scale(.48) rotate(8)"/>
  416. </g>
  417. <g opacity=".50">
  418. <use href="#f9" transform="translate(8,52) scale(.42) rotate(-5)"/>
  419. <use href="#f5" transform="translate(44,50) scale(.40)"/>
  420. <use href="#f8" transform="translate(78,53) scale(.38) rotate(7)"/>
  421. <use href="#f3" transform="translate(108,51) scale(.82) rotate(-8)"/>
  422. <use href="#f10" transform="translate(148,54) scale(.75)"/>
  423. <use href="#f1" transform="translate(180,49) scale(.78) rotate(15)"/>
  424. </g>
  425. <g opacity=".65">
  426. <use href="#f1" transform="translate(10,60) scale(.55)"/>
  427. <use href="#f4" transform="translate(52,58) scale(.50) rotate(-6)"/>
  428. <use href="#f6" transform="translate(90,61) scale(.52)"/>
  429. <use href="#f2" transform="translate(118,59) scale(1.15) rotate(6)"/>
  430. <use href="#f7" transform="translate(156,62) scale(1.10)"/>
  431. <use href="#f9" transform="translate(180,58) scale(1.18) rotate(-10)"/>
  432. <use href="#f3" transform="translate(36,57) scale(.52)"/>
  433. <use href="#f5" transform="translate(70,60) scale(.48)"/>
  434. </g>
  435. <g opacity=".80">
  436. <use href="#f10" transform="translate(6,70) scale(.72) rotate(-10)"/>
  437. <use href="#f1" transform="translate(34,68) scale(.68)"/>
  438. <use href="#f8" transform="translate(66,71) scale(.62) rotate(8)"/>
  439. <use href="#f6" transform="translate(100,69) scale(.95) rotate(-5)"/>
  440. <use href="#f4" transform="translate(122,71) scale(1.30)"/>
  441. <use href="#f2" transform="translate(152,68) scale(1.25) rotate(6)"/>
  442. <use href="#f9" transform="translate(176,70) scale(1.28)"/>
  443. <use href="#f5" transform="translate(56,68) scale(.65)"/>
  444. </g>
  445. <g opacity=".95">
  446. <use href="#f2" transform="translate(14,78) scale(1.0)"/>
  447. <use href="#f9" transform="translate(46,76) scale(.95) rotate(-8)"/>
  448. <use href="#f3" transform="translate(76,79) scale(.92)"/>
  449. <use href="#f6" transform="translate(106,77) scale(1.50) rotate(6)"/>
  450. <use href="#f4" transform="translate(132,79) scale(2.40)"/>
  451. <use href="#f1" transform="translate(166,76) scale(2.30) rotate(-10)"/>
  452. <use href="#f7" transform="translate(18,77) scale(.90)"/>
  453. <use href="#f8" transform="translate(56,78) scale(.88) rotate(8)"/>
  454. <use href="#f10" transform="translate(88,76) scale(.92)"/>
  455. </g>
  456. </svg>
  457. </div>
  458. <h3 class="dim-title">
  459. <span class="dim-emoji">⚔️</span>
  460. <span style="color:var(--dim-color);font-size:1.35rem;font-weight:800">智</span> · 赋能未来
  461. <span class="dim-element" style="background:#C0A060">五行属金</span>
  462. </h3>
  463. <p class="dim-desc">通过专业心智测评与综合素质培养,开启青少年面向未来的大智慧与健全人格。帮助孩子建立核心竞争力,让家庭赢得社会的敬仰与尊崇。</p>
  464. <ul class="dim-points">
  465. <li>专业心智测评</li>
  466. <li>综合素质培养</li>
  467. <li>成长档案追踪</li>
  468. </ul>
  469. <div class="dim-energy">
  470. <h4>⚡ 能量提升</h4>
  471. <ul>
  472. <li>广泛阅读积累,建立知识体系</li>
  473. <li>参与专业心智测评,认识自我</li>
  474. <li>培养一项核心兴趣技能</li>
  475. <li>跨学科思维训练,开拓视野</li>
  476. </ul>
  477. </div>
  478. </div>
  479. <!-- 富(水) — 03 -->
  480. <div class="dimension-card" style="--dim-color: #0EA5E9; --dim-bg: #ECFEFF;">
  481. <div class="dim-bg-illustration">
  482. <svg viewBox="0 0 200 80" fill="none">
  483. <defs>
  484. <g id="boat"><path d="M0,3 L-9,-10 L9,-10 Z" fill="currentColor"/><line x1="-7" y1="-4" x2="7" y2="-4" stroke="currentColor" stroke-width="1.2"/><path d="M-13,3 L10,3 L8,7 L-11,7 Z" fill="currentColor"/><path d="M-15,7 Q-10,8 -5,7 Q0,6 5,7 Q10,8 15,7" stroke="currentColor" stroke-width=".6" fill="none" opacity=".4"/></g>
  485. <g id="df"><text font-family="Georgia,serif" font-size="14" text-anchor="middle" dominant-baseline="central" fill="currentColor">$</text></g>
  486. </defs>
  487. <path d="M0 52 Q25 44 50 50 Q75 56 100 48 Q125 40 150 46 Q175 52 200 44 L200 80 L0 80Z" fill="currentColor" opacity=".1"/>
  488. <path d="M0 60 Q30 52 60 58 Q90 64 120 56 Q150 48 180 54 Q195 57 200 52 L200 80 L0 80Z" fill="currentColor" opacity=".16"/>
  489. <path d="M0 68 Q35 60 70 66 Q105 72 140 62 Q170 55 200 62 L200 80 L0 80Z" fill="currentColor" opacity=".22"/>
  490. <path d="M0 74 Q40 68 80 74 Q120 80 160 70 Q182 64 200 70 L200 80 L0 80Z" fill="currentColor" opacity=".28"/>
  491. <use href="#boat" transform="translate(24,58) scale(1.1) rotate(-3)"/>
  492. <use href="#boat" transform="translate(85,66) scale(.96) rotate(2)"/>
  493. <use href="#boat" transform="translate(155,62) scale(1.95) rotate(-2)"/>
  494. <g opacity=".30">
  495. <use href="#df" transform="translate(8,48) scale(.30) rotate(15)"/>
  496. <use href="#df" transform="translate(28,52) scale(.33) rotate(-10)"/>
  497. <use href="#df" transform="translate(48,46) scale(.27) rotate(20)"/>
  498. <use href="#df" transform="translate(68,50) scale(.32) rotate(-15)"/>
  499. <use href="#df" transform="translate(108,44) scale(.36) rotate(12)"/>
  500. <use href="#df" transform="translate(138,48) scale(.29) rotate(-8)"/>
  501. <use href="#df" transform="translate(168,46) scale(.33) rotate(18)"/>
  502. <use href="#df" transform="translate(188,52) scale(.30) rotate(-12)"/>
  503. </g>
  504. <g opacity=".45">
  505. <use href="#df" transform="translate(16,56) scale(.45) rotate(-18)"/>
  506. <use href="#df" transform="translate(42,58) scale(.42) rotate(8)"/>
  507. <use href="#df" transform="translate(62,54) scale(.39) rotate(-6)"/>
  508. <use href="#df" transform="translate(78,60) scale(.48) rotate(15)"/>
  509. <use href="#df" transform="translate(114,56) scale(.53) rotate(-10)"/>
  510. <use href="#df" transform="translate(144,58) scale(.45) rotate(12)"/>
  511. <use href="#df" transform="translate(178,54) scale(.42) rotate(-14)"/>
  512. </g>
  513. <g opacity=".60">
  514. <use href="#df" transform="translate(10,64) scale(.57) rotate(10)"/>
  515. <use href="#df" transform="translate(34,66) scale(.53) rotate(-8)"/>
  516. <use href="#df" transform="translate(54,62) scale(.60) rotate(15)"/>
  517. <use href="#df" transform="translate(98,68) scale(.54) rotate(-12)"/>
  518. <use href="#df" transform="translate(124,64) scale(.63) rotate(8)"/>
  519. <use href="#df" transform="translate(158,66) scale(.57) rotate(-16)"/>
  520. <use href="#df" transform="translate(184,62) scale(.53) rotate(12)"/>
  521. </g>
  522. <g opacity=".80">
  523. <use href="#df" transform="translate(22,72) scale(.75) rotate(-6)"/>
  524. <use href="#df" transform="translate(46,74) scale(.83) rotate(12)"/>
  525. <use href="#df" transform="translate(72,70) scale(.72) rotate(-10)"/>
  526. <use href="#df" transform="translate(104,76) scale(.78) rotate(8)"/>
  527. <use href="#df" transform="translate(134,72) scale(.90) rotate(-14)"/>
  528. <use href="#df" transform="translate(164,74) scale(.83) rotate(6)"/>
  529. <use href="#df" transform="translate(190,70) scale(.75) rotate(-8)"/>
  530. <use href="#df" transform="translate(76,72) scale(.68) rotate(18)"/>
  531. </g>
  532. </div>
  533. <h3 class="dim-title">
  534. <span class="dim-emoji">💧</span>
  535. <span style="color:var(--dim-color);font-size:1.35rem;font-weight:800">富</span> · 利他创富
  536. <span class="dim-element" style="background:#0EA5E9">五行属水</span>
  537. </h3>
  538. <p class="dim-desc">依托低门槛的创客成长生态,<strong>一灯传百灯,至万灯长明</strong>,在利他分享中实现家庭的"第二收入",让每个家庭实现物质与精神的双重富沛。</p>
  539. <ul class="dim-points">
  540. <li>创客成长生态</li>
  541. <li>积分奖励体系</li>
  542. <li>服务套餐市场</li>
  543. </ul>
  544. <div class="dim-energy">
  545. <h4>⚡ 能量提升</h4>
  546. <ul>
  547. <li>财商启蒙教育,树立正确金钱观</li>
  548. <li>参与创客成长计划</li>
  549. <li>利他分享,创造价值</li>
  550. <li>积分奖励激励,正向循环</li>
  551. </ul>
  552. </div>
  553. </div>
  554. <!-- 行(木) — 04 -->
  555. <div class="dimension-card" style="--dim-color: #10B981; --dim-bg: #ECFDF5;">
  556. <div class="dim-bg-illustration">
  557. <svg viewBox="0 0 200 80" fill="none">
  558. <defs>
  559. <g id="s1"><circle cx="0" cy="-7" r="3.5" fill="currentColor"/><path d="M-4,-3 L-3,5 L3,5 L4,-3 Z" fill="currentColor"/><path d="M-4,-2 L-8,0 M4,-2 L8,0" stroke="currentColor" stroke-width="1" fill="none" stroke-linecap="round"/><path d="M-2,5 L-4,12 M2,5 L4,12" stroke="currentColor" stroke-width="1.2" fill="none" stroke-linecap="round"/></g>
  560. <g id="s2"><circle cx="0" cy="-7" r="3.5" fill="currentColor"/><path d="M-4,-3 L-3,5 L3,5 L4,-3 Z" fill="currentColor"/><path d="M-4,-2 L-9,-3 M4,-2 L9,-3" stroke="currentColor" stroke-width="1" fill="none" stroke-linecap="round"/><path d="M-2,5 L-5,12 M2,5 L3,12" stroke="currentColor" stroke-width="1.2" fill="none" stroke-linecap="round"/></g>
  561. <g id="s3"><circle cx="0" cy="-7" r="3.5" fill="currentColor"/><path d="M-4,-3 L-3,5 L3,5 L4,-3 Z" fill="currentColor"/><path d="M-4,-2 L-7,-4 M4,-2 L7,-4" stroke="currentColor" stroke-width="1" fill="none" stroke-linecap="round"/><path d="M-1,5 L-3,12 L-1,14 M2,5 L4,12 L2,14" stroke="currentColor" stroke-width="1.2" fill="none" stroke-linecap="round"/></g>
  562. </defs>
  563. <g opacity=".40" fill="currentColor" stroke="currentColor">
  564. <use href="#s1" transform="translate(2,48) scale(.26)"/><use href="#s2" transform="translate(11,46) scale(.28)"/>
  565. <use href="#s3" transform="translate(20,47) scale(.24)"/><use href="#s1" transform="translate(29,48) scale(.27)"/>
  566. <use href="#s2" transform="translate(38,46) scale(.25)"/><use href="#s3" transform="translate(47,47) scale(.29)"/>
  567. <use href="#s1" transform="translate(56,48) scale(.24)"/><use href="#s2" transform="translate(65,46) scale(.28)"/>
  568. <use href="#s3" transform="translate(74,47) scale(.26)"/><use href="#s1" transform="translate(83,48) scale(.25)"/>
  569. <use href="#s2" transform="translate(92,46) scale(.27)"/>
  570. <use href="#s3" transform="translate(101,47) scale(.43)"/><use href="#s1" transform="translate(110,48) scale(.50)"/>
  571. <use href="#s2" transform="translate(119,46) scale(.47)"/><use href="#s3" transform="translate(128,47) scale(.45)"/>
  572. <use href="#s1" transform="translate(137,48) scale(.49)"/><use href="#s2" transform="translate(146,46) scale(.43)"/>
  573. <use href="#s3" transform="translate(155,47) scale(.50)"/><use href="#s1" transform="translate(164,48) scale(.45)"/>
  574. <use href="#s2" transform="translate(173,46) scale(.49)"/><use href="#s3" transform="translate(182,47) scale(.47)"/>
  575. <use href="#s1" transform="translate(191,48) scale(.43)"/>
  576. </g>
  577. <g opacity=".50" fill="currentColor" stroke="currentColor">
  578. <use href="#s3" transform="translate(5,55) scale(.36)"/><use href="#s1" transform="translate(16,53) scale(.39)"/>
  579. <use href="#s2" transform="translate(27,54) scale(.34)"/><use href="#s3" transform="translate(38,56) scale(.38)"/>
  580. <use href="#s1" transform="translate(49,54) scale(.36)"/><use href="#s2" transform="translate(60,55) scale(.35)"/>
  581. <use href="#s3" transform="translate(71,53) scale(.39)"/><use href="#s1" transform="translate(82,56) scale(.37)"/>
  582. <use href="#s2" transform="translate(93,54) scale(.35)"/>
  583. <use href="#s3" transform="translate(104,55) scale(.68)"/><use href="#s1" transform="translate(115,53) scale(.61)"/>
  584. <use href="#s2" transform="translate(126,56) scale(.70)"/><use href="#s3" transform="translate(137,54) scale(.65)"/>
  585. <use href="#s1" transform="translate(148,55) scale(.63)"/><use href="#s2" transform="translate(159,53) scale(.68)"/>
  586. <use href="#s3" transform="translate(170,56) scale(.67)"/><use href="#s1" transform="translate(181,54) scale(.63)"/>
  587. <use href="#s2" transform="translate(192,55) scale(.68)"/>
  588. </g>
  589. <g opacity=".60" fill="currentColor" stroke="currentColor">
  590. <use href="#s2" transform="translate(7,63) scale(.52)"/><use href="#s1" transform="translate(20,61) scale(.55)"/>
  591. <use href="#s3" transform="translate(33,64) scale(.48)"/><use href="#s2" transform="translate(46,62) scale(.53)"/>
  592. <use href="#s1" transform="translate(59,63) scale(.50)"/><use href="#s3" transform="translate(72,61) scale(.56)"/>
  593. <use href="#s2" transform="translate(85,64) scale(.49)"/><use href="#s1" transform="translate(98,62) scale(.54)"/>
  594. <use href="#s3" transform="translate(111,63) scale(.92)"/><use href="#s2" transform="translate(124,61) scale(.99)"/>
  595. <use href="#s1" transform="translate(137,64) scale(.86)"/><use href="#s3" transform="translate(150,62) scale(.95)"/>
  596. <use href="#s2" transform="translate(163,63) scale(.90)"/><use href="#s1" transform="translate(176,61) scale(.99)"/>
  597. <use href="#s3" transform="translate(189,64) scale(.94)"/>
  598. </g>
  599. <g opacity=".70" fill="currentColor" stroke="currentColor">
  600. <use href="#s1" transform="translate(6,71) scale(.74)"/><use href="#s3" transform="translate(22,73) scale(.68)"/>
  601. <use href="#s2" transform="translate(38,70) scale(.78)"/><use href="#s1" transform="translate(54,72) scale(.72)"/>
  602. <use href="#s3" transform="translate(70,71) scale(.76)"/><use href="#s2" transform="translate(86,73) scale(.70)"/>
  603. <use href="#s1" transform="translate(102,70) scale(1.40)"/><use href="#s3" transform="translate(118,72) scale(1.33)"/>
  604. <use href="#s2" transform="translate(134,71) scale(1.30)"/><use href="#s1" transform="translate(150,73) scale(1.37)"/>
  605. <use href="#s3" transform="translate(166,70) scale(1.40)"/><use href="#s2" transform="translate(182,72) scale(1.30)"/>
  606. <use href="#s1" transform="translate(198,71) scale(1.33)"/>
  607. </g>
  608. <g opacity=".80" fill="currentColor" stroke="currentColor">
  609. <use href="#s2" transform="translate(6,80) scale(1.05)"/><use href="#s1" transform="translate(24,78) scale(1.12)"/>
  610. <use href="#s3" transform="translate(42,80) scale(.98)"/><use href="#s2" transform="translate(60,78) scale(1.08)"/>
  611. <use href="#s1" transform="translate(78,80) scale(1.02)"/><use href="#s3" transform="translate(96,78) scale(1.15)"/>
  612. <use href="#s2" transform="translate(114,80) scale(1.89)"/><use href="#s1" transform="translate(132,78) scale(1.98)"/>
  613. <use href="#s3" transform="translate(150,80) scale(1.80)"/><use href="#s2" transform="translate(168,78) scale(2.02)"/>
  614. <use href="#s1" transform="translate(186,80) scale(1.91)"/>
  615. </g>
  616. </svg>
  617. </div>
  618. <h3 class="dim-title">
  619. <span class="dim-emoji">🌿</span>
  620. <span style="color:var(--dim-color);font-size:1.35rem;font-weight:800">行</span> · 人际和谐
  621. <span class="dim-element" style="background:#10B981">五行属木</span>
  622. </h3>
  623. <p class="dim-desc">"行"不仅是行动与行为,<strong>当一个人无法坚持,不妨找一群人试试</strong>——在亲子、夫妻、同事、朋友的关系中汲取力量,以善意行动温暖身边每一个人。</p>
  624. <ul class="dim-points">
  625. <li>亲子关系建设</li>
  626. <li>夫妻情感经营</li>
  627. <li>社交与人脉拓展</li>
  628. </ul>
  629. <div class="dim-energy">
  630. <h4>⚡ 能量提升</h4>
  631. <ul>
  632. <li>高质量陪伴家人,每日专注沟通</li>
  633. <li>夫妻定期约会,经营亲密关系</li>
  634. <li>主动维系朋友与同事关系</li>
  635. <li>参与社区活动,拓展社交圈</li>
  636. </ul>
  637. </div>
  638. </div>
  639. <!-- 心(火) — 05 -->
  640. <div class="dimension-card" style="--dim-color: #EF4444; --dim-bg: #FFF1F0;">
  641. <div class="dim-bg-illustration">
  642. <svg viewBox="0 0 200 80" fill="none">
  643. <defs>
  644. <g id="h1"><path d="M0,-9 C-5,-4 -7,2 -4,5 C-2,7 0,6 0,6 C0,6 2,7 4,5 C7,2 5,-4 0,-9 Z" fill="currentColor"/></g>
  645. <g id="h2"><path d="M0,-7 C-4,-3 -5,1 -3,4 C-1,5 0,5 0,5 C0,5 1,5 3,4 C5,1 4,-3 0,-7 Z" fill="currentColor"/></g>
  646. <g id="h3"><path d="M0,-5 C-3,-2 -4,1 -2,3 C-1,4 0,3 0,3 C0,3 1,4 2,3 C4,1 3,-2 0,-5 Z" fill="currentColor"/></g>
  647. <g id="h4"><path d="M0,-11 C-6,-5 -8,2 -5,6 C-3,8 0,7 0,7 C0,7 3,8 5,6 C8,2 6,-5 0,-11 Z" fill="currentColor"/></g>
  648. <g id="h5"><path d="M0,-12 C-3,-6 -5,1 -3,5 C-1,7 0,6 0,6 C0,6 1,7 3,5 C5,1 3,-6 0,-12 Z" fill="currentColor"/></g>
  649. <g id="h6"><path d="M0,-7 L1.8,-2 L7,-2 L3,1.5 L5,7 L0,4 L-5,7 L-3,1.5 L-7,-2 L-1.8,-2 Z" fill="currentColor"/></g>
  650. <g id="h7"><path d="M0,-7 L1,-2 L6,-1 L1,0 L0,5 L-1,0 L-6,-1 L-1,-2 Z" fill="currentColor"/></g>
  651. <g id="h8"><path d="M0,-5 L1.2,-1.5 L4.5,-1 L2,1 L3,4.5 L0,3 L-3,4.5 L-2,1 L-4.5,-1 L-1.2,-1.5 Z" fill="currentColor"/></g>
  652. <g id="h9"><path d="M-4,0 L4,0 M0,-4 L0,4" stroke="currentColor" stroke-width="2.5" fill="none" stroke-linecap="round"/></g>
  653. <g id="h10"><circle cx="-2" cy="-3" r="1.8" fill="currentColor"/><circle cx="2" cy="1" r="1.4" fill="currentColor"/><circle cx="-1" cy="3" r="1" fill="currentColor"/></g>
  654. </defs>
  655. <g opacity=".40">
  656. <use href="#h1" transform="translate(4,46) scale(.22)"/><use href="#h4" transform="translate(12,44) scale(.24)"/>
  657. <use href="#h7" transform="translate(20,48) scale(.20)"/><use href="#h2" transform="translate(28,45) scale(.23)"/>
  658. <use href="#h5" transform="translate(36,47) scale(.21)"/><use href="#h8" transform="translate(44,43) scale(.25)"/>
  659. <use href="#h3" transform="translate(52,46) scale(.22)"/><use href="#h6" transform="translate(60,44) scale(.24)"/>
  660. <use href="#h9" transform="translate(68,48) scale(.20)"/><use href="#h1" transform="translate(76,45) scale(.23)"/>
  661. <use href="#h4" transform="translate(84,47) scale(.21)"/><use href="#h7" transform="translate(92,43) scale(.25)"/>
  662. <use href="#h2" transform="translate(100,46) scale(.38)"/><use href="#h5" transform="translate(108,44) scale(.42)"/>
  663. <use href="#h8" transform="translate(116,48) scale(.39)"/><use href="#h3" transform="translate(124,45) scale(.40)"/>
  664. <use href="#h6" transform="translate(132,47) scale(.36)"/><use href="#h9" transform="translate(140,43) scale(.44)"/>
  665. <use href="#h1" transform="translate(148,46) scale(.38)"/><use href="#h4" transform="translate(156,44) scale(.42)"/>
  666. <use href="#h7" transform="translate(164,48) scale(.39)"/><use href="#h2" transform="translate(172,45) scale(.40)"/>
  667. <use href="#h5" transform="translate(180,47) scale(.36)"/><use href="#h8" transform="translate(188,43) scale(.44)"/>
  668. <use href="#h3" transform="translate(196,46) scale(.38)"/>
  669. </g>
  670. <g opacity=".55">
  671. <use href="#h10" transform="translate(6,54) scale(.34)"/><use href="#h4" transform="translate(18,52) scale(.37)"/>
  672. <use href="#h2" transform="translate(30,56) scale(.33)"/><use href="#h7" transform="translate(42,53) scale(.38)"/>
  673. <use href="#h5" transform="translate(54,55) scale(.35)"/><use href="#h1" transform="translate(66,51) scale(.39)"/>
  674. <use href="#h8" transform="translate(78,56) scale(.32)"/><use href="#h3" transform="translate(90,54) scale(.36)"/>
  675. <use href="#h10" transform="translate(102,52) scale(.58)"/><use href="#h4" transform="translate(114,56) scale(.62)"/>
  676. <use href="#h2" transform="translate(126,53) scale(.60)"/><use href="#h7" transform="translate(138,55) scale(.56)"/>
  677. <use href="#h5" transform="translate(150,51) scale(.63)"/><use href="#h1" transform="translate(162,56) scale(.57)"/>
  678. <use href="#h8" transform="translate(174,54) scale(.61)"/><use href="#h3" transform="translate(186,52) scale(.59)"/>
  679. </g>
  680. <g opacity=".70">
  681. <use href="#h6" transform="translate(6,62) scale(.46)"/><use href="#h9" transform="translate(20,64) scale(.42)"/>
  682. <use href="#h2" transform="translate(34,61) scale(.48)"/><use href="#h10" transform="translate(48,63) scale(.44)"/>
  683. <use href="#h4" transform="translate(62,60) scale(.50)"/><use href="#h1" transform="translate(76,65) scale(.43)"/>
  684. <use href="#h7" transform="translate(90,62) scale(.47)"/><use href="#h5" transform="translate(104,64) scale(.82)"/>
  685. <use href="#h8" transform="translate(118,61) scale(.76)"/><use href="#h3" transform="translate(132,63) scale(.80)"/>
  686. <use href="#h9" transform="translate(146,60) scale(.85)"/><use href="#h2" transform="translate(160,65) scale(.78)"/>
  687. <use href="#h10" transform="translate(174,62) scale(.82)"/><use href="#h4" transform="translate(188,64) scale(.76)"/>
  688. </g>
  689. <g opacity=".85">
  690. <use href="#h5" transform="translate(6,72) scale(.68)"/><use href="#h8" transform="translate(22,70) scale(.72)"/>
  691. <use href="#h2" transform="translate(38,74) scale(.65)"/><use href="#h10" transform="translate(54,71) scale(.70)"/>
  692. <use href="#h4" transform="translate(70,73) scale(.66)"/><use href="#h1" transform="translate(86,70) scale(.74)"/>
  693. <use href="#h7" transform="translate(102,72) scale(1.30)"/><use href="#h5" transform="translate(118,74) scale(1.23)"/>
  694. <use href="#h8" transform="translate(134,71) scale(1.28)"/><use href="#h2" transform="translate(150,73) scale(1.25)"/>
  695. <use href="#h10" transform="translate(166,70) scale(1.34)"/><use href="#h4" transform="translate(182,72) scale(1.27)"/>
  696. </g>
  697. <g opacity=".95">
  698. <use href="#h3" transform="translate(6,80) scale(.95)"/><use href="#h6" transform="translate(24,78) scale(1.02)"/>
  699. <use href="#h9" transform="translate(42,80) scale(.90)"/><use href="#h1" transform="translate(60,78) scale(1.05)"/>
  700. <use href="#h7" transform="translate(78,80) scale(.98)"/><use href="#h5" transform="translate(96,78) scale(1.00)"/>
  701. <use href="#h8" transform="translate(114,80) scale(1.72)"/><use href="#h2" transform="translate(132,78) scale(1.83)"/>
  702. <use href="#h10" transform="translate(150,80) scale(1.62)"/><use href="#h4" transform="translate(168,78) scale(1.90)"/>
  703. <use href="#h7" transform="translate(186,80) scale(1.75)"/>
  704. </g>
  705. </svg>
  706. </div>
  707. <h3 class="dim-title">
  708. <span class="dim-emoji">🔥</span>
  709. <span style="color:var(--dim-color);font-size:1.35rem;font-weight:800">心</span> · 大爱相随
  710. <span class="dim-element" style="background:#EF4444">五行属火</span>
  711. </h3>
  712. <p class="dim-desc">以心理学视角解读自我与家人,用理解与包容滋养家庭情感。将长辈陪护与亲子之爱凝聚为家族纽带,让内心有爱、有光、有永远的温暖陪伴。</p>
  713. <ul class="dim-points">
  714. <li>情绪认知与疏导</li>
  715. <li>家庭关系心理学</li>
  716. <li>人格与性格探索</li>
  717. </ul>
  718. <div class="dim-energy">
  719. <h4>⚡ 能量提升</h4>
  720. <ul>
  721. <li>学习心理学,理解与接纳自我</li>
  722. <li>专业心理测评,了解性格特质</li>
  723. <li>以理解与包容对待差异</li>
  724. <li>参考易经、星座等辅助认识自我</li>
  725. </ul>
  726. </div>
  727. </div>
  728. </div>
  729. </div>
  730. </section>
  731. <!-- ==================== Features ==================== -->
  732. <section class="section section-features" id="features">
  733. <div class="container">
  734. <div class="section-header">
  735. <span class="section-tag">核心功能</span>
  736. <h2 class="section-title">家庭成长闭环</h2>
  737. <p class="section-desc">
  738. 围绕"识别诊断 → 个性化方案 → 跟踪执行 → 成果检验"的完整闭环,
  739. 浠艾福以 AI 贯穿每个环节,确保每一步成长都可量化、可追踪。
  740. </p>
  741. </div>
  742. <div class="features-grid">
  743. <div class="feature-card">
  744. <div class="feature-icon" style="--fc:#6366F1"><svg viewBox="0 0 32 32" fill="none" width="32" height="32"><circle cx="16" cy="16" r="10" stroke="currentColor" stroke-width="2"/><path d="M16 10v6l4 4" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/><circle cx="10" cy="9" r="3" fill="currentColor" opacity=".15" stroke="currentColor" stroke-width="1.2"/></svg></div>
  745. <h3>识别诊断</h3>
  746. <p>从身体、心智、情感、行为四个维度展开综合评估,AI 智能测评结合专业分析,精准识别每位家庭成员当前的发展阶段与核心需求。</p>
  747. </div>
  748. <div class="feature-card">
  749. <div class="feature-icon" style="--fc:#10B981"><svg viewBox="0 0 32 32" fill="none" width="32" height="32"><path d="M16 4l3 9h10l-8 6 3 9-8-5-8 5 3-9-8-6h10l3-9z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/></svg></div>
  750. <h3>个性化方案</h3>
  751. <p>基于评估结果与五维能量分布,AI 自动匹配最适合的任务、活动与课程,为每位家庭成员生成专属成长路径,因材施教。</p>
  752. </div>
  753. <div class="feature-card">
  754. <div class="feature-icon" style="--fc:#F59E0B"><svg viewBox="0 0 32 32" fill="none" width="32" height="32"><path d="M6 16l6 6 14-14" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg></div>
  755. <h3>跟踪执行</h3>
  756. <p>任务下发到执行、能量追踪到积分激励,家长监督与孩子主动参与结合,让好计划落地为日常行动。</p>
  757. </div>
  758. <div class="feature-card">
  759. <div class="feature-icon" style="--fc:#EF4444"><svg viewBox="0 0 32 32" fill="none" width="32" height="32"><path d="M8 6v20M8 16l4-4 4 4 8-8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></div>
  760. <h3>成果检验</h3>
  761. <p>成长档案记录每步轨迹,健康报告与阶段性复盘让进步可视化,用数据验证成长效果,持续优化方案。</p>
  762. </div>
  763. </div>
  764. </div>
  765. </section>
  766. <!-- ==================== AI Technology ==================== -->
  767. <section class="section section-ai-tech" id="ai-tech">
  768. <div class="container">
  769. <div class="section-header">
  770. <span class="section-tag">AI 技术应用</span>
  771. <h2 class="section-title">六大 AI 引擎 · 让成长看得见</h2>
  772. <p class="section-desc">
  773. 浠艾福深度融合 AI 大模型、百万数据常模与专业知识库,
  774. 将 AI 能力渗透到家庭成长的每一个环节——从测评到营养、从能量分析到日常陪伴,
  775. 让科技真正为家庭教育赋能。
  776. </p>
  777. </div>
  778. <div class="ai-grid">
  779. <div class="ai-card" style="--ai-color:#6366F1;--ai-bg:#EEF0FF;">
  780. <div class="ai-card-header">
  781. <div class="ai-card-icon">
  782. <svg viewBox="0 0 48 48" fill="none" width="36" height="36">
  783. <rect x="8" y="8" width="32" height="32" rx="8" stroke="#6366F1" stroke-width="1.8" fill="none"/>
  784. <path d="M18 20l-3 8h2l1-3h4l1 3h2l-3-8h-4z" fill="#6366F1" opacity=".7"/>
  785. <circle cx="33" cy="17" r="2" fill="#6366F1" opacity=".5"/>
  786. <path d="M30 27l3 3 5-5" stroke="#6366F1" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
  787. </svg>
  788. </div>
  789. <div class="ai-card-badge">大模型+常模</div>
  790. </div>
  791. <h3>AI 智能测评与解读</h3>
  792. <p>完成专业多维测评后,AI 大模型结合百万级常模数据,自动生成多维度分析报告——从认知能力、情绪特质到身体素质深度解读。告别冰冷的分数,为每个家庭提供科学、可操作的个性化成长建议,让测评结果真正指导行动。</p>
  793. </div>
  794. <div class="ai-card" style="--ai-color:#10B981;--ai-bg:#ECFDF5;">
  795. <div class="ai-card-header">
  796. <div class="ai-card-icon">
  797. <svg viewBox="0 0 48 48" fill="none" width="36" height="36">
  798. <circle cx="24" cy="24" r="18" stroke="#10B981" stroke-width="1.8" fill="none"/>
  799. <path d="M16 28c2-4 6-4 8 0s6 4 8 0" stroke="#10B981" stroke-width="1.5" stroke-linecap="round"/>
  800. <circle cx="18" cy="18" r="3" fill="#10B981" opacity=".15" stroke="#10B981" stroke-width="1.2"/>
  801. <circle cx="30" cy="18" r="3" fill="#10B981" opacity=".15" stroke="#10B981" stroke-width="1.2"/>
  802. <path d="M20 34l4 2 4-2" stroke="#10B981" stroke-width="1.5" stroke-linecap="round"/>
  803. </svg>
  804. </div>
  805. <div class="ai-card-badge">专业知识库+大模型</div>
  806. </div>
  807. <h3>AI 精准营养方案</h3>
  808. <p>结合肠道菌群高通量测序数据(第二基因检测)与日常健康记录,AI 营养模型调用专业知识库深度学习个体代谢特征,自动生成符合体质的膳食方案。从宏观营养素到微量元素,精准到每一餐的推荐,让营养不再是"估计"而是科学。</p>
  809. </div>
  810. <div class="ai-card" style="--ai-color:#4A9BD7;--ai-bg:#E8F4FA;">
  811. <div class="ai-card-header">
  812. <div class="ai-card-icon">
  813. <svg viewBox="0 0 48 48" fill="none" width="36" height="36">
  814. <circle cx="24" cy="24" r="18" stroke="#4A9BD7" stroke-width="1.8" fill="none"/>
  815. <path d="M24 10v4M24 34v4M10 24h4M34 24h4" stroke="#4A9BD7" stroke-width="1.5" stroke-linecap="round"/>
  816. <circle cx="24" cy="24" r="6" fill="#4A9BD7" opacity=".12" stroke="#4A9BD7" stroke-width="1.2"/>
  817. <path d="M16 16l4 4M28 28l4 4" stroke="#4A9BD7" stroke-width="1.2" stroke-linecap="round"/>
  818. </svg>
  819. </div>
  820. <div class="ai-card-badge">数据智能</div>
  821. </div>
  822. <h3>AI 五维能量引擎</h3>
  823. <p>实时分析家庭在身·智·富·行·心五大维度上的能量分配与消耗轨迹。AI 基于百万家庭常模数据自动识别失衡风险——比如"身"投入过多而"心"被忽视——及时预警并推荐平衡路径。健康指数动态可视化,让家庭成长状态一目了然。</p>
  824. </div>
  825. <div class="ai-card" style="--ai-color:#C0A060;--ai-bg:#F9F4EC;">
  826. <div class="ai-card-header">
  827. <div class="ai-card-icon">
  828. <svg viewBox="0 0 48 48" fill="none" width="36" height="36">
  829. <circle cx="24" cy="24" r="18" stroke="#C0A060" stroke-width="1.8" fill="none"/>
  830. <path d="M16 18h16" stroke="#C0A060" stroke-width="1.5" stroke-linecap="round"/>
  831. <path d="M16 24h12" stroke="#C0A060" stroke-width="1.5" stroke-linecap="round"/>
  832. <path d="M16 30h8" stroke="#C0A060" stroke-width="1.5" stroke-linecap="round"/>
  833. <circle cx="36" cy="36" r="4" fill="#C0A060" opacity=".12" stroke="#C0A060" stroke-width="1.2"/>
  834. <path d="M36 34v4M34 36h4" stroke="#C0A060" stroke-width="1.5" stroke-linecap="round"/>
  835. </svg>
  836. </div>
  837. <div class="ai-card-badge">大模型对话</div>
  838. </div>
  839. <h3>AI 成长顾问</h3>
  840. <p>家长可以随时用自然语言提问——"孩子最近情绪不太好怎么办?""有哪些适合我们家的亲子活动?"AI 大模型结合家庭档案与专业育儿知识库,给出有温度、有依据的个性化建议。24 小时在线,成为每个家庭身边触手可及的 AI 育儿助手。</p>
  841. </div>
  842. <div class="ai-card" style="--ai-color:#EF4444;--ai-bg:#FEF2F2;">
  843. <div class="ai-card-header">
  844. <div class="ai-card-icon">
  845. <svg viewBox="0 0 48 48" fill="none" width="36" height="36">
  846. <rect x="10" y="8" width="28" height="32" rx="4" stroke="#EF4444" stroke-width="1.8" fill="none"/>
  847. <path d="M16 16h16" stroke="#EF4444" stroke-width="1.5" stroke-linecap="round"/>
  848. <path d="M16 22h12" stroke="#EF4444" stroke-width="1.5" stroke-linecap="round"/>
  849. <circle cx="36" cy="32" r="5" fill="#EF4444" opacity=".12" stroke="#EF4444" stroke-width="1.2"/>
  850. <path d="M34 32h4M36 30v4" stroke="#EF4444" stroke-width="1.5" stroke-linecap="round"/>
  851. </svg>
  852. </div>
  853. <div class="ai-card-badge">多模态分析</div>
  854. </div>
  855. <h3>AI 多模态成长档案</h3>
  856. <p>自动汇聚孩子的健康报告、测评数据、活动照片、成长记录等多模态信息,AI 从中识别关键成长里程碑——第一次独立完成任务的勇气、某项能力的跨越式提升——生成年度成长叙事报告。每一次进步都被看见,每一段成长都有故事。</p>
  857. </div>
  858. <div class="ai-card" style="--ai-color:#A78BFA;--ai-bg:#F5F0FF;">
  859. <div class="ai-card-header">
  860. <div class="ai-card-icon">
  861. <svg viewBox="0 0 48 48" fill="none" width="36" height="36">
  862. <circle cx="24" cy="24" r="18" stroke="#A78BFA" stroke-width="1.8" fill="none"/>
  863. <path d="M16 20l8 4 8-4" stroke="#A78BFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  864. <path d="M16 28l8 4 8-4" stroke="#A78BFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  865. <circle cx="24" cy="16" r="3" fill="#A78BFA" opacity=".15" stroke="#A78BFA" stroke-width="1.2"/>
  866. </svg>
  867. </div>
  868. <div class="ai-card-badge">智能匹配</div>
  869. </div>
  870. <h3>AI 成长路径推荐</h3>
  871. <p>基于家庭画像、各成员发展阶段与五维能量分布,AI 智能匹配最合适的任务、活动与课程——从亲子互动到成人提升,从体能挑战到情绪管理。不是千篇一律的模板,而是为每个家庭量身定制的成长路径,让努力始终走在正确的方向上。</p>
  872. </div>
  873. </div>
  874. </div>
  875. </section>
  876. <!-- ==================== Roles ==================== -->
  877. <section class="section section-roles" id="roles">
  878. <div class="container">
  879. <div class="section-header">
  880. <span class="section-tag">平台角色</span>
  881. <h2 class="section-title">三方协同 · 各司其职</h2>
  882. <p class="section-desc">
  883. 浠艾福连接家庭客户、专业服务商与平台运营三方角色,构建完整的家庭成长服务生态。
  884. </p>
  885. </div>
  886. <div class="roles-flow">
  887. <div class="role-card role-parent">
  888. <div class="role-badge">客户</div>
  889. <div class="role-icon" style="display:flex;gap:4px;justify-content:center;">
  890. <svg viewBox="0 0 48 48" fill="none" width="36" height="36"><circle cx="24" cy="24" r="20" stroke="#4A9BD7" stroke-width="2" fill="#E8F4FA"/><circle cx="24" cy="18" r="6" fill="#4A9BD7" fill-opacity=".2" stroke="#4A9BD7" stroke-width="1.5"/><path d="M14 36c0-6 4-10 10-10s10 4 10 10" stroke="#4A9BD7" stroke-width="2" stroke-linecap="round"/></svg>
  891. </div>
  892. <h3>家庭客户 <span class="role-member-tag">会员主体</span></h3>
  893. <p>以家庭为服务单位,覆盖全家各年龄段成员的健康成长需求。</p>
  894. <ul class="role-perms">
  895. <li><strong>独立账户</strong><span class="perm-desc"> — 每位家庭成员都有自己的成长账户与五维能量体系,独立又互通</span></li>
  896. <li><strong>一站覆盖</strong><span class="perm-desc"> — 从健康管理到成长规划、从亲子互动到长辈陪护,同一平台覆盖全家</span></li>
  897. <li><strong>幸福全景</strong><span class="perm-desc"> — 各成员的成长轨迹各自精彩,又共同汇聚为完整的家庭幸福全景</span></li>
  898. </ul>
  899. </div>
  900. <div class="roles-connector">
  901. <div class="connector-arrow"></div>
  902. <div class="connector-label">服务</div>
  903. </div>
  904. <div class="role-card role-teacher">
  905. <div class="role-badge">服务商</div>
  906. <div class="role-icon" style="display:flex;gap:4px;justify-content:center;">
  907. <svg viewBox="0 0 48 48" fill="none" width="36" height="36"><circle cx="24" cy="24" r="20" stroke="#3B82F6" stroke-width="2" fill="#F0F7FF"/><path d="M16 28c2-6 14-6 16 0M24 18a3 3 0 100-6 3 3 0 000 6z" stroke="#3B82F6" stroke-width="2" stroke-linecap="round"/></svg>
  908. </div>
  909. <h3>专业服务团队</h3>
  910. <p>多领域专业服务者,为家庭提供全方位的成长支持与解决方案。</p>
  911. <ul class="role-perms">
  912. <li><strong>成长规划师</strong> — 成长路径规划、任务下发、测评解读</li>
  913. <li><strong>健康营养师</strong> — 精准营养方案、体质调理指导</li>
  914. <li><strong>心理咨询师</strong> — 情绪疏导、家庭关系、心智评估</li>
  915. <li><strong>活动管理员</strong> — 亲子活动组织、主题沙龙策划</li>
  916. </ul>
  917. <a href="/admin/" class="role-login-btn">登录管理后台</a>
  918. </div>
  919. <div class="roles-connector">
  920. <div class="connector-arrow"></div>
  921. <div class="connector-label">运营</div>
  922. </div>
  923. <div class="role-card role-admin">
  924. <div class="role-badge">平台</div>
  925. <div class="role-icon" style="display:flex;gap:4px;justify-content:center;">
  926. <svg viewBox="0 0 48 48" fill="none" width="36" height="36"><circle cx="24" cy="24" r="20" stroke="#6366F1" stroke-width="2" fill="#EEF0FF"/><rect x="16" y="14" width="16" height="20" rx="2" stroke="#6366F1" stroke-width="2"/><path d="M20 22h8M20 28h6" stroke="#6366F1" stroke-width="2" stroke-linecap="round"/></svg>
  927. </div>
  928. <h3>平台运营</h3>
  929. <p>系统管理者,审核入驻、配置系统、数据管理、操作日志。</p>
  930. <ul class="role-perms">
  931. <li><strong>审核管理</strong><span class="perm-desc"> — 审核服务商入驻、商品套餐上线</span></li>
  932. <li><strong>用户管理</strong><span class="perm-desc"> — 管理家庭账号、处理用户反馈</span></li>
  933. <li><strong>系统设置</strong><span class="perm-desc"> — 配置系统参数、管理维度与知识库</span></li>
  934. <li><strong>数据审计</strong><span class="perm-desc"> — 操作日志审计、平台数据分析</span></li>
  935. </ul>
  936. <a href="/admin/" class="role-login-btn">登录管理后台</a>
  937. </div>
  938. </div>
  939. </div>
  940. </section>
  941. <!-- ==================== Contact ==================== -->
  942. <section class="section section-contact" id="contact">
  943. <div class="container">
  944. <div class="section-header">
  945. <span class="section-tag">联系我们</span>
  946. <h2 class="section-title">携手共建家庭幸福未来</h2>
  947. <p class="section-desc">
  948. 无论您是家长、成长规划师,还是合作伙伴,
  949. 我们都期待与您一起,以 AI 之力为中国家庭的健康成长贡献力量。
  950. </p>
  951. </div>
  952. <div class="contact-grid">
  953. <div class="contact-info">
  954. <div class="contact-item">
  955. <svg viewBox="0 0 24 24" fill="none" width="24" height="24"><circle cx="12" cy="12" r="10" stroke="#4A9BD7" stroke-width="2"/><path d="M12 6v8l4 4" stroke="#4A9BD7" stroke-width="2" stroke-linecap="round"/></svg>
  956. <div>
  957. <strong>公司全称</strong>
  958. <span>亿图腾(北京)科技有限公司</span>
  959. </div>
  960. </div>
  961. <div class="contact-item">
  962. <svg viewBox="0 0 24 24" fill="none" width="24" height="24"><rect x="4" y="6" width="16" height="12" rx="2" stroke="#4A9BD7" stroke-width="2"/><path d="M4 8l8 5 8-5" stroke="#4A9BD7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
  963. <div>
  964. <strong>产品名称</strong>
  965. <span>浠艾福(Care Family)</span>
  966. </div>
  967. </div>
  968. <div class="contact-item">
  969. <svg viewBox="0 0 24 24" fill="none" width="24" height="24"><path d="M12 2C8 2 4 5 4 9c0 5 8 13 8 13s8-8 8-13c0-4-4-7-8-7z" stroke="#4A9BD7" stroke-width="2"/><circle cx="12" cy="9" r="3" stroke="#4A9BD7" stroke-width="2"/></svg>
  970. <div>
  971. <strong>公司地址</strong>
  972. <span>中国 · 北京</span>
  973. </div>
  974. </div>
  975. </div>
  976. <div class="contact-cta">
  977. <p>欢迎体验浠艾福家庭幸福健康成长平台</p>
  978. <p class="cta-sub">微信小程序搜索「浠艾福」即可体验</p>
  979. <div class="contact-qr">
  980. <img src="cf.jpg" alt="浠艾福小程序码">
  981. <span>微信扫码立即体验</span>
  982. </div>
  983. </div>
  984. </div>
  985. </div>
  986. </section>
  987. <!-- ==================== Footer ==================== -->
  988. <footer class="site-footer">
  989. <div class="container">
  990. <div class="footer-inner">
  991. <div class="footer-brand">
  992. <img src="logo.png" alt="浠艾福" class="footer-logo-img" width="48" height="48">
  993. <span class="logo-text">亿图腾</span>
  994. <span class="logo-tag">· 浠艾福</span>
  995. <p style="white-space:nowrap">以 AI 科技赋能每个家庭,让健康与幸福触手可及。</p>
  996. </div>
  997. <div class="footer-links">
  998. <div class="footer-col">
  999. <h4>产品</h4>
  1000. <ul>
  1001. <li><a href="#product">浠艾福平台</a></li>
  1002. <li><a href="#dimensions">五维幸福</a></li>
  1003. <li><a href="#features">核心功能</a></li>
  1004. <li><a href="#ai-tech">AI 技术</a></li>
  1005. </ul>
  1006. </div>
  1007. <div class="footer-col">
  1008. <h4>关于</h4>
  1009. <ul>
  1010. <li><a href="#about">公司介绍</a></li>
  1011. <li><a href="#roles">平台角色</a></li>
  1012. <li><a href="#contact">联系方式</a></li>
  1013. </ul>
  1014. </div>
  1015. <div class="footer-col">
  1016. <h4>友情链接</h4>
  1017. <ul>
  1018. <li><a href="https://www.psychdream.org.cn/" target="_blank" rel="noopener noreferrer">双培强基工程</a></li>
  1019. </ul>
  1020. </div>
  1021. </div>
  1022. </div>
  1023. <div class="footer-bottom">
  1024. <p>&copy; 2026 亿图腾(北京)科技有限公司. All rights reserved.</p>
  1025. </div>
  1026. </div>
  1027. </footer>
  1028. <!-- JavaScript -->
  1029. <script src="js/main.js"></script>
  1030. </body>
  1031. </html>