* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.w {
  width: 1226px;
  margin: 0 auto;
}
select,
input,
textarea,
a {
  font-size: 12px;
}
textarea {
  resize: none;
}
body {
  /* height: 4000px; */
}
img {
  display: block;
}