.popup_app{
	position:absolute;
	left:0;
	top:0;
	display: none;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.3) ;
	background-size:100% ;
}
.popup_app_main{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0px 0px -262.5px;
	width: 525px;
	height: 400px;
	background-color:#ffffff ;
}

.popup_app_main h1{
	margin-top: 20px;
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: normal;
}

.popup_app_main p{
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 36px;
	font-weight: normal;
}

.popup_app_main span{
	color: #06bae0;
}

.popup_app_main img{
	display: block;
	margin: auto;
}

.pop_one{
	display: block;
}

.pop_two{
	display: none;
}

.pop_two img{
	margin-top: 40px;
}

.pop_close img{
	position: absolute;
	margin-top: 0px;
	top: 20px;
	right: 24px;
	width: 22px;
	height: 23px;
}













