html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,input,q,b,dl,dt,dd,ol,ul,li,form,label,canvas {
		margin: 0;
		padding: 0;
	}
	body{
		background: #fff;
		font-family: 'Microsoft YaHei', Arial, sans-serif,'Helvetica Neue', Helvetica;
	}
	#main{
		position: relative;
		width: 100%;
		max-width: 540px;
		/*height: 100%;*/
		margin: 0 auto;
		background: #eff1eb;
	}
	.content{
		position: absolute;
		width: 100%;
		height: 100%;
		/*background: url(images/bg.jpg) no-repeat;*/
		background-size: contain;
		background-position: center bottom;
		bottom: 0;
	}
	.content img{
		width: 100%;
		position: absolute;
		bottom: 90px;
		left: 0;
	}
	.join{
		position: absolute;
		height: 48px;
		line-height: 48px;
		background: #ff8903;
		width: 89.6%;
		border-radius: 5px;
		font-size: 21px;
		text-align: center;
		color: #ffffff;
		bottom: 0;
		left: 5.2%;
		margin-bottom: 40px;
		-webkit-user-select:none ;
		-moz-user-select:none;
		user-select:none;
	}

	.header{
		position: absolute;
		width: 100%;
		padding-top: 8px;
		z-index:2;
	}
	.tittle{
		position: relative;
		width: 89.6%;
		margin-left: 5.2%;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 15px;
		color: #666666;
	}
	.tittle:before{
		top: 50%;
		content: "";
		display: block;
		position: relative;
		height: 1px;
		background: #bfc1bc;
		-webkit-transform: scaleY(0.5);
		transform: scaleY(0.5);
	}
	.tittle:after{
		width: 125px;
		position: relative;
		display: block;
		content: attr(data-tittle);
		/* height: 1px; */
		background: #eff1eb;
		margin: 0 auto;
	}
	.info{
		padding-left: 5.2%;
		padding-top: 8%;
	}
	.info-text{
		text-align: left;
		color: #333333;
	}
	.text-top{
		font-size: 19px;
	
	}
	.text-bottom{
		font-size: 15px;
		margin-top: 5px;
	}
	.btn-orange.active{
		border: 1px solid #ff7703;
  		background: #ff7703;
  		transition: all .2s
	}
.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #bbbbbb;
	margin: 12px 0;
}

/*
@media screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2){
	#main{
		height: 120%;
	}
}
*/
