
@charset "UTF-8";/* CSS Document */
html{
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling:touch;
    font-family: 'Source Han Sans', 'Heiti SC',  tahoma, Arial, sans-serif;
    background: #fafafa;
}

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

body {
    -webkit-overflow-scrolling: touch;
    font-family: 'Source Han Sans', 'Heiti SC',  tahoma, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
}

em {
    font-style: normal;
}

a,
div {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

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

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
div,
p,
form,
blockquote,
ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;
}

button {
    outline: none;
    overflow: visible;
    border:0;
}

button,
select {
    text-transform: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type=text] {
    -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8a8a8a;
}

input,
select,
textarea {
    background: none;
    outline: none;
    border: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

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

ul,
ol,
li,
dl,
dd,
td,
th {
    padding: 0;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

i {
    font-style: inherit;
}

body {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    background: #FFF;
}

p {
    max-height: 999999px;
}