.this_text{
	}
.this_text_box{
	position: relative;
	text-align:center;
		
	/* z-index:9999; */		
	background-size: 90% auto;
	background-color: #01ad59;
	padding:5% 0;
	padding-bottom: 8%;
}
.this_text_box p{
	text-align:center;
	color:#fff;
	font-size: 1.4em;
	line-height: 2em;
	height: 2em;
	padding: 0 0 3% 0;}
@media screen and (min-width:360px){
.this_text_box p{
	padding: 0 0 3% 0;}
}
.this_text_box .p_input,.this_text_box .yzm_input{
	width: 68%;
	height:30px;
	padding-left:10px;
	line-height:30px;
	border:none;
	font-size:14px;
	margin-bottom:8px}
.this_text_box .yzm_input{
	width: 37%;
	margin-right: 1%;
	display:inline-block}
.this_text_box .yzm_btn,.this_text_box .put_btn{
	display:inline-block;
	width: 29%;
	height:30px;
	line-height:30px;
	color:#0b4f68;
	background-color:#feec0c;
	font-size:16px;
	cursor:pointer
	}
.this_text_box .put_btn{
	width: 70%;
	height:35px;
	line-height:35px;
	}