.m-contact .content {
	margin: .5rem .24rem 0;
}
.m-contact .content h1 {
	margin-bottom: .3rem;
	font-size: .5rem;
}
.m-contact .content p {
	margin-bottom: .2rem;
	line-height: .46rem;
	font-size: .3rem;
}
.m-contact .map {
	height: 4.5rem;
	margin: 0 .24rem;
	overflow: hidden;
}
.m-contact .map .amap {
	position: relative;
	left: 50%;
	top: 50%;
	width: 560px;
	height: 400px;
	border: none;
	transform: translate(-50%,-38%);
}

.m-feedback {
	border-top: 2px solid #000;
	margin: .98rem .24rem .4rem;
}
.m-feedback .head {
	padding: .2rem 0;
}
.m-feedback .head h1 {
	font-size: .5rem;
}
.m-feedback .head p {
	display: none;
}
.m-feedback form {
	padding: .24rem .24rem .24rem .24rem;
	background: #FAFAFA;
}
.m-feedback form .item {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0 .12rem 0 .18rem;
	margin-bottom: .24rem;
	background: #fff;
}
.m-feedback form .item label {
	width: 6em;
	height: .8rem;
	line-height: .8rem;
	font-size: .28rem;
	white-space: nowrap;
	color: #666;
}
.m-feedback form .item label b {
	margin-right: .5em;
	color: #f00;
}
.m-feedback form .item input {
	height: .8rem;
	border: none;
	font-size: .28rem;
	background: none;
}
.m-feedback form .item textarea {
	box-sizing: border-box;
	height: 1.7rem;
	border: none;
	padding: .24rem 0;
	line-height: .36rem;
	font-size: .28rem;
	background: none;
}
.m-feedback form .item img {
	height: .6rem;
	margin-top: .1rem;
}
.m-feedback form button {
	width: 100%;
	height: .8rem;
	border: none;
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	background: #EFAE35;
}