body{
	height: 100%;
}
.top{
	overflow: hidden;
	width: 100%;
	height: 4.84rem;
	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
}
.logo {
	display: block;
	width: 1.29rem;
	height: 1.28rem;
	margin: 0.85rem auto 0 auto;
	border-radius: 0.1rem;
}
.top h1{
	font-size: .36rem;
	color: #fff;
	text-align: center;
	margin-top: .21rem;
}
.button a{
	display: flex;
	width: 3.23rem;
	height: .61rem;
	background-color: #fff;
	border-radius: .4rem;
	color: #1980df;
	justify-content: center;
	align-items: center;
	font-size: .24rem;
}
.button a img{
	width: .29rem;
	height: .34rem;
	margin-right: .21rem;
}
.button_one{
	margin: .35rem auto;
}
.button_two{
	margin: .35rem auto;
}
.bottom{
	overflow: hidden;
	width: 96%;
	/* height: 5rem; */
	margin: .19rem auto .6rem auto;
	box-shadow: 0px 0px 8px 1px rgba(2, 4, 7, 0.18);
	box-sizing: border-box;
	padding: 0 .5rem;
}
.bottom_top{
	display: flex;
	justify-content: space-between;
	margin-top: .51rem;
}
.bottom_top img{
	width: 2.93rem;
	height: 5.2rem;
}
.bottom_top img:first-child{
	margin-right: .37rem;
}
.line{
	width: 2.4rem;
	height: .04rem;
	background-color: #1c89ee;
	margin-top: .1rem;
	border-radius: .1rem;
	margin-left: .1rem;
	margin-bottom: .46rem;
}
.content{
	font-size: .3rem;
	color: #807f7f;
	line-height: .5rem;
	margin-bottom: .58rem;
}


.weixin-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	filter: alpha(opacity=70);
	height: 100%;
	width: 100%;
	z-index: 100;
}
.weixin-tip img {
	max-width: 100%;
	height: auto;
}
.weixin-tip p {
	text-align: center;
	margin-top: 10%;
	padding: 0 5% 0 10%;
}