.apply .common_center {
	padding-top: 0.3rem;
	padding-bottom: 0.94rem;
}
.apply .inner_title {
	text-align: center;
}
.apply hr {
	height: 0.01rem;
	width: 100%;
	background-color: #DCDCDC;
	border: none;
	margin-top: 0.3rem;
}
.apply .form {
	max-width: 5.8rem;
	margin: 0.35rem auto;
}
.apply .tips {
	font-size: 0.16rem;
	color: #666666;
}


/* 表单 */
.message {
	margin-top: 0.15rem;
}
.message .item {
	line-height: 1;
}

.message .input {
	height: 0.43rem;
	background: #F4F4F4;
	padding: 0.1rem;
	width: 100%;
	margin-bottom: 0.2rem;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}

.message .textarea {
	height: 1.31rem;
	background: #F4F4F4;
	border: none;
	padding: 0.1rem;
	resize: none;
	width: 100%;
}

.message .textarea:focus {
	outline: none;
}

.message .input::-webkit-input-placeholder,
.message .textarea::-webkit-input-placeholder {
	font-size: 0.14rem;
	color: #9A9A9A;
}

.message .input::-moz-placeholder,
.message .textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 0.14rem;
	color: #9A9A9A;
}

.message .input:-moz-placeholder,
.message .textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 0.14rem;
	color: #9A9A9A;
}

.message .input:-ms-input-placeholder,
.message .textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 0.14rem;
	color: #9A9A9A;
}

.message .submit {
	background-color: var(--main_color);
	color: #fff;
	display: block;
	width: 1.66rem;
	line-height: 0.4rem;
	text-align: center;
	border: 0.01rem solid var(--main_color);
	transition: var(--transition);
	margin-top: 0.1rem;
	font-size: 0.18rem;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.message .submit:hover {
	background-color: #fff;
	color: var(--main_color);
	display: block;
	line-height: 0.4rem;
	text-align: center;
	border: 0.01rem solid var(--main_color);
}