* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Microsoft Yahei', 'Hiragino Sans GB', Tahoma, Arial,Helvetica, STHeiti,'Source Sans Pro', sans-serif;
}
a {
	text-decoration:none;
}

.clearfix:after,.clearfix:before {
	content: "";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.footer-wx-container{
	display: none;
    height: 50px;
    background: #333333;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

.footer-menu-item{
	float: left;
    width: 20%;
    height: 50px;
}
.footer-menu-item.active{
	background: white;
	box-shadow: 0px 8px 8px 2px rgba(0,0,0, 0.3);
	top: -5px;
    height: 55px;
    position: relative;
}
.footer-menu-item.active img{
	margin-top: 5px;
}
.footer-menu-item>a{
	height: 50px;
    display: block;
    position: relative;
}
.footer-menu-item img {
    display: block;
    padding-top: 6px;
    width: 19px;
    height: 19px;
    margin: 0 auto;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
}

.footer-menu-item span {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 10px;
    margin-top:3px;
}
@media (max-width: 768px) {
.footer-wx-container{
	display: block;
}