/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
input,
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	height: auto;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #2f1e3f;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hide {
	display: none;
}
.visibility_hidden {
	visibility: hidden;
}
.main_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main_container section {
	position: relative;
	height: 100%;
}
.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
}
.pages_share_layer {
	z-index: 4;
}
.pages_layer_box {
	position: relative;
	width: 100%;
}
.pages_success_btn,
.pages_fail_btn {
	position: absolute;
	width: 150px;
	left: 50%;
	bottom: 14%;
	margin-left: -75px;
}
.pages_get_btn {
	position: absolute;
	left: 50%;
	bottom: 16%;
	width: 120px;
	margin-left: -60px;
	z-index: 1;
}
@media screen and (min-height: 600px) and (max-height: 700px) {
	.pages_get_btn {
		bottom: 17.5%;
	}
}
@media screen and (min-height: 400px) and (max-height: 520px) {
	.pages_get_btn {
		bottom: 14%;
	}
}