.u-title {
	margin-top: .1rem;
	font-size: .6rem;
}
.u-sub-title {
	font-size: .3rem;
	font-weight: normal;
	color: #bbb;
}

/* contact */
.m-contact {
	padding: .4rem .24rem;
}
.m-contact .name {
	margin: .4rem 0 .2rem;
	font-size: .4rem;
}
.m-contact p {
	line-height: .4rem;
	font-size: .26rem;
}
.m-contact .qrcode {
	display: none;
}
.m-contact .map {
	height: 4.5rem;
	border: 1px solid #ddd;
	margin-top: .4rem;
	overflow: hidden;
}
.m-contact .map iframe {
	position: relative;
	left: 50%;
	top: 0;
	width: 420px;
	height: 350px;
	border: none;
	transform: translate(-50%,0);
}
/* end contact */

/* feedback */
.m-feedback {
	border-top: 2px solid #000;
	margin: .8rem .24rem;
}
.m-feedback .head {
	padding: .4rem 0;
}
.m-feedback .title p {
	display: none;
}
.m-feedback form {
	position: relative;
	padding: .4rem .3rem;
	background: #FAFAFA;
}
.m-feedback .item {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: .8rem;
	border: 1px solid #ddd;
	padding: 0 .2rem;
	margin-bottom: .3rem;
	background: #fff;
	transition: border-color .2s ease;
}
.m-feedback .item.flex-wrap {
	height: auto;
}
.m-feedback .item:focus-within {
	border-color: #00489D;
}
.m-feedback .item:nth-last-child(2) {
	width: 100%;
	height: auto;
}
.m-feedback .item label {
	line-height: .8rem;
	font-size: .28rem;
	color: #666;
}
.m-feedback .item.flex-wrap > div {
	width: 100%;
}
.m-feedback .item label b {
	font-family: '宋体';
	font-weight: normal;
	color: #F30000;
}
.m-feedback .item input {
	height: 100%;
	border: none;
	font-size: .28rem;
}
.m-feedback .item .radio {
	position: relative;
	margin: .1rem .3rem .1rem 0;
	font-size: .26rem;
	color: #666;
}
.m-feedback .item .radio.z-chk {
	font-weight: bold;
	color: #000;
}
.m-feedback .item .radio input {
	display: none;
}
.m-feedback .item .radio div {
	box-sizing: border-box;
	width: .4rem;
	height: .4rem;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: .1rem;
}
.m-feedback .item .radio.z-chk div {
	border: .02rem solid #000;
}
.m-feedback .item .radio.z-chk div:after {
	content: '';
	width: .2rem;
	height: .2rem;
	border-radius: 50%;
	background: #000;
}
.m-feedback .item textarea {
	box-sizing: border-box;
	height: 2rem;
	border: none;
	padding: .18rem 0;
	margin-left: 1em;
	line-height: .44rem;
	font-size: .3rem;
}
.m-feedback .item img {
	height: .6rem;
	margin-top: .08rem;
}
.m-feedback button {
	width: 100%;
	height: .8rem;
	border: none;
	font-size: .34rem;
	color: #fff;
	background: #00489D;
}
/* end feedback */