@charset "utf-8";
/* CSS Document 本样式为弹出页样式*/

/*弹出框*/
#mask {
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%;
	height: 100%; */
	opacity: 0.6;
	filter: alpha(opacity = 60);
	background-color: #000000;
	z-index: 100000;
	display: none;
}

#mask_box {
	position: absolute;
	top: 0;
	left: 0;
	/* width: expression(body.scrollWidth);
	height: expression(body.scrollHeight); */
	opacity: 0.6;
	filter: alpha(opacity = 60);
	background-color: #000000;
	z-index: 100000;
}

#message_box {
	width: 100%;
	left: 0;
	top: 0;
	/* height: expression(documentElement.clientHeight); */
	margin: 0 auto;
	z-index: 100001;
	display: none;
	position: absolute;
}

.questionLayer2 {
	top: 0px;
	left: 0px;
/* 	width: auto; */
	z-Index: 1001;
	border: 3px solid #fff;
	text-align: center;
	vertical-align: middle;
}

.questionLayer_h {
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	color: #000;
	text-align: left;
	background-color: #f1f1f1;
	border-bottom: 0px solid #4cadd8;
}

.questionLayer_n {
	background-color: white;
	padding: 10px 10px 10px 10px;
}

.questionLayer_n_n2 {
	background-color: #FFF;
	padding: 10px 10px;
	border: 1px solid #a3a3a3;
}

.questionLayer_h .questionLayer_closer {
	font-size: 120%;
	font-weight: bold;
	float: right;
	width: 2em;
	text-align: center;
	margin-right: 0.5em;
}
.questionLayer_h .massge_tip{
	width: auto;
	float:left;
	text-align: left;
}
/* 设置常用功能 */
.quickfunction {
	width: auto;
	overflow: scroll;
	height: 290px;
	overflow-x: auto;
	margin-left: 10px;
}

.quickfunction ul li {
	width: 120px;
	text-align: center;
	margin-top: 10px;
	float: left;
}

.quickfunction ul li {
	line-height: 26px;
	color: #666;
}


/*登录谈出框*/
.quickfunction1 {
	width: auto;
	overflow-y: scroll;
	height: 400px;
	overflow-x: hidden;
	margin-left: 10px;
}

.quickfunction1 ul li {
	width: 180px;
	text-align: left;
	margin-top: 10px;
	float: left;
}

.quickfunction1 ul li {
	line-height: 26px;
	color: #666;
}