.sey-list {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style-type: none;
  box-shadow: 1px 2px 6px;
  background-color: #fff;
  color: #000;
  transition: down 0.1s ease-in-out;
  width: 310px;
}
.sey-show {
  display: block;
}
.sey-hide {
  display: none;
}
.sey-item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 0 7px 12px;
}
.sey-item:hover {
  background-color: #f7f516;
}
.sey-selected {
  /*background-color: #f7f516;*/
}
