.codeWrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index:9999;
	width: 100%;
	background: #CCCCCC;
	display:none;
}
.codeMask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.codeClose{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 34px;
	height: 34px;
	background: url(images/closeMask.png) no-repeat;
}
.codeBox{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 185px;
	height: 348px;
	margin: -174px 0 0 -94px;
}
.codeTitle{
	height: 34px;
	line-height: 34px;
	font-size: 34px;
	color: #2ccd52;
	margin: 0;
	margin-bottom: 39px;
	text-align: center;
	font-family: "微软雅黑";
}
.codeCon{
	width: 190px;
	line-height: 28px;
	margin-top: 33px;
	font-size: 14px;
	color: #223318;
	font-family: "微软雅黑";
	text-align: center;
	margin-left: 5px;
	
}