/* about */
.m-about .m-content {
	padding: .6rem .24rem;
}
.m-about .title {
	display: inline-block;
	position: relative;
	font-size: .6rem;
	font-weight: normal;
}
.m-about .title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: .24rem;
	background: #FFD3CC;
}
.m-about .title span {
	position: relative;
}
.m-about .content {
	margin: .4rem 0;
	line-height: .6rem;
	font-size: .3rem;
	white-space: pre-wrap;
	color: #333;
}
.m-about .total {
	gap: .16rem;
	margin-top: .4rem;
}
.m-about .total .item {
	width: 3rem;
	border: 1px solid #eee;
	padding: .2rem 0 .24rem;
	text-align: center;
}
.m-about .total .item div {
	height: .6rem;
	line-height: .6rem;
	color: #E8432A;
}
.m-about .total .item strong {
	margin-right: 10px;
	font-size: .6rem;
}
.m-about .total .item span {
	font-size: .3rem;
}
.m-about .total .item p {
	margin-top: .1rem;
	font-size: .24rem;
	color: #666;
}
/* end about */