@charset "UTF-8"; /* 指定文件编码为UTF-8 */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; /* 字体大小 */
    line-height: 1.5; /* 行高 */
    color: #3C3C3C; /* 字体颜色 */
}