html,body{
	width: 100%;
	height: 100%;
}
.contentWrapper{
	width: 100%;
	height: 100%;
	background: url(../img/bc.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	font-size: 0;
	padding-bottom: .2rem;
}
.contentWrapper .title_box{
	margin: .7rem auto 0 auto;
	width: 4.44rem;
	height: 1.81rem;
	background: url(../img/title.png) no-repeat center;
	background-size: 100% auto;
}
.contentWrapper .phone_box{
	margin: .3rem auto 0 auto;
	width: 3.64rem;
	height: 7.51rem;
	background: url(../img/phone.png) no-repeat center;
	background-size: 100% auto;
}
.contentWrapper .recommendationcode_box{
	display: inline-block;
	box-sizing: border-box;
	margin: .3rem auto 0 auto;
	line-height: .4rem;
	padding: 0 .26rem;
	color: #fff;
	font-size: .22rem;
	border: .02rem dashed #fff;
	border-radius: 1rem;
}
.contentWrapper .click_box{
	display: block;
	margin: .25rem auto 0 auto;
	width: 4.8rem;
	height: .95rem;
	background: url(../img/clickButton.png) no-repeat center;
	background-size: 100% auto;
}

/*andriod点击下载页面跳转指引*/
#weixin-tip{
	display:none;
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	z-index:10000;
}
#weixin-tip img{
	width: 100%;
	height: 100%;
}
#weixin-tip p{
	text-align:center;
	margin-top:10%;
	padding:0 5%;
	position:relative;
}
#weixin-tip .close{
	color:#fff;
	padding:5px;
	font:bold 20px/24px simsun;
	text-shadow:0 1px 0 #ddd;
	position:absolute;
	top:0;
	left:5%;
}