@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #444;
  font-family: "微软雅黑";
}
ul {
  list-style-type: none;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}


