@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pad {
	.c_title {
		// 手机自动适应
		.sort {
			float:none; clear:both; border:1px solid @fg-light-8-5; margin-left:-1.29em; background:@bg-dark-0-4; overflow:hidden; border-bottom:0 none;
			li:not(:first-child):before { display:none;}
		}
		// 触屏点击效果
		.sort {
			li.active { background:@bg-dark-1;}
			&.active {
				li:before { display:none;}
			}
		}
		.fn {
			li.active { background:@bg-dark-1;}
		}
	}
}