/*autocomplete*/
.autocomplete{text-align: left}
.autocomplete .dropdown-menu{min-width: 100%;}
.autocomplete ul{max-height: 200px;overflow-y: auto;}
.autocomplete .auto-input{border-radius: 0;padding: 6px 30px 6px 6px;height: 31px;text-overflow: ellipsis}
.autocomplete .loading{background: url(loading2.gif) no-repeat center;background-size: 25px;width: 100%;height: 25px;}
.autocomplete .tips{text-align: center;}
.autocomplete .multiselect li{position: relative;}
.autocomplete .multiselect span:first-child{width: 100%;display: inline-block;position: relative;padding: 4px 20px;}
.autocomplete .multiselect span:last-child{position: absolute;right: 10px;top: 0px;font-size: 12px;display: none;}
.autocomplete .multiselect li.selected span:last-child{display: block;}
.autocomplete .auto-clear-wrap{width:30px;height: 34px;position: absolute;right: 5px;z-index: 999;top:0px;text-align: right}
.autocomplete .auto-clear-btn{color: #666666;font-size: 20px;margin-left: 5px;line-height:34px;cursor: pointer;}