@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
button,
code,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
menu,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
footer,
header,
iframe,
menu,
nav,
section {
    display: block;
}

button,
fieldset,
iframe,
img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
i {
    font-style: normal;
}

li,
ol,
summary,
ul {
    list-style: none;
}

a,
a:active,
a:hover {
    text-decoration: none;
}

body,
button,
html {
    -webkit-text-size-adjust: none;
}

button,
input,
select,
textarea {
    -webkit-appearance: none;
    font: inherit;
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: transparent;
}

mark {
    background-color: transparent;
}

em,
i {
    font-style: normal;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

a:focus,
button,
button:focus,
i:focus,
img:focus,
input,
input:focus,
li:focus,
select,
select:focus,
span:focus,
summary,
textarea,
textarea:focus {
    outline: 0;
}

body {
    font-family:
        poppy-roboto,
        PingFang SC,
        Helvetica,
        Noto Sans SC,
        Source Han Sans CN,
        Arial,
        Hiragino Sans GB,
        sans-serif;
    line-height: normal;
    color: #666;
    background-color: #f8f8f8;
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}

*:not(input, select, textarea) {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

html {
    font-size: 100px;
}

html {
    height: 100%;
}

input,
textarea,
keygen,
select,
button {
    font-size: 12px;
    border: 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-opacity: 1;
}

input {
    word-break: break-all;
}

a {
    text-decoration: none;
}

body {
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
