:root {
  --app-bg: #0f4277;        /* 主题背景颜色 */
  --btn-bg: #14283d;        /* 主按钮背景 */
  --btn1-bg: #133355;       /* 副按钮背景 */
  --header-bg: #133355;     /* 顶部导航背景 */
  --footer-bg: #133355;     /* 底部菜单背景 */
  --active-color: #8cbcef;  /* 底部菜单高亮色 */
  --text-color: #ffffff;    /* 默认文字颜色 */
  --icon-color: #163351;    /* 图标颜色 */
  --icon-bg: #ffffff;       /* 图标底色 */
  
  
}