.select4u {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.select4u .result {
  height: 40px;
  width: 100%;
  line-height: 40px;
}
.select4u .result:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background: #646c72;
  transform: rotate(45deg);
  right: 17px;
  top: 20px;
}
.select4u .result:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  background: #646c72;
  transform: rotate(-45deg);
  right: 12px;
  top: 20px;
}
.select4u .search {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 3;
}
.select4u .search input {
  border: 0;
  width: 100%;
  height: 38px;
  line-height: 40px;
  background: white;
  outline: none;
  padding: 0 15px;
}
.select4u .list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 200px;
  display: none;
  background: white;
  list-style: none;
  padding: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
  overflow: auto;
}
.select4u .list li {
  padding: 10px 15px;
  cursor: pointer;
}
.select4u .list li:hover {
  background: #f7391d;
  color: white;
}
.select4u.open .list, .select4u.open .search {
  display: block;
}

/*# sourceMappingURL=jquery.select4u.css.map */
