#maskBg{
	width: 0;
	height: 0;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index: 10000 !important;
	height: 1080px;
    width: 3840px;
    transform-origin: top left;
	pointer-events: none;
}
#mask{
	width:0;
	height:0;
	position:absolute;
	z-index: 1;
	border: 0 solid #000;
	opacity: 0.6;
	transition: all .3s;
	pointer-events: none;
}
#mask::before{
	content: "";
	width: 100%;
	height:100%;
	/*border-radius: 50%;*/
	/*border: 100px solid #000;*/
	position: absolute;
	left: -100px;
	top:-100px;
}
#maskTitle{
	width:500px;
	height:400px;
	position: absolute;
	z-index: 2;
	pointer-events: none;
}
#pointer{
	width:500px;
	height:58px;
	background-repeat: no-repeat;
	background-position: center center;

}
#mianWarn{
	width: 500px;
    height: 240px;
	/*position: relative;*/
	position: absolute;
	left: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	pointer-events: all;
}
.chartsBar{
	height: 115px;
	position: relative;
	width: 70%;
	margin: auto;
}
#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: 250px;*/
    padding: 40px 80px 0px 80px;
    line-height: 24px;
    text-align: center;
    /* line-height: 150px; */
    color: #339900;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100% 100%;
}
#closeMaskWarn{
	font-size:22px;
	position: absolute;
	right: 68px;
    top: 30px;
	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;
}
