@charset "utf-8";
* {
    margin: 0;
    padding: 0px;
}
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, select {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font-family: "微软雅黑", "宋体",  Arial, Roman;
    font-size: 12px;
}
body {
    
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}
address, cite, dfn, em, var {
    font-style: normal;
}
input[type="text"], input[type="password"], textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
}
select, input {
    vertical-align: middle;
}
ul, ol, li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
fieldset, img {
    border: 0;
}
html .hide {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
.clearfix {
*zoom:1;
}
.clearbr {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.hidabout {
    height: 50px;
}
