@charset "UTF-8";
/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
:focus {
    outline: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}
strong {
    font-weight: normal;
}
em {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", "Helvetica",
        "Helvetica Neue", "Tahoma", "Arial", "sans-serif";
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
code,
kbd,
samp,
tt {
    font-size: 100%;
}
input,
button,
textarea,
select {
    *font-size: 100%;
    border: none;
}
body {
    background: #fff;
    color: #5e5e5e;
    font: 14px/2em "PingFang SC", "微软雅黑", "Microsoft YaHei", "Helvetica",
        "Helvetica Neue", "Tahoma", "Arial", "sans-serif";
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td{
    text-align: left;
}
sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link,
:visited,
ins {
    text-decoration: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input,
textarea {
    outline: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}

a:focus,
a:active,
a:hover {
    outline: 0;
    -moz-outline: none;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
pre {
    margin: 16px 0;
}
