@charset "utf-8";
/* CSS Document */

.body-footer{
	padding-bottom: 64px;
}
 
.header{
    padding: 10px 12px 6px;
}

.header .logo{
    float: left;
}

.header .logo img{
    height: 36px;
}

.header .btn{
    float: right;
    margin-top: 4px;
}

.header .btn img{
    width: 28px;
    height: 28px;
}

.footer{
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 640px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
	background: #fff;
	border-top: 1px solid #eee;
}

.footer li{
	float: left;
	width: 25%;
}

.footer li a{
	display: block;
	padding: 8px 0;
}

.footer .img{
	position: relative;
	width: 26px;
	height: 26px;
	margin: 0 auto 4px;
}

.footer .img i.num{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 2px;
	font-size: 13px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f83039;
}

.footer .img img{
	display: block;
	width: 26px;
	height: 26px;
}

.footer .img .img2{
	display: none;
}

.footer .text{
	text-align: center;
	font-size: 14px;
	color: #989898;
}

.footer li.active .img .img1{
	display: none;
}

.footer li.active .img .img2{
	display: block;
}

.footer li.active .text{
	color: #f30304;
}



























