html, body { margin: 0; padding: 0; font-size: 100px; line-height: 1; font-family: "Microsoft YaHei", "微软雅黑" !important; color: #333; box-sizing: border-box; background-color: #F5F7F9; user-select: none; } .header_root { position: fixed; width: 100%; color: #fff; background-color: transparent; } .header_root.bg_white { color: #333; background-color: #fff; } .header_root:hover { color: #333; background-color: #fff; }