/* 全局基础样式 */
body {
    margin: 0;
    padding: 0;
    background-color: #0f0f0f;
    color: #ffffff;
    font-family: "Microsoft YaHei", "Helvetica Neue", sans-serif;
    line-height: 1.4;
}