*{
	padding:0;
	margin:0;
	border:0;
}
textarea{
	resize:none;
}
#content{
	padding:0.613rem 0.8rem 1.293rem 0.8rem;
}
#content .title{
	color:#333;
	font-size:0.533rem;
	line-height: 0.533rem;
	text-align: left;
}
#content .en{
	margin-top:0.066rem;
	color:#999;
	font-size:0.32rem;
	line-height:0.32rem;
	text-align: left;
}
#content .text{
	margin-top:0.493rem;
	margin-bottom: 0.386rem;
	color:#666;
	font-size:0.4rem;
	line-height:0.586rem;
	text-align: left;
}
.text-group{
	margin-bottom:0.4rem;
}
.textarea{
	margin-bottom: 0.666rem;
}
.text-group input,
.textarea textarea{
	box-sizing: border-box;
	width:100%;
	padding:0 0.293rem;
	border-radius: 3px;
	border:1px solid #bcbcbc;
	font-size: 0.373rem;
	font-family: "微软雅黑";
}
.text-group input{
	height:1.306rem;
}
.textarea textarea{
	height:3.174rem;
	padding-top:0.133rem;
	padding-bottom: 0.133rem;
}
.submit-button button{
	width:100%;
	height:1.066rem;
	background-image:-webkit-linear-gradient(to top, #1995fc, #6cc4fd);
	background-image:linear-gradient(to top, #1995fc, #6cc4fd);
	background-image:-ms-linear-gradient(to top, #1995fc, #6cc4fd);
	background-image:-o-linear-gradient(to top, #1995fc, #6cc4fd);
	color:#FFF;
	line-height:1.066rem;
	font-size:0.426rem;
	text-align: center;
	border-radius: 0.053rem;
}
