/*状态按钮菜单*/
.state {
	position: absolute;
	top: 5px;
	left: 790px;
	padding: 10px 0;
	margin-right:-160px ;
	border-radius: 5px;
	float: left;
	background-color: #dce4f0;
	z-index: 9999;
}

.state button {
	display: inline;
	float: left;
	width: 70px;
	background-color: #DCE4F0;
	color: #444;
	font-family: "微软雅黑";
	border: none;
	line-height: 16px;
	border-right: 1px solid #aaa;
	cursor: pointer;
}

.state p {
	line-height: 16px;
}

.state button img {
	width: 18px;
	padding-bottom: 5px;
}
/*--------------------状态结束--------------------*/