.global {
  color: inherit;
}
#ComplexPicker .ant-tabs,
#ComplexPicker .ant-tabs-content {
  height: 100%;
}
#ComplexPicker .ant-tabs-top .customTabBar {
  display: flex;
  height: 46px;
  border-bottom: 1px solid #e9e9e9;
}
#ComplexPicker .ant-tabs-top .customTabBar .iconBack {
  font-size: 12px;
  color: #757b82;
  cursor: pointer;
  align-self: center;
  margin: 0 16px 0 16px;
}
#ComplexPicker .ant-tabs-top .customTabBar .ant-tabs-nav {
  flex: 1;
}
#ComplexPicker .ant-tabs-top .ant-tabs-nav {
  height: 46px;
}
#ComplexPicker .ant-tabs-top .ant-tabs-nav::before {
  border-bottom: none !important;
}
#ComplexPicker .ant-tabs-top .ant-tabs-tab {
  font-size: 14px;
}
#ComplexPicker .ant-tabs-top .ant-tabs-tab .ant-tabs-tab-btn,
#ComplexPicker .ant-tabs-top .ant-tabs-tab .ant-tabs-tab-btn:focus {
  color: #1f2227;
}
#ComplexPicker .ant-tabs-top .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: 500;
}
#ComplexPicker .ant-tabs-top .ant-tabs-ink-bar {
  background-color: #286cfb;
}
#ComplexPicker .ant-select-multiple .ant-select-selection-item-remove:hover {
  color: #286cfb;
}
#ComplexPicker .ant-input {
  border-color: #e6e6e7;
}
#ComplexPicker .ant-input:hover {
  border-color: #286cfb;
}
#ComplexPicker ::-webkit-scrollbar-thumb {
  min-height: 40px;
}
.commonListBox {
  flex: 1;
  height: 100%;
  overflow-x: hidden;
  font-size: 14px;
  color: #2f3238;
  display: flex;
  flex-direction: column;
  min-height: 0;
  outline: none;
}
.commonListBox:focus {
  outline: none;
}
.commonListBox p {
  margin: 0;
}
.commonListBox .commonListTitle {
  font-weight: 500;
  padding: 16px 0 10px 16px;
  line-height: 17px;
  font-size: 12px;
}
.commonListBox .commonList {
  flex: 1;
  overflow-y: overlay;
  padding-bottom: 10px;
}
.commonListBox .commonList .commonListCheckAll {
  padding-left: 16px;
  line-height: 50px;
}
.commonListBox .commonList .commonListCheck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  cursor: pointer;
}
.commonListBox .commonList .commonListCheck .partnerView {
  padding: 0 15px 0 5px;
  color: #298dff;
}
.commonListBox .commonList .commonListCheck .partnerView.disabled {
  color: #a8adb3;
  cursor: not-allowed;
}
.commonListBox .ant-checkbox-wrapper {
  display: flex !important;
  align-items: center;
  flex: 1;
}
.commonListBox .ant-checkbox-wrapper:focus,
.commonListBox .ant-checkbox-wrapper:focus-visible {
  outline: none;
}
.commonListBox .ant-checkbox-input {
  outline: none !important;
  box-shadow: none !important;
}
.commonListBox .commonListCheck:not(.highlighted) .ant-checkbox .ant-checkbox-inner,
.commonListBox .commonListCheck:not(.highlighted) .ant-checkbox:hover .ant-checkbox-inner,
.commonListBox .commonListCheck:not(.highlighted) .ant-checkbox-input:focus + .ant-checkbox-inner,
.commonListBox .commonListCheck:not(.highlighted) .ant-checkbox-input:focus-visible + .ant-checkbox-inner {
  border-color: #d9d9d9 !important;
  box-shadow: none !important;
}
.commonListBox .ant-checkbox-inner {
  border-radius: 100% !important;
}
.commonListBox .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5 !important;
}
.commonListBox .ant-checkbox-checked::after {
  border: none;
}
.commonItem,
.commonItemShort {
  display: flex;
  height: 44px;
  box-sizing: content-box;
  align-items: center;
  padding: 6px 0;
}
.commonItem .commonPic,
.commonItemShort .commonPic {
  margin-right: 8px;
  margin-left: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
}
.commonItem .commonNameContent,
.commonItemShort .commonNameContent {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commonItem .commonNameContent .commonNameBox,
.commonItemShort .commonNameContent .commonNameBox {
  display: flex;
  align-items: center;
  max-width: 240px;
}
.commonItem .commonNameContent .commonNameBox .commonName,
.commonItemShort .commonNameContent .commonNameBox .commonName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.commonItem .commonNameContent .commonNameBox .departmentTagBox,
.commonItemShort .commonNameContent .commonNameBox .departmentTagBox {
  width: 49px;
  padding-right: 15px;
  display: flex;
  padding-top: 1px;
}
.commonItem .commonNameContent .commonNameBox .tagIcon,
.commonItemShort .commonNameContent .commonNameBox .tagIcon {
  height: 16px;
  min-width: 32px;
  border-radius: 3px;
  margin-left: 4px;
}
.commonItem .commonNameContent .commonNameBox .owner,
.commonItemShort .commonNameContent .commonNameBox .owner {
  width: 42px;
  margin-left: 4px;
  color: #999;
  font-size: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.commonItem .commonNameContent .commonCount,
.commonItemShort .commonNameContent .commonCount {
  font-size: 12px;
  font-weight: 400;
  color: #a8adb3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commonItem .userOrg,
.commonItemShort .userOrg {
  min-width: 240px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #a8adb3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commonItemShort .commonNameContent {
  width: 195px;
}
.commonItemShort .userOrg {
  width: 195px;
}
.highlighted {
  background-color: #f6f7fa;
}
.highlighted .ant-checkbox .ant-checkbox-inner,
.highlighted .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #326fef !important;
}
.alphabetContactListWrapper {
  flex: 1;
  display: flex;
  position: relative;
  min-height: 0;
  overflow: hidden;
  outline: none;
}
.alphabetContactListWrapper:focus {
  outline: none;
}
.alphabetContactList {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
  color: #2f3238;
  outline: none;
}
.alphabetContactList:focus {
  outline: none;
}
.alphabetContactList::-webkit-scrollbar {
  display: none;
}
.alphabetContactList .commonListCheckAll {
  padding-left: 16px;
  line-height: 50px;
}
.alphabetContactList .letterSection .letterHeader {
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  color: #666;
  position: sticky;
  top: 0;
  z-index: 10;
}
.alphabetContactList .letterSection .contactItem {
  display: flex;
  align-items: center;
  padding-left: 16px;
  cursor: pointer;
}
.alphabetContactList .letterSection .contactItem .ant-checkbox-wrapper {
  display: flex !important;
  align-items: center;
  flex: 1;
}
.alphabetContactList .ant-checkbox-wrapper:focus,
.alphabetContactList .ant-checkbox-wrapper:focus-visible {
  outline: none;
}
.alphabetContactList .ant-checkbox-inner {
  border-radius: 100% !important;
}
.alphabetContactList .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #d9d9d9;
}
.alphabetContactList .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5 !important;
}
.alphabetContactList .ant-checkbox-checked::after {
  border: none;
}
.ant-checkbox-input:hover,
.ant-checkbox-inner::after {
  border: none;
}
.alphabetAnchorNav {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.alphabetAnchorNav .anchorItem {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  color: #999;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.15s ease;
}
.alphabetAnchorNav .anchorItem.active {
  color: #326fef;
  font-weight: 700;
}
.groupListBox {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  font-size: 14px;
  color: #2f3238;
}
.groupListBox .groupList {
  padding-bottom: 10px;
}
.groupListBox .groupList .groupItem {
  display: flex;
  align-items: center;
  padding: 6px 20px;
  cursor: pointer;
}
.groupListBox .groupList .groupItem:hover {
  background: #f6f7fa;
}
.groupListBox .groupList .groupItem .groupPic {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
}
.groupListBox .groupList .groupItem .groupNameContent {
  width: 259px;
  margin-left: 8px;
}
.groupListBox .groupList .groupItem .groupNameContent .groupNameBox {
  display: flex;
  align-items: center;
}
.groupListBox .groupList .groupItem .groupNameContent .groupNameBox .groupName {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.groupListBox .groupList .groupItem .groupNameContent .groupNameBox .departmentTagBox {
  width: 49px;
  padding-right: 15px;
  display: flex;
  padding-top: 1px;
}
.groupListBox .groupList .groupItem .groupNameContent .groupNameBox .tagContact {
  width: 28px;
  height: 15px;
  background: #fff4e7;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #f89119;
  text-align: center;
  line-height: 15px;
  margin-left: 4px;
}
.groupListBox .groupList .groupItem .groupNameContent .memberNum {
  font-size: 12px;
  font-weight: 400;
  color: #a8adb3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.groupListBox .groupList .groupItem .owner {
  width: 50px;
  margin-left: 10px;
  color: #999;
}
.alltitle {
  display: flex;
  justify-content: space-around;
  margin: 0 16px;
  border-bottom: 1px solid #e9e9e9;
}
.alltitle .title {
  display: flex;
  align-items: center;
  color: #2f3238;
  font-weight: 500;
  flex-direction: column;
  font-size: 12px;
  line-height: 12px;
  padding: 16px 0 14px;
}
.alltitle .title img {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
}
.alltitle .title.titleCom:hover {
  cursor: pointer;
}
.boxorgall {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 14px;
  color: #2f3238;
  min-width: 0;
  min-height: 0;
  flex: 1;
}
.boxorgall .boxorgallContentBox {
  overflow: overlay;
}
.boxorgall .commonConnect {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow-y: overlay;
  outline: none;
}
.boxorgall .commonConnect:focus {
  outline: none;
}
.complexPickerMain {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 16px 16px;
}
.complexPickerMain .selectedInfo {
  height: 17px;
  font-size: 14px;
  color: #1f2227;
  line-height: 17px;
  margin-bottom: 8px;
}
.complexPickerMain .selectTitle {
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f3238;
}
.complexPickerMain .test {
  color: red;
}
.complexPickerMain .requiredList {
  display: flex;
  flex-wrap: wrap;
  color: red;
}
.complexPickerMain .requiredList .labelName {
  padding: 1px 10px;
  border: 1px dashed #ccc;
  color: #aaa;
  border-radius: 4px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 5px;
  margin-top: 5px;
  cursor: default;
}
.complexPickerMain .searchcontent {
  flex: 1;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.complexPickerMain .searchcontent .ant-select {
  cursor: default;
}
.complexPickerMain .searchcontent :global .ant-select-multiple .ant-select-selection-item-remove:hover {
  color: #286cfb;
}
.complexPickerMain .groupname {
  border-top: 1px solid #e0ecf5;
}
.complexPickerMain .groupname p {
  margin: 0;
  padding-top: 33px;
  padding-bottom: 8px;
}
.complexPickerMain textArea {
  height: 90px;
  outline: none;
  resize: none;
  border: none;
  border-top: 1px solid #edf3fa;
  box-shadow: none;
  padding-left: 1px;
  padding-right: 0;
  padding-top: 7px;
}
.complexPickerMain .devider {
  height: 1px;
  background: #e9e9e9;
  margin-bottom: 15px;
}
.complexPickerMain .buttonContentWrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 16px;
}
.complexPickerMain .buttonContentWrap .confirmBtn {
  height: 30px;
  width: -moz-max-content;
  width: max-content;
  background: #326fef;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.complexPickerMain .buttonContentWrap .confirmBtn .warn {
  color: #86baec;
}
.complexPickerMain .buttonContentWrap .confirmBtn.btnDisabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.myGroup {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  min-width: 0;
}
.myGroup.hideTitle {
  height: calc(100% + 53px);
}
.organization {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.orgBread {
  max-height: calc(50% - 26px);
  padding: 0 16px 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow-y: auto;
}
.orgBread .item {
  overflow: hidden;
  display: flex;
  margin-bottom: 8px;
  line-height: 20px;
  color: #1460e7;
  font-size: 13px;
  cursor: pointer;
}
.orgBread .item .name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orgBread .item .right {
  margin: 0 2px;
  font-size: 12px;
  color: #286CFB;
}
.orgBread .item:last-child {
  color: #a8adb3;
  cursor: unset;
}
.orgBread .item:last-child .name {
  width: 100%;
  overflow: auto;
  text-overflow: unset;
  white-space: break-spaces;
}
.orgBread .item:last-child .right {
  display: none;
}
.orgList {
  flex: 1;
  overflow-y: overlay;
  overflow-x: hidden;
  outline: none;
}
.orgList:focus {
  outline: none;
}
.orgList .more {
  clear: both;
  font-size: 12px;
  line-height: 32px;
  color: #1560e7;
  text-align: center;
  cursor: pointer;
  padding: 10px 0 20px 0;
}
.orgList .orgListCheckAll {
  padding: 10px 16px 10px 30px;
}
.orgList .orgListCheck,
.orgList .orgUserListCheck {
  display: flex;
  justify-content: space-between;
  padding: 0 16px 0 30px;
  line-height: 18px;
  align-items: center;
  width: 100%;
  height: 48px;
}
.orgList .highlighted {
  background-color: #f6f7fa;
}
.orgList .highlighted .ant-checkbox .ant-checkbox-inner {
  border-color: #326fef;
}
.orgList .orgName {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.orgList .orgName .userNum {
  color: #a8adb3;
}
.orgList .orgSubBox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #c7c9cb;
  cursor: pointer;
}
.orgList .orgSubBox .iconSub,
.orgList .orgSubBox .orgSub {
  font-size: 12px;
}
.orgList .orgSubBox:hover {
  color: #447cf2;
}
.orgList .orgSubBox.disabled {
  color: #a8adb3;
  cursor: not-allowed;
}
.orgList .orgListCheck {
  height: 38px;
}
.orgList .ant-checkbox-wrapper {
  display: flex !important;
  align-items: center;
  overflow: hidden;
  height: 100%;
  margin-right: 2px;
  flex: 1;
}
.orgList .ant-checkbox-wrapper:focus,
.orgList .ant-checkbox-wrapper:focus-visible {
  outline: none;
}
.orgList .ant-checkbox + span {
  overflow: hidden;
}
.orgList .ant-checkbox-inner {
  border-radius: 100% !important;
}
.orgList .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #326fef;
}
.orgList .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #d9d9d9;
}
.orgList .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #326fef;
  border-color: #326fef;
}
.orgList .ant-checkbox-checked .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #326fef;
}
.orgList .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5 !important;
}
.orgList .ant-checkbox-checked::after {
  border: none;
}
.pageTitle {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  border-bottom: 1px solid #edf3fa;
  font-size: 14px;
  font-weight: 500;
  color: #2f3238;
  line-height: 22px;
  cursor: pointer;
}
.pageTitle .iconBack {
  color: #757B82;
  margin-right: 16px;
  font-size: 12px;
}
.pageTitle .title {
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recentSession {
  height: 100%;
}
.dropdown .option {
  background: #ffffff;
  padding: 0;
}
.dropdown .option .optionItem {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 16px;
}
.dropdown .option .optionItem:hover {
  color: #298dff;
}
.dropdown .option .optionItem img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dropdown .option .optionItem .showBox {
  overflow: hidden;
}
.dropdown .option .optionItem .showBox .name {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.dropdown .option .optionItem .showBox .name .showName {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 7px;
}
.dropdown .option .optionItem .showBox .name .showName span {
  display: inline-block;
  margin-left: 0px;
  line-height: 20px;
}
.dropdown .option .optionItem .tagContact {
  width: 28px;
  height: 15px;
  background: #fff4e7;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  color: #f89119;
  text-align: center;
  line-height: 15px;
  margin-left: 4px;
  display: inline-block;
}
.dropdown .option .optionItem .showDept {
  display: inline-block;
  margin-left: 7px;
}
.dropdown .option .selectLoadMore {
  width: 100%;
  height: 32px;
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #298dff;
  cursor: pointer;
}
.dropdown .option .selectLoadMore:hover {
  background-color: #e6f7ff;
}
.ant-select-item:hover {
  background-color: #f6f7fa;
}
.ant-select-item-group {
  background: #ffffff;
}
.ant-select-item-option-state {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.custom-selection-container .custom-selection-item {
  margin: 4px 0;
}
.custom-selection-container .custom-selection-item .ant-select-selection-item {
  display: inline-flex;
  align-items: center;
  height: 28px;
  line-height: 26px;
  background: #F5F6FB;
  border-radius: 4px;
  color: #757b82;
  margin: 4px 4px 4px 0;
  padding: 0 4px 0 8px;
}
.custom-selection-container .custom-selection-item .ant-select-selection-item .ant-select-selection-item-icon,
.custom-selection-container .custom-selection-item .ant-select-selection-item .orgImg {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin-right: 4px;
  display: flex;
}
.custom-selection-container .custom-selection-item .ant-select-selection-item .ant-select-selection-item-icon .teamImg,
.custom-selection-container .custom-selection-item .ant-select-selection-item .orgImg .teamImg,
.custom-selection-container .custom-selection-item .ant-select-selection-item .ant-select-selection-item-icon .userImg,
.custom-selection-container .custom-selection-item .ant-select-selection-item .orgImg .userImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.custom-selection-container .custom-selection-item .ant-select-selection-item .ant-select-selection-item-content {
  flex: 1;
  max-width: 220px;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.custom-selection-container .custom-selection-item .ant-select-selection-item .ant-select-selection-item-remove {
  flex-shrink: 0;
  cursor: pointer;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-selection-container .custom-selection-item .ant-select-selection-item .ant-select-selection-item-remove:hover {
  color: #286cfb;
}
.externalContact {
  height: 100%;
}
.externalContact .contactList {
  flex: 1;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.tag {
  height: 16px !important;
  border-radius: 3px;
}
.groupTemplateTag,
.calendarTag {
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapTag {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.wrapTag > :not(:first-child) {
  margin-left: 4px;
}
.batchImport {
  height: 100%;
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.batchImport .title {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
}
.batchImport .title > span:first-child {
  font-size: 12px;
  color: #757b82;
  margin-right: 16px;
}
.batchImport .tips {
  padding: 0 46px 12px;
  max-height: 64px;
}
.batchImport .tips .tipsTitle {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2227;
  line-height: 20px;
}
.batchImport .tips .tipsSubTitle {
  font-size: 10px;
  font-weight: 400;
  color: #757b82;
  line-height: 14px;
  margin: 0;
}
.batchImport .tips .tipsSubTitle.error {
  color: #f74c31;
}
.batchImport .textArea {
  width: 258px;
  margin: 0 46px 24px;
}
.batchImport .textArea .error {
  border-color: #f74c31;
}
.batchImport .btn {
  min-width: 155px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 6px;
  height: 32px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e6e6e7;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  color: #1f2227;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.batchImport .btn.disabled {
  color: #a5a9af;
  cursor: default;
}
.recentForwardBox {
  font-size: 14px;
  color: #1f2227;
  overflow: hidden;
}
.recentForwardBox .recentForwardTitle {
  font-weight: 500;
  padding: 16px 24px 0px 16px;
  font-size: 12px;
  line-height: 17px;
}
.recentForwardBox .recentForwardList {
  display: flex;
  justify-content: flex-start;
  overflow-x: hidden;
  margin: 0 16px;
  flex-wrap: wrap;
}
.recentForwardBox .recentForwardList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.recentForwardBox .recentForwardList .recentForwardItem {
  width: 46px;
  height: 54px;
  margin: 8px 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.recentForwardBox .recentForwardList .recentForwardItem .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-bottom: 4px;
  border: 1px solid transparent;
}
.recentForwardBox .recentForwardList .recentForwardItem .avatar.selected {
  border-color: #286cfb;
}
.recentForwardBox .recentForwardList .recentForwardItem .name {
  width: 100%;
  font-size: 10px;
  color: #1f2227;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recentForwardBox .recentForwardList .recentForwardItem .selectedIcon {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 12px;
  height: 12px;
}
.searchPage {
  width: 349px;
  height: 100%;
  flex-shrink: 0;
  border-right: 1px solid #e9e9e9;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.searchPage .customTabBar .ant-tabs-nav {
  padding-left: 46px;
}
.searchPage .serchContent {
  flex: 1;
  min-height: 0;
  overflow-y: overlay;
}
.searchPage .serchContent .scrollWrapper {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.searchPage .serchContent .noSearchBox,
.searchPage .serchContent .noResultBox,
.searchPage .serchContent .loadingBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.searchPage .serchContent .noSearchBox .searchTipsImg,
.searchPage .serchContent .noResultBox .searchTipsImg {
  width: 112px;
  height: 112px;
}
.searchPage .serchContent .noSearchBox .searchTipsText,
.searchPage .serchContent .noResultBox .searchTipsText {
  font-size: 12px;
  color: #b2b8c0;
  line-height: 14px;
  margin-top: 24px;
  text-align: center;
}
.searchPage .serchContent .noSearchBox .searchTipsText .keywordText,
.searchPage .serchContent .noResultBox .searchTipsText .keywordText {
  display: inline;
  color: #286cfb;
  word-break: break-word;
}
.searchPage .searchChildPageContent {
  flex: 1;
  min-height: 0;
}
.searchPage .searchChildPageContent .groupMemberContent {
  height: 100%;
}
.hide {
  display: none;
}
.searchHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 16px 0;
}
.searchHeader .searchInputBox {
  height: 30px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px 0 5px;
  border-radius: 22px;
  border: 1px solid #e8e8e8;
}
.searchHeader .searchInputBox:hover,
.searchHeader .searchInputBox.isFocused {
  border-color: #286cfb;
}
.searchHeader .searchInputBox .searchIcon {
  width: 20px;
  height: 20px;
}
.searchHeader .searchInputBox .searchClear {
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin-left: 5px;
}
.searchHeader .searchInputBox .searchInput {
  flex: 1;
  height: 20px;
  padding-left: 8px;
  border: none;
  outline: none;
  line-height: 20px;
  caret-color: #457cf2;
}
.searchHeader .searchInputBox input::-moz-placeholder {
  color: #b2b8c0;
  font-size: 12px;
}
.searchHeader .searchInputBox input::placeholder {
  color: #b2b8c0;
  font-size: 12px;
}
.searchHeader .cancelBtn {
  font-size: 12px;
  color: #1f2227;
  margin-left: 8px;
  cursor: pointer;
}
.complexPickerWrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fefeff;
}
.complexPickerWrap .complexPickerTitle {
  -webkit-app-region: drag;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  justify-content: space-between;
  font-size: 16px;
  color: #2f3238;
  font-weight: 500;
  border-bottom: 1px solid #e9e9e9;
}
.complexPickerWrap .complexPickerTitle.disableDrag {
  -webkit-app-region: none;
}
.complexPickerWrap .complexPickerTitle .complexPickerClose {
  -webkit-app-region: none;
  font-size: 12px;
  color: #60626c;
  cursor: pointer;
}
.complexPickerWrap .complexPickerbox {
  height: calc(100% - 54px);
  flex: 1;
  display: flex;
  font-size: 14px;
  color: #2f3238;
}
.complexPickerWrap .complexPickerbox .pages {
  width: 349px;
  height: 100%;
  flex-shrink: 0;
  border-right: 1px solid #e9e9e9;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
}
.complexPickerWrap .complexPickerbox .pages .pagesContent {
  display: flex;
  min-height: 0;
}
.complexPickerWrap .complexPickerbox .pages .pagesContent.hide {
  display: none;
}
.complexPickerWrap .complexPickerbox .pages .listcontainer {
  height: 100%;
  padding: 13px 17px;
  overflow-y: auto;
}
.complexPickerWrap .complexPickerbox .pages .tabsBox {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.orgbox :global .ant-select-search__field {
  display: none;
}
.ant-checkbox {
  top: 0 !important;
}
