.search .operation {
  margin-bottom: 2vh;
}
.search .select-title {
  font-weight: 600;
  color: #40a9ff;
}
.search .select-clear {
  margin-left: 10px;
}
.tree-bar {
  overflow: auto;
  margin-top: 5px;
  position: relative;
  min-height: 80px;
}
.tree-select {
  max-height: 500px;
}
.tree-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.tree-bar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px #d1d1d1;
  background: #e4e4e4;
}

