/*包围遮罩的父级div*/
#nei_center{
	position: relative;
	/*border: 1px solid red;*/
}

/*遮罩区域*/
#myZhezhao{
	position: absolute;
	/*top: 40px;*/
	left: 0px;
	/*border: 1px solid #333;*/
	width: 100%;
	/*height: 100%;*/
}

#zhezhao_ceng{
	position: absolute;
	top: 0px;
	left: 0px;
	/*border: 1px solid green;*/
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #fff;
	opacity: 0.9;
}

#zhezhao_data{
	position: absolute;
	top: 25%;
	left: 25%;
	/*border: 1px solid green;*/
	width: 50%;
	height: 50%;
	z-index: 4;
	background: #fff;
	/*opacity: 0.9;*/
	text-align: center;
	padding-top: 50px;
}

/*关闭按钮*/
#zhezhao_close_a{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 26px;
	display: none;
}


/*顶部*/
#zhezhao_data .zhezhao_data_top{
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 20px;
	color: #111;
	font-weight: bold;
}
#zhezhao_data .zhezhao_data_top .special_tip{
	color: #CC3300;
}

/*中间*/
#zhezhao_data .zhezhao_data_center{
	margin-top: 10px;
	margin-bottom: 30px;	
	font-size: 14px;
}

/*底部*/
#zhezhao_data .zhezhao_data_bottom{
	margin-top: 10px;
	margin-bottom: 10px;	
}

#zhezhao_data .zhezhao_data_bottom .myBtn{
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: #128BED;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}
#zhezhao_data .zhezhao_data_bottom .myBtnActive{
	background: #E33244;
}