header.main-header {
	background-color: #E2E2E2;
	border-bottom: 1px #C1C1C2 solid;
	height: 50px;
}

div.logo {
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: left;
	width: 230px;
	display: block;
	color: #fff;
	background-color: rgb(0,162,232);
}

nav.navbar {
	position: fixed;
	left: 230px;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
}

img.logo-img {
	width: 40px;
	height: 40px;
	margin: 5px;
	float: left;
	background-color: #fff;
	border-radius: 5px;
}


/*菜单*/

.navbar-custom-menu {
	width: 340px;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.user-menu-item.loginout {
	background-color: #ccc;
	width: 85px;
}

.user-menu-item.wechatmsg_push {
	background-color: coral;
	width: 85px;
}

.user-menu-item.switch-panel {
	background-color: #2f4050;
	width: 85px;
}

.user-menu-item.showupload {
	background-color: crimson;
	width: 85px;
}