@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  color: #666;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  min-width: 1200px;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: all 0.7s;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #181818;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
.fl{float: left;}
.fr{float: right;}
.clearfix,
.clear:after,

.content {
  width: 1200px;
  margin: 0 auto;

}
