﻿@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
  border: none;
}
a,
a:hover {
  text-decoration: none;
}
/*input,
textarea,
select,
a:focus {
  outline: none;
}
input,
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}
textarea {
  resize: none;
}*/
ul,
li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
