@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pad {
	.c_step {
		> ul {
			> li.link.active { background:@fg-light-9-5;}
			> li.link.active + li:before { background:@fg-light-9-5;}
		}
	}
}