body{
	background: white;
}
#wrap{
	padding-bottom: 0;
}
#nav{
	width: 100%;
	height: 2rem;
	background-color:white;
	border-bottom:1px solid #d3d3d3;
	position: fixed;
	top:0;
	z-index:10;
	line-height:2rem;
	font-size:0.72rem;/*36/50*/
	color: #696969;
	text-align: center;
}
#nav span.btn{
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(../images/back_btn_black.png) center no-repeat;
	background-size:auto 100%;
	position: absolute;
	left:0;
	top:0;
}

/*活动区域*/
.active_box,.contact{
	box-sizing: border-box;
	padding: 2.4rem 0.4rem 0;/*120/50*/
	overflow: hidden;
}
.active_box ul{
	width: 100%;
	height: 5.64rem;/*282/50*/
	background-color:#9fdc97;
	margin-bottom: 0.4rem;
	position: relative;
}
.active_box ul li.countdown{
	font-size: 0.52rem;/*26/50*/
	color:white;
	position: absolute;
	left: 0.4rem;/*20/50*/
	bottom: 0.32rem;/*16/50*/
	padding-left: 0.8rem;/*40/50*/
	line-height: 0.56rem;
	background: url(../images/time_icon.png) left center no-repeat;
	background-size: auto 100%;
}
.active_box ul li img{
	width: 100%;
	height: 5.64rem;/*282/50*/
    padding: 0;
    margin: 0;
    border: none;
}

/*咨询方式*/
.contact h1{
	font-size: 0.76rem;/*38/50*/
	text-align: center;
	padding-top:1.4rem;/*70/50*/
	padding-bottom: 2rem;
}
.contact section{
	width: 50%;
	float: left;
	padding-top: 3.6rem;/*180/50*/
	font-size: 0.68rem;/*34/50*/
	color:#696969;
	text-align: center;
}
.contact section.weixin{
	background: url(../images/wexin_icon.png) center top no-repeat;
	background-size: auto 65%;
}
.contact section.qq{
	background: url(../images/qq_icon.png) center top no-repeat;
	background-size: auto 70%;
}