@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 12px;
  font-family: "microsoft yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  cursor: pointer;
}
s,
i {
  text-decoration: none;
}
input,
button {
  border: none;
  outline-style: none;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
