body{
	margin:0;
	padding:0;
	font-family: "微软雅黑";
}
#footer {
	width: 20rem;
	height: 2.8rem;
	position: fixed;
	bottom: 0rem;
	left: 0;
	z-index:999;
	background:#f3f3f3;
	border-top:0.0266rem #ccc solid;
}

#footernav {
	width: 20rem;
	height: 2.8rem;
	display: block;
	padding: 0;	
	margin:0;
}

#footernav a {
	color: #ccc;
}

#footernav li {
	width: 1.9rem;
	height: 2.667rem;
	text-decoration: none;
	float: left;
	margin-left: 1.05rem;
	list-style: none;
	margin-top:0.4rem;
}

#footernav li img {
	width: 1.093rem;
	height: 1.013rem;
	display: block;
	margin-left: 0.735rem;
}

#footernav li span {
	width: 2.667rem;
	height: 1rem;
	display: block;
	text-align: center;
	font-size: 0.625rem;
	color:#333;
	padding-top:0.25rem;
}