/*css清除浏览器差异，使用YUI3的reset版本*/
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
/* 清除浮动 */
.clear {
  font-size: 0;
  clear: both;
  float: none;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
input,
button,
textarea,
select,
option,
optiongroup {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
}
code,
pre,
var {
  font-family: Consolas, "Courier New", monospace;
}
*:focus {
  outline: 0 none;
}
body {
  font: 12px/1.125 Microsoft YaHei, Arial, Sans-serif;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
::-moz-selection {
  background: #f0265a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f0265a;
  color: #fff;
  text-shadow: none;
}
.inner {
  width: 1420px;
  min-width: 1180px;
  margin: 0 auto;
}
.inner-narrow {
  width: 1180px;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
