﻿/* LESS Document */
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
li {
  list-style: none;
}
img {
  border: none;
}
input,
select {
  vertical-align: middle;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #cb2b00;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  font-family: "Microsoft Yahei Regular", "微软雅黑";
  font-size: 14px;
  background-color: #ffffff;
}
