.cascaderbox .hid {
  visibility: hidden;
}
.cascaderbox {
  height: 34px;
  line-height: 34px;
  position: relative;
}
.cascaderbox .inputbox {
  width: 100%;
  height: 42px;
  position: relative;
}
.cascaderbox .searchtxt {
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  width: 90%;
}
.cascaderbox .arrdown {
  float: right;
  display: inline;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  margin-top: 5px;
}
/* .cascaderbox.open .arrdown {
  transform: rotate(180deg);
} */
.cascaderbox .dlist {
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 33px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e4e6eb;
  /* height: 260px; */
  overflow: hidden;
  z-index: 999;
}
.cascaderbox .dlist_ul {
  min-width: 75px;
  display: inline-block;
  border-right: 1px solid #e4e6eb;
  /* padding: 8px 10px; */
  padding: 8px 0px;
  height: 300px;
  width: 110px;
  overflow: auto;
}

.cascaderbox .dlist_ul:last-child {
  border-right: 0 none;
}
.cascaderbox .item,
.cascaderbox .item2 {
  padding: 4px 10px;
  line-height: 22px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.cascaderbox .dlist_search .item2 {
  background: none;
  max-width: 350px;
}
.cascaderbox .item:hover,
.cascaderbox .item.on {
  color: #409eff;
}
.cascaderbox .item.lastchild {
  background: 0 none;
}
.cascaderbox .labelshow {
  position: absolute;
  left: 10px;
  top: 0px;
  width: 90%;
  display: inline-block;
  height: 42px;
  color: #242a33;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cascaderbox .searchdlist,
.cascaderbox .searchdlist .dlist_ul {
  height: auto;
  max-height: 300px;
}
.cascaderbox .labelshow.hid {
  display: none;
}
.cascaderbox .nosearch {
  color: #c0c4cc;
  height: 30px;
}

.cascaderbox .item:hover {
  background-color: #e7ebf1;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
}

.cascaderbox .dlist_ul::-webkit-scrollbar {
  width: 7px;
  margin-right: 6px;
}
.cascaderbox .dlist_ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3.5px;
}

.cascaderbox .dlist_ul::-webkit-scrollbar-track-piece {
  background: transparent;
}
