a{
	text-decoration: none;
}
#maskBg{
	width: 0;
	height: 0;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index: 10000 !important;
	overflow: hidden;
}
#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:450px;
	position: absolute;
	z-index: 2;
}
#pointer{
	width:400px;
	height:110px;
	background-repeat: no-repeat;
	background-position: center center;

}
#mianWarn{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: relative;
}
#nextStep{
	display: block;
	width: 55px;
	height: 25px;
	margin:0 auto;
	line-height: 25px;
	font-size:12px;
	text-align: center;
	border-radius:2px;
	background: #00bba9;color: #fff;
	float: left;
	margin:0 5px;
}
#prevStep{
	display: block;
	width: 55px;
	height: 25px;
	margin:0 auto;
	line-height: 25px;
	font-size:12px;
	text-align: center;
	border-radius:2px;
	background: #00bba9;color: #fff;
	float: left;
	margin:0 5px;
}
#noNotice{
	display: block;
    width: 200px;
    height: 30px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    float: left;
    margin: -3px 5px;
    background: url(/htmlPage/html/img/msty.png) no-repeat;
    background-size: 100% 100%;
}
#warnData{
	text-align: center;
    color: #fff;
    padding: 10px 50px;
    line-height: 30px;
    font-size: 17px;
    font-weight: bold;
}
#closeMaskWarn{
	font-size:22px;
	position: absolute;
	right:50px;
	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;
}
#btnBox{
	width: 400px;
	position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, 0);
}