/*common mobile fullscreen*/

body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	color: white;
	font-size: 0.7rem;
}

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

ul,
li {
	list-style: none;
}

img {
	border: none;
	display: block;
}

html,
body {
	width: 100%;
	display: block;
	color: #434343;
	/*-webkit-overflow-scrolling: touch;*/
	/*overflow: hidden;*/
	/*position: relative;*/
	overflow-x: scroll;
	overflow-y: hidden;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea,
button {
	outline: none;
	border: none;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	content: "";
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.page {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	display: none;
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.show {
	display: block;
}