﻿* {
	padding: 0;
	margin: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

*:focus {
	outline: none;
}

/* alert */
.mark {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 0.88rem;
	line-height: 0.88rem;
	width: 80%;
	text-align: center;
	font-size: 0.28rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0.1rem;
}

.mesk {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .8;
	position: absolute;
}

html {
	font-size: 100px;
}

html,
body {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	background-color: #f6f2ea;
}

/* 舞台居中对齐 */
#app {
	width:640px;
	height: 1300px;
	position: fixed;
	font-size: .24rem;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.page{
		background-color: #f6f2ea;
}
/* 页面和层 */
.page,
.labe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;

}
.flexlabe{
	display: flex;
	justify-content: center;
align-items: center;
}
.center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.center_lr {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.center_tb {
	position: absolute;
	top: 0;
	bottom: 0;

	margin: auto;
}
	
img{
	position: absolute;
}
