#maskBg{
	width: 0;
	height: 0;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index: 10000 !important;
}
#mask{
	width:0;
	height:0;
	position:absolute;
	z-index: 1;
	border: 0 solid #000;
	opacity: 0.6;
	transition: all .3s;
}
#mask::before{
	content: "";
	width: 100%;
	height:100%;
	/*border-radius: 50%;*/
	border: 100px solid #000;
	position: absolute;
	left: -100px;
	top:-100px;
}
#maskTitle{
	width:400px;
	height:400px;
	position: absolute;
	z-index: 2;
}
#pointer{
	width:400px;
	height:58px;
	background-repeat: no-repeat;
	background-position: center center;

}
#mianWarn{
	width:294px;
	height:174px;
	position: relative;
}
#nextStep{
	display: block;
	width:50px;
	height:20px;
	margin:0 auto;
	line-height: 20px;
	font-size:12px;
	text-align: center;
	border-radius:2px;
	border: 1px solid #339900;
	color: #339900;
	position:absolute; left:50%; bottom:35px;
}
#warnData{
	height:174px;
	text-align: center;
	line-height: 150px;
	color: #339900;
	background-repeat: no-repeat;
	background-position: center;
}
#closeMaskWarn{
	font-size:22px;
	position: absolute;
	right:36px;
	top:17px;
	width: 20px;
	height:20px;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
}
#outPointer{
	position: absolute;
	right:0;
	bottom:0;
	width:80px;
	text-align: center;
	line-height: 20px;
	height:20px;
	font-size:14px;
	color: #FFF;
}
