.user-choose .clear {
  font-size: 12px;
  margin-left: 15px;
  color: #40a9ff;
  cursor: pointer;
}
.user-choose .collapse {
  font-size: 12px;
  margin-top: 15px;
  width: 500px;
}
.user-choose-drawer .select-count {
  font-weight: 600;
  color: #40a9ff;
}
.user-choose-drawer .drop-down {
  margin-left: 5px;
}

.dep-tree-bar {
  position: relative;
  min-height: 80px;
  max-height: 500px;
  overflow: auto;
  margin-top: 5px;
}
.dep-tree-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.dep-tree-bar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px #d1d1d1;
  background: #e4e4e4;
}

.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;
}
.edit-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.edit-head .back-title {
  color: #515a6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-head .head-name {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edit-head .window-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: -5px;
  overflow: hidden;
  cursor: pointer;
}
.edit-head .window-close .ivu-icon-ios-close {
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.edit-head .window-close .ivu-icon-ios-close:hover {
  color: #444;
}

