.minict_wrapper {
	font-family: "Segoe UI", Segoe, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #333;
	position: relative;
	width: 320px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	box-sizing: content-box;
	position: relative;
	z-index: 999;
}
.minict_wrapper * {
}
.minict_wrapper:after {
	content: "\25BC";
	display: block;
	position: absolute;
	height: 2.1rem;
	width: 2.1rem;
	top: 0;
	right: 0;
	font-size: 0.6rem;
	line-height: 3rem;
	line-height: 5em\9;
	line-height: 2em/9;
	text-align: center;
	color: #555;
}

@media all and (-ms-high-contrast:none){
	.minict_wrapper:after {
		line-height: 5em;
	} /* IE10以下 */

	*::-ms-backdrop, .minict_wrapper:after {
		line-height: 5em;
	} /* IE11 */
}
.minict_wrapper.active:after {
	content: "\25B2";
}
.minict_wrapper input {
	border: 0;
	outline: none;
	background: none;
	font-family: "Segoe UI", Segoe, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1rem;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 10px;
	cursor: default;
	width: 100%;
}
.minict_wrapper ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 318px;
	border: 1px solid #e5e5e5;
	top: 46px;
	left: 0;
	max-height: 22rem;
	overflow-y: auto;
	z-index: 999;
}
.minict_wrapper ul li {
	list-style: none;
	font-size: 1rem;
	padding: 0 10px;
	cursor: pointer;
	background: #fff;
	height: 2.2rem;
	line-height: 2rem;
}
.minict_wrapper ul li:hover {
	background: #EEE;
	color: #111;
}
.minict_wrapper ul li.minict_group {
	color: #444;
	background: #f6f6f6;
	font-weight: bold;
	cursor: default;
}
.minict_wrapper ul li.minict_empty {
	display: none;
	background: #fff !important;
	color: #bbb;
	text-align: center;
	font-size: 0.9rem;
	height: 3.5rem;
	line-height: 3.3rem;
}
.minict_wrapper ul li.selected {
	color: #819a9a;
	background: #E4F0F3;
}
.minict_wrapper ul li.highlighted {
	color: #fff;
	background: #819a9a;
}
.minict_wrapper ul li.hidden {
	display: none;
}