@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    user-select: none;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

    a:link {
        text-decoration: none;
    }

em, cite, i {
    font-style: normal;
}

ul, ol {
    list-style: none;
    padding: 0;
}

b, strong {
    font-weight: bolder;
}

button {
    line-height: inherit;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    text-transform: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

h1, h2, h3, h4, h5, h6, input, textarea, select {
    font-size: 100%;
}

body {
    background-color: #f5f5f5;
    color: #191919;
    fill: currentColor;
    font-size: .14rem;
    line-height: 1.5715;
    line-height: calc(1em + .08rem);
    font-family: PingFang SC, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    -webkit-font-smoothing: antialiased;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 100px;
    font-size: calc(100px + 2 * (100vw - 360px) / 60);
}
