/*reset*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-size: 14px;
  background-color: white;
  overflow: auto;
  font-family: "微软雅黑";
}
body,
button,
input,
keygen,
legend,
select,
textarea {
  font-family: "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC",
    "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC",
    "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  color: #333;
  outline: 0;
  speak: none;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* h1, h2, h3, h4, h5, h6{font-weight:400;} */
li {
  list-style: none;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
img {
  vertical-align: top;
}
a,
button {
  cursor: pointer;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:focus {
  color: #333;
  outline: none;
  -moz-outline: none;
}
