html {
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
	font-size: 50px;
}

html,
body {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

body,
h5,
h4,
h3,
h2,
h1,
p,
dl,
dt,
dd,
ol,
ul,
th,
td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	background: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: none;
	-webkit-appearance: none;
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
	border-radius: 10%;
	background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
	width: 0;
	height: 0;
	border-radius: 10%;
	background-color: rgba(10, 10, 10, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.EmtSelection {
	position: relative;
}

.PopuBoxCont,
.PopuBoxMask,
.PopuBox,
.PageExit,
.PageMain,
.PageBox,
.PageMain:after,
.PageBox:after,
.EmtSelection:after,
.EmtSelection:before,
.BtnTapScale,
.BtnTap,
.EmtPositionCenter,
.EmtPosition {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: transparent none no-repeat 0 0;
	background-size: 100% auto;
}

.EmtPositionCenter {
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.BtnTap,
.BtnTapScale,
.PageExit {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	background: transparent none no-repeat 0 0;
	background-size: 100% auto;
}

.BtnTapScale,
.PageExit {
	transform: scale(1);
	transition: all 0.1s;
}

.BtnTapScale:active,
.PageExit:active {
	transform: scale(0.9);
}

.EmtSelection:before,
.EmtSelection:after,
.PageMain:after,
.PageBox:after {
	content: '';
	width: auto;
	height: auto;
}

.PageBox {
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.PageMain {
	left: 50%;
	width: 100%;
	height: 100%;
	font-size: 0;
	opacity: 0;
	transform: translateX(-50%);
	transition: transform 0s, opacity 0.5s;
}

.PageBoxAct .PageMain {
	opacity: 1;
}

.PageExit {
	width: auto;
	height: auto;
	z-index: 10;
}

.PopuBoxCont,
.PopuBox {
	top: -100%;
	transition: all 0.2s;
	z-index: 9;
}

.PopuBoxMask {
	background-color: rgba(0, 0, 0, 0.7);
}

.PopuBoxCont {
	z-index: 1;
}

.PopuBoxContAct,
.PopuBoxAct {
	top: 0;
}

.PopuBoxContAct {
	transition-delay: 0.1s;
}
