/* XXYY 增量样式（不改动 bo5 原 CSS）
   ⚠️ 本文件承载「原站大包 index-Di9JH4Zf.css 里的全局基础样式」——
   删那个 200KB 大包时只应删组件类，基础 reset 必须留在这里，否则级联会变：
     · html{line-height:1.15}      → 行高（少了它卡片高 10px）
     · body{font-size:12px}        → 封顶 rem 缩放（少了它 body 继承 75px，按钮高 4px、字体回退 Arial）
     · body{font-family:...}       → 系统字体栈
     · :root{--van-base-font}      → 组件里 var() 取用 */

:root {
  --van-base-font: -apple-system, "system-ui", "Helvetica Neue", Helvetica, "Segoe UI", Arial, Roboto,
    "PingFang SC", miui, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
html { line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body { margin: 0; font-size: 12px; font-family: var(--van-base-font); }


/* ② 表单元素 reset（原站大包里的 normalize 规则：少了它 <button> 会退回 UA 默认字体 Arial/行高 normal） */
button, textarea { color: inherit; font: inherit; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button:focus, textarea:focus { outline: none; }
[type=button], [type=reset], [type=submit] { -webkit-appearance: button; }

/* 语言下拉沿用原站 class（.language-dropdown / .language-option，样式见 index-nKBT1Hsy.css），此处不覆盖 */
