.com-footer{
	display: flex;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    padding: 7px 0 12px;
    box-shadow: 0px 0px 5px #eee;
}
.com-footer a{
	width: 25%;
	text-align: center;
}
.com-footer a img{
	width: 21px;
	margin-bottom: 2px;
}
.com-footer a span{
	display: block;
	color: #999BA7;
	font-size: 13px;
}
.com-footer-fix{
	height: 57px;
}
.com-footer-on span{
	color: #20bca0 !important;
}