@charset "utf-8";

#footNavBar {
	position: fixed;
	z-index: 999;
	left: 0;
    right: 0;
    bottom: -1px;
	border-top: 1px solid #FFFAFA;
	padding-bottom: 1px;
	width: 100%;
	height: 50px;
    background-color: #fff;
    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: #696969;
    font-size: 1.2rem;
    text-align: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#footNavBar a.on {
	color: #d5444f;
}

#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/ask_1.png);
	background-size: 24px 22px;
	width: 24px;
	height: 22px;
}

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

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

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

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

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

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

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

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

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

.foot_dot {
	display: none;
    background: #d5444f;
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 9px;
    top : 3px;
    right: calc(100% / 3 + 2px);
}