@charset 'utf-8';
html,body,div,ul,li,a,span,i,em,form,input,label,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
ul li{
	list-style: none;
}
img{
	border:none;
	display: block;
	vertical-align: middle;
}
label{
	cursor: default;
}
input{
	outline: none;
	border:none;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.content{
	width: 1200px;
	margin:0 auto;
}