*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #000;
}

img{
	border: none;
	display: block;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

body{
	background: #f0f1f2;
}
.clearfix{
	overflow: hidden;
	clear: both;
	float: none
}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
