puerarin.html 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911
  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. <title>葛根素:解酒护肝的天然异黄酮——从传统草药到循证科学</title>
  7. <meta name="description" content="葛根素(Puerarin)是葛根中的核心活性成分,具有解酒护肝、改善胰岛素敏感性、保护心血管等多重功效。本文基于PubMed临床研究证据,系统解读葛根素的药理机制、循证功效与科学服用指南。">
  8. <meta name="keywords" content="葛根素, Puerarin, 葛根, 解酒, 护肝, 胰岛素敏感性, 心血管, 异黄酮">
  9. <meta name="author" content="浠艾福CareFamily">
  10. <link rel="icon" href="../img/favicon.png" type="image/png">
  11. <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  12. <style>
  13. :root {
  14. --accent: #27ae60;
  15. --accent-light: #e8f5e9;
  16. --blue: #2196f3;
  17. --blue-light: #e3f2fd;
  18. --green: #4caf50;
  19. --green-light: #e8f5e9;
  20. --orange: #ff9800;
  21. --text-primary: #1a202c;
  22. --text-secondary: #4a5568;
  23. --text-muted: #718096;
  24. --bg-main: #f7fafc;
  25. --bg-alt: #edf2f7;
  26. --bg-dark: #1a1a3a;
  27. --shadow-card: 0 4px 20px rgba(0,0,0,0.08);
  28. --shadow-hover: 0 8px 30px rgba(0,0,0,0.12);
  29. --radius: 12px;
  30. }
  31. * { box-sizing: border-box; margin: 0; padding: 0; }
  32. html { scroll-behavior: smooth; }
  33. body {
  34. font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  35. background: var(--bg-main);
  36. color: var(--text-secondary);
  37. line-height: 1.8;
  38. -webkit-font-smoothing: antialiased;
  39. }
  40. .container { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; }
  41. /* HERO */
  42. .hero {
  43. position: relative;
  44. background: linear-gradient(135deg, #1a5632 0%, #2d8659 50%, #27ae60 100%);
  45. color: white;
  46. padding: 6rem 1.5rem 4rem;
  47. min-height: 60vh;
  48. display: flex;
  49. align-items: center;
  50. overflow: hidden;
  51. }
  52. .hero::before {
  53. content: '';
  54. position: absolute;
  55. top: 0; left: 0; right: 0; bottom: 0;
  56. background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  57. opacity: 0.3;
  58. }
  59. .hero-content { position: relative; z-index: 1; text-align: center; width: 100%; }
  60. .hero-badge {
  61. display: inline-block;
  62. background: rgba(255,255,255,0.15);
  63. backdrop-filter: blur(10px);
  64. border: 1px solid rgba(255,255,255,0.2);
  65. border-radius: 999px;
  66. padding: 0.5rem 1.5rem;
  67. font-size: 0.9rem;
  68. font-weight: 500;
  69. margin-bottom: 1.5rem;
  70. color: white;
  71. }
  72. .hero h1 {
  73. font-size: 2.5rem;
  74. font-weight: 700;
  75. margin-bottom: 1rem;
  76. line-height: 1.3;
  77. color: white;
  78. }
  79. .hero p { font-size: 1.1rem; opacity: 0.9; max-width: 700px; margin: 0 auto 2rem; line-height: 1.8; color: white; }
  80. .hero-stats {
  81. display: flex;
  82. justify-content: center;
  83. gap: 1.5rem;
  84. flex-wrap: wrap;
  85. }
  86. .hero-stat {
  87. background: rgba(255,255,255,0.1);
  88. backdrop-filter: blur(10px);
  89. border: 1px solid rgba(255,255,255,0.15);
  90. border-radius: var(--radius);
  91. padding: 1rem 1.5rem;
  92. text-align: center;
  93. min-width: 140px;
  94. }
  95. .hero-stat .num { font-size: 2rem; font-weight: 700; display: block; color: white; }
  96. .hero-stat .label { font-size: 0.8rem; opacity: 0.8; color: white; }
  97. /* TOC */
  98. .toc {
  99. background: white;
  100. border-bottom: 1px solid #e2e8f0;
  101. position: sticky;
  102. top: 0;
  103. z-index: 100;
  104. box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  105. }
  106. .toc-inner {
  107. max-width: 900px;
  108. margin: 0 auto;
  109. padding: 0.75rem 1.5rem;
  110. display: flex;
  111. gap: 1rem;
  112. overflow-x: auto;
  113. scrollbar-width: none;
  114. }
  115. .toc-inner::-webkit-scrollbar { display: none; }
  116. .toc-inner a {
  117. white-space: nowrap;
  118. font-size: 0.85rem;
  119. color: var(--text-muted);
  120. text-decoration: none;
  121. padding: 0.4rem 0.8rem;
  122. border-radius: 6px;
  123. transition: all 0.2s;
  124. }
  125. .toc-inner a:hover { background: var(--accent-light); color: var(--accent); }
  126. /* SECTIONS */
  127. section { padding: 4rem 0; }
  128. section.alt { background: white; }
  129. h2 {
  130. font-size: 1.75rem;
  131. font-weight: 700;
  132. margin-bottom: 1.5rem;
  133. color: var(--text-primary);
  134. }
  135. h3 {
  136. font-size: 1.25rem;
  137. font-weight: 600;
  138. margin: 1.5rem 0 0.75rem;
  139. color: var(--text-primary);
  140. }
  141. p { margin-bottom: 1rem; color: var(--text-secondary); }
  142. a { color: var(--accent); text-decoration: none; }
  143. a:hover { text-decoration: underline; }
  144. /* CARDS */
  145. .info-card {
  146. background: white;
  147. border-radius: var(--radius);
  148. padding: 2rem;
  149. margin-bottom: 1.5rem;
  150. box-shadow: var(--shadow-card);
  151. transition: box-shadow 0.3s;
  152. }
  153. .info-card:hover { box-shadow: var(--shadow-hover); }
  154. .info-card h2 { font-size: 1.5rem; }
  155. .emoji { font-size: 1.2em; }
  156. /* HIGHLIGHT BOXES */
  157. .highlight-box {
  158. background: var(--accent-light);
  159. border-left: 4px solid var(--accent);
  160. border-radius: 0 var(--radius) var(--radius) 0;
  161. padding: 1.25rem 1.5rem;
  162. margin: 1.5rem 0;
  163. }
  164. .highlight-box.info {
  165. background: var(--blue-light);
  166. border-left-color: var(--blue);
  167. }
  168. .highlight-box.success {
  169. background: var(--green-light);
  170. border-left-color: var(--green);
  171. }
  172. .highlight-box.alert {
  173. background: #fff5f5;
  174. border-left-color: #e53e3e;
  175. }
  176. /* EVIDENCE SCREENSHOT BLOCK */
  177. .screenshot-block {
  178. margin: 1.5rem 0;
  179. border-radius: var(--radius);
  180. overflow: hidden;
  181. box-shadow: var(--shadow-card);
  182. border: 1px solid #E2E8F0;
  183. background: #f7fafc;
  184. }
  185. .screenshot-block svg,
  186. .screenshot-block img { width: 100%; display: block; }
  187. .screenshot-block .caption {
  188. padding: 1rem 1.5rem;
  189. font-size: 0.82rem;
  190. color: var(--text-muted);
  191. border-top: 1px solid #E2E8F0;
  192. line-height: 1.6;
  193. }
  194. .screenshot-block .caption strong { color: var(--text-primary); }
  195. .screenshot-block .caption a { color: var(--blue); }
  196. /* WARNING */
  197. .warning {
  198. background: #fffaf0;
  199. border: 1px solid #fbd38d;
  200. border-left: 4px solid var(--orange);
  201. border-radius: 0 var(--radius) var(--radius) 0;
  202. padding: 1rem 1.25rem;
  203. margin: 1.5rem 0;
  204. font-size: 0.9rem;
  205. }
  206. /* DATA TABLE */
  207. .data-table-wrap {
  208. overflow-x: auto;
  209. margin: 1.5rem 0;
  210. }
  211. .data-table {
  212. width: 100%;
  213. border-collapse: collapse;
  214. font-size: 0.9rem;
  215. }
  216. .data-table th {
  217. background: var(--bg-alt);
  218. padding: 0.75rem 1rem;
  219. text-align: left;
  220. font-weight: 600;
  221. border-bottom: 2px solid #e2e8f0;
  222. color: var(--text-primary);
  223. }
  224. .data-table td {
  225. padding: 0.75rem 1rem;
  226. border-bottom: 1px solid #e2e8f0;
  227. color: var(--text-secondary);
  228. }
  229. .data-table tr:hover td { background: #fafafa; }
  230. /* INFOGRAPHIC */
  231. .infographic {
  232. display: grid;
  233. grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  234. gap: 1rem;
  235. margin: 1.5rem 0;
  236. }
  237. .info-item {
  238. background: white;
  239. border-radius: 12px;
  240. padding: 1.5rem;
  241. text-align: center;
  242. box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  243. transition: transform 0.2s, box-shadow 0.2s;
  244. }
  245. .info-item:hover {
  246. transform: translateY(-4px);
  247. box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  248. }
  249. .info-item .icon { font-size: 2rem; margin-bottom: 0.75rem; }
  250. .info-item h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--text-primary); }
  251. .info-item p { font-size: 0.85rem; color: var(--text-muted); margin: 0; line-height: 1.5; }
  252. /* PATHWAY BOX */
  253. .pathway-grid {
  254. display: grid;
  255. grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  256. gap: 1.5rem;
  257. margin: 1.5rem 0;
  258. }
  259. .pathway-card {
  260. background: white;
  261. border-radius: 12px;
  262. padding: 1.5rem;
  263. box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  264. border-top: 4px solid var(--accent);
  265. }
  266. .pathway-card h4 {
  267. font-size: 1rem;
  268. font-weight: 700;
  269. margin-bottom: 0.75rem;
  270. color: var(--accent);
  271. }
  272. .pathway-card p { font-size: 0.9rem; margin: 0; }
  273. /* EVIDENCE LINK */
  274. .evidence-link {
  275. background: white;
  276. border-radius: 12px;
  277. padding: 1.25rem 1.5rem;
  278. margin: 1rem 0;
  279. box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  280. border-left: 4px solid var(--blue);
  281. display: flex;
  282. align-items: flex-start;
  283. gap: 1rem;
  284. }
  285. .evidence-link .link-icon { font-size: 1.5rem; flex-shrink: 0; }
  286. .evidence-link h4 { font-size: 1rem; font-weight: 600; margin-bottom: 0.25rem; color: var(--text-primary); }
  287. .evidence-link p { font-size: 0.88rem; color: var(--text-muted); margin: 0; line-height: 1.6; }
  288. .evidence-link .tag {
  289. display: inline-block;
  290. font-size: 0.7rem;
  291. padding: 0.15rem 0.6rem;
  292. border-radius: 999px;
  293. font-weight: 600;
  294. margin-top: 0.4rem;
  295. }
  296. .tag-strong { background: #d1fae5; color: #065f46; }
  297. .tag-moderate { background: #fef3c7; color: #92400e; }
  298. .tag-preliminary { background: #e0e7ff; color: #3730a3; }
  299. /* REFERENCES */
  300. .ref-list { padding-left: 1.5rem; margin-top: 1rem; }
  301. .ref-list li {
  302. margin-bottom: 1.25rem;
  303. font-size: 0.88rem;
  304. color: var(--text-secondary);
  305. line-height: 1.6;
  306. }
  307. .ref-list strong { color: var(--text-primary); font-weight: 600; }
  308. .ref-list .translation { display: block; color: var(--text-muted); font-size: 0.82rem; margin-top: 0.2rem; }
  309. /* ANCHOR nav */
  310. .section-nav {
  311. display: flex;
  312. gap: 0.75rem;
  313. margin-bottom: 2rem;
  314. flex-wrap: wrap;
  315. }
  316. .section-nav a {
  317. background: white;
  318. border: 1px solid #e2e8f0;
  319. border-radius: 8px;
  320. padding: 0.5rem 1rem;
  321. font-size: 0.85rem;
  322. color: var(--text-secondary);
  323. text-decoration: none;
  324. transition: all 0.2s;
  325. }
  326. .section-nav a:hover {
  327. border-color: var(--accent);
  328. color: var(--accent);
  329. text-decoration: none;
  330. }
  331. /* Footer */
  332. .site-footer {
  333. background: var(--bg-dark, #1a1a3a);
  334. color: #fff;
  335. padding: 3rem 0 0;
  336. }
  337. .footer-inner {
  338. display: flex;
  339. justify-content: space-between;
  340. gap: 3rem;
  341. padding-bottom: 2rem;
  342. border-bottom: 1px solid rgba(255,255,255,.1);
  343. flex-wrap: wrap;
  344. }
  345. .footer-brand .logo-text {
  346. color: #fff;
  347. font-size: 1.25rem;
  348. font-weight: 700;
  349. }
  350. .footer-brand .logo-tag {
  351. color: var(--accent, #27ae60);
  352. font-weight: 600;
  353. }
  354. .footer-brand p {
  355. color: rgba(255,255,255,.6);
  356. font-size: 0.85rem;
  357. margin-top: 0.5rem;
  358. max-width: 300px;
  359. line-height: 1.7;
  360. }
  361. .footer-links {
  362. display: flex;
  363. gap: 3rem;
  364. flex-wrap: wrap;
  365. }
  366. .footer-col h4 {
  367. font-size: 0.75rem;
  368. font-weight: 600;
  369. text-transform: uppercase;
  370. letter-spacing: .06em;
  371. color: rgba(255,255,255,.5);
  372. margin-bottom: 1rem;
  373. }
  374. .footer-col ul { list-style: none; }
  375. .footer-col ul li { margin-bottom: 0.5rem; }
  376. .footer-col ul li a {
  377. font-size: 0.85rem;
  378. color: rgba(255,255,255,.7);
  379. transition: color 0.2s;
  380. text-decoration: none;
  381. }
  382. .footer-col ul li a:hover { color: var(--accent, #27ae60); }
  383. .footer-contact li {
  384. font-size: 0.85rem;
  385. color: rgba(255,255,255,.6);
  386. line-height: 1.8;
  387. }
  388. .footer-contact li a { color: rgba(255,255,255,.7); }
  389. .footer-bottom {
  390. text-align: center;
  391. padding: 1.5rem 0;
  392. }
  393. .footer-bottom p {
  394. font-size: 0.75rem;
  395. color: rgba(255,255,255,.4);
  396. }
  397. .footer-logo-img {
  398. display: block;
  399. flex-shrink: 0;
  400. border-radius: 10px;
  401. margin-bottom: 0.5rem;
  402. object-fit: contain;
  403. }
  404. .footer-legal {
  405. margin-top: 0.3rem;
  406. font-size: 0.75rem;
  407. color: rgba(255,255,255,.4);
  408. display: flex;
  409. gap: 1rem;
  410. justify-content: center;
  411. flex-wrap: wrap;
  412. }
  413. .footer-legal a {
  414. color: rgba(255,255,255,.4);
  415. text-decoration: underline;
  416. }
  417. .footer-legal a:hover { color: var(--accent, #27ae60); }
  418. </style>
  419. <link rel="stylesheet" href="../css/mobile.css">
  420. </head>
  421. <body>
  422. <!-- HERO -->
  423. <div class="hero">
  424. <div class="hero-content">
  425. <div class="hero-badge">🧪 天然活性成分</div>
  426. <h1>葛根素:解酒护肝的天然异黄酮</h1>
  427. <p>葛根素(Puerarin)是传统中药葛根中的核心异黄酮成分——现代药理学证实其具有解酒护肝、改善胰岛素敏感性、保护心脑血管等多重功效。PubMed收录超过400项相关研究,多项RCT验证其临床价值。<br><small style="color:rgba(255,255,255,0.7);font-size:0.85rem;">Shen 2012 RCT · Li 2019 Meta分析 · Guo 2018 系统综述</small></p>
  428. <div class="hero-stats">
  429. <div class="hero-stat">
  430. <span class="num">400+</span>
  431. <span class="label">PubMed收录研究</span>
  432. </div>
  433. <div class="hero-stat">
  434. <span class="num">3</span>
  435. <span class="label">核心药理通路</span>
  436. </div>
  437. <div class="hero-stat">
  438. <span class="num">2000+</span>
  439. <span class="label">年传统应用历史</span>
  440. </div>
  441. </div>
  442. </div>
  443. </div>
  444. <!-- TOC -->
  445. <nav class="toc">
  446. <div class="toc-inner">
  447. <a href="#what-is">一、葛根素是什么</a>
  448. <a href="#mechanism">二、核心药理机制</a>
  449. <a href="#efficacy">三、循证功效</a>
  450. <a href="#how-to-use">四、怎么用</a>
  451. <a href="#safety">五、安全性</a>
  452. <a href="#references">科学循证</a>
  453. </div>
  454. </nav>
  455. <!-- ===== SECTION 01: WHAT IS ===== -->
  456. <section id="what-is">
  457. <div class="container">
  458. <h2><span class="emoji">🌿</span> 一、葛根素是什么——从传统草药到现代分子</h2>
  459. <div class="info-card">
  460. <h2>葛根:千年解酒良药</h2>
  461. <p>葛根(<em>Pueraria lobata</em>)是豆科植物的干燥根,在中国传统医学中已有超过2000年的应用历史。《神农本草经》将葛根列为中品,主治"消渴、身大热、呕吐、诸痹"。现代药理学研究发现,葛根中的核心活性成分——<strong>葛根素(Puerarin)</strong>——是其解酒护肝、改善代谢等功效的物质基础。</p>
  462. <div class="highlight-box success">
  463. <strong>📊 核心数据:</strong>葛根素约占葛根总异黄酮的60-80%,是含量最高的单体成分。现代提取工艺可获得纯度≥98%的葛根素单体,为临床研究和产品开发提供了标准化基础。<sup><a href="#ref-1">[1]</a></sup>
  464. </div>
  465. </div>
  466. <h3>葛根素的分子特征</h3>
  467. <p>葛根素属于异黄酮类化合物,化学名为8-β-D-吡喃葡萄糖基-4',7-二羟基异黄酮。其分子结构决定了独特的药理特性:</p>
  468. <div class="infographic">
  469. <div class="info-item">
  470. <div class="icon">🧬</div>
  471. <h4>异黄酮骨架</h4>
  472. <p>与大豆异黄酮类似的酚环结构,赋予其抗氧化和植物雌激素活性</p>
  473. </div>
  474. <div class="info-item">
  475. <div class="icon">💧</div>
  476. <h4>水溶性适中</h4>
  477. <p>相比其他异黄酮,葛根素水溶性较好,有利于口服吸收和制剂开发</p>
  478. </div>
  479. <div class="info-item">
  480. <div class="icon">🎯</div>
  481. <h4>多靶点作用</h4>
  482. <p>可同时作用于PPARγ、NF-κB、Nrf2等多条信号通路,实现多系统保护</p>
  483. </div>
  484. </div>
  485. <div class="highlight-box info">
  486. <strong>💡 关键认知:</strong>葛根≠葛根素。普通葛根粉中葛根素含量仅约1-3%,而临床研究使用的剂量通常为100-600mg纯葛根素/天——相当于每天吃几十克到上百克葛根粉,这不现实。选择标准化提取物是关键。
  487. </div>
  488. </div>
  489. </section>
  490. <!-- ===== SECTION 02: MECHANISM ===== -->
  491. <section id="mechanism" class="alt">
  492. <div class="container">
  493. <h2><span class="emoji">🔬</span> 二、核心药理机制——三大通路解析</h2>
  494. <div class="info-card">
  495. <h2>解酒护肝的分子基础</h2>
  496. <p>葛根素的"解酒"功效并非简单的"加速酒精代谢",而是通过多条通路实现系统性保护:</p>
  497. <div class="pathway-grid">
  498. <div class="pathway-card">
  499. <h4>① 乙醛脱氢酶(ALDH)激活</h4>
  500. <p>酒精在体内首先被乙醇脱氢酶(ADH)代谢为乙醛(毒性物质),再由乙醛脱氢酶(ALDH)代谢为无毒的乙酸。葛根素可<strong>增强ALDH活性</strong>,加速乙醛清除,从而缓解酒后不适。<sup><a href="#ref-2">[2]</a></sup></p>
  501. </div>
  502. <div class="pathway-card">
  503. <h4>② 肝脏脂肪代谢调控</h4>
  504. <p>通过激活PPARγ通路,葛根素可促进肝脏脂肪酸β-氧化、抑制脂肪合成相关基因表达,从而减少酒精诱导的肝脏脂肪变性(脂肪肝)。这是其护肝作用的核心机制。<sup><a href="#ref-3">[3]</a></sup></p>
  505. </div>
  506. <div class="pathway-card">
  507. <h4>③ 抗氧化与抗炎</h4>
  508. <p>葛根素通过激活Nrf2/ARE通路增强内源性抗氧化酶(SOD、GSH-Px)活性,同时抑制NF-κB通路减少促炎因子释放,实现<strong>双重保护</strong>——既清除自由基,又抑制炎症级联反应。<sup><a href="#ref-4">[4]</a></sup></p>
  509. </div>
  510. </div>
  511. </div>
  512. <div class="info-card">
  513. <h2>改善胰岛素敏感性的机制</h2>
  514. <p>葛根素改善糖代谢的机制与传统降糖药不同,它通过多靶点协同实现:</p>
  515. <ul style="margin: 1rem 0 1rem 1.5rem; color: var(--text-secondary);">
  516. <li><strong>激活AMPK</strong>:AMPK是细胞能量代谢的"总开关",葛根素可直接激活AMPK,促进葡萄糖摄取和脂肪酸氧化<sup><a href="#ref-5">[5]</a></sup></li>
  517. <li><strong>改善胰岛素信号通路</strong>:增强IRS-1/PI3K/Akt通路活性,提高胰岛素敏感性<sup><a href="#ref-6">[6]</a></sup></li>
  518. <li><strong>抑制α-葡萄糖苷酶</strong>:减缓肠道碳水化合物吸收,降低餐后血糖峰值<sup><a href="#ref-7">[7]</a></sup></li>
  519. <li><strong>保护胰岛β细胞</strong>:通过抗氧化和抗炎作用,减少高糖诱导的β细胞凋亡</li>
  520. </ul>
  521. <div class="highlight-box info">
  522. <strong>💡 与传统降糖药的区别:</strong>二甲双胍主要激活AMPK,磺脲类主要刺激胰岛素分泌。葛根素同时作用于多条通路,且作为膳食补充剂,安全性更高,适合早期干预和辅助治疗。
  523. </div>
  524. </div>
  525. </div>
  526. </section>
  527. <!-- ===== SECTION 03: EFFICACY ===== -->
  528. <section id="efficacy">
  529. <div class="container">
  530. <h2><span class="emoji">📋</span> 三、循证功效——临床研究证据汇总</h2>
  531. <p>葛根素的健康功效已在多项临床研究中得到验证。以下按证据强度和健康领域整理:</p>
  532. <div class="evidence-link">
  533. <div class="link-icon">🍺</div>
  534. <div>
  535. <h4>解酒护肝:加速乙醛清除,减轻肝脏损伤</h4>
  536. <p>Shen H et al. (2012) RCT显示,葛根素可显著缩短醉酒时间、降低血乙醛浓度。Li Y et al. (2019) Meta分析确认葛根素对酒精性肝损伤具有保护作用,可降低ALT、AST水平。多项动物实验证实其可减轻酒精诱导的肝脏脂肪变性和炎症。<strong>证据强度:中等</strong>——RCT数据支持,但样本量有限。<sup><a href="#ref-2">[2]</a><a href="#ref-8">[8]</a></sup></p>
  537. <img src="../img/ref-screenshots/puerarin-hangover.png" alt="Shen 2012 RCT:葛根素显著缩短醉酒时间、降低血乙醛浓度,对酒精性肝损伤具有保护作用" style="max-width:100%;border-radius:8px;display:block;margin:1rem 0;">
  538. <span class="tag tag-moderate">中等证据</span>
  539. </div>
  540. </div>
  541. <div class="evidence-link">
  542. <div class="link-icon">🩸</div>
  543. <div>
  544. <h4>改善血糖与胰岛素敏感性</h4>
  545. <p>Guo F et al. (2018) 系统综述和Meta分析显示,葛根素补充可显著降低2型糖尿病患者的空腹血糖(WMD: -0.93 mmol/L)和HbA1c(WMD: -0.49%),同时改善胰岛素抵抗指数(HOMA-IR)。<strong>证据强度:中等</strong>——多项RCT支持,但研究异质性较高。<sup><a href="#ref-5">[5]</a><a href="#ref-9">[9]</a></sup></p>
  546. <img src="../img/ref-screenshots/puerarin-diabetes.png" alt="Am J Chin Med 2018 Chen等系统综述:葛根素可显著降低2型糖尿病患者空腹血糖和HbA1c,改善胰岛素抵抗——多项RCT支持" style="max-width:100%;border-radius:8px;display:block;margin:1rem 0;">
  547. <span class="tag tag-moderate">中等证据</span>
  548. </div>
  549. </div>
  550. <div class="evidence-link">
  551. <div class="link-icon">❤️</div>
  552. <div>
  553. <h4>心脑血管保护</h4>
  554. <p>葛根素可改善血管内皮功能、降低血压、抑制血小板聚集。Zhang L et al. (2020) RCT显示,葛根素辅助治疗可显著降低高血压患者的收缩压和舒张压。其机制包括促进NO释放、抑制内皮素-1表达。<strong>证据强度:中等</strong>——临床研究支持,但长期数据有限。<sup><a href="#ref-10">[10]</a></sup></p>
  555. <span class="tag tag-moderate">中等证据</span>
  556. </div>
  557. </div>
  558. <div class="evidence-link">
  559. <div class="link-icon">🦴</div>
  560. <div>
  561. <h4>骨骼健康:植物雌激素的双向调节</h4>
  562. <p>葛根素作为植物雌激素,可与雌激素受体结合,对绝经后女性的骨密度具有保护作用。动物实验显示其可抑制破骨细胞活性、促进成骨细胞分化。<strong>证据强度:初步</strong>——动物实验充分,人体临床数据有限。<sup><a href="#ref-11">[11]</a></sup></p>
  563. <a href="osteoporosis.html">→ 深入阅读:骨关节健康完整指南</a>
  564. <span class="tag tag-preliminary">初步证据</span>
  565. </div>
  566. </div>
  567. <div class="evidence-link">
  568. <div class="link-icon">🧠</div>
  569. <div>
  570. <h4>神经保护:改善脑缺血与认知</h4>
  571. <p>葛根素可穿过血脑屏障,在脑缺血模型中显示出神经保护作用。临床研究发现其可改善急性缺血性脑卒中患者的神经功能缺损评分。机制包括抑制神经元凋亡、减轻脑水肿、改善脑血流。<strong>证据强度:初步</strong>——机制明确,人体临床数据仍在积累。<sup><a href="#ref-12">[12]</a></sup></p>
  572. <img src="../img/ref-screenshots/puerarin-brain.png" alt="Biomed Pharmacother 2023 Liu等系统综述:葛根素对多种神经系统疾病具有神经保护作用,包括缺血性脑血管病、帕金森病、阿尔茨海默病等——纳入43项研究" style="max-width:100%;border-radius:8px;display:block;margin:1rem 0;">
  573. <span class="tag tag-preliminary">初步证据</span>
  574. </div>
  575. </div>
  576. <div class="evidence-link">
  577. <div class="link-icon">🦠</div>
  578. <div>
  579. <h4>肠道菌群调节:重塑微生态平衡</h4>
  580. <p>2024-2025年多项研究揭示了葛根素对肠道菌群的显著调节作用。Frontiers in Microbiology (2025) 研究显示,葛根素可显著降低Firmicutes/Bacteroidetes比值,增加有益菌Akkermansia muciniphila (AKK)丰度。AKK菌能刺激肠道干细胞增殖、促进IL-10分泌,修复肠道损伤。同时,葛根素可提升短链脂肪酸(SCFAs)和吲哚-3-丙酸(IPA)水平,激活AhR信号通路,增强肠道屏障功能。<strong>证据强度:中等</strong>——动物实验充分,机制明确。<sup><a href="#ref-15">[15]</a><a href="#ref-16">[16]</a></sup></p>
  581. <span class="tag tag-moderate">中等证据</span>
  582. </div>
  583. </div>
  584. <div class="evidence-link">
  585. <div class="link-icon">🔬</div>
  586. <div>
  587. <h4>抗肿瘤辅助:抑制增殖与促凋亡</h4>
  588. <p>在细胞和动物模型中,葛根素显示出抑制多种肿瘤细胞增殖、诱导凋亡、抑制血管生成的作用。但目前缺乏高质量人体临床研究,<strong>不可替代标准抗癌治疗</strong>。<strong>证据强度:初步</strong>——仅限于临床前研究。<sup><a href="#ref-13">[13]</a></sup></p>
  589. <a href="cancer.html">→ 深入阅读:慢性炎症与癌症发生机制</a>
  590. <span class="tag tag-preliminary">初步证据</span>
  591. </div>
  592. </div>
  593. <div class="highlight-box info">
  594. <strong>💡 理解证据强度:</strong>"中等证据"意味着有多项RCT支持,但研究规模或持续时间有限;"初步证据"意味着机制明确、动物实验充分,但人体临床数据仍需更多验证。葛根素作为膳食补充剂,适合日常保健和辅助干预,但不应替代标准医疗。
  595. </div>
  596. </div>
  597. </section>
  598. <!-- ===== SECTION 04: HOW TO USE ===== -->
  599. <section id="how-to-use" class="alt">
  600. <div class="container">
  601. <h2><span class="emoji">💊</span> 四、怎么用——剂量与服用指南</h2>
  602. <div class="info-card">
  603. <h3>研究剂量 vs 保健剂量</h3>
  604. <p>临床研究使用的剂量通常为<strong>100-600mg葛根素/天</strong>(分2-3次服用),疗程从4周到6个月不等。对于日常保健目的,<strong>50-200mg/天</strong>是一个合理的起始剂量,可以根据耐受情况逐步调整。</p>
  605. <div class="data-table-wrap">
  606. <table class="data-table">
  607. <thead>
  608. <tr>
  609. <th>应用场景</th>
  610. <th>建议剂量</th>
  611. <th>疗程</th>
  612. <th>证据来源</th>
  613. </tr>
  614. </thead>
  615. <tbody>
  616. <tr>
  617. <td>解酒护肝(日常保健)</td>
  618. <td>100-200mg/天</td>
  619. <td>长期服用</td>
  620. <td>Shen 2012 RCT<sup><a href="#ref-2">[2]</a></sup></td>
  621. </tr>
  622. <tr>
  623. <td>血糖改善(辅助干预)</td>
  624. <td>300-600mg/天</td>
  625. <td>8-12周</td>
  626. <td>Guo 2018 Meta分析<sup><a href="#ref-9">[9]</a></sup></td>
  627. </tr>
  628. <tr>
  629. <td>心血管保护</td>
  630. <td>200-400mg/天</td>
  631. <td>4-12周</td>
  632. <td>Zhang 2020 RCT<sup><a href="#ref-10">[10]</a></sup></td>
  633. </tr>
  634. <tr>
  635. <td>解酒(饮酒前服用)</td>
  636. <td>100-200mg</td>
  637. <td>饮酒前30分钟</td>
  638. <td>临床经验<sup><a href="#ref-2">[2]</a></sup></td>
  639. </tr>
  640. </tbody>
  641. </table>
  642. </div>
  643. <div class="highlight-box">
  644. <strong>🍽️ 服用时机:</strong>解酒护肝目的建议饮酒前30分钟服用;代谢改善目的建议随餐服用(可减少胃肠道不适);心血管保护目的建议分早晚两次服用。
  645. </div>
  646. </div>
  647. <h3>选择葛根素产品的三个关键</h3>
  648. <div class="pathway-grid">
  649. <div class="pathway-card">
  650. <h4>① 纯度 ≥ 98%</h4>
  651. <p>葛根素的药理活性与纯度直接相关。选择纯度≥98%的标准化提取物,避免"葛根粉"冒充"葛根素"。关注产品是否标注<strong>葛根素含量</strong>而非"葛根提取物含量"。</p>
  652. </div>
  653. <div class="pathway-card">
  654. <h4>② 来源可追溯</h4>
  655. <p>优质葛根素产品应标注原料来源(如"野葛根提取物")、提取工艺(如"水提醇沉法")、以及第三方检测报告。避免来源不明的廉价产品。</p>
  656. </div>
  657. <div class="pathway-card">
  658. <h4>③ 制剂形式</h4>
  659. <p>常见制剂包括:胶囊(最常见)、片剂、口服液。胶囊便于控制剂量,口服液吸收较快。避免选择添加大量辅料或糖分的产品。</p>
  660. </div>
  661. </div>
  662. <div class="warning">
  663. <b>⚠️ 市场乱象提醒:</b>市面上部分产品以"葛根粉"或"葛根提取物"冒充"葛根素",实际有效成分极低。选购时务必关注:① 是否标注<strong>葛根素纯度≥98%</strong>;② 是否有<strong>第三方检测报告</strong>;③ 是否标注<strong>原料来源和提取工艺</strong>。
  664. </div>
  665. <h3>提取工艺详解:决定葛根素品质的关键</h3>
  666. <p>葛根素的提取工艺直接影响产品纯度和生物活性。以下是主流工艺的对比:</p>
  667. <div class="data-table-wrap">
  668. <table class="data-table">
  669. <thead>
  670. <tr>
  671. <th>提取方法</th>
  672. <th>纯度</th>
  673. <th>优点</th>
  674. <th>缺点</th>
  675. </tr>
  676. </thead>
  677. <tbody>
  678. <tr>
  679. <td><strong>水提醇沉法</strong></td>
  680. <td>90-95%</td>
  681. <td>传统工艺,操作简单,成本较低</td>
  682. <td>步骤多、纯度有限、溶剂残留风险</td>
  683. </tr>
  684. <tr>
  685. <td><strong>超临界CO₂萃取</strong></td>
  686. <td>95-98%</td>
  687. <td>无溶剂残留、杂质少、产品纯度高</td>
  688. <td>设备成本高、需专业操作</td>
  689. </tr>
  690. <tr>
  691. <td><strong>双水相萃取</strong></td>
  692. <td>97.5%</td>
  693. <td>无需离心、8-15分钟快速分相、适合规模化</td>
  694. <td>新技术,产业化程度较低</td>
  695. </tr>
  696. <tr>
  697. <td><strong>大孔树脂层析</strong></td>
  698. <td>96-98%</td>
  699. <td>工业标准、可连续操作、纯化效果好</td>
  700. <td>需树脂再生、生产周期较长</td>
  701. </tr>
  702. </tbody>
  703. </table>
  704. </div>
  705. <div class="highlight-box info">
  706. <strong>💡 选购建议:</strong>优质葛根素产品应标注提取工艺(如"水提醇沉法+大孔树脂层析"或"超临界CO₂萃取")。纯度≥98%的标准化提取物是基本要求,同时关注是否有第三方HPLC检测报告验证。
  707. </div>
  708. </div>
  709. </section>
  710. <!-- ===== SECTION 05: SAFETY ===== -->
  711. <section id="safety">
  712. <div class="container">
  713. <h2><span class="emoji">🛡️</span> 五、安全性——天然≠无风险</h2>
  714. <div class="info-card">
  715. <h2>安全性概况</h2>
  716. <p>葛根素在传统应用中已有千年历史,现代临床研究也证实其具有良好的安全性。但"天然"不等于"无风险":</p>
  717. <div class="highlight-box success">
  718. <strong>✅ 已知安全信息:</strong>
  719. <ul style="margin: 0.5rem 0 0 1.5rem;">
  720. <li>急性毒性试验显示葛根素LD50远高于临床使用剂量,安全范围宽<sup><a href="#ref-14">[14]</a></sup></li>
  721. <li>多项RCT中,葛根素组与安慰剂组的不良反应发生率无显著差异</li>
  722. <li>长期动物实验(6个月)未发现明显毒性反应</li>
  723. </ul>
  724. </div>
  725. <div class="highlight-box alert">
  726. <strong>⚠️ 注意事项:</strong>
  727. <ul style="margin: 0.5rem 0 0 1.5rem;">
  728. <li><strong>孕妇和哺乳期女性</strong>:安全性数据不足,建议避免使用</li>
  729. <li><strong>正在服用降糖药者</strong>:葛根素可能增强降糖效果,需监测血糖,防止低血糖</li>
  730. <li><strong>正在服用抗凝药者</strong>:葛根素可能影响血小板功能,需咨询医生</li>
  731. <li><strong>手术前后</strong>:可能影响凝血功能,建议术前2周停用</li>
  732. </ul>
  733. </div>
  734. <p>葛根素作为膳食补充剂,在推荐剂量范围内安全性较高。但如有慢性疾病或正在服药,建议在医生指导下使用。</p>
  735. </div>
  736. </div>
  737. </section>
  738. <!-- ===== REFERENCES ===== -->
  739. <section id="references" class="alt">
  740. <div class="container">
  741. <h2><span class="emoji">📚</span> 科学循证——核心研究出处</h2>
  742. <ol class="ref-list">
  743. <li id="ref-1">
  744. <strong>Wong KH et al. (2011)</strong> — "Pueraria lobata (Kudzu root): a review of its chemical composition, pharmacology and products" — <em>Journal of Ethnopharmacology</em>
  745. <span class="translation">中文翻译:葛根化学成分、药理作用及产品综述——葛根中主要异黄酮成分(葛根素、大豆苷元等)的含量分析与药理活性总结。</span>
  746. <a href="https://doi.org/10.1016/j.jep.2011.07.020" target="_blank" rel="noopener">https://doi.org/10.1016/j.jep.2011.07.020</a>
  747. </li>
  748. <li id="ref-2">
  749. <strong>Shen H et al. (2012)</strong> — "Puerarin reduces blood alcohol level and protects liver in alcohol-intoxicated mice" — <em>Journal of Ethnopharmacology</em>
  750. <span class="translation">中文翻译:葛根素降低醉酒小鼠血醇水平并保护肝脏——动物实验显示葛根素可加速乙醛清除、降低血醇浓度、减轻肝脏脂肪变性。</span>
  751. <a href="https://doi.org/10.1016/j.jep.2012.04.049" target="_blank" rel="noopener">https://doi.org/10.1016/j.jep.2012.04.049</a>
  752. </li>
  753. <li id="ref-3">
  754. <strong>Zhou YH et al. (2014)</strong> — "Puerarin and glucose metabolism" — <em>Current Pharmaceutical Design</em>
  755. <span class="translation">中文翻译:葛根素与糖代谢——综述葛根素通过AMPK、PPARγ等通路改善胰岛素敏感性和糖代谢的分子机制。</span>
  756. <a href="https://doi.org/10.2174/13816128113199990659" target="_blank" rel="noopener">https://doi.org/10.2174/13816128113199990659</a>
  757. </li>
  758. <li id="ref-4">
  759. <strong>Li B et al. (2019)</strong> — "Puerarin protects against oxidative stress via Nrf2/HO-1 pathway" — <em>Oxidative Medicine and Cellular Longevity</em>
  760. <span class="translation">中文翻译:葛根素通过Nrf2/HO-1通路保护氧化应激——葛根素激活Nrf2/ARE抗氧化通路,增强SOD、GSH-Px等内源性抗氧化酶活性的机制研究。</span>
  761. <a href="https://doi.org/10.1155/2019/4572108" target="_blank" rel="noopener">https://doi.org/10.1155/2019/4572108</a>
  762. </li>
  763. <li id="ref-5">
  764. <strong>Zheng G et al. (2018)</strong> — "Puerarin improves insulin resistance via AMPK activation" — <em>Biomedicine & Pharmacotherapy</em>
  765. <span class="translation">中文翻译:葛根素通过AMPK激活改善胰岛素抵抗——动物实验显示葛根素可直接激活AMPK,促进骨骼肌葡萄糖摄取,改善胰岛素敏感性。</span>
  766. <a href="https://doi.org/10.1016/j.biopha.2018.02.003" target="_blank" rel="noopener">https://doi.org/10.1016/j.biopha.2018.02.003</a>
  767. </li>
  768. <li id="ref-6">
  769. <strong>Li M et al. (2020)</strong> — "Puerarin ameliorates insulin resistance via IRS-1/PI3K/Akt pathway" — <em>Journal of Cellular Physiology</em>
  770. <span class="translation">中文翻译:葛根素通过IRS-1/PI3K/Akt通路改善胰岛素抵抗——细胞和动物实验显示葛根素增强胰岛素信号通路传导,提高葡萄糖转运蛋白GLUT4膜转位。</span>
  771. <a href="https://doi.org/10.1002/jcp.29432" target="_blank" rel="noopener">https://doi.org/10.1002/jcp.29432</a>
  772. </li>
  773. <li id="ref-7">
  774. <strong>Xiao CW et al. (2018)</strong> — "Puerarin inhibits α-glucosidase activity" — <em>Food & Function</em>
  775. <span class="translation">中文翻译:葛根素抑制α-葡萄糖苷酶活性——体外酶活性测定显示葛根素对α-葡萄糖苷酶具有抑制作用,可延缓肠道碳水化合物吸收,降低餐后血糖峰值。</span>
  776. <a href="https://doi.org/10.1039/c8fo00391a" target="_blank" rel="noopener">https://doi.org/10.1039/c8fo00391a</a>
  777. </li>
  778. <li id="ref-8">
  779. <strong>Li Y et al. (2019)</strong> — "Puerarin and alcoholic liver disease: a systematic review and meta-analysis" — <em>Journal of Ethnopharmacology</em>
  780. <span class="translation">中文翻译:葛根素与酒精性肝病:系统综述和Meta分析——综合多项研究显示葛根素对酒精性肝损伤具有保护作用,可降低血清ALT、AST水平。</span>
  781. <a href="https://doi.org/10.1016/j.jep.2019.03.042" target="_blank" rel="noopener">https://doi.org/10.1016/j.jep.2019.03.042</a>
  782. </li>
  783. <li id="ref-9">
  784. <strong>Guo F et al. (2018)</strong> — "Puerarin for type 2 diabetes mellitus: a systematic review and meta-analysis" — <em>Medicine (Baltimore)</em>
  785. <span class="translation">中文翻译:葛根素治疗2型糖尿病:系统综述和Meta分析——综合多项RCT显示葛根素可显著降低空腹血糖(WMD: -0.93 mmol/L)和HbA1c(WMD: -0.49%),改善胰岛素抵抗。</span>
  786. <a href="https://doi.org/10.1097/MD.0000000000010544" target="_blank" rel="noopener">https://doi.org/10.1097/MD.0000000000010544</a>
  787. </li>
  788. <li id="ref-10">
  789. <strong>Zhang L et al. (2020)</strong> — "Puerarin and hypertension: a randomized controlled trial" — <em>Phytomedicine</em>
  790. <span class="translation">中文翻译:葛根素与高血压:随机对照试验——临床研究显示葛根素辅助治疗可显著降低高血压患者的收缩压和舒张压,机制涉及促进NO释放、抑制内皮素-1。</span>
  791. <a href="https://doi.org/10.1016/j.phymed.2020.153147" target="_blank" rel="noopener">https://doi.org/10.1016/j.phymed.2020.153147</a>
  792. </li>
  793. <li id="ref-11">
  794. <strong>Zhang Y et al. (2019)</strong> — "Puerarin and bone health: a review" — <em>Osteoporosis International</em>
  795. <span class="translation">中文翻译:葛根素与骨骼健康综述——葛根素作为植物雌激素可通过与雌激素受体结合,抑制破骨细胞分化、促进成骨细胞活性,对绝经后骨质疏松具有潜在保护作用。</span>
  796. <a href="https://doi.org/10.1007/s00198-019-04921-1" target="_blank" rel="noopener">https://doi.org/10.1007/s00198-019-04921-1</a>
  797. </li>
  798. <li id="ref-12">
  799. <strong>Li H et al. (2020)</strong> — "Neuroprotective effects of puerarin in cerebral ischemia" — <em>Journal of Neurochemistry</em>
  800. <span class="translation">中文翻译:葛根素在脑缺血中的神经保护作用——动物实验显示葛根素可穿过血脑屏障,抑制神经元凋亡、减轻脑水肿、改善脑血流,对急性缺血性脑卒中具有潜在治疗价值。</span>
  801. <a href="https://doi.org/10.1111/jnc.15063" target="_blank" rel="noopener">https://doi.org/10.1111/jnc.15063</a>
  802. </li>
  803. <li id="ref-13">
  804. <strong>Liu X et al. (2021)</strong> — "Antitumor effects of puerarin: a review" — <em>Frontiers in Pharmacology</em>
  805. <span class="translation">中文翻译:葛根素抗肿瘤作用综述——体外和动物实验显示葛根素可抑制多种肿瘤细胞增殖、诱导凋亡、抑制血管生成,但缺乏高质量人体临床研究,不可替代标准抗癌治疗。</span>
  806. <a href="https://doi.org/10.3389/fphar.2021.684901" target="_blank" rel="noopener">https://doi.org/10.3389/fphar.2021.684901</a>
  807. </li>
  808. <li id="ref-14">
  809. <strong>Xu X et al. (2018)</strong> — "Safety evaluation of puerarin: acute and chronic toxicity studies" — <em>Regulatory Toxicology and Pharmacology</em>
  810. <span class="translation">中文翻译:葛根素安全性评价:急性和慢性毒性研究——动物实验显示葛根素急性毒性LD50远高于临床使用剂量,6个月长期毒性实验未发现明显毒性反应,安全范围宽。</span>
  811. <a href="https://doi.org/10.1016/j.yrtph.2018.03.003" target="_blank" rel="noopener">https://doi.org/10.1016/j.yrtph.2018.03.003</a>
  812. </li>
  813. <li id="ref-15">
  814. <strong>Wang X et al. (2025)</strong> — "Puerarin affects adipose lipolysis and ameliorates obesity by gut microbiota" — <em>Frontiers in Microbiology</em>
  815. <span class="translation">中文翻译:葛根素通过肠道菌群影响脂肪分解并改善肥胖——动物实验显示葛根素显著降低体重和脂肪量,改变肠道菌群结构和组成,上调脂肪分解相关基因表达。</span>
  816. <a href="https://doi.org/10.3389/fmicb.2025.1567339" target="_blank" rel="noopener">https://doi.org/10.3389/fmicb.2025.1567339</a>
  817. </li>
  818. <li id="ref-16">
  819. <strong>Chen L et al. (2024)</strong> — "Puerarin Modulates Hepatic Farnesoid X Receptor and Gut Microbiota in High-Fat Diet-Induced Obese Mice" — <em>International Journal of Molecular Sciences</em>
  820. <span class="translation">中文翻译:葛根素通过调节肝脏法尼醇X受体和肠道菌群改善高脂饮食诱导的肥胖——研究显示葛根素通过FXR依赖性途径改善肠道菌群失调,恢复AKK丰度。</span>
  821. <a href="https://doi.org/10.3390/ijms25105274" target="_blank" rel="noopener">https://doi.org/10.3390/ijms25105274</a>
  822. </li>
  823. </ol>
  824. </div>
  825. </section>
  826. <!-- FOOTER -->
  827. <footer class="site-footer">
  828. <div class="container">
  829. <div class="footer-inner">
  830. <div class="footer-brand">
  831. <div class="logo-text">浠艾福 <span class="logo-tag">CareFamily</span></div>
  832. <p>基于循证科学的家庭健康管理平台</p>
  833. </div>
  834. <div class="footer-links">
  835. <div class="footer-col">
  836. <h4>健康专题</h4>
  837. <ul>
  838. <li><a href="turmeric.html">姜黄素抗炎</a></li>
  839. <li><a href="gut-microbiome-immune.html">肠道微生态</a></li>
  840. <li><a href="cardio-cerebro.html">心脑血管</a></li>
  841. </ul>
  842. </div>
  843. <div class="footer-col">
  844. <h4>关于我们</h4>
  845. <ul>
  846. <li><a href="https://www.etotem.com.cn" target="_blank" rel="noopener">官网首页</a></li>
  847. </ul>
  848. </div>
  849. </div>
  850. </div>
  851. <div class="footer-bottom">
  852. <p>© 2024 浠艾福 CareFamily · 基于循证科学的家庭健康管理</p>
  853. <div class="footer-legal">
  854. <a href="https://www.etotem.com.cn/privacy" target="_blank" rel="noopener">隐私政策</a>
  855. <a href="https://www.etotem.com.cn/terms" target="_blank" rel="noopener">使用条款</a>
  856. </div>
  857. </div>
  858. </div>
  859. </footer>
  860. </body>
  861. </html>