#fixfooter {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	border-top:1px solid #fff;
}

#fixfooter li {
	width:33%;
	float:left;
	border-right:1px solid #fff;
	box-sizing: border-box;
}

#fixfooter li:nth-child(2) {
	width:34%;
}

#fixfooter li:nth-child(3) {
	border-right:none;
}

#fixfooter li a {
	display:block;
	width:100%;
	height:48px;
	padding:10px 0;
	background:#5D5D5D;
	text-align:center;
	box-sizing: border-box;
}

#fixfooter li:nth-child(2) a {background:#FF9432;}
#fixfooter li:nth-child(3) a {background:#FF403B;}

#fixfooter li a img {
	height:29px;
	width:92px;
}