.rong-custom-select {
  position: relative;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  color: #666;
  user-select: none;
  border: none;
  background-color: #f5f6f8;
  border-radius: 4px;
}

.rong-custom-select-selected {
  line-height: 36px;
  position: relative;
  padding: 0 30px 0 15px;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.rong-custom-select-selected i {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  transform: rotate(45deg);
}

.rong-custom-option {
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-radius: 5px;
}

.rong-custom-option-item {
  margin: 0;
  padding: 4px 9px;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rong-custom-option-item:hover {
  background: #ECF0F6;
}

/*# sourceMappingURL=custom-select.css.map */
