.popMask {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
.popMain {
	position: fixed;
	overflow: hidden;
	display: none;
	font-size: 12px;
	border-radius: 4px;
}
.popMain .info_icon {
	background: #fff url(../gif/nuedg9.gif) no-repeat 0 50%;
}
.popMain .right_icon {
	background: #fff url(../gif/rczo0e.gif) no-repeat 0 50%;
}
.popMain .error_icon {
	background: #fff url(../gif/eo9kyv.gif) no-repeat 0 50%;
}
.popMain .confirm_icon {
	background: #fff url(../gif/8sn7wp.gif) no-repeat 0 50%;
}
.popTitle {
	background: teal;
	display: none;
}
.popTitle .text {
	margin-left: 12px;
	line-height: 28px;
	color:#fff;
}
.popTitle .icon {
	float: left;
	margin: 6px 0 0 6px;
	width: 16px;
	height: 16px;
}
.popTitle .close {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 16px;
	margin: 0px 12px;
	font-weight: 900;
	cursor: pointer;
	color:#fff;
}
.popTitle .close:hover {
	color: #ddd;
}
.popContent {
	background: #fff;
	overflow: auto;
	padding: 20px 40px;
}
.popContent th{ text-align:right;}
.popContent th,.popContent td{padding:5px; border-bottom:solid 1px #eee;}

.popContent .layer_msg {
	padding-left: 80px;
	max-width: 400px;
	text-align: right;
}
.popContent .layer_msg .p{
	padding: 10px 0;
	margin: 0; text-align:center;
	font-size: 16px;
}
.popContent .layer_msg input {
	margin-bottom: 10px; width: 100%;
	height: 20px;
}
.popContent button {
	border: none;
	cursor: pointer;
	padding: 6px 20px;
	background-color:teal;
	color:#fff;
	margin-left:10px;
}
.popContent button:hover {
	background-color: #cd9244;
}
.popContent button:active {
	background-color: #cd9244;
}


.ddgaAlertArea{ display:none}
#ddgaAlert{ min-width:640px; }
#ddgaAlert #alertMsg{ line-height: 2; font-size: 18px;}
#ddgaAlert #alertMsg .wxFocus{ border: solid 1px #ccc; background:#eee; border-radius:7px; margin:15px; padding:10px; text-align:center}
#ddgaAlert #aqrCode{ overflow:hidden; width:450px; display:block; margin-left:auto; margin-right:auto; display:none;}
#ddgaAlert #aqrCode li{ width:50%; float:left; text-align:center; font-size:14px;}