@import "../default-skin.less";
@import "../../global/mixin.less";

.s_phone {
	.e_mix {
		> [class^="e_ico"] {
			&.active {
				background:@bg-dark-0-2;
			}
		}
		&-search {
			button.active { background:@primary-dark-1; color:@bg;}
		}
	}


	
	// 手机固定顶部
	.e_mixFixedClose { display:none;}
	.e_mix-fixed {
		position:fixed !important; left:0; top:0; z-index:1000; background:@bg !important; width:100% !important; font-size:125%;
		input { text-align:left !important;}
		.e_mixFixedClose { display:block;}
	}
}







