.lh-fuzzy-input{
  display: inline-block;
  position: relative;
  height:30px;
  width: 100%;
  &.mini {
    ul {
      li {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        padding-left: 6px;
        padding-right: 6px;
      }
    }
  }
  &.active {
    ul {
      display: block;
    }
  }
}
.lh-fuzzy-div {
  width: 100%;
  ul {
    display: block;
    z-index: 200;
    overflow-y: auto;
    color: #71787e;
    background-color: white;
    border-radius: 0 0 3px 3px;
    padding: 6px;
    li
    {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-right: 10px;
      padding-left: 10px;
      cursor: pointer;
      color: #39404c;
      font-size: 14px;
      height: 28px;
      line-height: 28px;
      &:hover {
        color :@color_theme5;
        background-color: @color_b7;
      }
    }
  }
}
.lh-fuzzy-input-popover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
  overflow: hidden;
  border:none !important;
  border-radius: 2px;
  margin-top: -2px;
}
.lh-fuzzy-input-popover-mini {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
  overflow: hidden;
  border:none !important;
  border-radius: 2px;
  margin-top: -2px;
}