@charset "utf-8";
/* CSS Document */

#bar {
	width: 100%;
	height: 50px;
	background: #42615a;
	position: fixed;
	top: 0;
	right: 0;
	border-bottom: 1px gray solid;
	z-index: 10;
}
#bar > div {
	width: 900px;
	height: 50px;
	margin: 0px auto;
	color: #fff;
}
#navi {
	float: right;
	width: 60%;
}
#navi > * {
	float: right;
	width: 40%;
}
#nlogo {
	width: 140px;
	height: 50px;
	background-image: url(nlogo.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0px;
}
#nlogo:hover {
	background-color: rgba(0,0,0,0.1);
}
#search_box {
	font-size: 18px;
	margin: 8px 8px 0;
	width: 380px;
	padding: 3px 5px;
}
#search_result {
	margin: 0 8px;
	padding: 0;
	width: 392px;
	list-style: none;
	border: 1px solid #999;
	background: #fff;
}
#search_result li {
	height: 36px;
}
#search_result li a {
	color: navy;
	display: block;
	float: right;
	width: 100%;
	white-space: nowrap;
}
#search_result li div.avatar {
	width: 32px;
	height: 32px;
	background-color: #eee;
	background-position: center;
	background-size: cover;
	margin: 2px;
	float: right;
	border-radius: 2px;
}
#search_result li div:last-child {
	float: right;
	padding: 10px;
}
#search_result li:last-child a {
	padding: 10px 0;
	text-align: center;
}
#search_result li:hover a {
	background: #eee;
}
#userpanel2 .list {
	list-style: none;
	margin: 0;
	padding: 0;
}
#userpanel2 .list > li {
	display: inline-block;
	direction: ltr;
	float: left;
}
#userpanel2 .list > li > a {
	font-size: 14px;
	display: block;
	white-space: nowrap;
	padding: 16px 15px;
	height: 18px;
	color: #fff;
}
#userpanel2 .list > li:hover > a {
	background-color: rgba(0,0,0,0.1);
}
#userpanel2 .list > li:hover > ul {
	display: block;
}
#userpanel2 .sublist {
	display: none;
	position: absolute;
	list-style: none;
	width: 240px;
	margin: 0;
	padding: 0;
	border: solid 1px #262626;
	direction: rtl;
	background: #fff;
	color: #42615a;
}
#userpanel2 .sublist > li > a {
	display: block;
	padding: 16px 15px;
	color: navy;
}
#userpanel2 .sublist > li:hover > a {
	background: #eee;
}
#panel_me {
	padding: 7px !important;
	height: 36px !important;
}
#panel_me > div {
	width: 36px;
	height: 36px;
	background-color: #eeeeee;
	background-position: center;
	background-size: cover;
}
#panel_mes > a {
	background: url(barmessage.png) no-repeat center center;
	width: 30px;
	height: 40px !important;
	padding: 5px !important;
}
#panel_mes > a > span {
	background: red;
	font-weight: bold;
	padding: 1px;
}
#panel_add {
	background: url(baradd.png) no-repeat center center;
	width: 10px;
}
i.verified {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(verified.png) center / cover;
	vertical-align: middle;
}
.online_user {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 3px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 1px;
}
.online_user i.verified {
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 32px;
}