body{
	-webkit-touch-callout:none;  /*系统默认菜单被禁用*/
	-webkit-user-select:none; /*webkit浏览器*/
	-khtml-user-select:none; /*早期浏览器*/
	-moz-user-select:none;/*火狐*/
	-ms-user-select:none; /*IE10*/
	-moz-user-select: none
}
input,input:focus,input:active{
    user-select: text;
}

#index_head_menu{
	width:100%;
	height:48px;
	min-width: 840px;
	float:left;
	border-bottom:2px solid #0099cc;
}

.index-head-logo{
	width:200px;
	height:34px;
	margin-top:12px;
	float:left;
}
.index-head-logo-img{
	width:190px;
	height:22px;
}
.menu-img-size{
	float:left;
	padding-top: 2px;
	font-size: 24px; 
}
#btn_logout:hover{
	background:#ae0910;
	border-color:#ae0910;
	border-bottom:1px solid #ae0910;
}
.menu-group-right{
	float:right;
	margin:2px;
	margin-right:5px;
}

.menu-group-left{
	float:left;
	margin-right:2%;
}
.menu-font{
	width:auto;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	float:left;
	font-size:15px;
}

.menu-button{
	display: inline-block;
	padding: 7px 6px;
	outline: 0!important;
	box-shadow: none!important;
	border: 0px solid #141B21;
	color: #fff;
	line-height: 1.44;
}
.menu-button:hover, .menu-button:active{
	background:#3a3e3f;
	border-color:#3a3e3f;
}

.menu-active, .menu-button:hover, .menu-button:active{
	border-bottom:4px solid #0099cc;
}
