@charset "UTF-8";
html{
    background-color: #f4f5f8;
}
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 { margin:0; padding:0; } 
body, button, input, select, textarea { 
    font:12px/1.5tahoma, arial, \5b8b\4f53;
    font-family:'Microsoft YaHei UI','Microsoft YaHei',DengXian,SimSun,'Segoe UI',Tahoma,Helvetica,sans-serif;
    /*网页字体参考
    font-family:"simsun";
    font-family:Tahoma,Arial,Helvetica,STHeiti;
    font-family:Georgia, "Times New Roman","simsun";
    font-family:'Microsoft YaHei UI','Microsoft YaHei',DengXian,SimSun,'Segoe UI',Tahoma,Helvetica,sans-serif;
    font-family:'Hiragino Sans GB','Microsoft Yahei',SimSun,Tahoma,Arial,Helvetica,STHeiti;
    font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif
*/
} 
h1, h2, h3, h4, h5, h6{ font-size:100%; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none;} 
a:hover { 
	text-decoration:underline; 
	text-decoration: none;
} 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
/* legend { color:#000; }  */
fieldset, img { border:0; } 
button, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
textarea{outline:none;resize:none;}
img{
	vertical-align: top;
	max-width: 100%;
    max-height: 100%;
}
input{
	outline:none;
}
body{
    -webkit-user-select:none;

    -moz-user-select:none;

    -ms-user-select:none;

    user-select:none;
}

/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}
