::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: all 0.3s;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.index_container__3XCPZ {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
}
.index_outline__2V4lW {
  width: calc(50% - 4px);
  padding: 10px 16px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index_outline__2V4lW .index_choiseHead__2YGR- {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  color: #7F7F7F;
  height: 20px;
  line-height: 20px;
}
.index_outline__2V4lW .index_choiseHead__2YGR- .index_clearSpan__1scuZ {
  cursor: pointer;
  display: 'block';
  width: '35px';
}
.index_outline__2V4lW .index_choiseHead__2YGR- > div {
  color: rgba(0, 0, 0, 0.85);
  width: calc(100% - 35px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.index_outline__2V4lW .index_choiseHead__2YGR- span:nth-child(1) {
  color: rgba(0, 0, 0, 0.85);
}
.index_outline__2V4lW .index_choiseHead__2YGR- span:nth-child(2) {
  cursor: pointer;
}
.index_outline__2V4lW .index_choiseUser__9IcYX {
  margin: 8px 0px;
  position: relative;
}
.index_outline__2V4lW .index_choiseFooter__2vjuV {
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.index_outline__2V4lW .index_selectTreeUser__3J5vT {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index_outline__2V4lW .index_selectTreeUser__3J5vT .index_selectWrapper__2gC_b {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.index_outline__2V4lW .index_selectTreeUser__3J5vT .index_treeList__pyJZD {
  margin-top: 10px;
  overflow: auto;
  height: calc(100% - 96px);
  position: relative;
  text-align: left;
  margin-top: 8px;
}
.index_outline__2V4lW .index_choiseFooterBar__3D0Bb {
  height: 48px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 16px;
  background-color: #F9F9FA;
  border-top: 1px #E5E5E5 solid;
  display: none;
}
.index_outline__2V4lW:nth-child(2) {
  background-color: #F9F9FA;
}
.index_outline__2V4lW:nth-child(1) {
  padding: 0px 16px;
  margin-right: 8px;
}
.index_userRow__EI4tM {
  height: 45px;
  width: 100%;
  border-radius: 5px;
  display: flex;
}
.index_userRow__EI4tM:hover {
  background-color: #CCE4FB;
}
.index_userRowIcon__2OgtW {
  height: 100%;
  width: 32px;
  margin: 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_userRowName__1cklh {
  height: 100%;
  width: calc(100% - 80px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.index_userRowName__1cklh > span {
  display: block;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}
.index_userRowName__1cklh > span:nth-child(2) {
  font-size: 12px;
  color: #595959;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  width: 100%;
}
.index_userRowButton__2DmD- {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_roleList__7yfOv {
  text-align: left;
  padding: 6px 0px;
}
.index_treeListEmpty__4yK2E {
  font-size: 14px;
  font-weight: 400;
  color: #7F7F7F;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .index_outline__2V4lW .index_selectTreeUser__3J5vT {
    height: calc(100% - 48px);
  }
  .index_outline__2V4lW .index_selectTreeUser__3J5vT .index_treeList__pyJZD {
    display: block;
  }
  .index_outline__2V4lW .index_choiseFooterBar__3D0Bb {
    display: flex;
  }
  .index_outline__2V4lW:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }
  .index_outline__2V4lW:nth-child(2) {
    display: none;
  }
}

.index_avatarWithLabelContainer__2oRPG {
  height: fit-content;
  padding: 3px 8px 3px 3px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 20px;
}
.index_label__QQRyS {
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 500;
}
