/* 根据客户编号对弹出层的设置 */
.fn_sign1{
	width:32%;left:30%;
	overflow:hidden;z-index:1002;
	position:fixed; 
	top:35%;
	height:300px;
	background:#fff;
	border-radius:3px;
	border: 2px solid;
	}
.fn_sign1 .xg{text-align:center;margin-bottom:20px;}
.fn_sign1 .xg .yx{width:300px;height:30px;line-height:30px;padding-left:10px;border:#ddd 1px solid;border-radius:3px;color:#999;font-family:"微软雅黑";font-size:12px;}
.fn_sign1 p.bc{text-align:center;}
.fn_sign1 p .save{width:60px;height:30px;background:#d32c30;border-radius:3px;border:none;color:#fff;font-family:"微软雅黑";}
.close1{width:50px;height:35px; background:url(../../image/mainpage/5.png) no-repeat center center;display:inline-block;text-align:center;padding-top:15px;border: none; position:absolute; right:0px; top:0px;}
.message_bt{float:left;width:100%;height:50px;position:relative; margin:15px 0 10px;}
.message_bt p{font-size:26px;line-height:50px; text-align:center; color:#0c6dc3;}
.message_wz p{
	font-size:16px;
	line-height:50px; 
	text-align:center; 
	color:#666;
}

/* 根据客户名称对弹出层的设置 */
.fn_sign2{
	width:35%;left:30%;
	overflow:hidden;z-index:1002;
	position:fixed; 
	top:35%;
	height:300px;
	background:#fff;
	border-radius:3px;
	border: 2px solid;
	}
.fn_sign2 .xg{text-align:center;margin-bottom:20px;}
.fn_sign2 .xg .yx{width:300px;height:30px;line-height:30px;padding-left:10px;border:#ddd 1px solid;border-radius:3px;color:#999;font-family:"微软雅黑";font-size:12px;}
.fn_sign2 p.bc{text-align:center;}
.fn_sign2 p .save{width:60px;height:30px;background:#d32c30;border-radius:3px;border:none;color:#fff;font-family:"微软雅黑";}
.close2{width:50px;height:35px; background:url(../../image/mainpage/5.png) no-repeat center center;display:inline-block;text-align:center;padding-top:15px;border: none; position:absolute; right:0px; top:0px;}
.message_bt2{float:left;width:100%;height:50px;position:relative; margin:15px 0 10px;}
.message_bt2 p{font-size:26px;line-height:50px; text-align:center; color:#0c6dc3;}
.message_wz2 p{
	font-size:16px;
	line-height:50px; 
	text-align:center; 
	color:#666;
}

.black_overlay{ display:none;position:absolute;top:0%;left:0%;width:100%;height:100%; background-color:black;z-index:1001;  -moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);position:fixed;}