@charset "UTF-8";

.autocomplete {
  position: absolute;
  top: 32px;
  left: 0;
  width: auto !important;
  max-width: 542px;
  padding: 1px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: visible;
  cursor: default;
  z-index: 2000;
}
.autocomplete div {
  padding: 5px;
  border: 1px solid #ccc;
  border-bottom: none;
  line-height: 24px;
  text-align: left;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  cursor: pointer;
}
