﻿/* 在线留言 */
.inLine_form {
	margin: 0 auto;
	width: 120rem;
}

.inLine_form>h5 {
	text-align: center;
	font-family: SourceHanSansCN-Medium;
	font-size: 3.6rem;
	line-height: 13rem;
	color: #1a1c1d;
}

.inLine_form_wrap {
	width: 120rem;
}

.inLine_form_wrap input[type="text"] {
	width: 58.8rem;
	height: 5rem;
	border: solid 1px #dcdcdc;
	line-height: 5rem;
	padding: 1rem;
	margin-bottom: 1.3rem;
	margin-right: 1.5rem;
}
.inLine_form_wrap input[type="number"] {
	width: 58.8rem;
	height: 5rem;
	border: solid 1px #dcdcdc;
	line-height: 5rem;
	padding: 1rem;
	margin-bottom: 1.3rem;
	margin-right: 1.5rem;
}
.inLine_form_wrap input[type="text"]:nth-child(2n) {
	margin-right: 0;
}
.inLine_form_wrap input[type="number"]:nth-child(2n) {
	margin-right: 0;
}
.inLine_form_wrap textarea {
	padding: 1rem;
	line-height: 3rem;
	width: 120rem;
	height: 14.8rem;
	border: solid 0.2rem #dcdcdc;
}

.inLine_form_wrap>p {
	text-align: center;
	padding: 4rem;
}

.inLine_form_wrap>p input[type="button"] {
	width: 19.5rem;
	height: 5.2rem;
	background-color: #0068b7;
	border-radius: 360px;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	line-height: 5.2rem;
	letter-spacing: 0.09rem;
	color: #ffffff;
	cursor: pointer;
}

@media screen and (max-width: 1140px) {
	
	
	/* 在线留言 */
	.inLine_form {
		width: 172rem;
		/* padding-top: 5rem; */
	}
	
	.inLine_form>h5 {
		font-size:4.042rem;;
		line-height: 12.8rem;
	}
	
	.inLine_form_wrap {
		width: 172rem;
	}
	
	.inLine_form_wrap input[type="text"] {
		width: 84.5rem;
		height: 7.411rem;
		line-height: 7.411rem;
		margin-bottom: 1.8rem;
		margin-right: 2rem;
	}
	
	.inLine_form_wrap textarea {
		width: 172rem;
		height: 21.4rem;
	}
	
	.inLine_form_wrap>p {
		padding: 5.7rem;
	}
	
	.inLine_form_wrap>p input[type="submit"] {
		width: 28.126rem;
		height: 7.579rem;
		font-size: 3.032rem;
		line-height: 7.579rem;
	}
	 
}
