@charset "utf-8";
/* CSS Document */
/*锁屏*/
.black_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:rgb(0, 0, 0);
	z-index:10000000;
	-moz-opacity: 0.5;
	opacity:.65;
	filter: alpha(opacity=50);
}
.white_content {
	position: absolute;
	top: 50%;
	left:40%;
	margin-top:-60px;
	width: 404px;
	background-color:none;
	z-index:10000000000;
	overflow: auto;
}
.white_content .white_box td input {
	border: 1px solid #ccc;
    outline: none;
}
.white_content .white_box .nosee { margin-left: 5px; }
.white_content .white_box td { color:#606060; }
.white_content .white_box td input { height: 30px; }
.white_content .white_box td input[type="radio"] { height: auto; }
.white_content .white_box td input:focus { border: 1px solid #1470cc; }
.white_content .white_box .inputbtn input { 
	background: #e64545;
    width: 60px;
    border: 0;
    color: #fff;
    padding: 4px 10px;
    margin-top: 5px;
    border-radius: 3px;
 }
 .white_content .white_box .inputbtn input:focus { border:none; }
.content_load{
    background:url(../images/ajax_loader.gif) no-repeat center center;
	margin-top:10px;
	float:left;
	display:block;
	width:400px;
	height:50px;

}
.white_close {
	background:url(../images/close.jpg) no-repeat center right; width:11px; height:11px;
	float:right;
	right:15px;
	top:18px;
	display:block;
	position:absolute;
	z-index:1000000;
}
.white_box {
	width:100%;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	text-align:center;
	border:6px solid #333; 
	overflow:hidden;
	border-radius: 4px;
}
.white_box h4 { margin:15px 0; font-size: 18px; }
.white_dl{ width:400px; float:left; overflow:hidden;}
.white_dl dt{ background:url(../images/bag.jpg) no-repeat center right; width:150px; height:55px; float:left; overflow:hidden;}
.white_dl dd{ width:250px; float:left; overflow:hidden}
.white_dl dd .payf a { font-size: 16px; text-decoration: none; }
.white_box h1{ background:#F2F6F7; color:#606060;  float:left; width:100%; border-bottom:1px solid #E0E0E0; padding-left:10px; text-align:left; font-size:16px; margin-bottom:20px;line-height: 36px; margin-top: 0;}


.wx_content {
	position: absolute;
	top: 50%;
	left:36%;
	margin-top:-60px;
	width: 454px;
	background-color:none;
	z-index:10000000000;
	overflow: auto;
}
.wx_box {
	width:98%;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	text-align:center;
	border:2px solid #CCC; overflow:hidden;
}
.wx_dl{ width: 300px; float: left; overflow: hidden;margin-left: 90px;}
.wx_dl dt{ background:url(../images/bag.jpg) no-repeat center right; width:43px; height:51px; float:left; overflow:hidden;}
.wx_dl dd{ width:250px; float:left; overflow:hidden}
.wx_box h1{ background:#fff; color:#E98900; float:left; width:100%; border-bottom:1px solid #CCC; line-height:30px; padding-left:10px; text-align:left; font-size:16px; margin-bottom:20px;}


/*消息框+锁屏*/
.message_black_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#000;
	z-index:9999;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.message_white_content {
	position: absolute;
	top: 40%;
	left:55%;
	margin-left:-300px;
	_margin-left:-100px;
	width: 400px;
	background-color:none;
	z-index:10000005;
	overflow: auto;
}
.message_white_iframe {
	width:392px;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	background:#fff;
	border: 6px solid #333;
    border-radius: 4px;
}
.message_white_title {
	height:33px;
	line-height:33px;
	background: #f5f7fa;
	font-size:14px;
	padding:0px;
	margin:0px;
}
.message_white_title_bottom {
	height:30px;
	line-height:30px;
	font-size:10px;
	text-align:left;
	padding-left:15px;
	margin:0px;
	font-family:"微软雅黑";
	color:#999;
	float: right;
}
.second1 { margin-top: 10px; }
.second2 { margin-top: 20px; margin-right: 5px;color: #606060; }
.message_white_title span {
	padding-left:20px;
	color:#606060;
	font-size: 16px;
}
.message_white_box {
	padding-top:30px;
	padding-left:70px;
	height:55px;
}
.message_white_img_succeed {
	background:url(../images/icon/succeed.png);
	background-size: 100% 100%;
	text-align:center;
	float:left;
	width:36px;
	height:36px;
	margin:0px 15px;
}
.message_white_img_warning {
	background:url(../images/icon/warning.png) no-repeat;
	margin-left: 10px;
	text-align:center;
	float:left;
	width:48px;
	height:48px;
	margin-right:10px;
}
.message_white_img_question {
	background:url(../images/icon/question.png) no-repeat;
	text-align:center;
	float:left;
	width:48px;
	height:48px;
	margin-right:10px;
	margin-left: 10px;
}
.message_white_img_smile {
	background:url(../images/icon/smile.png) no-repeat;
	text-align:center;
	float:left;
	width:48px;
	height:48px;
	margin-right:10px;
}
.message_white_img_sad {
	background:url(../images/icon/sad.png) no-repeat;
	text-align:center;
	float:left;
	width:48px;
	height:48px;
	margin-right:10px;
}
.message_white_img_error {
	background:url(../images/icon/error.png);
	background-size: 100% 100%;
	text-align:center;
	float:left;
	width:36px;
	height:36px;
	margin:0px 15px;
}
.message_white_font {
	float:left;
	font-size:16px;
	width:280px;
	color: #606060;
	margin-top: 5px;
}
/*------------*/
.message_white_box1 {
	padding:10px 85px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
}
.message_white_box1 input {
	cursor:pointer;
	margin:0px 15px;
	width:60px;
	border:1px solid #e64545;
	background-color:#e64545;
	color:#FFF;
	float:left;
	line-height:22px;
}
.message_white_box_del {
	padding-top:15px;
	/*padding-left:20px;*/
	height:45px;
	float:left;
}
.message_white_iframe_del {
	width:392px;
	margin-left:auto;
	margin-right:auto;
	height:160px;
	background:#fff;
	border: 6px solid #333;
}
.message_white_title_bottom_del {
	height:30px;
	line-height:30px;
	font-size:10px;
	text-align:left;
	padding-left:15px;
	margin:0px;
	border-top:1px solid #ccc;
	font-family:"微软雅黑";
	color:#999;
	float:left;
	width:377px;
}

.message_white_box2 {
	float: right;

}
.message_white_box2 input { 
	cursor: pointer;
    margin: 0px 15px;
    width: 60px;
    border: 1px solid #e64545;
    background-color: #e64545;
    color: #FFF;
    float: left;
    line-height: 22px;
    border-radius: 3px;
 }
