@charset "UTF-8";
html {
  font: 12px/1.5, '\5FAE\8F6F\96C5\9ED1', "Microsoft YaHei", sans-serif, Tahoma;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dd {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
table,
th,
td {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
ul,
ol {
  padding: 0;
}
li {
  list-style: none;
}
input,
text,
textarea {
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
img {
  border: none 0;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: orangered;
  text-decoration: none;
}
a:active {
  color: #ccc;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table!important;
}
.clearfix::after {
  clear: both;
}
