@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei', '黑体', '宋体', '\5B8B\4F53';
    background: #FCFCFC;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
i,
var,
s {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

input,
label {
    vertical-align: middle;
}

input {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #1295D8;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

*html .clear {
    _height: 1%;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0
}

.sp10 {
    height: 10px;
    display: block;
}

.sp14 {
    height: 14px;
    display: block;
}

.sp20 {
    height: 20px;
    display: block;
}

.hide {
    display: none
}

.on {
    display: inline-block;
}

.clearfix:after {
    height: 0;
    display: block;
    content: '.';
    visibility: hidden;
    clear: both;
}