h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: "Micsoft Yahei";
  color: #333;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  display: block;
  width: auto;
  text-decoration: none;
  color: #333;
}

img {
  vertical-align: top;
}

input[type="text"], input[type="password"] {
  border-color: none;
  box-shadow: inset 0 0 0px 70px #fff;
}

input:focus {
  outline: none;
}

input:-webkit-autofill {
  background-color: transparent !important;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(241, 241, 241, 0.5);
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #777;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

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