@charset "utf-8";
/*jquery-select.tipxw固定样式请勿动*/
.select_boxhs {
  position: relative
}

.select_boxhs select {
  display: none
}

.select_boxhs input {
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  padding-left: 10px;
  color: #8D92A1;
}

.select_boxhs i {
  position: absolute
}

.select_boxhs ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 6px 1px #f5f5f5;
}

.select_boxhs ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
  background: #fff;
  cursor: pointer;
}
.select_boxhs ul li:hover{
  background: #e5e5e5;
}

.select_boxhs ul.show {
  display: block
}