.zent-popup-menu {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  left: 0;
  outline: none;
  overflow-y: auto;
  position: relative;
  width: 100%;
  z-index: 2000;
  margin-top: 2px;
  background-color: #fff;
  max-height: 224px;
  border-radius: 3px;
  font-size: 12px;
}

  .zent-popup-menu .zent-popup-menu-item {
    background-color: #fff;
    display: block;
    outline: none;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
  }

  .zent-popup-menu .zent-popup-menu-item.current, .zent-popup-menu .zent-popup-menu-item.hover, .zent-popup-menu .zent-popup-menu-item:hover {
  background-color: #38f;
  color: #fff;
}

  .zent-popup-menu .zent-popup-menu-item.active {
  color: #38f;
}

  .zent-popup-menu .zent-popup-menu-item.active:hover, .zent-popup-menu .zent-popup-menu-item.active.hover, .zent-popup-menu .zent-popup-menu-item.active.current {
  color: #fff;
}

  .zent-popup-menu .zent-popup-menu-item.disabled {
  color: #bbb;
  cursor: not-allowed;
}

  .zent-popup-menu .zent-popup-menu-item.disabled:hover {
  background: none;
  color: #bbb;
}
.zent-menu-item-group-header {
  font-size: 11px;
  background: none;
  color: #999;
  cursor: default;
  text-transform: uppercase;
  padding: 5px 7px;
  font-weight: bold;
}
.zent-divider-line {
  border-top: 1px solid #e5e5e5;
  margin: 6px 0;
}
