body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

html, body{
  height: 100%;
}

body, button, input, select, textarea {
    font: 14px '微软雅黑', tahoma, Srial, helvetica, sans-serif;
    color: #555;
    background: #fff;
}
ul, ol {
  list-style: none;
}

img {
  border: 0;
  font-size: 0;
  vertical-align: middle;
}

b, strong {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Link Style*/
a:link, a:visited {
  color: #555;
  text-decoration: none;
}

a:hover, a:active {
  color: #d20000;
  text-decoration: underline;
}

.fl{
  float: left;
}

.fr{
  float: right;
}
.red{
  font-size: 14px;
  color: #d20411;
}