.m-service:nth-child(4n) {
	background: #FAFAFA;
}
.m-service .m-content {
	padding: 1.2rem 0;
}
.m-service:nth-child(4n) .m-content {
	flex-direction: row-reverse;
}
.m-service .content {
	width: 6.78rem;
}
.m-service .content > h1 {
	margin: .3rem 0 .5rem;
	font-size: .4rem;
	font-weight: normal;
	color: #142D7C;
	opacity: 0;
	transform: translate(0,1rem);
	transition: all .6s ease;
	transition-delay: .4s;
}
.m-service.z-active .content > h1 {
	opacity: 1;
	transform: translate(0,0);
}
.m-service .content .textarea {
	line-height: .32rem;
	font-size: .18rem;
	opacity: 0;
	transform: translate(0,1rem);
	transition: all .6s ease;
	transition-delay: .8s;
}
.m-service .content .textarea p {
    white-space: pre-line;
}
.m-service.z-active .content .textarea {
	opacity: 1;
	transform: translate(0,0);
}
.m-service .image {
	width: 6.5rem;
	height: 4.5rem;
	opacity: 0;
	transition: all 1s ease;
}
.m-service.z-active .image {
	opacity: 1;
}
.m-service:nth-child(2) .image {
	width: 4.3rem;
	height: 6rem;
}
.m-service:nth-child(10) .image {
	width: 6rem;
	height: 2.8rem;
}