.u-title {
	font-size: .4rem;
}
.u-sub-title {
	margin-bottom: .1rem;
	font-size: .18rem;
	font-weight: normal;
	color: #bbb;
}

/* contact */
.m-contact {
	padding: .7rem 0 .94rem;
}
.m-contact .head {
	margin-bottom: .7rem;
}
.m-contact .contact {
	margin-top: .2rem;
}
.m-contact .name {
	margin-bottom: .2rem;
	font-size: .26rem;
	font-weight: bold;
	color: #00489D;
}
.m-contact p {
	line-height: .36rem;
	font-size: .16rem;
	color: #444;
}
.m-contact .qrcode {
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #eee;
	margin-top: .3rem;
}
.m-contact .map {
	width: 9.3rem;
	height: 4.5rem;
	border: 1px solid #ddd;
	overflow: hidden;
}
.m-contact .map iframe {
	position: relative;
	left: 50%;
	top: 50%;
	width: 930px;
	height: 450px;
	border: none;
	transform: translate(-50%,-50%);
}
/* end contact */

/* feedback */
.m-feedback {
	border-top: 2px solid #000;
	margin: 1.15rem auto .74rem;
}
.m-feedback .title {
	padding: .5rem 0 .6rem;
}
.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: 7.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: #000;
}
.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 .radio {
	position: relative;
	margin-right: .34rem;
	font-size: .15rem;
	color: #666;
	cursor: pointer;
}
.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: .22rem;
	height: .22rem;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-right: 6px;
}
.m-feedback .item .radio.z-chk div {
	border: .02rem solid #000;
}
.m-feedback .item .radio.z-chk div:after {
	content: '';
	width: .09rem;
	height: .09rem;
	border-radius: 50%;
	background: #000;
}
.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: #00489D;
}
.m-feedback button:hover {
	opacity: .8;
}
/* end feedback */