* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}

li {
	list-style: none;
}

a,
img {
	border: none;
}

a {
	text-decoration: none;
}

a:active {
	outline: none;
}

input {
	border: none;
	outline: none;
	background: none;
}

table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.no-touch {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html,
body {
	width: 100%;
	max-width: 750px;
	margin: auto;
	position: relative;
	height: 100%;
}

.imgbox img {
	display: block;
	width: 100%;
}

.common_btn {
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	display: block;
	font-weight: bold;
}

.common_btn.btn_animation {
	animation: thescale 0.4s linear infinite alternate;
}

/* .common_btn.btn1 {
	width: 5rem;
	height: 1.16rem auto 0;
	animation: thescale 0.4s linear infinite alternate;
}

.common_btn.btn2 {
	width: 6.6rem;
	height: 2.6rem;
	background: url(../images/btn.png) center no-repeat;
	margin: 25.3rem auto 0;
	animation: thescale 0.4s linear infinite alternate;
	background-size: 100%;
} */

.contentbox {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	background: #fff;
}

.contentbox .content {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

@keyframes thescale {
	from {
		transform: scale(0.9, 0.9);
	}

	to {
		transform: scale(1, 1);
	}
}

.pop {
	display: none;
}

.fixpop {
	max-width: 750px;
	width: 100%;
	/* height: 3rem; */
	position: fixed;
	text-align: center;
	/* background: url(../images/fixpop.png) top center no-repeat; */
	/* animation: thescale 0.3s linear infinite alternate; */
	/* background-size: 100% auto; */
	left: 0;
	bottom: 0;
}

.fixpop .sub {
	position: absolute;
	text-align: center;
	display: block;
	top: 0;
	left: 0;
	height: auto;
}

.fixpop .animation {
	animation: thescale 0.3s linear infinite alternate;
}