li {
  list-style: none;
}
a {
  outline: none;
  text-decoration: none;
  color: #fff;
  font-family: Microsoft YaHei;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
input {
  border: none;
  outline: none;
}
::-webkit-scrollbar {
  width: 0px;
  /*height: 4px;*/
}
img {
  vertical-align: bottom;
}
*,
ol,
ul,
p,
div {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: Microsoft YaHei;
}
