/* Reset */
html,
body {
  width: 100%;
  min-height: 100%;
  font-size: 16px;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: '微软雅黑', 'sans-serif';
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover,
a:visited,
a:link,
a:active {
  color: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
  outline: none;
}
textarea {
  resize: none;
  overflow: auto;
  vertical-align: top;
}
[hidden] {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto \9;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
/*
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}

*/
/*# sourceMappingURL=reset.css.map */