.fl{
	float: left;
}
.fr{
	float: right;
}
.clear:after{
	display: table;
	content: "";
	clear: both;
}
.clear{
	zoom:1;
}
.container{
	width: 980px;
	margin: 0 auto;
	padding:0 15px;
}
img{
	vertical-align: bottom;
	border: none;
}
input,textarea{
	font-family:"微软雅黑";
	outline: none;
	border:none;
	-webkit-appearance: ;
}
button{
	-webkit-appearance:none ;
	-moz-appearance: none;
}