/*wolcott zhou小白猪*/

/*快捷功能切换*/
.foot{
	width:100%;
	height:60px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:99;
	background:#fff;
	border-top:1px solid #e7e7e7;
}
.footBox{
	width:100%;
	height:auto;
	float:left;
}
.footBox a{
	width:25%;
	height:50px;
	text-align:center;
	float:left;
	position:relative;
	color:#777 !important;
}
.footBox a.current{
	color:#1e9bf3 !important;
}
.footBox .zIcon{
	width:100%;
	height:auto;
	float:left;
	font-size:20px;
	margin-top:5px;
}
.footBox .text{
	width:100%;
	height:auto;
	float:left;
	font-size:12px;
}
.footBox .dot{
	width:auto;
	height:20px;
	line-height:20px;
	padding:0 7px;
	border-radius:10px;
	font-size:12px;
	position:absolute;
	left:50%;
	margin-left:10px;
	top:0;
	transform:scale(0.8);
}

/*脚部按钮类*/
.foot_btn{
	width:100%;
	height:60px;
	padding: 0 15px;
	padding-bottom: 10px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:99;
	background:#fff;
	border-top:1px solid #e7e7e7;
}
.foot_btn .info{
	width:66%;
	float: left;
	height: 50px;
}
.foot_btn .button{
	float: right;
	height: 50px;
}
.foot_btn .button a{
	width: auto;
	height: 30px;
	line-height: 30px;
	padding:0 15px;
	margin-top:10px;
	margin-left:10px;
	text-align: center;
	color: #fff !important;
	float: right;
	font-size: 14px;
	border-radius: 3px;
}