@charset "utf-8";
html {
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 100px;
}
blockquote,
body,
button,
dd,
div,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
section,
td,
textarea,
th,
ul,
xmp {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  word-wrap: break-word;
}
body,
button,
code,
input,
kbd,
pre,
samp,
select,
textarea,
tt,
xmp {
  font-family: '微软雅黑', arial, simsun, '宋体', '微软雅黑', tahoma, arial,
    'Hiragino Sans GB', simsun, sans-serif;
}
big,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
small,
textarea {
  font-size: 100%;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
caption,
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
button,
img,
input,
object,
select,
textarea {
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '\0020';
}
textarea {
  overflow: auto;
  resize: vertical;
}
a,
button,
input,
select,
textarea {
  outline: 0 none;
  border: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
mark {
  background-color: transparent;
}
a,
del,
ins,
s,
u {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: unset;
}
a:visited {
  text-decoration: none;
  color: unset;
}
a:hover {
  text-decoration: none;
  color: unset;
}
a:active {
  text-decoration: none;
  color: unset;
}
