@charset "utf-8";
html, body{
	width:100%;
	margin:0px;
	padding:0px;
	font-size:16px;
	overflow-x:hidden;
	background-color:#f3f3f3;
}

img{
	border:0;
}

a{
	color:#000;
	text-decoration:none;
	-webkit-tap-highlight-color: rgb(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.l{
	float:left;
}

.r{
	float:right;
}

.cl{
	clear:both;
}

.hr{
	height:1px;
	border:0px;
	border-bottom:1px solid #d5d5d5;
}

.hr_disabled{
	height:1px;
	border:0px;
	border-bottom:2px dashed #E0E0E0;
}

.body_container{
	width:40em;
	margin:0 auto;
	background-image:url(../img/bg_02.png);
	background-size:cover;
}


.mask{
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:8;
	display:none;
	background-color:#fff;
	 background:rgba(0,0,0,0.5);
	-webkit-backface-visibility: hidden;
}

#box{
	position: fixed;
	border-radius: 5px;
	border:1px solid #fff;
	top:0;
	background-color:#fff;
	-webkit-backface-visibility: hidden;
	width:32.5em;
	z-index:9;
	display:none;
	padding:1.5em 0;
}

#box .title{
	margin-bottom:0.8em;
	font-size:1.875em;
	text-align:center;
}

#box .info_wrap{
	padding:0 2.5em;
}

#box .info{
	line-height:1.6em;
	font-size:1.625em;
	margin:1.5em auto;
}

.okBtn{
	font-size:1.875rem;
	margin:0em auto;
	width:100%;
	cursor:pointer;
	height:2.3em;
	line-height:2.3em;
	color:#2fc19c;
	border-radius:5px;
	text-align:center;
	border:1px solid #2fc19c;
}
