img {
	border: none;
}

.sub-y {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

h1 {
	color: #333;
	font-size: 0.32rem;
	text-align: center;
	position: relative;
	margin-top: 0.08rem;
}
.page-full-form{
	width:15.2rem;
	margin: 0 auto;
	padding-bottom: 1.3rem;
	padding-top: 1rem;
	background: #fff;
}
.page-full-form .center-box{
	width: 8.8rem;
	margin: 0 auto;
	font-size: 0.16rem;
}
.page-full-form li{
	overflow: hidden;
	padding: 0.2rem 0;
}
.page-full-form li .red{
	color: #DF3B26;
}
.page-full-form .center-box input.form-control{
	font-size: 0.16rem;
	width:5.1rem;
	line-height: 0.25rem;
	border: none;
	border-bottom: 1px solid #ececec;
}
.page-full-form .center-box textarea.form-control{
	width:5.1rem;
	min-height: 1.2rem;
	border: 1px solid #ececec;
	font-size: 0.16rem;
}
.page-full-form .center-box .control-label{
	padding-right: 0.2rem;
	text-align: right;
	width: 3.5rem;
	color: #333;
}
.sumbit-block{
	margin-top: 0.4rem;
}
.submit-btn{
	width: 1.9rem;
	height: 0.48rem;
	line-height: 0.48rem;
	color: #fff;
	font-size: 0.16rem;
	background: #DF3B26;
	border: none;
	border-radius: 0.48rem;
	text-align: center;
}
.submit-btn2{
	display:none;
	width: 1.9rem;
	height: 0.48rem;
	line-height: 0.48rem;
	color: #000000;
	font-size: 0.16rem;
	background: #d0d0d0;
	border: none;
	border-radius: 0.48rem;
	text-align: center;
}

