* {
	padding: 0;
	margin: 0;
}

/* 默认打开的页面 */
.main{
	width: 100vw;
	height: 100vh;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-size: 100vw;
	padding-top: 1px;
}
.logo{
	width: 25vw;
	height: 40vw;
	margin: 44vw auto 0;
}
.logo img{
	display: block;
	width: 25vw;
	height: 25vw;
}
.logo p{
	display: block;
	margin-top: 4vw;
	color: #353535;
	font-size: 5vw;
	text-align: center;
}
div.button {
	width: 73vw;
	height: 12vw;
	margin: 38vw auto 0;
	border: 1px solid #7ca2f8;
	border-radius: 1.5vw;
	text-align: center;
	line-height: 11.6vw;
	color: #7ca2f8;
}
footer{
	margin-top: 7vw;
}
footer p{
	margin-top: 2vw;
	text-align: center;
	font-size: 4vw;
	color: #A2A2A2;
}
/* 默认打开的页面结束 */

/* 微信中弹出的页面 */
#openBrowser {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}
.hidden {
	display: none;
}
.pointerBrowser{
	width: 42vw;
	position: absolute;
	top: 0;
	right: 2vw;	
}
#openBrowser>p {
	width: 70vw;
	height: 10vw;
	margin: 10vw auto 0;
	text-align: center;
	font-size: 4.6vw;
	color: #7ca2f8;
}
/* 微信中弹出的页面结束 */

