
.sod_select,
.sod_select * {
	}
.sod_select {
	display: inline-block;
	position: relative;
	line-height: 1;
	width: 300px;
	padding: 10px 8px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #222;
	text-align: left;
	text-transform: none;
	outline: 0;
	outline-offset: -2px;
	cursor: default;
	box-sizing: border-box;
	border-radius: 2px;
}
.sod_select:before, .sod_select:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
}
.sod_select.open:after{
	background: url(../images/icon.png/) no-repeat -30px 0;
}
.sod_select:after {
	/* content: "\25BC"; */
	right: 0px;
	top: 12px;
	border-left: none;
	/* color: #bbbbbb;
	font-size: 8px !important; */
	background: url(../images/icon.png/) no-repeat 0 0;
	width: 30px;
}
.sod_select:hover, .sod_select.focus, .sod_select.disabled, .sod_select.disabled:hover {
	border-color: #ccc;
}
.sod_select.focus {
	}
.sod_select.open {
	color: #222;
	border-color:#0b91ec;
}
.sod_select.open.above {
	}
.sod_select.disabled, .sod_select.disabled:hover {
	opacity: .8;
	color: #b2b2b2;
	cursor: not-allowed;
}
.sod_select .sod_label {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 25px;
}
.sod_select .sod_list {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	max-height: 160px;
	width: 100%;
	margin: 1px 0 0 -1px;
	border: 1px solid #ccc;
	overflow-y: auto;
	background: #fff;
	color: #222;
	font-weight: 300;
	z-index: 1;
}
.sod_select.open .sod_list {
	display: block;
	border-top:0;
}
.sod_select.disabled.open .sod_list {
	display: none;
}
.sod_select.above .sod_list {
	top: auto;
	bottom: 100%;
}
.sod_select .sod_list ul {
	overflow-y: auto;
	padding: 0;
	margin: 0;
}
.sod_select .sod_list li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding: 10px 10px 10px 10px;
	list-style-type: none;
}
.sod_select .sod_list .optgroup, .sod_select .sod_list .optgroup.disabled {
	background: inherit;
	color: #939393;
	font-size: 11px;
	font-style: italic;
}
.sod_select .sod_list .groupchild {
	padding-left: 35px;
}
.sod_select .sod_list .disabled {
	background: inherit;
	color: #cccccc;
}
.sod_select .sod_list .active {
	color: 0b91ec;
}
.sod_select .sod_list .selected {
	color:#0b91ec }
.sod_select .sod_list .selected:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	color: #808080;
	height: 9px;
	width: 10px;
}
.sod_select.no_highlight .sod_list .selected:before {
	display: none;
}
.sod_select select {
	display: none !important;
}
.sod_select.touch select {
	-webkit-appearance: menulist-button;
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
}
.dropdown_max .sod_select {
	margin: 6px;
}
.sod_select .sod_list li:hover {
	background:#ececec;
}
.xl-select .sod_select{
	width:378px;
}
.l-select .sod_select{
	width:300px;
}
.m-select .sod_select{
	width:220px;
}
.s-select .sod_select{
	width:180px;
}


/*---������Ĭ����ʾ��ʽ--*/  
.sod_list::-webkit-scrollbar-thumb{  
   background-color: #0b91ec;  
   height:50px;  
   outline-offset:-2px;  
  /* outline:2px solid #fff;*/  
   -webkit-border-radius:5px;  
   /*border: 2px solid #fff;  */
}  
/*---�������������ʾ��ʽ--*/  
.sod_list::-webkit-scrollbar-thumb:hover{  
   background-color: #0b91ec;  
   height:50px;  
   -webkit-border-radius:0px;  
}   
/*---��������С--*/  
.sod_list::-webkit-scrollbar{  
   width:4px;  
   height:8px;  
}  
/*---�����򱳾���ʽ--*/  
.sod_list::-webkit-scrollbar-track-piece{  
   background-color: none;  
   -webkit-border-radius:0;  
}