@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, object, code, legend, button, input, textarea, label, th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font: 12px/1.5 Tahoma, '\5FAE\8F6F\96C5\9ED1', 'Microsoft Yahei', "hiragino sans gb", Helvetica, Arial, "\5b8b\4f53", 'sans-serif';
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

:focus {
    outline: 0;
}

ul, ol {
    list-style: none;
}

fieldset, img {
    border: 0 none;
}

address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #690;
    text-decoration: none;
}

header, footer, nav, aside, article, section {
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

li {
    list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;
}

img {
    /*ie图片边框bug*/
    border: 0;
    /*底部3像素bug*/
    display: block;
}

.overflow {
    overflow: hidden;
    *zoom: 1;
}

.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f11 {
    font-size: 11px;
    -webkit-text-size-adjust: none;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.fb12 {
    font-size: 12px;
    font-weight: 700;
}

.fb14 {
    font-size: 14px;
    font-weight: 700;
}

.fb16 {
    font-size: 16px;
    font-weight: 700;
}

.fb18 {
    font-size: 18px;
    font-weight: 700;
}

.fb20 {
    font-size: 20px;
    font-weight: 700;
}

.fb {
    font-weight: 700;
}

.tc {
    text-align: center;
}

.hide {
    display: none !important;
}