﻿nav.bar-tab.bar{
    height: 55px;
}
#footer {
	height: 55px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #333;
	/*position: fixed;
    bottom: 0;*/
	
	z-index: 10;
}
#footer div {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	color: #fff;
}
#footer>div {
	position: relative;
	font-size: 15px;
	line-height: 23px;
	box-sizing: border-box;
	border-right: 1px solid #464646;
}
#footer .two-nav {
	position: absolute;
	width: 115%;
	background: rgba(51, 51, 51, .9);
	border-radius: 3px;
	list-style: none;
	padding: 0;
	bottom: -600%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#footer .two-nav.active {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	bottom: 105%;
	opacity: 1;
	z-index: 10000;
	padding: 0;
	margin: 0;
}
#footer>div:last-child .two-nav.active {
	right: 15%;
}
#footer div i.iconfont {
	font-size: 20px;
}
.cube {
	/* Other transform properties here */
}
#footer>div>a {
	display: block;
	width: 100%;
	top: 50%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	color: #fff;
}
#footer>div>a:visited {
	color: #fff;
}
#footer .two-nav li>a:visited {
	color: #fff;
}
#footer>div>i.iconfont {
	font-size: 30px;
}
#footer .two-nav li {
	border-bottom: 1px solid #5c5c5c;
	font-size: 12px;
	line-height: 48px;
}
#footer .two-nav li>a {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
}
#footer>div:last-child,
#footer .two-nav li:last-child {
	border: none;
}