.m-service:nth-child(4n) {
	background: #F9F9F9;
}
.m-service .m-content {
	padding: 1.25rem 0;
}
.m-service:nth-child(4n) .m-content {
	flex-direction: row-reverse;
}
.m-service .content {
	width: 6.78rem;
}
.m-service .content .title {
	display: inline-block;
	position: relative;
	margin: .8rem 0 .5rem;
	font-size: .4rem;
	font-weight: normal;
	opacity: 0;
	transform: translate(0,1rem);
	transition: all .6s ease;
	transition-delay: .4s;
}
.m-service.z-active .content .title {
	opacity: 1;
	transform: translate(0,0);
}
.m-service .content .title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: .14rem;
	background: #FFD3CC;
}
.m-service .content .title span {
	position: relative;
}
.m-service .content .textarea {
	line-height: .36rem;
	font-size: .18rem;
	white-space: pre-wrap;
	color: #444;
	opacity: 0;
	transform: translate(0,1rem);
	transition: all .6s ease;
	transition-delay: .8s;
}
.m-service.z-active .content .textarea {
	opacity: 1;
	transform: translate(0,0);
}
.m-service .image {
	width: 6.5rem;
	height: 4.5rem;
	overflow: hidden;
	opacity: 0;
	transition: all 1s ease;
}
.m-service.z-active .image {
	opacity: 1;
}
.m-service:nth-child(n+2) .image {
	border-radius: .5rem 0 .5rem 0;
}