.foot{
	width: 100%;
	height: 80px;
	background: #1a1a1a;
	text-align: center;
	color: #535353;
	position: fixed;
	bottom: 0;
}
.foot p{
	color: #999999;
	padding-top: 20px;
	font: 12px/25px "微软雅黑";
}
.foot a{
	color: #535353;
	font: 12px/12px "微软雅黑";
}
.container a:focus{
	outline: none;
}