/**====================Reset Css=======================**/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form, button, input, textarea, p,th, td {
    margin: 0;
    padding: 0;
}
body,button,input,select,textarea,table{
    font: 12px/18px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
p,ul,ol,li{
    list-style:none;
    text-align: left;
}
input, img {
    vertical-align: middle;
}
/** == ClearFix == **/
.clear{
    clear:both;
}
.clearFloatNoHeight{
    clear: both;
    line-height: 0;
    height: 0;
    display: block;
    overflow: hidden;
    width: 0;
    font-size:0;
}
/**====================Base Css=======================**/
a{
    color:#474747;
}
img{
    border: 0;
}
a,input,textarea,img  {
    outline:none;
}
a:link, a:visited, a:focus {
    outline: medium none;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
:focus{
    -moz-outline-style: none;
    text-decoration: none;
    outline: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.displayNone{
    display: none;
}
.vMiddle{
    vertical-align: middle;
}
/**====================Font style=======================**/
.bold{
    font-weight: bold;
}
.textCenter{
    text-align: center;
}
.fontYaHei{
    font-family:  "Microsoft YaHei","微软雅黑";
}
.loadingBar{
	position: absolute;
	top: 50%;
	left: 50%
}