
.dept-tree-container[data-v-216914c9] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.dept-tree-header[data-v-216914c9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #ebeef5;
}
.dept-tree-header span[data-v-216914c9] {
  font-size: 16px;
  font-weight: bold;
}
.dept-tree-content[data-v-216914c9] {
  flex: 1;
  overflow-y: auto;
  padding: 0 16px;
  margin-top: 10px;
}
.tree-wrapper[data-v-216914c9] {
  padding-bottom: 16px;
}
.tree-item[data-v-216914c9] {
  width: 100%;
}
.tree-node[data-v-216914c9] {
  display: flex;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.expand-icon[data-v-216914c9] {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expand-placeholder[data-v-216914c9] {
  width: 24px;
  margin-right: 8px;
}
.node-label[data-v-216914c9] {
  flex: 1;
}
.node-count[data-v-216914c9] {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}
.is-selected[data-v-216914c9] {
  color: #1989fa;
  background-color: #f0f9ff;
}
.tree-children[data-v-216914c9] {
  width: 100%;
}
.dept-tree-footer[data-v-216914c9] {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-top: 1px solid #ebeef5;
}
.dept-tree-footer .van-button[data-v-216914c9] {
  flex: 1;
  margin: 0 8px;
}
.dept-tree-footer .van-button[data-v-216914c9]:first-child {
  margin-left: 0;
}
.dept-tree-footer .van-button[data-v-216914c9]:last-child {
  margin-right: 0;
}
.arrow-down[data-v-216914c9] {
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
.arrow-right[data-v-216914c9] {
  transition: 0.2s ease-in-out;
  transform: rotate(-90deg);
}

.user-select-container[data-v-457058e0] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f7f8fa;
}
.user-select-container .header[data-v-457058e0] {
  flex-shrink: 0;
}
.user-select-container .search-form[data-v-457058e0] {
  flex-shrink: 0;
  background: white;
  margin-bottom: 8px;
}
.user-select-container .search-form .form-buttons[data-v-457058e0] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}
.user-select-container .user-list[data-v-457058e0] {
  height: calc(100% - 160px);
  overflow-y: auto;
  background: white;
}
.user-select-container .user-list .van-cell[data-v-457058e0] {
  padding: 5px 16px;
}
.user-select-container .user-list .van-cell .gender[data-v-457058e0] {
  color: #969799;
  font-size: 12px;
  margin-right: 12px;
}
.user-select-container .footer-actions[data-v-457058e0] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  line-height: 55px;
  padding: 0 16px;
  background: white;
  border-top: 1px solid #ebedf0;
}
.user-select-container .footer-actions .selected-count[data-v-457058e0] {
  color: #969799;
  font-size: 14px;
}
[data-v-457058e0] .van-nav-bar .van-nav-bar__text {
  color: #1989fa;
}
[data-v-457058e0] .van-field__label {
  width: 80px;
}
[data-v-457058e0] .van-cell__title {
  font-weight: 500;
}
[data-v-457058e0] .van-cell__label {
  margin-top: 4px;
  font-size: 12px;
  color: #969799;
}
.content[data-v-3fd6a26b] {
  color: #777;
}
[data-v-3fd6a26b] .van-cell__value {
  flex: 2;
}
