/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
ul,
ol,
li {
	list-style: none;
}
em,
i {
	font-style: normal;
}
img {
	border: none;
}
input,
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	height: auto;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #FFF;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hide {
	display: none;
}
.main-container {
	width: 100%;
	height: 100%;
}
.main-container img{
	border: none;
	position: absolute;
}
.pages00-logo {
	top: 6%;
}
.pages00-success {
	bottom: 28%;
}
.pages00-01 {
	top: 24%;
}
.pages00-02 {
	bottom: 9%;
}

@media screen and (min-height: 400px) and (max-height: 420px) {
	.pages00-logo {
		top: 3%;
	}
	.pages00-success {
		bottom: 21%;
	}
	.pages00-01 {
		top: 22%;
	}
	.pages00-02 {
		bottom: 3%;
	}
}
/*
 * 魅族：width:432,height:599
 * 小米4：width:360,height:572
 */
@media screen and (min-height: 590px) and (max-height: 600px) {
	.pages00-logo {
		top: 4%;
	}
	.pages00-success {
		bottom: 23%;
	}
	.pages00-01 {
		top: 22%;
	}
	.pages00-02 {
		bottom: 5%;
	}
}