@charset "UTF-8";
html {
	overflow-x: auto;
	overflow-y: auto;
	 }
body{
	line-height: 1.42857;
	font-size: 14px;
	font-family: "Microsoft YaHei",Helvetica,Georgia,Arial,sans-serif;
}
input,button {
	line-height: inherit;
}
body,dl,dd,dt,ul,li,input,p,th,td,form,ol,blockquote {
	font-weight: 400;
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding: 0;
}
img {
	display: inline-block;
	border: 0 none;
}
a{
	background: transparent;
	text-decoration: none;
}
a:active,a:hover{outline: 0;}
ul,li {
	list-style: none;
}
input, textarea, img, video, object {
	box-sizing: border-box;
	-ms-box-sizing:border-box;
}

.clear:after{display: block;clear: both;content:".";visibility: hidden;height:0;}
.clear{zoom: 1;}





.clearfix {zoom:1;}
.clearfix:after,.clearfix:before{
	display: table;
	content: "";

}
.clearfix:after {
	clear: both;
}
.pos-abs{
	position: absolute;	
}
.bfs{
	overflow: hidden;
}

.fl{float: left;}
.fr{float: right;}