@import "../default-skin.less";
@import "../../global/mixin.less";

.s_phone {
	.e_select {
		&.active { background:@bg-dark-0-4;}
	}



	// 固定
	.e_select-fixed {
		position:fixed !important; left:0; top:0; z-index:1000; width:100%; padding-left:0 !important; background:@bg !important;
		input { text-align:left !important;}
	}
}







