@charset "GBK";

* {
  margin: 0;
  padding: 0;
}

html {
  background: #fff
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", "SimSun";
}

ul li {
  list-style: none;
}

img {
  border: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *+height: 1%;
}