@charset "utf-8";
@font-face {
    font-family: 'SourceHanSansSC';
    src: url('font/SourceHanSansSC-VF.otf.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
input,
textarea,
select {
    border-radius: 0;
}
ul,
li,
ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
input,
select,
textarea {
    /* font-family:'SourceHanSansSC', sans-serif; */
}
html,
body {
    position: relative;
    font-family:'SourceHanSansSC', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    background: #666;
}

a {
    text-decoration: none;
    color: #1e863d;
}
p{
    padding: 10px 0;
}