@charset "utf-8";

#footNavBar {
	position: fixed;
	z-index: 999;
	left: 0;
    right: 0;
    bottom: -1px;
	border-top: 1px solid #fff;
	padding-bottom: 1px;
	width: 100%;
	height: 50px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 -1px 3px rgba(0,0,0,.12);
}

#footNavBar a {
	position: relative;
	float: left;
	padding-top: 28px;
	width: calc(100% / 3);
	height: 20px;
	min-height: 1px;
    color: #666;
    font-size: 1.2rem;
    text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footNavBar a.on {
	color: #3278ee;
}

#footNavBar a i {
	position: absolute;
	top: 4px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
}

#footNavBar a i.icon-ask {
	background-image: url(/img/plugin/common/foot_nav_bar/check1.png);
	background-size: 24px 22px;
	width: 24px;
	height: 22px;
}

#footNavBar a.on i.icon-ask {
	background-image: url(/img/plugin/common/foot_nav_bar/check2.png);
	background-size: 24px 22px;
	width: 24px;
	height: 22px;
}

#footNavBar a i.icon-book {
	background-image: url(/img/plugin/common/foot_nav_bar/book1.png);
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

#footNavBar a.on i.icon-book {
	background-image: url(/img/plugin/common/foot_nav_bar/book2.png);
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

#footNavBar a i.icon-clinic {
	background-image: url(/img/plugin/common/foot_nav_bar/clinic1.png);
	background-size: 24px 21px;
	width: 24px;
	height: 21px;
}

#footNavBar a.on i.icon-clinic {
	background-image: url(/img/plugin/common/foot_nav_bar/clinic2.png);
	background-size: 24px 21px;
	width: 24px;
	height: 21px;
}