@CHARSET "UTF-8";
/************* 导航-全局 *************/
/*去除a标签带来的虚框*/ 
a{ 
 	bblr:expression(this.onFocus=this.blur()) !important;/*IE使用*/ 
 	outline-style:none !important;/*FF使用*/ 
} 
a,a:hover{
    text-decoration: none;
	cursor: pointer;
}
/* 头部导航条 */
.jboot-nav{
	background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    z-index: 10000;
    padding:4px 0px;
    font-size: 12px;
    color: #6c6c6c;
}
.jboot-nav-name{
	color: rgb(18,125,253);
}
.jboot-nav-link{
	color: #6c6c6c;
    overflow: hidden;
    font-size: 12px;
    padding: 0px 10px;
    visible:hidden;
}
.jboot-nav-link:hover{
	color: rgb(18,125,253);
}
/************* 头部-个人中心*************/
.jboot-header{
	background-color: rgb(18,125,253);
}
.jboot-header-uc{
	height: 60px;
	white-space:nowrap;
	overflow: hidden;
	width: 100%;
}
.jboot-header-title{
	font-family:隶书;
	color: white;
	font-size: 30px;
	font-weight: 900;
	line-height: 60px;
}
.jboot-header-subtitle{
	color: white;
	font-size: 16px;
	font-weight:600;
	padding: 21px 10px 21px 10px;
}
.jboot-header-item{
	color: white;
	font-size: 16px;
	padding: 21px 10px 21px 10px;
	border-radius: 4px;
}
.jboot-header-item:hover{
	color: #4d9efc;
	background-color: white;
}
.jboot-header-uc .input-group{
	margin-top: 15px;
}

/************* 菜单-个人中心*************/
ul,li{padding:0;margin: 0;}

ul.jboot-menu-uc{
	list-style: none;
}

ul.jboot-menu-uc li{
	list-style: none;
	padding: 5px 0px;
}

ul.jboot-menu-uc li a{
    color: #000;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
    font-size: 12px;
}

ul.jboot-menu-uc li a:hover{
    color: rgb(18,125,253);
}

ul.jboot-menu-uc li span{
	font-weight:bold;
    color: rgb(18,125,253);
}

/************* 菜单-个人中心*************/
.jboot-body{
	margin-top: 10px;
}