.lme-form-layout .lm-step .step4 {
	background: #0069AF;
}

.lme-form-layout .lm-step .step4:after {
	background-image: url(/tools/designer/images/sprites/pc.png);
	background-position: 0px -34px;
	width: 14px;
	height: 50px;
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-width: 768px) and (min-resolution: 125dpi), only screen and (min-width: 768px) and (min-resolution: 1.3dppx) {

.lme-form-layout .lm-step .step4:after {
	background-image: url(/tools/designer/images/sprites/pc@2x.png);
	background-position: 0px -32px;
	background-size: 112px 104px;
	width: 14px;
	height: 50px;
}

}

@media screen and (max-width: 767px) {

.lme-form-layout .lm-step .step4:after {
	background-image: url(/tools/designer/images/sprites/sp@2x.png);
	background-position: 0px -37px;
	background-size: 69px 77px;
	width: 5px;
	height: 40px;
}

}

