:root {
    --primary-color: #002f7b; /* 主颜色 */
    --secondary-color: #f0a800; /* 次颜色 */
    --text-color: #333; /* 文本颜色 */
    --text-color-primary: #282828; /* 文本颜色 */
    --text-color-secondary: #4c4948; /* 文本颜色 */
    --background-color: #fff; /* 背景颜色 */
}
