/*样式初始化*/
@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
}
p {
    padding: 0;
    margin: 0;
}
a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}
ol, ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style-type: none;
}
img {
    border: 0;
    text-indent: 0;
    vertical-align: middle;
}
.None {
    display: none;
}
.clearFix {
    *zoom: 1;
}
.clearFix:before, .clearFix:after {
    content: '';
    display: table;
}
.clearFix:after {
    clear: both;
    overflow: hidden;
}