*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	font-family: "新宋体";
	font-size: .3rem;
}
html{
	width: 100%;
	height: 100%;
	background: url(bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	position: relative;
}
.page{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 63%;
	font-size: .36rem;
	line-height: .5rem;
}
.page h1{
	font-size: .36rem;
	color: #000304;
}
.page a{
	display: inline-block;
	font-size: .3rem;
	width: 1.68rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	color: #2d2d2d;
	background-color: #fdb834;
	margin: .3rem auto 0;
}
