/* 页面专属样式：lihe.html
   由内联 <style> 抽离而来，仅在 lihe.html 引用，避免污染其它页面。
   加载顺序须在 pages.css 之后以保持覆盖优先级。 */

/* ===== 原 lihe.html 内联 <style> 第1块 ===== */
/* lihe 独有：礼盒展开 hover */
.unfold-demo{transition:transform .5s var(--ease)}
.unfold-demo:hover{transform:scale(1.02)}
/* 结构说明区金线 */
.structure-divider{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.2;margin:32px auto;max-width:400px}
