html, body, div, span, h1, h2, h3, h4, p, em, small, strong, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
em, strong, i {
  font-style: normal;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
body {
  line-height: 1;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  color: #333;
  background-color: #fff;
}
ul, ol, li {
  list-style: none;
}
a {
  display: block;
  color: #333;
  text-decoration: none;
}
img {
  vertical-align: top;
}
input, button {
  padding: 0;
  border: none;
  outline: none;
  background: none;
}