.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%;
}
/* 琛ㄥ崟 */
.product_form_box{
/*	width: 75rem;*/
	margin-top: 2.4rem;
}
.product_form{
	text-align: center;
}
.form_text_box{
	width: 65.5rem;
	height: 7.6rem;
	padding: 1.75rem 3rem;
	background-color: #eeeeee;
	display: flex;
	justify-content: space-between; 
}
.form_text_box input[type="text"]{
	width: 19.5rem;
	height: 4.1rem;
	background-color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 4.1rem;
	color: #5e5e5e;
	padding:0 1em ;
}

.product_form input[type="button"]{
	width: 17.7rem;
    height: 6rem;
    background-color: #0068b7;
    border-radius: 360px;
    font-family: SourceHanSansCN-Regular;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #ffffff;
    margin: 3rem 0;
}


/* 鍦ㄧ嚎鐣欒█ */
.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;
}
