:root{
    /* 颜色 */
    --primary: rgb(230, 0, 18);
    --bg-gray: rgb(228, 228, 228);
    --bg-gray-light: #f5f5f5;
    --text-gray: rgb(102, 102, 102);

    --foot-text-color: rgba(209, 213, 219);
    --loading-color: rgb(230, 0, 18);
    --menu-border: #444;
    --gray-dark: rgb(51, 51, 51);

    /* 字体 */
    --text-default: '18px';
    --text-default-tablet: '';
    --text-default-mobile: '15px';
    --text-title: '';
    --text-title-tablet: '';
    --text-title-mobile: '';
}