@charset "utf-8";
/* CSS Document */
body{background: #f9f9f9}
.header{
	width: 100%;
	background: #fff;
}
.top-bar{
	background: #11a847;
	height: 6px;
	width: 100%;
	overflow: hidden;
}
.head-wrap{
	margin: 0 auto;
	text-align: center;
	max-width: 640px;
	height: 73px;
}
.title{
	width:253px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}
.logo{
	float: left;
	padding-top: 19px;
}
.footer{
/*	position: fixed;
	bottom: 0;*/
	height: 34px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #11a847;
	padding-top: 10px;
}
.content{
	margin: 0 auto;
	max-width: 640px;
	overflow: hidden;
}
.number{
	
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bolder;
	color: #000;
}
.table{
	width: 100%;
}
.table td{
	padding: 15px;
	font-weight: bold;
	line-height: 20px;
	border:#11a847 1px solid;
}
.c1{
	background: #0f963f;
}
.c2{
	background: #eefff4;
}
.c3{
	background: #11a847;
}
.c4{
	background: #fff;
}
.td1{
	color: #fff;
	font-weight: bold;
	width: 35%;
	padding-left: 30px;
}
.td2{
	color: #000;
	font-weight: bold;
}
.verify{
	margin-top:10px; 
	margin-bottom: 10px;
	height: 60px;
	border:#11a847 1px solid;
	background: #fffee4;
	padding:0 15px;
	overflow: hidden;
}
.aw{
	float: left;
/*	width: 40px;
	height: 60px;*/
}
.v-text{
	float: left;
	height: 60px;
	line-height: 60px;
	font-size:18px;
	font-weight: bold;
}
.v-btn{	
	padding: 12px 0px 15px 15px;
    float: left;
}
.v-btn a {
	float: left;
/*	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	*/
    color:#fff;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
	display: block;
	width: 98px;
	height: 37px;
	line-height: 37px;
	border-radius:30px;
	background-color: #11a847; 
	/*background:url(../images/v-btn.png) center 0 no-repeat;*/
}
.v-btn a:hover {
	/*background:url(../images/v-btn.png) center -37px no-repeat;*/
	border-radius:30px;
	background-color: #0f943f; 
}

.v-input{
	float: left;
	padding:13px 0 13px 10px;
}
.v-input input{
	width: 220px;
	border:#11a847 1px solid;
	height: 34px;
	padding:5px;
	font-size: 18px;
}
.resend{
	margin-top:15px; 
	margin-bottom:10px; 
	height: 60px;
	padding:0 15px;
	overflow: hidden;
}
.warning{
	float: left;
}
.r-text{
	width: 440px;
	float: left;
	height: 40px;
	line-height: 20px;
	font-size:15px;
	font-weight: bold;
}
.r-btn a{
	float: left;	
	display: block;
	width: 132px;
	height: 39px;
	line-height: 39px;
	background-color:#ff701a;
	border-radius:10px; 
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	/*background:url(../images/r-btn.png) center 0 no-repeat;*/
}
.r-btn a:hover {
	background-color:#eb6718;
	/*background:url(../images/r-btn.png) center -39px no-repeat;*/
}
.r-btn a.selected{
	background-color:#808080;
	/*background:url(../images/r-btn.png) center -78px no-repeat;*/
}


.pop{
	margin-top:10px; 
	margin-bottom:20px; 
	padding-top: 24px;
	height: auto;
	border:#11a847 1px solid;
	background: #fffee4;
	padding:0 15px;
	overflow: hidden;
}
.check{
	float: left;
	margin-right: 15px;
	padding-top: 30px;
	background-size:50%; 
}
.c-text{
	width: 485px;
	float: left;
	height: auto;
	line-height: 22px;
	font-size:15px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
.c-btn{padding-top: 30px;padding-left: 215px}
.c-btn a{
	float: left;	
	display: block;
	width: 185px;
	height: 50px;
	line-height: 50px;
	background-color:#11a847;
	border-radius:10px; 
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	/*background:url(../images/r-btn.png) center 0 no-repeat;*/
}
.c-btn a:hover {
	background-color:#0f943f;
	/*background:url(../images/r-btn.png) center -39px no-repeat;*/
}

@media (max-width: 767px) {
	.head-wrap{
		margin: 0 auto;
		text-align: center;
		width: 100%;
		height: auto;
		padding: 3%;
	}
	.logo{
		float: left;
		padding-top: 5px;
		width: 20%;

	}
	.logo img{
		width: 100%;
	}
	.title{
		width:50%;
		margin: 0 auto;
		text-align: center;
		padding-top: 0px;
	}
	.title img{
		width:100%;
	}
	.content{
		padding: 0 3%;
	}
	.number {
	    height: 45px;
	    line-height: 45px;
	    font-size: 18px;
	    font-weight: bolder;
	    color: #000;
	    padding-top: 0px;
	}
	.verify{
		margin-top:10px;
		margin-bottom: 10px;
		height: auto;
		border:#11a847 1px solid;
		background: #fffee4;
		padding:0 15px;
		overflow: hidden;
	}
	.v-text{
		float: none;
		height: 40px;
		line-height: 60px;
		font-size:20px;
		font-weight: bold;
	}
	.v-input{
		float: none;
		padding:0px; 
		width: 100%;
		margin: 0 auto;
	}
	.v-input input{
		width: 100%;
		border:#11a847 1px solid;
		height: 50px;
		padding:10px;
		font-size: 30px;
	}
	.v-btn{	
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding:12px 15px  15px  15px;
	}
	.v-btn a {
		float: none;
		margin: 0 auto;
	}
	.r-text{
		float: none;
		width: 100%;
		height: 80px;
	}
	.resend {
	    margin-top: 15px;
	    margin-bottom: 10px;
	    height: auto;
	    padding: 0 0px;
	}
	.m-hide{
		display: none;
	}
	.warning{
		float: left;
		height: 50px;
	}
	.r-btn  {
		height: 60px;
	}
	.r-btn a {
		float: none;
		margin: 0 auto;
	}
	.pop{
		margin-top:10px; 
		margin-bottom:20px; 
		padding-top: 24px;
		height:auto;

	}
	.check{float: left;margin-right: 15px;height: 120px;padding-top: 0}
	.c-text{
		float: none;
		width: 100%;
		padding-top: 0;
		height: auto;
	}
	.c-btn{
		width: 100%;
    	float: none;
   	 	margin: 0 auto;
   	 	text-align: center;
    	padding: 12px 15px 15px 15px;
	}
	.c-btn a{
    	float: none;
	}
}
