:root {
  --app-bg: #9dce58;        /* 主题背景颜色 */
  --btn-bg: #75b31d;        /* 主按钮背景 */
  --btn1-bg: #70a12b;       /* 副按钮背景 */
  --header-bg: #6ea027;     /* 顶部导航背景 */
  --footer-bg: #6ea027;     /* 底部菜单背景 */
  --active-color: #f1c548;  /* 底部菜单高亮色 */
  --text-color: #ffffff;    /* 默认文字颜色 */
  --icon-color: #f1c548;    /* 图标颜色 */
  --icon-bg: #ffffff;       /* 图标底色 */
  
}