.plan-child_wrap {
	width: 75rem;
	padding: 8rem 4.7rem 9rem 4.7rem;
}

/* banner */
.plan-child_banner {
	margin: 2.7rem auto;
	width: 65.6rem;
	height: 26rem;
	border-radius: 0.8rem;
}

.plan-child_banner img {
	width: 100%;
	height: 100%;
}

/* 在线留言 */
.inLine_form {
	margin: 0 auto;
	width: 65.5rem;
}

.inLine_form>h5 {
	font-family: SourceHanSansCN-Medium;
	font-size: 2.4rem;
	color: #1a1c1d;
	font-weight: bold;
	line-height: 7rem;
}

.inLine_form_wrap {
	width: 65.5rem;
}

.inLine_form_wrap input[type="text"] {
	width: 32.2rem;
	height: 2.8rem;
	border: solid 1px #dcdcdc;
	line-height: 2.8rem;
	padding: 0.6rem 1.3rem;
	margin-bottom: 0.6rem;
	margin-right: 0.7rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.57rem;
	letter-spacing: 0.08rem;
}

.inLine_form_wrap input[type="text"]:nth-child(2n) {
	margin-right: 0;
}

.inLine_form_wrap textarea {
	padding: 1rem;
	width: 65.5rem;
	height: 8rem;
	border: solid 1px #dcdcdc;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.57rem;
	line-height: 2.5rem;
}

.inLine_form_wrap>p {
	text-align: center;
	padding: 2.5rem;
}

.inLine_form_wrap>p button {
	width: 10.9rem;
	height: 2.9rem;
	background-color: #0068b7;
	border-radius: 360px;
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
	color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	line-height: 2.9rem;
}