#footNav *,#footNav *::before,#footNav *::after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.foot-b {
	height: 1.466666rem;
}
#footNav{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 1.466666rem;
	box-shadow: 0 0 0.133333rem #e5e4e5;
	text-align: center;
	overflow: hidden;
	zoom: 1;
	z-index: 50;
    background: #ffffff;
}
#footNav:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}
#footNav .footNav__a{
	float: left;
	width: 20%;
	height: 100%;
	padding-top: 0.18rem;
	color: #777;
	font-size: 0.266666rem;
	text-decoration: none;
}
#footNav .footNav__a img{
	display: block;
	height: 0.63rem;
	margin: auto;
}
#footNav .footNav__div{
	margin: 0;
	margin-bottom: 0.08rem;
}
#footNav .footNav__p{
	/*width: 4em;*/
	margin: 0 auto;
	font-size: 0.266666rem;
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.member-index{
    padding-bottom: 1.5rem;
}