/* home bottom navigation css definition */
#home-nav{
	background: #e6e6e6;
}
.navbar-mid,.navbar-left{
	float: left;
}
.navbar-left{
	width: 40%;
}
.navbar-mid{
	width: 20%;
	text-align: center;
}
.navbar-right{
	width: 40%;
	float: right;
	text-align: right;
}
.navbar-right,.navbar-mid,.navbar-left{
	height: 50px;
	padding:13px 12px;
}
.navbar-left > button,.navbar-right > button{
	margin-left: 20px;
}
.navbar-left > button:first-child,.navbar-right > button:first-child{
	margin-left: 0;
}
#home-nav > div > button{
	padding: 0;
	border:none;
	color: inherit;
	box-shadow:none;
	font-size: 22px;
	background: transparent;
}
#home-nav > div > button:focus{
	outline: none;
}
#home-nav .dropup-menu{
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 1000;
	display: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.498039);
}
.open > .dropup-menu{
	display: block !important;
}
#home-nav .dropup-menu li{
	margin-top: 15px;
	float: left;
	line-height: 1.5;
	border-right: 1px solid #fff;
	list-style: none;
	width: 33.33333333333333%;
}
#home-nav .dropup-menu li:nth-child(3n),#home-nav .dropup-menu li:last-child{
	border-right:none;
}
#home-nav .dropup-menu li a{
	color: #fff;
	text-decoration: none;
}
/* 公用用户配置颜色定义 */
.f_powderblue{
	color: #15aba7 !important;
}
.b_powderblue{
	background: #15aba7 !important;
}
.f_orange{
	color: #fd4323 !important;
}
.b_orange{
	background: #fd4323 !important;
}
/* reset useragent style and bootstrap's style */
button{
	border: none;
	background: transparent;
}
body{
	min-width: 320px;
}