.ac_results {
    padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 0.37333rem !important;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 0.8rem;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
.ued-complete{ top:86px; border:1px solid #e5e5e5; background-color:#fff;position: fixed;top:2.33rem;}
.ued-complete {
    padding: 0px;
	overflow: hidden;
	
    z-index: 9999999;
}

.ued-complete ul {
	width: 100%;
    max-height:200px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ued-complete li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 0.37333rem !important;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 0.8rem;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}



/*新增*/
.set-tab-pane{
	display: none;
}
.btn-list-1{
	overflow: hidden;
}
.btn-list-1 li{
	list-style: none; 
	cursor: pointer;
}