@import url(./zl2n9c.css);
.sod_select,
.sod_select * {
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}




.sod_select {
	float: left;
	border-radius: 3px;
	position: relative;
	line-height: 1;
	width: 100px;
	background: #fff url(https://www.xxz.gov.cn/images/index_xxgk_search.png) no-repeat 77px center;
	color: #444444;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	outline: 0;
	outline-offset: -2px;
	
	cursor: default;
}





.sod_select.open {
	color: #919191;
}






.sod_select.disabled {
	border-color: #828282;
	color: #b2b2b2;
	cursor: not-allowed;
}




.sod_select .sod_label {
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 15px;
}

.sod_select .sod_prefix {
	
}

.sod_select .sod_placeholder {
	
}




.sod_select .sod_list {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	height: auto;
	width: 100%;
	text-align: center;
	background: #ffffff;
	color: #444444;
	font-weight: 300;
	z-index: 1;
	overflow: hidden;
}




.sod_select.open .sod_list {
	display: block;
}




.sod_select.disabled.open .sod_list {
	display: none;
}




.sod_select.above .sod_list {
	top: auto;
	bottom: 100%;
	border-top: 3px solid #000000;
	border-bottom: none;
}




.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;
	list-style-type: none;
}




.sod_select .sod_list .optgroup,
.sod_select .sod_list .optgroup.disabled {
	background: inherit;
	color: #939393;
	font-size: 10px;
	font-style: italic;
}




.sod_select .sod_list .groupchild {
	padding-left: 20px;
}




.sod_select .sod_list .disabled {
	background: inherit;
	color: #cccccc;
}




.sod_select .sod_list .active {
	background: #f7f7f7;
	color: #333333;
}




.sod_select .sod_list .selected {
	font-weight: 700;
	
}





.sod_select.no_highlight .sod_list .selected {
	font-weight: 300;
}

.sod_select.no_highlight .sod_list .selected:before {
	display: none;
}

.sod_select .sod_list .link {
	
}

.sod_select .sod_list .linkexternal {
	
}




.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;
}