* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;

    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-family: "HYWenHei-55W";
}

html, body {
    height: 100%;
}

body {
    background-color: #FBFBFB;
    font-size: 15px;
}