.autocomplete-list{
    overflow-y :auto;
}

.autocomplete_popup {
    .search-user input {
        height: 38px;
    }
    .search-user .m-sys-sousuo.icon {
        top: 2px;
        position: relative;
        padding-left: .12rem;
        margin-right: .04rem;
    }
}

.autocom-item{
    line-height: .5rem;
    position: relative;
    padding: 0 12px;
	  font-size: 16px;
	  background-color: #f7f8f9;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  overflow: hidden;
    .active{
        color: #007ed9;
    }
}
.autocomplete_popup,
.autocomplete_popup .rc-dialog-content,
.autocomplete_popup .rc-dialog-body {
    height: 100%;
}

.autocomplete_popup .ui-page .nav-left,
.autocomplete_popup .ui-page .nav-right {
    padding: initial;
}
