#manager_system_header{
	width: 100%;
	height: 80px;
	background-color: #D7D7D7;
	position: relative;
}
.manager_system_title{
	line-height: 80px;
	font-size: 40px;
	color: #333;
	font-weight: normal;
	text-align: center;
}
.manager_system_admin{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	cursor: pointer;
}
.admin_img{
	height: 30px;
	padding: 10px 35px;
}
.login_out{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #00A0E8;
}