html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
};
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: '';
  display: block;
  overflow: hidden;
}
.clear_box_fix:after {
  clear: both;
  content: '';
  display: block;
}
body,
html {
  font-size: 14px;
  color: #000;
  background: #F6F6F9;
  height: 100%;
  font-family:'Microsoft Yahei', 'PingFang SC',Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}