*{
	padding:0;
	margin:0;
}
/*底部导航栏*/
.foot {
	width: 100%;
	height: 58px;
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	background: #fff;
}

.foot li {
	height: 100%;
	background: #fff;
	padding-top: 6px;
}

.foot li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
}

.foot li a img {
	display: block;
	width: 28px;
	background: #fff;
}

.foot li a p {
	font-size: 12px;
	width: 100%;
	text-align: center;
	background: #fff;
}

p.actives {
	color: #DB214C;
}