body{
	/*background: url("../images/jj.jpg") no-repeat;*/
	position: relative;
	color: #ccc;
	background-image:url(../images/wechatimg8.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 812px;
	/*background-attachment: fixed;*/
}
.header{
	margin-top: 1.0rem;
}
.header span{
	color: #fff;
	font-size: 5vw;
}
.text-center{
	margin-top: 11vw
}
.main{
	/*margin-top: 30vw;*/
	position: absolute;
	bottom: 0;
}
.main .main_top{
	/* margin-top: 10vh; */
}
.main .main_top em{
	width: 25px;
	height: 25px;
	line-height: 21px;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 50%;
	display: inline-block;
	font-size: 0.6rem;
}
.main .main_top .step_1{
	font-size: 2vw;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0.7rem;
}
.main .main_top .step_1 p{
	margin-bottom: 0.5rem;
}
.main .main_top .step_1 .title span{
	/*float: left;*/
	width: 7vw;
	height: 7vw;
	line-height: 6vw;
	text-align: center;
	border: 0.3vw solid #ccc;
	border-radius: 50%;
	display: inline-block;
	font-size: 3vw;
}
.main .main_top .step_1 .content{
	float: left;
	margin-left: 0.5rem;
	/*margin-top: -0.5rem;*/
}
.main .main_top .step_1 img{
	position: absolute;
	top: 1vh;
	left: 22vw;
}
.main .main_center{
	padding: 0 0.5rem;
	padding-top: 10vh;
}
.main .main_center input{
	background: none;
	border: none;
	border-bottom: 1px solid #ccc; 
	outline: medium;
	color: #0d0d0d;
}
.main .main_center .agreen{
	font-size: 3vw;
 	padding: 0 1.2rem;
}
.main .main_center .submit{
	height: 10vw;
	line-height: 10vw;
	text-align: center;
	border-radius: 10px;
	background: #ffcd00;
	font-size: 4.5vw;
	color:#fff;
	margin-top: 1.5rem;
}
.news{
	width: 45vw;
	height: 15vw;
	background: #57575a;
	border-radius: 10px;
	/*position: absolute;
	top:35%;
	left: 5%;*/
	margin-top: 9vw;
	margin-left: 15px;
	color: #eee;
	font-size: 3vw;
	padding:2.5vw 3vw;
	display: block;
}
.news p{
	margin-bottom: 0;
}
.news p:nth-of-type(2){
	margin-top: 0.3rem;
}
.news p:nth-of-type(1) em{
	float: right;
}
.news p:nth-of-type(2){
	text-align: center;
}
.news p:nth-of-type(2) .money{
	color: red;
	font-weight: bold;
}
.main .main_center .tips{
	width:60vw;
	height: 15vw;
	line-height: 15vw;
	text-align: center;
	background: #666;
	position: fixed;
	top:50%;
	left:20%;
	z-index: 1;
	font-size: 5vw;
	border-radius: 8px;
	color: #fff;
}
.sendcode{
	border: none;
	background: none;
	color: #0d0d0d;
}

