/* contact */
.m-contact {
	padding: .7rem 0 .94rem;
}
.m-contact .name {
	margin: .6rem 0 .4rem;
	font-size: .26rem;
	font-weight: bold;
}
.m-contact p {
	line-height: .4rem;
	font-size: .16rem;
}
.m-contact .map {
	width: 8.3rem;
	height: 4.5rem;
	border: 1px solid #ddd;
	overflow: hidden;
}
.m-contact .map iframe {
	position: relative;
	left: 50%;
	top: 50%;
	width: 830px;
	height: 450px;
	border: none;
	transform: translate(-50%,-50%);
}
/* end contact */

/* feedback */
.m-feedback {
	border-top: 2px solid #000;
	margin: 0 auto 1.5rem;
}
.m-feedback .title {
	padding: .5rem 0 .6rem;
}
.m-feedback .title h1 {
	line-height: .48rem;
	font-size: .4rem;
	font-weight: normal;
	color: #142D7C;
}
.m-feedback .title p {
	width: 5.4rem;
	line-height: .24rem;
	font-size: .16rem;
	color: #666;
}
.m-feedback form {
	position: relative;
	padding: .54rem .3rem .6rem;
	background: #FAFAFA;
}
.m-feedback .item {
	float: left;
	box-sizing: border-box;
	width: 6.52rem;
	height: .48rem;
	border: 1px solid #ddd;
	padding: 0 .14rem;
	margin-bottom: .28rem;
	background: #fff;
	transition: border-color .2s ease;
}
.m-feedback .item:hover,
.m-feedback .item:focus-within {
	border-color: #142D7C;
}
.m-feedback .item:nth-child(even) {
	margin-left: .35rem;
}
.m-feedback .item:nth-last-child(2) {
	width: 100%;
	height: auto;
}
.m-feedback .item:nth-last-child(1) {
	margin: 0;
}
.m-feedback .item label {
	line-height: .46rem;
	color: #666;
}
.m-feedback .item label b {
	font-family: '宋体';
	font-weight: normal;
	color: #F30000;
}
.m-feedback .item input {
	height: 100%;
	border: none;
}
.m-feedback .item textarea {
	box-sizing: border-box;
	height: 1.8rem;
	border: none;
	padding: .12rem 0;
	margin-left: 1em;
	line-height: .2rem;
}
.m-feedback .item img {
	height: .34rem;
	margin-top: .06rem;
}
.m-feedback button {
	position: absolute;
	right: .3rem;
	bottom: .58rem;
	width: 1.8rem;
	height: .55rem;
	border: none;
	font-size: .2rem;
	color: #fff;
	background: #142D7C;
}
.m-feedback button:hover {
	opacity: .8;
}
/* end feedback */