*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "";
  font-size: 12px;
  min-width: 1200px;
}
ul,li {
  list-style: none;
}
img {
  border: none;
}
input{
  outline: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "微软雅黑";
  font-size: 12px;
  min-width: 1200px;
}
ul,li {
  list-style: none;
}
img {
  border: none;
}
input{
  outline: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
}
