@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  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:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
  min-width: 1300px;
}

button,
input,
select,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

/*! grid system 24栅格 998px */
.ewb-container {
  width: 998px;
  margin: 0 auto;
}

.ewb-row {
  overflow: hidden;
}

.ewb-span1 {
  float: left;
  width: 32px;
}

.ewb-span2 {
  float: left;
  width: 74px;
}

.ewb-span3 {
  float: left;
  width: 116px;
}

.ewb-span4 {
  float: left;
  width: 158px;
}

.ewb-span5 {
  float: left;
  width: 200px;
}

.ewb-span6 {
  float: left;
  width: 242px;
}

.ewb-span7 {
  float: left;
  width: 284px;
}

.ewb-span8 {
  float: left;
  width: 326px;
}

.ewb-span9 {
  float: left;
  width: 368px;
}

.ewb-span10 {
  float: left;
  width: 410px;
}

.ewb-span11 {
  float: left;
  width: 452px;
}

.ewb-span12 {
  float: left;
  width: 494px;
}

.ewb-span13 {
  float: left;
  width: 536px;
}

.ewb-span14 {
  float: left;
  width: 578px;
}

.ewb-span15 {
  float: left;
  width: 620px;
}

.ewb-span16 {
  float: left;
  width: 662px;
}

.ewb-span17 {
  float: left;
  width: 704px;
}

.ewb-span18 {
  float: left;
  width: 746px;
}

.ewb-span19 {
  float: left;
  width: 788px;
}

.ewb-span20 {
  float: left;
  width: 830px;
}

.ewb-span21 {
  float: left;
  width: 872px;
}

.ewb-span22 {
  float: left;
  width: 914px;
}

.ewb-span23 {
  float: left;
  width: 956px;
}

.ewb-span24 {
  float: left;
  width: 998px;
}

.ewb-ml10 {
  margin-left: 10px;
}

.ewb-mt10 {
  margin-top: 10px;
}
