﻿
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
    margin: 0 auto;
    font: 14px/24px "Microsoft YaHei",SimSun,SimHei;
    color: #666;
}
a {
    color: #666;
    text-decoration: none;
}
img, dl, dt, dd, ul, li, ol, i, u, p, span, h1, h2, h3, h4, h5, h6, a, tt, body, form, pre, em, input, textarea {
    font-style: normal;
    list-style: none outside none;
    text-decoration: none;
    text-indent: 0;
    border: none;
    vertical-align: middle;
}
div:after, ul:after, ol:after, dl:after, header:after, footer:after, nav:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
button {
    border: none; cursor: pointer; display: block;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}