@import url("fontawesome.css");
div#footer_wxapp a {
	width: 25%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-top: 15px;
}

div#footer_wxapp a i {
	font-size: 18px;
	line-height: 20px;
	display: block;
	color: #777;
}

div#footer_wxapp {
	display: none;
	position: fixed;
	z-index: 999999999;
	bottom: -1px;
	height: 72px;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
	box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
}