@CHARSET "UTF-8";
/* 头部样式--头部容器--样式 */
.top{
	width:100%;
	height:51px;
	position: fixed;
	top:0px;
	left:0px;
	background-color: #fff;
	z-index: 7;
	background-color: #fff;
	border-bottom: 1px #e5e5e5 solid;
}

/* 头部样式--企业图标--样式 */
.topLeftMain{
	width:56px;
	height:100%;
	float:left;
	border-right: 1px #e5e5e5 solid;
	line-height:51px;
	text-align: center;
	font-size:23px;
	color:#999;
}

/* 头部样式--我的--样式 */
.topCompanyIcon{
	width:190px;
	height:100%;
	border-right: 1px #e5e5e5 solid;
	float:left;
}

/* 头部样式--内容--样式 */
.topContent{
/* 	width:190px; */
	width:auto;
	height:100%;
	float:left;
	padding-left:20px;
	line-height:51px;
	font-size:15px;
	color:#999;
}

/* 头部样式--账户--样式 */
.topMyIcon{
	border-left: 1px #e5e5e5 solid;
	float:right;
	width:50px;
	font-size:23px;
	line-height:51px;
	text-align: center;
	color:#999;
	margin-left:10px;
/* 	overflow: inherit; */
}

.topMyAccount{
	float:right;
	width:66px;
	font-size:15px;
	line-height:51px;
	text-align: center;
	color:#999;
}

.topBtn{
	border:1px #eaeaea solid;
	width:70px;
	height:40px;
	float:right;
	margin-top:5px;
	border-radius:3px;
	text-align: center;
	line-height: 40px;
	font-size:16px;
	color:#333;
	margin-left:5px;
	margin-right:5px;
}

.topMyAccountManage{
	width:auto;
	height:auto;
	border:1px #ccc solid;
	position: absolute;
	right:0px;
	top:50px;
	font-size:13px;
	background-color: white;
	display: none;
	box-shadow: darkgrey 0px 0px 5px 2px;
}

.topMyAccountManage li{
	width:100%;
	height:35px;
	line-height:35px;
	text-align: left;
	padding-left:5px;
	padding-right: 15px;
	border-bottom:1px #ccc dashed;
}

.topMyAccountManage li a{
	color:#999;	
	text-decoration:none;
	cursor:pointer;
	
}