/* 全局重置 & 基础规范 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "思源黑体", "Microsoft YaHei", Inter, sans-serif;
}