@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.react-datepicker {
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.react-datepicker__header.react-datepicker__header--time.react-datepicker__header--time--only {
  display: none;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  color: #386ee7;
  background-color: #ffffff;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  border-radius: 4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar:horizontal {
  height: 6px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-button {
  display: none;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-corner {
  display: none;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  border-radius: 4px;
}

.react-datepicker__time-container .react-datepicker__time {
  border-radius: 4px !important;
}

.react-datepicker__time-container {
  border-radius: 4px;
}

.react-datepicker__input-container .react-datepicker__close-icon {
  opacity: 0;
}
.react-datepicker__input-container .react-datepicker__close-icon::after {
  width: 12px;
  height: 12px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.16);
  padding: 0;
}
.react-datepicker__input-container .react-datepicker__close-icon:hover {
  opacity: 1;
}
.react-datepicker__input-container input:hover + .react-datepicker__close-icon {
  opacity: 1;
}

.react-datepicker__header {
  background-color: #ffffff;
  font-size: 12px;
  border-bottom: none;
  padding: 24px 11px 0 11px;
}
.react-datepicker__header .react-datepicker__day-names {
  margin-bottom: -7px;
}
.react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name {
  width: 16px;
  height: 16px;
  margin: 13px;
  line-height: 16px;
}

.react-datepicker__month {
  font-size: 12px;
  margin: 0 11px 11px 11px;
}
.react-datepicker__month .react-datepicker__week .react-datepicker__day {
  width: 28px;
  height: 28px;
  margin: 7px;
  line-height: 28px;
}

.react-datepicker-popper {
  z-index: 1020;
}

.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 2px;
}

.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 2px;
}

.react-datepicker-popper[data-placement^=right] {
  padding-left: 2px;
}

.react-datepicker-popper[data-placement^=left] {
  padding-right: 2px;
}

.react-datepicker__day--outside-month {
  opacity: 0.5;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 50%;
  color: #ffffff !important;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border: none !important;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  border-radius: 50%;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border: none;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 50%;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  border: 1px solid transparent;
  border-radius: 50%;
  font-weight: normal;
}
.react-datepicker__day--today:hover,
.react-datepicker__month-text--today:hover,
.react-datepicker__quarter-text--today:hover,
.react-datepicker__year-text--today:hover {
  border: none;
  border: 1px solid transparent;
}

.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 50%;
  background: #386ee7;
}
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #f74f4f;
  border: none;
}

.react-datepicker__day--keyboard-selected {
  outline: none;
  color: #000;
  font-weight: normal;
  background-color: transparent;
  border-radius: 50%;
  border: none;
}
.react-datepicker__day--keyboard-selected:hover {
  background-color: #f0f0f0;
}

/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
div.tox-tinymce {
  border: none;
}

.editor-container.editor-container-edm div.tox .tox-editor-header {
  border-bottom: none;
}

div.tox .tox-collection--toolbar .tox-collection__item--enabled,
div.tox .tox-tbtn--enabled {
  background-color: #d6e6fc;
  background-color: var(--Link-2, #d6e6fc);
}
div.tox .tox-collection--list .tox-collection__item--enabled,
div.tox .tox-tbtn--enabled {
  color: #386ee7;
}
div.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  width: -webkit-max-content;
  width: max-content;
}
div.tox .tox-toolbar__primary,
div.tox .tox-toolbar__overflow {
  background: none;
}
div.tox .tox-editor-header {
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Fill-3, #ebedf2);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  position: fixed;
  background: white;
  top: 0;
  width: 100%;
}
div.tox .tox-collection--toolbar .tox-collection__item--active,
div.tox .tox-collection--list .tox-collection__item--active {
  background-color: #f0f0f1;
}
div.tox .tox-tbtn:hover {
  background: #f0f0f1;
}
div.tox .asis-tbtn-active {
  color: #4c6aff !important;
}
div.tox .asis-tbtn:active {
  background: none !important;
  color: #4c6aff !important;
}
div.tox.tox-tinymce-aux .tox-toolbar__overflow {
  border: 0.5px solid #ebedf2;
  border: 0.5px solid var(--Fill-3, #ebedf2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px #ebedf2;
  box-shadow: 0px 4px 8px var(--Fill-3, #ebedf2);
  border-radius: 4px;
}
div.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border: none;
}
div.tox .tox-collection__item-icon svg.fillnone,
div.tox .tox-tbtn svg.fillnone {
  fill: none;
}

.toolbar-tooltip-wrap {
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
}

.toolbar-tooltip {
  white-space: nowrap;
  word-break: keep-all;
  position: absolute;
  z-index: 992;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.signature-editor .tox.tox-tinymce,
.signature-editor2 .tox.tox-tinymce,
.mail-template-editor .tox.tox-tinymce,
.autoReply-editor .tox.tox-tinymce,
.desc-editor .tox.tox-tinymce {
  border-radius: 4px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.signature-editor .tox.tox-tinymce .tox-editor-header,
.signature-editor2 .tox.tox-tinymce .tox-editor-header,
.mail-template-editor .tox.tox-tinymce .tox-editor-header,
.autoReply-editor .tox.tox-tinymce .tox-editor-header,
.desc-editor .tox.tox-tinymce .tox-editor-header {
  position: unset;
  border-top: none;
}

.signature-editor .tox.tox-tinymce,
.signature-editor2 .tox.tox-tinymce,
.autoReply-editor .tox.tox-tinymce,
.desc-editor .tox.tox-tinymce {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}

.mail-template-editor .tox.tox-tinymce {
  border-top: 1px solid rgba(39, 46, 71, 0.16);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}

.template-editor .tox.tox-tinymce {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.template-editor .tox.tox-tinymce .tox-editor-header {
  position: unset;
  border-top: none;
}

.ai-text-color .ai-btn-text-count {
  margin-left: 5px;
}
.ai-text-color .tox-tbtn__select-label,
.ai-text-color .tox-collection__item-label {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  background: linear-gradient(91.21deg, #35a8fc 1.04%, #436bfa 50.51%, #a274ff 107.67%);
}

.edm-table {
  /** table sorter **/
  /** global table **/
}
.edm-table .ant-table {
  font-size: 14px;
  color: #262a33;
  border: 1px solid rgba(39, 46, 71, 0.08);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.edm-table .ant-table .ant-table-header table {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.edm-table .ant-table .ant-table-body table {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.edm-table .ant-table-thead th {
  background: #f9fafc;
  color: #7d8085;
  font-weight: normal;
}
.edm-table .ant-table-thead > tr > th,
.edm-table .ant-table-tbody > tr > td {
  padding: 12px 8px;
  line-height: 20px;
  border-bottom: 0;
}
.edm-table .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.edm-table .ant-table-cell-fix-right:after,
.edm-table .ant-table-cell-fix-left:after,
.edm-table .ant-table-cell-fix-left-last:after {
  bottom: 0;
}
.edm-table .ant-table-tbody > tr.ant-table-row-selected > td,
.edm-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background: #f0f0f1;
}
.edm-table .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: none;
}
.edm-table td.ant-table-column-sort {
  background-color: inherit;
}
.edm-table .ant-table-column-sorter-up.active,
.edm-table .ant-table-column-sorter-down.active {
  color: #7d8085;
}
.edm-table .ant-table-column-sorter-up,
.edm-table .ant-table-column-sorter-down {
  font-size: 10px;
}

/* global checkbox */
.ant-checkbox.ant-checkbox-checked span.ant-checkbox-inner {
  border-color: transparent;
}

.ant-checkbox:not(.ant-checkbox-checked):not(.ant-checkbox-indeterminate) span.ant-checkbox-inner {
  border-color: #a8aaad;
}

.ant-checkbox-inner {
  width: 14px;
  height: 14px;
}

.ant-checkbox-inner::after {
  top: 50%;
  left: 27.5%;
  width: 4px;
  height: 6px;
}

.ant-checkbox-checked .ant-checkbox-inner::after {
  border: 1.2px solid #fff;
  border-top: 0;
  border-left: 0;
}

.ant-checkbox-checked span.ant-checkbox-inner .ant-checkbox-indeterminate span.ant-checkbox-inner {
  border-color: #386ee7;
}

.ant-checkbox-checked .ant-checkbox-inner::after {
  background: transparent;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner {
  background: #d0d0d3;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #fff;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #386ee7;
}

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  width: 8px;
  height: 1.6px;
}

/* global checkbox */
/* global raido */
.ant-radio-checked .ant-radio-inner {
  border-color: #386ee7;
  background: #386ee7;
}
.ant-radio-checked .ant-radio-inner::after {
  background-color: #fff;
}

/* global input-number */
.ant-input-number:not(.ant-input-number-disabled):hover {
  border-color: #386ee7;
}

.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #386ee7;
  box-shadow: none;
}

/* global switch */
.ant-switch-checked {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}

/* 菜单样式*/
.edm-menu.ant-menu {
  background-color: transparent;
  margin: 0 8px;
  border-right: none;
}
.edm-menu.ant-menu .ant-menu-item {
  margin-top: 0;
  height: 36px;
  line-height: 36px;
}
.edm-menu.ant-menu .ant-menu-item-active {
  color: #386ee7;
  background: transparent;
}
.edm-menu.ant-menu .ant-menu-item-selected {
  background: rgba(214, 230, 252, 0.5);
  background: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.5);
  color: #386ee7;
}
.edm-menu.ant-menu .ant-menu-item > svg {
  vertical-align: middle;
}
.edm-menu.ant-menu .ant-menu-item-active > svg,
.edm-menu.ant-menu .ant-menu-item-selected > svg {
  color: #386ee7;
}
.edm-menu.ant-menu .ant-menu-item-group-title {
  padding: 8px 16px 8px 20px;
  color: #999;
  font-size: 12px;
}
.edm-menu.ant-menu .ant-menu-item-group-list .ant-menu-item {
  padding: 0 16px 0 20px;
}
.edm-menu.ant-menu .ant-menu-item .ant-menu-item-icon + span {
  margin-left: 8px;
}

.pagination-wrap {
  color: #7d8085;
  float: right;
  display: flex;
  height: 56px;
  box-sizing: border-box;
  align-items: center;
}
.pagination-wrap .ant-pagination-item {
  border-radius: 4px;
  border: none;
  line-height: 24px;
}
.pagination-wrap .ant-pagination-item a {
  padding: 0 10px;
  color: #7d8085;
}
.pagination-wrap .ant-pagination-item-active {
  background: #386ee7;
  border-color: #386ee7;
  margin: 0 4px;
}
.pagination-wrap .ant-pagination-item-active a {
  color: #ffffff;
  padding: 0 6px;
}
.pagination-wrap .ant-select-item {
  border-radius: 4px;
  min-width: 20px;
}
.pagination-wrap .ant-select-item-option-selected {
  background-color: #f0f0f1;
}
.pagination-wrap .ant-select-item-option-selected .ant-select-item-option-content {
  color: #386ee7;
  font-weight: normal;
}
.pagination-wrap .ant-pagination-options .ant-select:not(.ant-select-focused) .ant-select-selector {
  background: #f4f6f7;
  color: #7d8085;
  border-color: transparent;
  border-radius: 4px;
  align-items: center;
}
.pagination-wrap .ant-pagination-options .ant-select-selection-item {
  color: #7d8085;
}
.pagination-wrap .ant-pagination-options .ant-select-selection-search {
  color: #7d8085;
}

.edm-steps .ant-steps-item-icon {
  width: 24px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin: 4px 16px 0 0;
}
.edm-steps .ant-steps-icon {
  font-family: LX-numbers;
}
.edm-steps .ant-steps-item-title {
  color: #232d47 !important;
}
.edm-steps .ant-steps-item-description {
  color: #7a8599 !important;
}
.edm-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  border-color: transparent;
}
.edm-steps .ant-steps-item-wait .ant-steps-item-icon {
  border-color: #e1e6ed;
}
.edm-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.edm-steps .ant-steps-item-finish .ant-steps-item-icon {
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
}
.edm-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.edm-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
}
.edm-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  border-color: #e1e6ed;
}
.edm-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description,
.edm-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #7a8599;
}
.edm-steps .ant-steps-item-title::after {
  height: 2px;
}

.waimao-table .ant-table {
  border-radius: 4px;
}
.waimao-table .ant-table .ant-table-header table {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.waimao-table .ant-table .ant-table-body table {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.waimao-table .ant-table-head > tr > th {
  height: 54px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  font-size: 14px;
  font-weight: 400;
  color: #232d47;
}
.waimao-table .ant-table-tbody > tr > td {
  color: #232d47;
}
.waimao-table .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}

.waimao-popover .ant-popover-title {
  font-weight: 500;
  padding: 12px 16px 8px;
  border-bottom: none;
}
.waimao-popover .ant-popover-inner-content {
  color: #7a8599;
}
.waimao-popover .ant-popover-arrow {
  opacity: 1;
}

.waimao-tabs {
  color: #7a8599;
}
.waimao-tabs .ant-tabs-tab.ant-tabs-tab-active {
  font-weight: 500;
}
.waimao-tabs .ant-tabs-nav {
  margin-bottom: 16px !important;
  border-bottom: none !important;
}
.waimao-tabs .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 0 !important;
  height: 46px !important;
}
.waimao-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-ink-bar {
  bottom: 5px;
}
.waimao-tabs .ant-tabs-ink-bar {
  height: 2px;
  background: transparent;
}
.waimao-tabs .ant-tabs-ink-bar::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #386ee7;
  width: 10px;
  transform: translateX(-50%);
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.no-permission-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-permission-page .text {
  margin-top: 8px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.sirius-no-permission {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/empty-381d00266358851c4a621ea79fffa172.png);
}

.web-wm-entry-container {
  /**
        该类下的样式可以解决在renderContainer组件渲染的内容的样式问题，但是会引起
        某些独立页面的样式问题，如readMail等，所以使用类名来限定影响范围
    */
}
.web-wm-entry-container .page-content-layout {
  height: 100% !important;
}
.web-wm-entry-container .sirius-middle-grid {
  background: #fff;
}
.web-wm-entry-container .sirius-middle-grid-web.react-resizable {
  position: relative !important;
  height: 100%;
}

.edm-table {
  /** table sorter **/
  /** global table **/
}
.edm-table .ant-table {
  font-size: 14px;
  color: #262a33;
  border: 1px solid rgba(39, 46, 71, 0.08);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.edm-table .ant-table .ant-table-header table {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.edm-table .ant-table .ant-table-body table {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.edm-table .ant-table-thead th {
  background: #f9fafc;
  color: #7d8085;
  font-weight: normal;
}
.edm-table .ant-table-thead > tr > th,
.edm-table .ant-table-tbody > tr > td {
  padding: 12px 8px;
  line-height: 20px;
  border-bottom: 0;
}
.edm-table .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.edm-table .ant-table-cell-fix-right:after,
.edm-table .ant-table-cell-fix-left:after,
.edm-table .ant-table-cell-fix-left-last:after {
  bottom: 0;
}
.edm-table .ant-table-tbody > tr.ant-table-row-selected > td,
.edm-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background: #f0f0f1;
}
.edm-table .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: none;
}
.edm-table td.ant-table-column-sort {
  background-color: inherit;
}
.edm-table .ant-table-column-sorter-up.active,
.edm-table .ant-table-column-sorter-down.active {
  color: #7d8085;
}
.edm-table .ant-table-column-sorter-up,
.edm-table .ant-table-column-sorter-down {
  font-size: 10px;
}

/* global checkbox */
.ant-checkbox.ant-checkbox-checked span.ant-checkbox-inner {
  border-color: transparent;
}

.ant-checkbox:not(.ant-checkbox-checked):not(.ant-checkbox-indeterminate) span.ant-checkbox-inner {
  border-color: #a8aaad;
}

.ant-checkbox-inner {
  width: 14px;
  height: 14px;
}

.ant-checkbox-inner::after {
  top: 50%;
  left: 27.5%;
  width: 4px;
  height: 6px;
}

.ant-checkbox-checked .ant-checkbox-inner::after {
  border: 1.2px solid #fff;
  border-top: 0;
  border-left: 0;
}

.ant-checkbox-checked span.ant-checkbox-inner .ant-checkbox-indeterminate span.ant-checkbox-inner {
  border-color: #386ee7;
}

.ant-checkbox-checked .ant-checkbox-inner::after {
  background: transparent;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner {
  background: #d0d0d3;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #fff;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #386ee7;
}

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  width: 8px;
  height: 1.6px;
}

/* global checkbox */
/* global raido */
.ant-radio-checked .ant-radio-inner {
  border-color: #386ee7;
  background: #386ee7;
}
.ant-radio-checked .ant-radio-inner::after {
  background-color: #fff;
}

/* global input-number */
.ant-input-number:not(.ant-input-number-disabled):hover {
  border-color: #386ee7;
}

.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #386ee7;
  box-shadow: none;
}

/* global switch */
.ant-switch-checked {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}

/* 菜单样式*/
.edm-menu.ant-menu {
  background-color: transparent;
  margin: 0 8px;
  border-right: none;
}
.edm-menu.ant-menu .ant-menu-item {
  margin-top: 0;
  height: 36px;
  line-height: 36px;
}
.edm-menu.ant-menu .ant-menu-item-active {
  color: #386ee7;
  background: transparent;
}
.edm-menu.ant-menu .ant-menu-item-selected {
  background: rgba(214, 230, 252, 0.5);
  background: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.5);
  color: #386ee7;
}
.edm-menu.ant-menu .ant-menu-item > svg {
  vertical-align: middle;
}
.edm-menu.ant-menu .ant-menu-item-active > svg,
.edm-menu.ant-menu .ant-menu-item-selected > svg {
  color: #386ee7;
}
.edm-menu.ant-menu .ant-menu-item-group-title {
  padding: 8px 16px 8px 20px;
  color: #999;
  font-size: 12px;
}
.edm-menu.ant-menu .ant-menu-item-group-list .ant-menu-item {
  padding: 0 16px 0 20px;
}
.edm-menu.ant-menu .ant-menu-item .ant-menu-item-icon + span {
  margin-left: 8px;
}

.pagination-wrap {
  color: #7d8085;
  float: right;
  display: flex;
  height: 56px;
  box-sizing: border-box;
  align-items: center;
}
.pagination-wrap .ant-pagination-item {
  border-radius: 4px;
  border: none;
  line-height: 24px;
}
.pagination-wrap .ant-pagination-item a {
  padding: 0 10px;
  color: #7d8085;
}
.pagination-wrap .ant-pagination-item-active {
  background: #386ee7;
  border-color: #386ee7;
  margin: 0 4px;
}
.pagination-wrap .ant-pagination-item-active a {
  color: #ffffff;
  padding: 0 6px;
}
.pagination-wrap .ant-select-item {
  border-radius: 4px;
  min-width: 20px;
}
.pagination-wrap .ant-select-item-option-selected {
  background-color: #f0f0f1;
}
.pagination-wrap .ant-select-item-option-selected .ant-select-item-option-content {
  color: #386ee7;
  font-weight: normal;
}
.pagination-wrap .ant-pagination-options .ant-select:not(.ant-select-focused) .ant-select-selector {
  background: #f4f6f7;
  color: #7d8085;
  border-color: transparent;
  border-radius: 4px;
  align-items: center;
}
.pagination-wrap .ant-pagination-options .ant-select-selection-item {
  color: #7d8085;
}
.pagination-wrap .ant-pagination-options .ant-select-selection-search {
  color: #7d8085;
}

.edm-steps .ant-steps-item-icon {
  width: 24px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin: 4px 16px 0 0;
}
.edm-steps .ant-steps-icon {
  font-family: LX-numbers;
}
.edm-steps .ant-steps-item-title {
  color: #232d47 !important;
}
.edm-steps .ant-steps-item-description {
  color: #7a8599 !important;
}
.edm-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  border-color: transparent;
}
.edm-steps .ant-steps-item-wait .ant-steps-item-icon {
  border-color: #e1e6ed;
}
.edm-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.edm-steps .ant-steps-item-finish .ant-steps-item-icon {
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
}
.edm-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.edm-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
}
.edm-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  border-color: #e1e6ed;
}
.edm-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description,
.edm-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #7a8599;
}
.edm-steps .ant-steps-item-title::after {
  height: 2px;
}

.waimao-table .ant-table {
  border-radius: 4px;
}
.waimao-table .ant-table .ant-table-header table {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.waimao-table .ant-table .ant-table-body table {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.waimao-table .ant-table-head > tr > th {
  height: 54px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  font-size: 14px;
  font-weight: 400;
  color: #232d47;
}
.waimao-table .ant-table-tbody > tr > td {
  color: #232d47;
}
.waimao-table .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}

.waimao-popover .ant-popover-title {
  font-weight: 500;
  padding: 12px 16px 8px;
  border-bottom: none;
}
.waimao-popover .ant-popover-inner-content {
  color: #7a8599;
}
.waimao-popover .ant-popover-arrow {
  opacity: 1;
}

.waimao-tabs {
  color: #7a8599;
}
.waimao-tabs .ant-tabs-tab.ant-tabs-tab-active {
  font-weight: 500;
}
.waimao-tabs .ant-tabs-nav {
  margin-bottom: 16px !important;
  border-bottom: none !important;
}
.waimao-tabs .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 0 !important;
  height: 46px !important;
}
.waimao-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-ink-bar {
  bottom: 5px;
}
.waimao-tabs .ant-tabs-ink-bar {
  height: 2px;
  background: transparent;
}
.waimao-tabs .ant-tabs-ink-bar::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #386ee7;
  width: 10px;
  transform: translateX(-50%);
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.no-permission-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-permission-page .text {
  margin-top: 8px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.sirius-no-permission {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/empty-381d00266358851c4a621ea79fffa172.png);
}

.web-wm-entry-container {
  /**
        该类下的样式可以解决在renderContainer组件渲染的内容的样式问题，但是会引起
        某些独立页面的样式问题，如readMail等，所以使用类名来限定影响范围
    */
}
.web-wm-entry-container .page-content-layout {
  height: 100% !important;
}
.web-wm-entry-container .sirius-middle-grid {
  background: #fff;
}
.web-wm-entry-container .sirius-middle-grid-web.react-resizable {
  position: relative !important;
  height: 100%;
}

.ant-message {
  z-index: 9999;
}
.ant-message .ant-message-notice .ant-message-notice-content {
  box-shadow: none;
  background: #ffffff;
  background: var(--white, #ffffff);
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  box-shadow: var(--shadow-small, 0px 4px 10px 0px rgba(47, 83, 134, 0.12));
  border-radius: 4px !important;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 0;
  height: 40px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  line-height: 39px;
}
.ant-message .ant-message-notice .ant-message-custom-content {
  padding: 0 16px;
  border-radius: 4px;
}
.ant-message .ant-message-notice .ant-message-info {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
  border: 0.5px solid #b7c3ff;
  border: 0.5px solid var(--Brand-3, #b7c3ff);
}
.ant-message .ant-message-notice .ant-message-success {
  background-color: #e7fbf3;
  background-color: var(--Success-1, #e7fbf3);
  border: 0.5px solid #9fefcd;
  border: 0.5px solid var(--Success-3, #9fefcd);
}
.ant-message .ant-message-notice .ant-message-error {
  background-color: #ffefed;
  background-color: var(--Error-1, #ffefed);
  border: 0.5px solid #ffbdb7;
  border: 0.5px solid var(--Error-4, #ffbdb7);
}
.ant-message .ant-message-notice .ant-message-warning {
  background-color: #fff8ed;
  background-color: var(--Warning-1, #fff8ed);
  border: 0.5px solid #ffe1b7;
  border: 0.5px solid var(--Warning-3, #ffe1b7);
}
.ant-message .ant-message-notice .ant-message-loading {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
  border: 0.5px solid #b7c3ff;
  border: 0.5px solid var(--Brand-3, #b7c3ff);
}
.ant-message .ant-message-notice .ant-message-error .anticon {
  background-image: url(/static/toast-error.a32593c2.svg);
}
.ant-message .ant-message-notice .ant-message-info .anticon {
  background-image: url(/static/toast-info.76f18e9b.svg);
}
.ant-message .ant-message-notice .ant-message-warning .anticon {
  background-image: url(/static/toast-warning.e0f55913.svg);
}
.ant-message .ant-message-notice .ant-message-success .anticon {
  background-image: url(/static/toast-success.0b4f3613.svg);
}
.ant-message .ant-message-notice .ant-message-loading .anticon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4yNyIgZD0iTTE3IDEwQzE3IDYuMTM0MDEgMTMuODY2IDMgMTAgM0M2LjEzNDAxIDMgMyA2LjEzNDAxIDMgMTBDMyAxMy44NjYgNi4xMzQwMSAxNyAxMCAxN0MxMy44NjYgMTcgMTcgMTMuODY2IDE3IDEwWiIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTEwIDNDNi4xMzQwMSAzIDMgNi4xMzQwMSAzIDEwIiBzdHJva2U9IiM0QzZBRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.ant-message .ant-message-notice .anticon-reject-circle .anticon {
  background-image: url(/static/toast-reject.e5bbedf7.svg);
}
.ant-message .ant-message-notice .anticon-pending-circle .anticon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMTBDMiA1LjU4MTcyIDUuNTgxNzIgMiAxMCAyVjJDMTQuNDE4MyAyIDE4IDUuNTgxNzIgMTggMTBWMTBDMTggMTQuNDE4MyAxNC40MTgzIDE4IDEwIDE4VjE4QzUuNTgxNzIgMTggMiAxNC40MTgzIDIgMTBWMTBaIiBmaWxsPSIjRkZCNTRDIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNSAxMC4zNDk5QzEzLjUgMTAuNjI2IDEzLjI3NjEgMTAuODQ5OSAxMyAxMC44NDk5SDdDNi43MjM4NiAxMC44NDk5IDYuNSAxMC42MjYgNi41IDEwLjM0OTlWOS42NDk5QzYuNSA5LjM3Mzc2IDYuNzIzODYgOS4xNDk5IDcgOS4xNDk5SDEzQzEzLjI3NjEgOS4xNDk5IDEzLjUgOS4zNzM3NiAxMy41IDkuNjQ5OVYxMC4zNDk5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.ant-message .ant-message-notice .ant-message-custom-content > svg {
  margin-right: 8px;
}
.ant-message .ant-message-notice .anticon {
  margin-right: 10px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.ant-message .ant-message-notice .anticon > svg {
  visibility: hidden;
}

:root,
:root .extheme {
  --Brand-7: #445fe5 !important;
  --Brand-7-r: 68 !important;
  --Brand-7-g: 95 !important;
  --Brand-7-b: 229 !important;
  --brand-7: #445fe5 !important;
  --brand-7-r: 68 !important;
  --brand-7-g: 95 !important;
  --brand-7-b: 229 !important;
  --Brand-6: #4c6aff !important;
  --Brand-6-r: 76 !important;
  --Brand-6-g: 106 !important;
  --Brand-6-b: 255 !important;
  --brand-6: #4c6aff !important;
  --brand-6-r: 76 !important;
  --brand-6-g: 106 !important;
  --brand-6-b: 255 !important;
  --Brand-6-bg: #4c6aff !important;
  --Brand-6-bg-r: 76 !important;
  --Brand-6-bg-g: 106 !important;
  --Brand-6-bg-b: 255 !important;
  --brand-6-bg: #4c6aff !important;
  --brand-6-bg-r: 76 !important;
  --brand-6-bg-g: 106 !important;
  --brand-6-bg-b: 255 !important;
  --Brand-5: #7088ff !important;
  --Brand-5-r: 112 !important;
  --Brand-5-g: 136 !important;
  --Brand-5-b: 255 !important;
  --brand-5: #7088ff !important;
  --brand-5-r: 112 !important;
  --brand-5-g: 136 !important;
  --brand-5-b: 255 !important;
  --Brand-4: #94a6ff !important;
  --Brand-4-r: 148 !important;
  --Brand-4-g: 166 !important;
  --Brand-4-b: 255 !important;
  --brand-4: #94a6ff !important;
  --brand-4-r: 148 !important;
  --brand-4-g: 166 !important;
  --brand-4-b: 255 !important;
  --Brand-3: #b7c3ff !important;
  --Brand-3-r: 183 !important;
  --Brand-3-g: 195 !important;
  --Brand-3-b: 255 !important;
  --brand-3: #b7c3ff !important;
  --brand-3-r: 183 !important;
  --brand-3-g: 195 !important;
  --brand-3-b: 255 !important;
  --Brand-2: #edf0ff !important;
  --Brand-2-r: 237 !important;
  --Brand-2-g: 240 !important;
  --Brand-2-b: 255 !important;
  --brand-2: #edf0ff !important;
  --brand-2-r: 237 !important;
  --brand-2-g: 240 !important;
  --brand-2-b: 255 !important;
  --Brand-2-bg: #edf0ff !important;
  --Brand-2-bg-r: 237 !important;
  --Brand-2-bg-g: 240 !important;
  --Brand-2-bg-b: 255 !important;
  --brand-2-bg: #edf0ff !important;
  --brand-2-bg-r: 237 !important;
  --brand-2-bg-g: 240 !important;
  --brand-2-bg-b: 255 !important;
  --Brand-1: #f2f5ff !important;
  --Brand-1-r: 242 !important;
  --Brand-1-g: 245 !important;
  --Brand-1-b: 255 !important;
  --brand-1: #f2f5ff !important;
  --brand-1-r: 242 !important;
  --brand-1-g: 245 !important;
  --brand-1-b: 255 !important;
  --Line-3: #e1e3e8 !important;
  --Line-3-r: 225 !important;
  --Line-3-g: 227 !important;
  --Line-3-b: 232 !important;
  --line-3: #e1e3e8 !important;
  --line-3-r: 225 !important;
  --line-3-g: 227 !important;
  --line-3-b: 232 !important;
  --Line-2: #ebedf2 !important;
  --Line-2-r: 235 !important;
  --Line-2-g: 237 !important;
  --Line-2-b: 242 !important;
  --line-2: #ebedf2 !important;
  --line-2-r: 235 !important;
  --line-2-g: 237 !important;
  --line-2-b: 242 !important;
  --Line-1: #f0f1f5 !important;
  --Line-1-r: 240 !important;
  --Line-1-g: 241 !important;
  --Line-1-b: 245 !important;
  --line-1: #f0f1f5 !important;
  --line-1-r: 240 !important;
  --line-1-g: 241 !important;
  --line-1-b: 245 !important;
  --Fill-8: #3f465c !important;
  --Fill-8-r: 63 !important;
  --Fill-8-g: 70 !important;
  --Fill-8-b: 92 !important;
  --fill-8: #3f465c !important;
  --fill-8-r: 63 !important;
  --fill-8-g: 70 !important;
  --fill-8-b: 92 !important;
  --Fill-7: #6f7485 !important;
  --Fill-7-r: 111 !important;
  --Fill-7-g: 116 !important;
  --Fill-7-b: 133 !important;
  --fill-7: #6f7485 !important;
  --fill-7-r: 111 !important;
  --fill-7-g: 116 !important;
  --fill-7-b: 133 !important;
  --Fill-6: #8d92a1 !important;
  --Fill-6-r: 141 !important;
  --Fill-6-g: 146 !important;
  --Fill-6-b: 161 !important;
  --fill-6: #8d92a1 !important;
  --fill-6-r: 141 !important;
  --fill-6-g: 146 !important;
  --fill-6-b: 161 !important;
  --Fill-5: #c9cbd6 !important;
  --Fill-5-r: 201 !important;
  --Fill-5-g: 203 !important;
  --Fill-5-b: 214 !important;
  --fill-5: #c9cbd6 !important;
  --fill-5-r: 201 !important;
  --fill-5-g: 203 !important;
  --fill-5-b: 214 !important;
  --Fill-4: #e1e3e8 !important;
  --Fill-4-r: 225 !important;
  --Fill-4-g: 227 !important;
  --Fill-4-b: 232 !important;
  --fill-4: #e1e3e8 !important;
  --fill-4-r: 225 !important;
  --fill-4-g: 227 !important;
  --fill-4-b: 232 !important;
  --Fill-3: #ebedf2 !important;
  --Fill-3-r: 235 !important;
  --Fill-3-g: 237 !important;
  --Fill-3-b: 242 !important;
  --fill-3: #ebedf2 !important;
  --fill-3-r: 235 !important;
  --fill-3-g: 237 !important;
  --fill-3-b: 242 !important;
  --Fill-2_5: #f0f2f7 !important;
  --Fill-2_5-r: 240 !important;
  --Fill-2_5-g: 242 !important;
  --Fill-2_5-b: 247 !important;
  --fill-2_5: #f0f2f7 !important;
  --fill-2_5-r: 240 !important;
  --fill-2_5-g: 242 !important;
  --fill-2_5-b: 247 !important;
  --Fill-2: #f6f7fa !important;
  --Fill-2-r: 246 !important;
  --Fill-2-g: 247 !important;
  --Fill-2-b: 250 !important;
  --fill-2: #f6f7fa !important;
  --fill-2-r: 246 !important;
  --fill-2-g: 247 !important;
  --fill-2-b: 250 !important;
  --Fill-1: #f8f9fa !important;
  --Fill-1-r: 248 !important;
  --Fill-1-g: 249 !important;
  --Fill-1-b: 250 !important;
  --fill-1: #f8f9fa !important;
  --fill-1-r: 248 !important;
  --fill-1-g: 249 !important;
  --fill-1-b: 250 !important;
  --Text-6: #080b19 !important;
  --Text-6-r: 8 !important;
  --Text-6-g: 11 !important;
  --Text-6-b: 25 !important;
  --text-6: #080b19 !important;
  --text-6-r: 8 !important;
  --text-6-g: 11 !important;
  --text-6-b: 25 !important;
  --Text-5: #272e47 !important;
  --Text-5-r: 39 !important;
  --Text-5-g: 46 !important;
  --Text-5-b: 71 !important;
  --text-5: #272e47 !important;
  --text-5-r: 39 !important;
  --text-5-g: 46 !important;
  --text-5-b: 71 !important;
  --Text-4: #545a6e !important;
  --Text-4-r: 84 !important;
  --Text-4-g: 90 !important;
  --Text-4-b: 110 !important;
  --text-4: #545a6e !important;
  --text-4-r: 84 !important;
  --text-4-g: 90 !important;
  --text-4-b: 110 !important;
  --Text-3: #747a8c !important;
  --Text-3-r: 116 !important;
  --Text-3-g: 122 !important;
  --Text-3-b: 140 !important;
  --text-3: #747a8c !important;
  --text-3-r: 116 !important;
  --text-3-g: 122 !important;
  --text-3-b: 140 !important;
  --Text-2: #9fa2ad !important;
  --Text-2-r: 159 !important;
  --Text-2-g: 162 !important;
  --Text-2-b: 173 !important;
  --text-2: #9fa2ad !important;
  --text-2-r: 159 !important;
  --text-2-g: 162 !important;
  --text-2-b: 173 !important;
  --Text-1: #b7bac2 !important;
  --Text-1-r: 183 !important;
  --Text-1-g: 186 !important;
  --Text-1-b: 194 !important;
  --text-1: #b7bac2 !important;
  --text-1-r: 183 !important;
  --text-1-g: 186 !important;
  --text-1-b: 194 !important;
  --Avatar-1: #6557ff !important;
  --Avatar-1-r: 101 !important;
  --Avatar-1-g: 87 !important;
  --Avatar-1-b: 255 !important;
  --avatar-1: #6557ff !important;
  --avatar-1-r: 101 !important;
  --avatar-1-g: 87 !important;
  --avatar-1-b: 255 !important;
  --Avatar-2: #00ccaa !important;
  --Avatar-2-r: 0 !important;
  --Avatar-2-g: 204 !important;
  --Avatar-2-b: 170 !important;
  --avatar-2: #00ccaa !important;
  --avatar-2-r: 0 !important;
  --avatar-2-g: 204 !important;
  --avatar-2-b: 170 !important;
  --Avatar-3: #fe6c5e !important;
  --Avatar-3-r: 254 !important;
  --Avatar-3-g: 108 !important;
  --Avatar-3-b: 94 !important;
  --avatar-3: #fe6c5e !important;
  --avatar-3-r: 254 !important;
  --avatar-3-g: 108 !important;
  --avatar-3-b: 94 !important;
  --Avatar-4: #00c4d6 !important;
  --Avatar-4-r: 0 !important;
  --Avatar-4-g: 196 !important;
  --Avatar-4-b: 214 !important;
  --avatar-4: #00c4d6 !important;
  --avatar-4-r: 0 !important;
  --avatar-4-g: 196 !important;
  --avatar-4-b: 214 !important;
  --Avatar-5: #a259ff !important;
  --Avatar-5-r: 162 !important;
  --Avatar-5-g: 89 !important;
  --Avatar-5-b: 255 !important;
  --avatar-5: #a259ff !important;
  --avatar-5-r: 162 !important;
  --avatar-5-g: 89 !important;
  --avatar-5-b: 255 !important;
  --Avatar-6: #4c6aff !important;
  --Avatar-6-r: 76 !important;
  --Avatar-6-g: 106 !important;
  --Avatar-6-b: 255 !important;
  --avatar-6: #4c6aff !important;
  --avatar-6-r: 76 !important;
  --avatar-6-g: 106 !important;
  --avatar-6-b: 255 !important;
  --Link-7: #2b74d9 !important;
  --Link-7-r: 43 !important;
  --Link-7-g: 116 !important;
  --Link-7-b: 217 !important;
  --link-7: #2b74d9 !important;
  --link-7-r: 43 !important;
  --link-7-g: 116 !important;
  --link-7-b: 217 !important;
  --Link-6: #3081f2 !important;
  --Link-6-r: 48 !important;
  --Link-6-g: 129 !important;
  --Link-6-b: 242 !important;
  --link-6: #3081f2 !important;
  --link-6-r: 48 !important;
  --link-6-g: 129 !important;
  --link-6-b: 242 !important;
  --Link-5: #599af5 !important;
  --Link-5-r: 89 !important;
  --Link-5-g: 154 !important;
  --Link-5-b: 245 !important;
  --link-5: #599af5 !important;
  --link-5-r: 89 !important;
  --link-5-g: 154 !important;
  --link-5-b: 245 !important;
  --Link-4: #83b3f7 !important;
  --Link-4-r: 131 !important;
  --Link-4-g: 179 !important;
  --Link-4-b: 247 !important;
  --link-4: #83b3f7 !important;
  --link-4-r: 131 !important;
  --link-4-g: 179 !important;
  --link-4-b: 247 !important;
  --Link-3: #accdfa !important;
  --Link-3-r: 172 !important;
  --Link-3-g: 205 !important;
  --Link-3-b: 250 !important;
  --link-3: #accdfa !important;
  --link-3-r: 172 !important;
  --link-3-g: 205 !important;
  --link-3-b: 250 !important;
  --Link-2: #d6e6fc !important;
  --Link-2-r: 214 !important;
  --Link-2-g: 230 !important;
  --Link-2-b: 252 !important;
  --link-2: #d6e6fc !important;
  --link-2-r: 214 !important;
  --link-2-g: 230 !important;
  --link-2-b: 252 !important;
  --Link-1: #f2f7fe !important;
  --Link-1-r: 242 !important;
  --Link-1-g: 247 !important;
  --Link-1-b: 254 !important;
  --link-1: #f2f7fe !important;
  --link-1-r: 242 !important;
  --link-1-g: 247 !important;
  --link-1-b: 254 !important;
  --Success-7: #0dc076 !important;
  --Success-7-r: 13 !important;
  --Success-7-g: 192 !important;
  --Success-7-b: 118 !important;
  --success-7: #0dc076 !important;
  --success-7-r: 13 !important;
  --success-7-g: 192 !important;
  --success-7-b: 118 !important;
  --Success-6: #0fd683 !important;
  --Success-6-r: 15 !important;
  --Success-6-g: 214 !important;
  --Success-6-b: 131 !important;
  --success-6: #0fd683 !important;
  --success-6-r: 15 !important;
  --success-6-g: 214 !important;
  --success-6-b: 131 !important;
  --Success-5: #3fde9c !important;
  --Success-5-r: 63 !important;
  --Success-5-g: 222 !important;
  --Success-5-b: 156 !important;
  --success-5: #3fde9c !important;
  --success-5-r: 63 !important;
  --success-5-g: 222 !important;
  --success-5-b: 156 !important;
  --Success-4: #6fe6b5 !important;
  --Success-4-r: 111 !important;
  --Success-4-g: 230 !important;
  --Success-4-b: 181 !important;
  --success-4: #6fe6b5 !important;
  --success-4-r: 111 !important;
  --success-4-g: 230 !important;
  --success-4-b: 181 !important;
  --Success-3: #9fefcd !important;
  --Success-3-r: 159 !important;
  --Success-3-g: 239 !important;
  --Success-3-b: 205 !important;
  --success-3: #9fefcd !important;
  --success-3-r: 159 !important;
  --success-3-g: 239 !important;
  --success-3-b: 205 !important;
  --Success-2: #cff7e6 !important;
  --Success-2-r: 207 !important;
  --Success-2-g: 247 !important;
  --Success-2-b: 230 !important;
  --success-2: #cff7e6 !important;
  --success-2-r: 207 !important;
  --success-2-g: 247 !important;
  --success-2-b: 230 !important;
  --Success-1: #e7fbf3 !important;
  --Success-1-r: 231 !important;
  --Success-1-g: 251 !important;
  --Success-1-b: 243 !important;
  --success-1: #e7fbf3 !important;
  --success-1-r: 231 !important;
  --success-1-g: 251 !important;
  --success-1-b: 243 !important;
  --Warning-7: #e5a344 !important;
  --Warning-7-r: 229 !important;
  --Warning-7-g: 163 !important;
  --Warning-7-b: 68 !important;
  --warning-7: #e5a344 !important;
  --warning-7-r: 229 !important;
  --warning-7-g: 163 !important;
  --warning-7-b: 68 !important;
  --Warning-6: #ffb54c !important;
  --Warning-6-r: 255 !important;
  --Warning-6-g: 181 !important;
  --Warning-6-b: 76 !important;
  --warning-6: #ffb54c !important;
  --warning-6-r: 255 !important;
  --warning-6-g: 181 !important;
  --warning-6-b: 76 !important;
  --Warning-5: #ffc470 !important;
  --Warning-5-r: 255 !important;
  --Warning-5-g: 196 !important;
  --Warning-5-b: 112 !important;
  --warning-5: #ffc470 !important;
  --warning-5-r: 255 !important;
  --warning-5-g: 196 !important;
  --warning-5-b: 112 !important;
  --Warning-4: #ffd394 !important;
  --Warning-4-r: 255 !important;
  --Warning-4-g: 211 !important;
  --Warning-4-b: 148 !important;
  --warning-4: #ffd394 !important;
  --warning-4-r: 255 !important;
  --warning-4-g: 211 !important;
  --warning-4-b: 148 !important;
  --Warning-3: #ffe1b7 !important;
  --Warning-3-r: 255 !important;
  --Warning-3-g: 225 !important;
  --Warning-3-b: 183 !important;
  --warning-3: #ffe1b7 !important;
  --warning-3-r: 255 !important;
  --warning-3-g: 225 !important;
  --warning-3-b: 183 !important;
  --Warning-2: #fff0db !important;
  --Warning-2-r: 255 !important;
  --Warning-2-g: 240 !important;
  --Warning-2-b: 219 !important;
  --warning-2: #fff0db !important;
  --warning-2-r: 255 !important;
  --warning-2-g: 240 !important;
  --warning-2-b: 219 !important;
  --Warning-1: #fff8ed !important;
  --Warning-1-r: 255 !important;
  --Warning-1-g: 248 !important;
  --Warning-1-b: 237 !important;
  --warning-1: #fff8ed !important;
  --warning-1-r: 255 !important;
  --warning-1-g: 248 !important;
  --warning-1-b: 237 !important;
  --Error-7: #e45244 !important;
  --Error-7-r: 228 !important;
  --Error-7-g: 82 !important;
  --Error-7-b: 68 !important;
  --error-7: #e45244 !important;
  --error-7-r: 228 !important;
  --error-7-g: 82 !important;
  --error-7-b: 68 !important;
  --Error-6: #fe5b4c !important;
  --Error-6-r: 254 !important;
  --Error-6-g: 91 !important;
  --Error-6-b: 76 !important;
  --error-6: #fe5b4c !important;
  --error-6-r: 254 !important;
  --error-6-g: 91 !important;
  --error-6-b: 76 !important;
  --Error-5: #fe7c70 !important;
  --Error-5-r: 254 !important;
  --Error-5-g: 124 !important;
  --Error-5-b: 112 !important;
  --error-5: #fe7c70 !important;
  --error-5-r: 254 !important;
  --error-5-g: 124 !important;
  --error-5-b: 112 !important;
  --Error-4: #ffbdb7 !important;
  --Error-4-r: 255 !important;
  --Error-4-g: 189 !important;
  --Error-4-b: 183 !important;
  --error-4: #ffbdb7 !important;
  --error-4-r: 255 !important;
  --error-4-g: 189 !important;
  --error-4-b: 183 !important;
  --Error-2: #ffdedb !important;
  --Error-2-r: 255 !important;
  --Error-2-g: 222 !important;
  --Error-2-b: 219 !important;
  --error-2: #ffdedb !important;
  --error-2-r: 255 !important;
  --error-2-g: 222 !important;
  --error-2-b: 219 !important;
  --Error-1: #ffefed !important;
  --Error-1-r: 255 !important;
  --Error-1-g: 239 !important;
  --Error-1-b: 237 !important;
  --error-1: #ffefed !important;
  --error-1-r: 255 !important;
  --error-1-g: 239 !important;
  --error-1-b: 237 !important;
  --label-1_3: #4759b2 !important;
  --label-1_3-r: 71 !important;
  --label-1_3-g: 89 !important;
  --label-1_3-b: 178 !important;
  --label-1_2: #83b3f7 !important;
  --label-1_2-r: 131 !important;
  --label-1_2-g: 179 !important;
  --label-1_2-b: 247 !important;
  --label-1_1: #deebfd !important;
  --label-1_1-r: 222 !important;
  --label-1_1-g: 235 !important;
  --label-1_1-b: 253 !important;
  --label-2_3: #398e80 !important;
  --label-2_3-r: 57 !important;
  --label-2_3-g: 142 !important;
  --label-2_3-b: 128 !important;
  --label-2_2: #66e0cc !important;
  --label-2_2-r: 102 !important;
  --label-2_2-g: 224 !important;
  --label-2_2-b: 204 !important;
  --label-2_1: #d6f7f1 !important;
  --label-2_1-r: 214 !important;
  --label-2_1-g: 247 !important;
  --label-2_1-b: 241 !important;
  --label-3_3: #7a51cb !important;
  --label-3_3-r: 122 !important;
  --label-3_3-g: 81 !important;
  --label-3_3-b: 203 !important;
  --label-3_2: #bb98fe !important;
  --label-3_2-r: 187 !important;
  --label-3_2-g: 152 !important;
  --label-3_2-b: 254 !important;
  --label-3_1: #ede4ff !important;
  --label-3_1-r: 237 !important;
  --label-3_1-g: 228 !important;
  --label-3_1-b: 255 !important;
  --label-4_3: #cc913d !important;
  --label-4_3-r: 204 !important;
  --label-4_3-g: 145 !important;
  --label-4_3-b: 61 !important;
  --label-4_2: #ffb54c !important;
  --label-4_2-r: 255 !important;
  --label-4_2-g: 181 !important;
  --label-4_2-b: 76 !important;
  --label-4_1: #fff3e2 !important;
  --label-4_1-r: 255 !important;
  --label-4_1-g: 243 !important;
  --label-4_1-b: 226 !important;
  --label-5_3: #cb493d !important;
  --label-5_3-r: 203 !important;
  --label-5_3-g: 73 !important;
  --label-5_3-b: 61 !important;
  --label-5_2: #fe9d94 !important;
  --label-5_2-r: 254 !important;
  --label-5_2-g: 157 !important;
  --label-5_2-b: 148 !important;
  --label-5_1: #ffe5e2 !important;
  --label-5_1-r: 255 !important;
  --label-5_1-g: 229 !important;
  --label-5_1-b: 226 !important;
  --label-6_3: #4e5a70 !important;
  --label-6_3-r: 78 !important;
  --label-6_3-g: 90 !important;
  --label-6_3-b: 112 !important;
  --label-6_2: #c0c8d6 !important;
  --label-6_2-r: 192 !important;
  --label-6_2-g: 200 !important;
  --label-6_2-b: 214 !important;
  --label-6_1: #e7ebf1 !important;
  --label-6_1-r: 231 !important;
  --label-6_1-g: 235 !important;
  --label-6_1-b: 241 !important;
  --calendar-6: #6ba9ff !important;
  --calendar-6-r: 107 !important;
  --calendar-6-g: 169 !important;
  --calendar-6-b: 255 !important;
  --calendar-5: #70ccab !important;
  --calendar-5-r: 112 !important;
  --calendar-5-g: 204 !important;
  --calendar-5-b: 171 !important;
  --calendar-4: #aa90f4 !important;
  --calendar-4-r: 170 !important;
  --calendar-4-g: 144 !important;
  --calendar-4-b: 244 !important;
  --calendar-3: #f7a87c !important;
  --calendar-3-r: 247 !important;
  --calendar-3-g: 168 !important;
  --calendar-3-b: 124 !important;
  --calendar-2: #f77c7c !important;
  --calendar-2-r: 247 !important;
  --calendar-2-g: 124 !important;
  --calendar-2-b: 124 !important;
  --calendar-1: #a8aaad !important;
  --calendar-1-r: 168 !important;
  --calendar-1-g: 170 !important;
  --calendar-1-b: 173 !important;
  --white: #ffffff !important;
  --white-r: 255 !important;
  --white-g: 255 !important;
  --white-b: 255 !important;
  --white-bg: #f4f4f5 !important;
  --white-hover-bg: #f0f0f1 !important;
  --white-tooltip: #ffffff !important;
  --white-transparent: transparent !important;
  --white-wrap: #f6f7fa !important;
  --white-modal: #ffffff !important;
  --white-header-bg: #eee !important;
  --font-color: #080b19 !important;
  --font-color-1: #51555c !important;
  --font-color-2: #262a33 !important;
  --font-color-2-r: 38 !important;
  --font-color-2-g: 42 !important;
  --font-color-2-b: 51 !important;
  --font-color-3: #000000 !important;
  --font-color-3-r: 0 !important;
  --font-color-3-g: 0 !important;
  --font-color-3-b: 0 !important;
  --sidebar-hover: #272e47 !important;
  --sidebar-hover-r: 39 !important;
  --sidebar-hover-g: 46 !important;
  --sidebar-hover-b: 71 !important;
  --brand-blue: #386ee7 !important;
  --brand-blue-1: #386ee7 !important;
  --brand-blue-2: #386ee7 !important;
  --brand-bg: #d2e0ff !important;
  --brand-bg-r: 210 !important;
  --brand-bg-g: 224 !important;
  --brand-bg-b: 255 !important;
  --tree-hover: #d6e6fc;
  --tree-hover-r: 214 !important;
  --tree-hover-g: 230 !important;
  --tree-hover-b: 252 !important;
  --sidebar-mailbox: url(/static/mailBox.3b025661.svg) !important;
  --sidebar-mailbox-enhance: url(/static/mailBox_selected.7fa54098.svg) !important;
  --sidebar-schedule: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC42Ij4KPHJlY3QgeD0iMS41IiB5PSIzIiB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSI3IiB5PSIxLjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNSIgeT0iMS41IiB3aWR0aD0iMiIgaGVpZ2h0PSI0IiByeD0iMSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K) !important;
  --sidebar-schedule-enhance: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS41IiB5PSIzIiB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSI3IiB5PSIxLjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNSIgeT0iMS41IiB3aWR0aD0iMiIgaGVpZ2h0PSI0IiByeD0iMSIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) !important;
  --sidebar-contact: url(/static/contact.0f1a9cf1.svg) !important;
  --sidebar-contact-enhance: url(/static/contact_selected.d5d0828e.svg) !important;
  --sidebar-im: url(/static/message.da0dd287.svg) !important;
  --sidebar-im-enhance: url(/static/message_selected.a2020d11.svg) !important;
  --sidebar-disk: url(/static/disk.94109eae.svg) !important;
  --sidebar-disk-enhance: url(/static/disk_selected.1ffabb5c.svg) !important;
  --sidebar-apps: url(/static/apps.2a8acf95.svg) !important;
  --sidebar-apps-enhance: url(/static/apps_selected.8939b6cb.svg) !important;
  --mail-refresh: url(/static/sync.d79843e8.svg) !important;
  --add-member: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggM0w4IDEzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiLz4KPHBhdGggZD0iTTEzIDhIMyIgc3Ryb2tlPSIjMjYyQTMzIiBzdHJva2Utb3BhY2l0eT0iMC45Ii8+Cjwvc3ZnPgo=) !important;
  --logo-qiye: url(/static/qiye_mail_logo-214f4d89532ecd1288c45d0cb136db28.png) !important;
  --logo-qq: url(/static/qq_mail_logo-ff5de5c3df6d662bf39f0267d1b0f869.png) !important;
  --logo-163: url(/static/163_mail_logo-5ea799d2fe5cc92c905b1aab7b881ef6.png) !important;
  --logo-other: url(/static/other_mail_logo-28cb462d4dd93d1857b60e1465660fdc.png) !important;
  --logo-gmail: url(/static/gmail_logo-855c30a864b6d50e5ed05d37cc402c5a.png) !important;
  --logo-outlook: url(/static/outlook_mail_logo-63e2e84efa46103a416b715c49daa28e.png) !important;
  --logo-microsoft: url(/static/microsoft_365_mail_logo-21058d9a3f26727ea35a545715189f7d.png) !important;
  --logo-microsoft-global: url(/static/microsoft_mail_logo-2f8dc74617dd50c718e2e8374d2767ac.png) !important;
  --logo-tencent-qiye: url(/static/tencent_qiye_mail_logo-a229f37a5f8f425f679fab63c535ae12.png) !important;
  --mail-mode1: url(/static/modeNormal-686302f61850c5187ea9b4f2c54a17fd.png) !important;
  --mail-mode2: url(/static/modeMerge-c32f587faa8215e9ce6fe66e97cf5632.png) !important;
  --mail-layout1: url(/static/fullColumn-5c67c1e29cce2d28b2c4a3f60af78ba4.png) !important;
  --mail-layout2: url(/static/zuoyoufenlan-6764628a3f7baae28d200f820caa4bfb.png) !important;
  --mail-layout3: url(/static/upDownSettingIcon-f09f2e7f3bea3b1294dcd9cf45ca9268.png) !important;
  --mail-tightness1: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURfr6/Expcf///////////////////////+vt8u7w9P3+/vP1+PjiKxQAAAAHdFJOU/sAv5dfQBALM/RPAAABPUlEQVR42u2bu27CQBQFr2h4dCtCajpqKupU1Kn4DQSJLDkN5XFoUlrQ0IWID+DxdQikYG/kgsY5N8qZ0tVoba93R2sLvX5CpvEU7HGU0JkH6yYOGNrYg8arDTxozKzpQWNqiQukIY0/prE5AusOW2OHKyeSRmwBnJgaaf6tkX0SNb5wY8XQKAaDNBwWD0bBiqZxQIklSyNFxPWutFAjH5Uab4jYX67lqJNKjS0i3i/X8PsaLUQsSBoHRCxJGjkiMpIGfiANaTAfUf4Ly5++/E/m1Z821El294e+jRpZ3LPs+e+LQCdL4rS8QdB2qbR51Fa6CAvKLNKQhjTURdVF1UXVRdVF1UXVRdVFVQKloS6qLqouqi6qLqouqi6q2iMNaTjAyZFmLwe8Jx40Xlwc/k+HFnz8ChEe+D+GPIcz/gdZKSK+OpMAAAAASUVORK5CYII=) !important;
  --mail-tightness2: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcf///////////////////////////+vt8v///////+3v9Pb3+vHy9hM9hZoAAAAIdFJOUwC/75dAXxC3Bt06cQAAAShJREFUeNrt2zsKwlAQBdABPwuwtLO1sraytrJ2RYNJFuEPJGifwgUEJX2QLMYP6oARYvO4g9zbyWuOkrzMjC8i7V4KzmAm0h2n8KxFWqmDjGTugbGRvgfGUoYeGCtJXYQMMsgggwwy/ptRZFrhGaXekqAZuT4SYxl7feYEZeQvRgxl6DtIxsEYF/txQub4jbGz9cX9c6bB88mwb28Xh2IYpS0nQIZaIh8MJSNTCy9R+A1b374gjPpmDmPUH23hFdEvD/pzcEbcUPawCMSXxJZCo4rtEhlkkMH5BucbfzjfgHX09SIww5fEbBA43+B8g/MNzjf8b19R02aO7OhtnX9kcL7B+Qa7NjLIIIMMMsgIHydHmr0c8J56YGy9HP4XH69CSAf/YshErlM1r4ID/tarAAAAAElFTkSuQmCC) !important;
  --mail-tightness3: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURff4+kxpcf///////////////////////////////+vt8v///+7w9PDx9YC54TQAAAAJdFJOU/4Av49fn0C+EFyArZcAAAEJSURBVHja7ZorCwJREEYHi+AjXHxgtJvMJrPJbDL7pzZfVxB8gddg1mL21yiLi4KyFtkZ2fPVKYf7mDsHrrh2NyinNHTSmQT1rJw0goGMZWQBYys9Cxg7qVrAWEowETDAAONvMereX/QxKv6eSBvj4JOclTFOPkmsi7H0j1ST/ckhx08Y+7Q6T1Ymj7xhpAuQHlKvhnFNiwtVjGcVDDCyjmjRL+yzfeWFEX9t5rU8MKLMp42H/mXsYQhkMgcDT8FT8BQ8hckcDDwFT8FT8BQ8BQw8BU/BU/AUPAUMPKXoFxZPwVPwFCZzMMAA42cx8qXZygfvmQWMtbQsYPTFDfQpNk5cs6tNUZ66G8/kghrO+p/HAAAAAElFTkSuQmCC) !important;
  --arrow-left: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUxpcTo/RTo9Rjs+RjU/Pzw/RwRvrHEAAAAFdFJOUwAw73gYZHQCJQAAAC5JREFUKM9jYBhgIIzGZ1Q1QBUQChJAU6BIbQVOaAowBTC0YBhKNSUGBAKIvgAA5bYGfQBnvVEAAAAASUVORK5CYII=) !important;
  --arrow-right: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUxpcTo/RTo9Rjs9RTs+RDU/Pzw/R/mM7cIAAAAGdFJOUwAw74BvGFGnGscAAAAvSURBVCjPY2AYSOCIxmdOEkAVYFRTRFMiRCslqgQE0LVgGEq5AhZ0VzEYMgwwAAAzQAa+IBVkLgAAAABJRU5ErkJggg==) !important;
  --fc-settings-button: url(/static/catalog_setting.26c66fa3.svg) !important;
  --banner-bg: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODI5IiBoZWlnaHQ9IjIwMiIgdmlld0JveD0iMCAwIDgyOSAyMDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI4MjkiIGhlaWdodD0iMjAyIiByeD0iOCIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEzNjk3XzMyNDcxKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzEzNjk3XzMyNDcxIiB4MT0iODEzLjYzMiIgeTE9IjguOTc3NzUiIHgyPSI0OC43NDgxIiB5Mj0iMjIzLjI3NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjFGNkZGIi8+CjxzdG9wIG9mZnNldD0iMC4yNDEzOTEiIHN0b3AtY29sb3I9IiNGMUY2RkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjg0NDkzMiIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=) !important;
  --sidebar-jump-out-trade-acquisition: url(/static/jump_out_trade_acqusition.862d0107.svg) !important;
  --sidebar-jump-out-trade-acquisition-enhance: url(/static/jump_out_trade_acqusition_enhance.fc090a91.svg) !important;
  --sidebar-jump-out-mail-marketing: url(/static/jump_out_mail_marketing.1fea8c30.svg) !important;
  --sidebar-jump-out-mail-marketing-enhance: url(/static/jump_out_mail_marketing_enhance.70fc5c75.svg) !important;
  --idebar-jump-out-waimao-website: url(/static/jump_out_waimao_website.7ea874d2.svg) !important;
  --idebar-jump-out-waimao-website-enhance: url(/static/jump_out_waimao_website_enhance.da3df67e.svg) !important;
  --sidebar-jump-out-big-data: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC42Ij4KPHJlY3QgeD0iOSIgeT0iMiIgd2lkdGg9IjYiIGhlaWdodD0iMjAiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIyIiB5PSIxMCIgd2lkdGg9IjUiIGhlaWdodD0iMTIiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNyIgeT0iNyIgd2lkdGg9IjUiIGhlaWdodD0iMTUiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=) !important;
  --sidebar-jump-out-big-data-enhance: url(data:image/svg+xml;base64,ICAgICAgICA8c3ZnIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB4PSI5IiB5PSIyIiB3aWR0aD0iNiIgaGVpZ2h0PSIyMCIgcng9IjIiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjIiIHk9IjEwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxMiIgcng9IjIiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE3IiB5PSI3IiB3aWR0aD0iNSIgaGVpZ2h0PSIxNSIgcng9IjIiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) !important;
  --sidebar-jump-out-media-marketing: url(/static/jump_out_media_marketing.37c7715d.svg) !important;
  --sidebar-jump-out-media-marketing-enhance: url(/static/jump_out_media_marketing_enhance.49831749.svg) !important;
  --close-left: url(/static/test_left.beda8eec.svg) !important;
  --close-right: url(/static/test_right.c57765ce.svg) !important;
  --im-unread: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgZD0iTTE0LjI1IDhDMTQuMjUgMTEuNDUxOCAxMS40NTE4IDE0LjI1IDggMTQuMjVDNC41NDgyMiAxNC4yNSAxLjc1IDExLjQ1MTggMS43NSA4QzEuNzUgNC41NDgyMiA0LjU0ODIyIDEuNzUgOCAxLjc1QzExLjQ1MTggMS43NSAxNC4yNSA0LjU0ODIyIDE0LjI1IDhaIgogICAgZmlsbD0id2hpdGUiCiAgICBzdHJva2U9IiNENEQ0RDYiCiAgICBzdHJva2VXaWR0aD0iMS41IgogIC8+Cjwvc3ZnPg==) !important;
  --sidebar-label-focus-color: #ffffff !important;
  --titlebar-bg: rgba(38, 42, 51, 0.05) !important;
  --gray-light-bg: #f4f4f5 !important;
  --brand-light-bg: #e0eaff !important;
  --brand-bg: #ceddfd !important;
  --gray-bg: #ebebeb !important;
  --im-chat: #f4f4f5 !important;
  --im-my-chat: #d6e6fc !important;
  --scrollbar-thumb: #d4d4d6 !important;
  --scrollbar-thumb-hover: #dddddd !important;
  --border-line-2-dark: none !important;
  --mail-tightness-shadow: 0px 3.2px 8px rgba(71, 89, 178, 0.12) !important;
  --img-invert: none !important;
}

:root .lx-theme-dark {
  --Brand-7: #445fe5;
  --Brand-7-r: 68;
  --Brand-7-g: 95;
  --Brand-7-b: 229;
  --brand-7: #445fe5;
  --brand-7-r: 68;
  --brand-7-g: 95;
  --brand-7-b: 229;
  --Brand-6: #4c6aff;
  --Brand-6-r: 76;
  --Brand-6-g: 106;
  --Brand-6-b: 255;
  --brand-6: #4c6aff;
  --brand-6-r: 76;
  --brand-6-g: 106;
  --brand-6-b: 255;
  --Brand-6-bg: #282829;
  --Brand-6-bg-r: 40;
  --Brand-6-bg-g: 40;
  --Brand-6-bg-b: 41;
  --brand-6-bg: #282829;
  --brand-6-bg-r: 40;
  --brand-6-bg-g: 40;
  --brand-6-bg-b: 41;
  --Brand-5: #7088ff;
  --Brand-5-r: 112;
  --Brand-5-g: 136;
  --Brand-5-b: 255;
  --brand-5: #7088ff;
  --brand-5-r: 112;
  --brand-5-g: 136;
  --brand-5-b: 255;
  --Brand-4: #94a6ff;
  --Brand-4-r: 148;
  --Brand-4-g: 166;
  --Brand-4-b: 255;
  --brand-4: #94a6ff;
  --brand-4-r: 148;
  --brand-4-g: 166;
  --brand-4-b: 255;
  --Brand-3: #b7c3ff;
  --Brand-3-r: 183;
  --Brand-3-g: 195;
  --Brand-3-b: 255;
  --brand-3: #b7c3ff;
  --brand-3-r: 183;
  --brand-3-g: 195;
  --brand-3-b: 255;
  --Brand-2: #edf0ff;
  --Brand-2-r: 237;
  --Brand-2-g: 240;
  --Brand-2-b: 255;
  --brand-2: #edf0ff;
  --brand-2-r: 237;
  --brand-2-g: 240;
  --brand-2-b: 255;
  --Brand-2-bg: #3b3b3d;
  --Brand-2-bg-r: 59;
  --Brand-2-bg-g: 59;
  --Brand-2-bg-b: 61;
  --brand-2-bg: #3b3b3d;
  --brand-2-bg-r: 59;
  --brand-2-bg-g: 59;
  --brand-2-bg-b: 61;
  --Brand-1: #f2f5ff;
  --Brand-1-r: 242;
  --Brand-1-g: 245;
  --Brand-1-b: 255;
  --brand-1: #f2f5ff;
  --brand-1-r: 242;
  --brand-1-g: 245;
  --brand-1-b: 255;
  --Line-3: #3b3b3d;
  --Line-3-r: 59;
  --Line-3-g: 59;
  --Line-3-b: 61;
  --line-3: #3b3b3d;
  --line-3-r: 59;
  --line-3-g: 59;
  --line-3-b: 61;
  --Line-2: #313233;
  --Line-2-r: 49;
  --Line-2-g: 50;
  --Line-2-b: 51;
  --line-2: #313233;
  --line-2-r: 49;
  --line-2-g: 50;
  --line-2-b: 51;
  --Line-1: #282829;
  --Line-1-r: 40;
  --Line-1-g: 40;
  --Line-1-b: 41;
  --line-1: #282829;
  --line-1-r: 40;
  --line-1-g: 40;
  --line-1-b: 41;
  --Fill-8: #e4e5eb;
  --Fill-8-r: 228;
  --Fill-8-g: 229;
  --Fill-8-b: 235;
  --fill-8: #e4e5eb;
  --fill-8-r: 228;
  --fill-8-g: 229;
  --fill-8-b: 235;
  --Fill-7: #bcbdc2;
  --Fill-7-r: 188;
  --Fill-7-g: 189;
  --Fill-7-b: 194;
  --fill-7: #bcbdc2;
  --fill-7-r: 188;
  --fill-7-g: 189;
  --fill-7-b: 194;
  --Fill-6: #949599;
  --Fill-6-r: 148;
  --Fill-6-g: 149;
  --Fill-6-b: 153;
  --fill-6: #949599;
  --fill-6-r: 148;
  --fill-6-g: 149;
  --fill-6-b: 153;
  --Fill-5: #4a4a4c;
  --Fill-5-r: 74;
  --Fill-5-g: 74;
  --Fill-5-b: 76;
  --fill-5: #4a4a4c;
  --fill-5-r: 74;
  --fill-5-g: 74;
  --fill-5-b: 76;
  --Fill-4: #3b3b3d;
  --Fill-4-r: 59;
  --Fill-4-g: 59;
  --Fill-4-b: 61;
  --fill-4: #3b3b3d;
  --fill-4-r: 59;
  --fill-4-g: 59;
  --fill-4-b: 61;
  --Fill-3: #313233;
  --Fill-3-r: 49;
  --Fill-3-g: 50;
  --Fill-3-b: 51;
  --fill-3: #313233;
  --fill-3-r: 49;
  --fill-3-g: 50;
  --fill-3-b: 51;
  --Fill-2_5: #282829;
  --Fill-2_5-r: 40;
  --Fill-2_5-g: 40;
  --Fill-2_5-b: 41;
  --fill-2_5: #282829;
  --fill-2_5-r: 40;
  --fill-2_5-g: 40;
  --fill-2_5-b: 41;
  --Fill-2: #232324;
  --Fill-2-r: 35;
  --Fill-2-g: 35;
  --Fill-2-b: 36;
  --fill-2: #232324;
  --fill-2-r: 35;
  --fill-2-g: 35;
  --fill-2-b: 36;
  --Fill-1: #1d1d1f;
  --Fill-1-r: 29;
  --Fill-1-g: 29;
  --Fill-1-b: 31;
  --fill-1: #1d1d1f;
  --fill-1-r: 29;
  --fill-1-g: 29;
  --fill-1-b: 31;
  --Text-6: #f7f9ff;
  --Text-6-r: 247;
  --Text-6-g: 249;
  --Text-6-b: 255;
  --text-6: #f7f9ff;
  --text-6-r: 247;
  --text-6-g: 249;
  --text-6-b: 255;
  --Text-5: #eeeff5;
  --Text-5-r: 238;
  --Text-5-g: 239;
  --Text-5-b: 245;
  --text-5: #eeeff5;
  --text-5-r: 238;
  --text-5-g: 239;
  --text-5-b: 245;
  --Text-4: #d0d1d6;
  --Text-4-r: 208;
  --Text-4-g: 209;
  --Text-4-b: 214;
  --text-4: #d0d1d6;
  --text-4-r: 208;
  --text-4-g: 209;
  --text-4-b: 214;
  --Text-3: #a8a9ad;
  --Text-3-r: 168;
  --Text-3-g: 169;
  --Text-3-b: 173;
  --text-3: #a8a9ad;
  --text-3-r: 168;
  --text-3-g: 169;
  --text-3-b: 173;
  --Text-2: #7c7d80;
  --Text-2-r: 124;
  --Text-2-g: 125;
  --Text-2-b: 128;
  --text-2: #7c7d80;
  --text-2-r: 124;
  --text-2-g: 125;
  --text-2-b: 128;
  --Text-1: #636366;
  --Text-1-r: 99;
  --Text-1-g: 99;
  --Text-1-b: 102;
  --text-1: #636366;
  --text-1-r: 99;
  --text-1-g: 99;
  --text-1-b: 102;
  --Avatar-1: #7c70ff;
  --Avatar-1-r: 124;
  --Avatar-1-g: 112;
  --Avatar-1-b: 255;
  --avatar-1: #7c70ff;
  --avatar-1-r: 124;
  --avatar-1-g: 112;
  --avatar-1-b: 255;
  --Avatar-2: #16d9b8;
  --Avatar-2-r: 22;
  --Avatar-2-g: 217;
  --Avatar-2-b: 184;
  --avatar-2: #16d9b8;
  --avatar-2-r: 22;
  --avatar-2-g: 217;
  --avatar-2-b: 184;
  --Avatar-3: #fe7266;
  --Avatar-3-r: 254;
  --Avatar-3-g: 114;
  --Avatar-3-b: 102;
  --avatar-3: #fe7266;
  --avatar-3-r: 254;
  --avatar-3-g: 114;
  --avatar-3-b: 102;
  --Avatar-4: #21ccdb;
  --Avatar-4-r: 33;
  --Avatar-4-g: 204;
  --Avatar-4-b: 219;
  --avatar-4: #21ccdb;
  --avatar-4-r: 33;
  --avatar-4-g: 204;
  --avatar-4-b: 219;
  --Avatar-5: #ac74f2;
  --Avatar-5-r: 172;
  --Avatar-5-g: 116;
  --Avatar-5-b: 242;
  --avatar-5: #ac74f2;
  --avatar-5-r: 172;
  --avatar-5-g: 116;
  --avatar-5-b: 242;
  --Avatar-6: #5e79ff;
  --Avatar-6-r: 94;
  --Avatar-6-g: 121;
  --Avatar-6-b: 255;
  --avatar-6: #5e79ff;
  --avatar-6-r: 94;
  --avatar-6-g: 121;
  --avatar-6-b: 255;
  --Link-7: #569afa;
  --Link-7-r: 86;
  --Link-7-g: 154;
  --Link-7-b: 250;
  --link-7: #569afa;
  --link-7-r: 86;
  --link-7-g: 154;
  --link-7-b: 250;
  --Link-6: #438ffa;
  --Link-6-r: 67;
  --Link-6-g: 143;
  --Link-6-b: 250;
  --link-6: #438ffa;
  --link-6-r: 67;
  --link-6-g: 143;
  --link-6-b: 250;
  --Link-5: #3776d1;
  --Link-5-r: 55;
  --Link-5-g: 118;
  --Link-5-b: 209;
  --link-5: #3776d1;
  --link-5-r: 55;
  --link-5-g: 118;
  --link-5-b: 209;
  --Link-4: #2b5da9;
  --Link-4-r: 43;
  --Link-4-g: 93;
  --Link-4-b: 169;
  --link-4: #2b5da9;
  --link-4-r: 43;
  --link-4-g: 93;
  --link-4-b: 169;
  --Link-3: #1f4480;
  --Link-3-r: 31;
  --Link-3-g: 68;
  --Link-3-b: 128;
  --link-3: #1f4480;
  --link-3-r: 31;
  --link-3-g: 68;
  --link-3-b: 128;
  --Link-2: #163263;
  --Link-2-r: 22;
  --Link-2-g: 50;
  --Link-2-b: 99;
  --link-2: #163263;
  --link-2-r: 22;
  --link-2-g: 50;
  --link-2-b: 99;
  --Link-1: #07122f;
  --Link-1-r: 7;
  --Link-1-g: 18;
  --Link-1-b: 47;
  --link-1: #07122f;
  --link-1-r: 7;
  --link-1-g: 18;
  --link-1-b: 47;
  --Success-7: #31da94;
  --Success-7-r: 49;
  --Success-7-g: 218;
  --Success-7-b: 148;
  --success-7: #31da94;
  --success-7-r: 49;
  --success-7-g: 218;
  --success-7-b: 148;
  --Success-6: #22e091;
  --Success-6-r: 34;
  --Success-6-g: 224;
  --Success-6-b: 145;
  --success-6: #22e091;
  --success-6-r: 34;
  --success-6-g: 224;
  --success-6-b: 145;
  --Success-5: #1fcc84;
  --Success-5-r: 31;
  --Success-5-g: 204;
  --Success-5-b: 132;
  --success-5: #1fcc84;
  --success-5-r: 31;
  --success-5-g: 204;
  --success-5-b: 132;
  --Success-4: #19a46a;
  --Success-4-r: 25;
  --Success-4-g: 164;
  --Success-4-b: 106;
  --success-4: #19a46a;
  --success-4-r: 25;
  --success-4-g: 164;
  --success-4-b: 106;
  --Success-3: #137b50;
  --Success-3-r: 19;
  --Success-3-g: 123;
  --Success-3-b: 80;
  --success-3: #137b50;
  --success-3-r: 19;
  --success-3-g: 123;
  --success-3-b: 80;
  --Success-2: #0d5336;
  --Success-2-r: 13;
  --Success-2-g: 83;
  --Success-2-b: 54;
  --success-2: #0d5336;
  --success-2-r: 13;
  --success-2-g: 83;
  --success-2-b: 54;
  --Success-1: #072d1d;
  --Success-1-r: 7;
  --Success-1-g: 45;
  --Success-1-b: 29;
  --success-1: #072d1d;
  --success-1-r: 7;
  --success-1-g: 45;
  --success-1-b: 29;
  --Warning-7: #ffc575;
  --Warning-7-r: 255;
  --Warning-7-g: 197;
  --Warning-7-b: 117;
  --warning-7: #ffc575;
  --warning-7-r: 255;
  --warning-7-g: 197;
  --warning-7-b: 117;
  --Warning-6: #ffbf66;
  --Warning-6-r: 255;
  --Warning-6-g: 191;
  --Warning-6-b: 102;
  --warning-6: #ffbf66;
  --warning-6-r: 255;
  --warning-6-g: 191;
  --warning-6-b: 102;
  --Warning-5: #e8ae5d;
  --Warning-5-r: 232;
  --Warning-5-g: 174;
  --Warning-5-b: 93;
  --warning-5: #e8ae5d;
  --warning-5-r: 232;
  --warning-5-g: 174;
  --warning-5-b: 93;
  --Warning-4: #ba8b4a;
  --Warning-4-r: 186;
  --Warning-4-g: 139;
  --Warning-4-b: 74;
  --warning-4: #ba8b4a;
  --warning-4-r: 186;
  --warning-4-g: 139;
  --warning-4-b: 74;
  --Warning-3: #8c6938;
  --Warning-3-r: 140;
  --Warning-3-g: 105;
  --Warning-3-b: 56;
  --warning-3: #8c6938;
  --warning-3-r: 140;
  --warning-3-g: 105;
  --warning-3-b: 56;
  --Warning-2: #5e4726;
  --Warning-2-r: 94;
  --Warning-2-g: 71;
  --Warning-2-b: 38;
  --warning-2: #5e4726;
  --warning-2-r: 94;
  --warning-2-g: 71;
  --warning-2-b: 38;
  --Warning-1: #332614;
  --Warning-1-r: 51;
  --Warning-1-g: 38;
  --Warning-1-b: 20;
  --warning-1: #332614;
  --warning-1-r: 51;
  --warning-1-g: 38;
  --warning-1-b: 20;
  --Error-7: #fe766a;
  --Error-7-r: 254;
  --Error-7-g: 118;
  --Error-7-b: 106;
  --error-7: #fe766a;
  --error-7-r: 254;
  --error-7-g: 118;
  --error-7-b: 106;
  --Error-6: #fe7266;
  --Error-6-r: 254;
  --Error-6-g: 114;
  --Error-6-b: 102;
  --error-6: #fe7266;
  --error-6-r: 254;
  --error-6-g: 114;
  --error-6-b: 102;
  --Error-5: #e16b60;
  --Error-5-r: 225;
  --Error-5-g: 107;
  --Error-5-b: 96;
  --error-5: #e16b60;
  --error-5-r: 225;
  --error-5-g: 107;
  --error-5-b: 96;
  --Error-4: #774641;
  --Error-4-r: 119;
  --Error-4-g: 70;
  --Error-4-b: 65;
  --error-4: #774641;
  --error-4-r: 119;
  --error-4-g: 70;
  --error-4-b: 65;
  --Error-2: #4a302d;
  --Error-2-r: 74;
  --Error-2-g: 48;
  --Error-2-b: 45;
  --error-2: #4a302d;
  --error-2-r: 74;
  --error-2-g: 48;
  --error-2-b: 45;
  --Error-1: #402b29;
  --Error-1-r: 64;
  --Error-1-g: 43;
  --Error-1-b: 41;
  --error-1: #402b29;
  --error-1-r: 64;
  --error-1-g: 43;
  --error-1-b: 41;
  --label-1_3: #66a8ff;
  --label-1_3-r: 102;
  --label-1_3-g: 168;
  --label-1_3-b: 255;
  --label-1_2: #4979b8;
  --label-1_2-r: 73;
  --label-1_2-g: 121;
  --label-1_2-b: 184;
  --label-1_1: #283242;
  --label-1_1-r: 40;
  --label-1_1-g: 50;
  --label-1_1-b: 66;
  --label-2_3: #31c4ac;
  --label-2_3-r: 49;
  --label-2_3-g: 196;
  --label-2_3-b: 172;
  --label-2_2: #0c7765;
  --label-2_2-r: 12;
  --label-2_2-g: 119;
  --label-2_2-b: 101;
  --label-2_1: #1d322f;
  --label-2_1-r: 29;
  --label-2_1-g: 50;
  --label-2_1-b: 47;
  --label-3_3: #bf8cff;
  --label-3_3-r: 191;
  --label-3_3-g: 140;
  --label-3_3-b: 255;
  --label-3_2: #6e4a9b;
  --label-3_2-r: 110;
  --label-3_2-g: 74;
  --label-3_2-b: 155;
  --label-3_1: #312d37;
  --label-3_1-r: 49;
  --label-3_1-g: 45;
  --label-3_1-b: 55;
  --label-4_3: #e5b673;
  --label-4_3-r: 229;
  --label-4_3-g: 182;
  --label-4_3-b: 115;
  --label-4_2: #8c6938;
  --label-4_2-r: 140;
  --label-4_2-g: 105;
  --label-4_2-b: 56;
  --label-4_1: #362f28;
  --label-4_1-r: 54;
  --label-4_1-g: 47;
  --label-4_1-b: 40;
  --label-5_3: #e57c73;
  --label-5_3-r: 229;
  --label-5_3-g: 124;
  --label-5_3-b: 115;
  --label-5_2: #8c3f38;
  --label-5_2-r: 140;
  --label-5_2-g: 63;
  --label-5_2-b: 56;
  --label-5_1: #362828;
  --label-5_1-r: 54;
  --label-5_1-g: 40;
  --label-5_1-b: 40;
  --label-6_3: #d0d1d6;
  --label-6_3-r: 208;
  --label-6_3-g: 209;
  --label-6_3-b: 214;
  --label-6_2: #636366;
  --label-6_2-r: 99;
  --label-6_2-g: 99;
  --label-6_2-b: 102;
  --label-6_1: #313233;
  --label-6_1-r: 49;
  --label-6_1-g: 50;
  --label-6_1-b: 51;
  --calendar-6: #78b0ff;
  --calendar-6-r: 120;
  --calendar-6-g: 176;
  --calendar-6-b: 255;
  --calendar-5: #7cceb1;
  --calendar-5-r: 124;
  --calendar-5-g: 206;
  --calendar-5-b: 177;
  --calendar-4: #b29bf2;
  --calendar-4-r: 178;
  --calendar-4-g: 155;
  --calendar-4-b: 242;
  --calendar-3: #f7b088;
  --calendar-3-r: 247;
  --calendar-3-g: 176;
  --calendar-3-b: 136;
  --calendar-2: #f78888;
  --calendar-2-r: 247;
  --calendar-2-g: 136;
  --calendar-2-b: 136;
  --calendar-1: #b8b8b8;
  --calendar-1-r: 184;
  --calendar-1-g: 184;
  --calendar-1-b: 184;
  --white: #232324;
  --white-r: 35;
  --white-g: 35;
  --white-b: 36;
  --white-bg: #1d1d1f;
  --white-hover-bg: #313233;
  --white-tooltip: #313233;
  --white-transparent: #ffffff;
  --white-wrap: #282829;
  --white-modal: #1d1d1f;
  --white-header-bg: #313233;
  --font-color: #eeeff5;
  --font-color-1: #eeeff5;
  --font-color-2: #eeeff5;
  --font-color-2-r: 238;
  --font-color-2-g: 239;
  --font-color-2-b: 245;
  --font-color-3: #eeeff5;
  --font-color-3-r: 238;
  --font-color-3-g: 239;
  --font-color-3-b: 245;
  --sidebar-hover: #313233;
  --sidebar-hover-r: 49;
  --sidebar-hover-g: 50;
  --sidebar-hover-b: 51;
  --brand-blue: #282829;
  --brand-blue-1: #3b3b3d;
  --brand-blue-2: #438ffa;
  --brand-bg: #313233;
  --brand-bg-r: 49;
  --brand-bg-g: 50;
  --brand-bg-b: 51;
  --tree-hover: #3b3b3d;
  --tree-hover-r: 59;
  --tree-hover-g: 59;
  --tree-hover-b: 61;
  --sidebar-mailbox: url(/static/mailBox.3b025661.svg);
  --sidebar-mailbox-enhance: url(/static/mailBox_dark_selected.a6469ddf.svg);
  --sidebar-schedule: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC42Ij4KPHJlY3QgeD0iMS41IiB5PSIzIiB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSI3IiB5PSIxLjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNSIgeT0iMS41IiB3aWR0aD0iMiIgaGVpZ2h0PSI0IiByeD0iMSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K);
  --sidebar-schedule-enhance: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS41IiB5PSIzIiB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHJ4PSIyIiBmaWxsPSIjMzg2RUU3Ii8+CjxyZWN0IHg9IjciIHk9IjEuNSIgd2lkdGg9IjIiIGhlaWdodD0iNCIgcng9IjEiIGZpbGw9IiMzODZFRTciLz4KPHJlY3QgeD0iMTUiIHk9IjEuNSIgd2lkdGg9IjIiIGhlaWdodD0iNCIgcng9IjEiIGZpbGw9IiMzODZFRTciLz4KPC9zdmc+Cg==);
  --sidebar-contact: url(/static/contact.0f1a9cf1.svg);
  --sidebar-contact-enhance: url(/static/contact_dark_selected.a9006c8c.svg);
  --sidebar-im: url(/static/message.da0dd287.svg);
  --sidebar-im-enhance: url(/static/message_dark_selected.906317cc.svg);
  --sidebar-disk: url(/static/disk.94109eae.svg);
  --sidebar-disk-enhance: url(/static/disk_dark_selected.d07c7091.svg);
  --sidebar-apps: url(/static/apps.2a8acf95.svg);
  --sidebar-apps-enhance: url(/static/apps_dark_selected.f2375fd1.svg);
  --mail-refresh: url(/static/sync_dark.aa77a169.svg);
  --add-member: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggM0w4IDEzIiBzdHJva2U9IiNlZWVmZjUiIHN0cm9rZS1vcGFjaXR5PSIwLjkiLz4KPHBhdGggZD0iTTEzIDhIMyIgc3Ryb2tlPSIjZWVlZmY1IiBzdHJva2Utb3BhY2l0eT0iMC45Ii8+Cjwvc3ZnPgo=);
  --sidebar-jump-out-trade-acquisition: url(/static/jump_out_trade_acqusition.862d0107.svg);
  --sidebar-jump-out-trade-acquisition-enhance: url(/static/jump_out_trade_acqusition_enhance_dark.aec5878f.svg);
  --sidebar-jump-out-mail-marketing: url(/static/jump_out_mail_marketing.1fea8c30.svg);
  --sidebar-jump-out-mail-marketing-enhance: url(/static/jump_out_mail_marketing_enhance_dark.50752221.svg);
  --idebar-jump-out-waimao-website: url(/static/jump_out_waimao_website.7ea874d2.svg);
  --idebar-jump-out-waimao-website-enhance: url(/static/jump_out_waimao_website_enhance_dark.23d4cbd0.svg);
  --sidebar-jump-out-big-data: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC42Ij4KPHJlY3QgeD0iOSIgeT0iMiIgd2lkdGg9IjYiIGhlaWdodD0iMjAiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIyIiB5PSIxMCIgd2lkdGg9IjUiIGhlaWdodD0iMTIiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNyIgeT0iNyIgd2lkdGg9IjUiIGhlaWdodD0iMTUiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=);
  --sidebar-jump-out-big-data-enhance: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iOSIgeT0iMiIgd2lkdGg9IjYiIGhlaWdodD0iMjAiIHJ4PSIyIiBmaWxsPSIjNEM2QUZGIi8+CjxyZWN0IHg9IjIiIHk9IjEwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxMiIgcng9IjIiIGZpbGw9IiM0QzZBRkYiLz4KPHJlY3QgeD0iMTciIHk9IjciIHdpZHRoPSI1IiBoZWlnaHQ9IjE1IiByeD0iMiIgZmlsbD0iIzRDNkFGRiIvPgo8L3N2Zz4K);
  --sidebar-jump-out-media-marketing: url(/static/jump_out_media_marketing.37c7715d.svg);
  --sidebar-jump-out-media-marketing-enhance: url(/static/jump_out_media_marketing_enhance_dark.868bdf47.svg);
  --logo-qiye: url(/static/qiye_mail_logo_dark-5151aa1106a52c5d2ff257f49b61dfa9.png);
  --logo-qq: url(/static/qq_mail_logo_dark-5673389871c1718664f87f0122f8aa58.png);
  --logo-163: url(/static/163_mail_logo_dark-9f313543800fcf324c215fad50295de7.png);
  --logo-other: url(/static/other_mail_logo_dark-df0ef67ec46c83dacf7fcaf22572622d.png);
  --logo-gmail: url(/static/gmail_logo_dark-855c30a864b6d50e5ed05d37cc402c5a.png) !important;
  --logo-outlook: url(/static/outlook_mail_logo_dark-63e2e84efa46103a416b715c49daa28e.png) !important;
  --logo-microsoft: url(/static/microsoft_365_mail_logo_dark-7fed0f67bc1ae8ccb4bc3cbf5bb1579c.png) !important;
  --logo-microsoft-global: url(/static/microsoft_mail_logo_dark-2f8dc74617dd50c718e2e8374d2767ac.png) !important;
  --logo-tencent-qiye: url(/static/tencent_qiye_mail_logo_dark-a229f37a5f8f425f679fab63c535ae12.png) !important;
  --mail-mode1: url(/static/modeNormal_dark-5c672302f471d70b20562ff2ed044776.png);
  --mail-mode2: url(/static/modeMerge_dark-d96143bc40784d09713305ffdfd83324.png);
  --mail-layout1: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASQAAACgBAMAAABXgQylAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURTlNskxpcTAwMjAxMiMjJDEyMzpMsissLSkpKigoKS8wMZDGqosAAAAEdFJOU3gAeOBa9P9vAAABMUlEQVR42u3cMWrDQBQEUFWpfQXfxWCrjRASOoBPIGHcuzCpDSEHML5mii23iEQ+yxrelFM9BF+gKdTszil9Jen2zUdlpP6zOddG6uoj9UhIBUnDoViWlaS5HOm4knQoGCQkJKS1pK+8HlMflnEjqc8zpT4s00bSktdD6sMybCS19yy31Ifl5uKQkJCQoknflyxz6sMybyQ983pKfVim9ycdL1muqQ/L1cUhISEhRZPanyyP1Ifl8f6fls8/+oj8/ym9gp/Sy8UhISEh2b3t3nZvF4eEhIRk97Z7272RkJCQ7N52b7u3i0NCQkKye9u97d4uDgkJCcnubfe2eyMhISHZve3edm8vASQkJCS7t93b7u0lgISEFEaay4lOK0ljOdLir55ISIXTVfib6Ap/pv0LP9aFg0H+QEAAAAAASUVORK5CYII=);
  --mail-layout2: url(/static/zuoyoufenlan_dark-aa44ee3b6c98a044d9186e89a15613d2.png);
  --mail-layout3: url(/static/UpDownSettingIcon_dark-6dcbe101d7380f25706a2c85ed302424.png);
  --mail-tightness1: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURSMjJExpcSMjJCIiJCIiIyIiIh8fHzEyMyMjJC8wMSoqKyQkJcAxj60AAAAHdFJOU/4A77+XTxAcukjFAAABLklEQVR42u3bMQ6CMBQG4A56gCboBVycnVzZWN28yUtxMepA5ABN4ABKegCB0xlUlBJW8p7h/0emL+GltH+K0otNwpzVTqtllLDnolWQCEio9hIYc7WVwDirtQTGSSUScgQDjD9j1IU1meNm1JaaOF5GTZ84TkZqW4YpGRkVfZPzMVL7Y5iSjVFRJzkb49ZlxFyMlLy83kpBIyYbZFzJy715ZsdkmEHGg4j6w0GjZpBxIy/xtBmWvJhpM6gXIQzMRpeBdUMAoyIvBwYGz6dN8Ie+v+2Z+ibQ3xJP/YDgHZdweGwdxqFYQNsDBhhgoBdFL4peFL0oelH0ojF6UXRf6EUxG1g30IuiF0Uvil4UvSh6UTDAAOPNEHKlWcgFbynX3QMJoxEqHfEzZlrIjyFP48S69RU175YAAAAASUVORK5CYII=);
  --mail-tightness2: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUxpcSIiIyIiJCMjJCIiIh8fHzEyMyMjJCMjJCkpKi0uL9KN5kQAAAAGdFJOUwCXv+9PEIB5dm4AAAEZSURBVHja7du/CsIwEAbwE3R38wEc3F1c3XyTk2bzDwZ9kAp9gEjeUhFjChHqEr6jfN/a5VdJ07szFZkuPTjrrchs4eE5iEy8gcxlZ4FxlpUFxlE2Fhgn8SZCBhlkkEEGGeNmdEEjnhH0FYdmtPpOg2Vc9ZM7lNEmRgNl6DdIxi0zHunHqZv4i3HJ1/fpsamckpHuPi8OhTD6d++ADDXHUDK0Fy5R+ANbbl8QRrmZwxjlq62+wv3zou+qM5qBsodFoJGSOK2HyHaJDDLI4HyD840RzjdgHX1ZBAZ8ScwGgfMNzjfI4HzD/vblhjZzZEefr/OPDM43ON9g10YGGWSQQQYZ9WPkSLORA95GjrtbOfwvJj6FMPJhyBOsKIYsQYIGpQAAAABJRU5ErkJggg==);
  --mail-tightness3: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcSIiIyIiJCMjJCMjIyIiIiIiIh8fHyIiIzEyMyMjJCMjJCkpKi4uL50qlV8AAAAJdFJOUwCXv+9AYF4Qt30+KNkAAAD/SURBVHja7Zs9CsJAEEZHUGytbe0sLa2sPYKV1xpJCn8QXPQgCh5AyWGUJbCCEhvZGcn72jSPyf7Mg1mR7igYZ7IU6Q+DedYineAgA1l4wNjJ2APGRqYeMLYSXAQMMMD4W4yramWPcdZnCmuMk8bcjTFuGlPaYhy1ziX+nwypPmEctM4qViZH3jFSAeIiVSuMVIDSFCN9BQOMpiXa9g2bjq9cGOXXw/yqGVI0Xm1c9C9tD00gnTkYeAqegqfgKXTmYOApeAqegqfgKWDgKXgKnoKn4Clg4Clt37B4Cp6Cp9CZgwEGGD+Lk5FmLwPecw8Yey/D/+LjKYT07B+GzOQBCMVJs3sOj9QAAAAASUVORK5CYII=);
  --arrow-left: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUxpcenv9Ovs9u3v9ezv8+rv7+7v9vcFmJwAAAAGdFJOUwAw74BwGJz9FFkAAAAvSURBVCjPY2AYYCCMxmdUc0AVEEoSQFOgSG0FQWgKMAUwtGAYSjUlBmhKRAY0egCx4wc2EE+cigAAAABJRU5ErkJggg==);
  --arrow-right: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUxpcenv9Ovs9u3v9+rv9e/v9e7v9oxTIlkAAAAGdFJOUwAw74BwGJz9FFkAAAAvSURBVCjPY2AYSOCIxmdOEkAVYFRTRFMiRCslqgQE0LVgGEq5AhZ0VzEYMgwwAAAzQAa+IBVkLgAAAABJRU5ErkJggg==);
  --fc-settings-button: url(/static/catalog_setting_dark.ca4b89a1.svg);
  --close-left: url(/static/test_left_dark.e595cf41.svg);
  --close-right: url(/static/test_right_dark.696dd41e.svg);
  --im-unread: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNOCAxNC42QzExLjY0NTEgMTQuNiAxNC42IDExLjY0NTEgMTQuNiA4QzE0LjYgNC4zNTQ5MiAxMS42NDUxIDEuNCA4IDEuNEM0LjM1NDkyIDEuNCAxLjQgNC4zNTQ5MiAxLjQgOEMxLjQgMTEuNjQ1MSA0LjM1NDkyIDE0LjYgOCAxNC42WiIgZmlsbD0iIzIzMjMyNCIgc3Ryb2tlPSIjNEE0QTRDIiBzdHJva2Utd2lkdGg9IjEuMiIvPgogIDwvc3ZnPgogIA==);
  --sidebar-label-focus-color: #5c77ff;
  --titlebar-bg: #282829;
  --gray-light-bg: #1d1d1f;
  --brand-light-bg: rgba(183, 195, 255, 80%);
  --brand-bg: #3c4fac;
  --gray-bg: #3b3b3d;
  --im-chat: #313233;
  --im-my-chat: #2b3a83;
  --scrollbar-thumb: rgb(191, 191, 203);
  --scrollbar-thumb-hover: rgb(191, 191, 203);
  --border-line-2-dark: -1px 0px 0px 0px #313233 inset;
  --mail-tightness-shadow: none;
  --img-invert: invert(100) hue-rotate(180deg);
}

/**
* 全局样式，包括一些三方组件样式的覆盖
*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sirius-no-drag {
  -webkit-app-region: no-drag;
}

.sirius-drag {
  -webkit-app-region: drag;
}

.sirius-middle-grid {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}

.web-layout-border {
  border-top-left-radius: 8px;
}

.sirius-middle-grid-bg {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (prefers-color-scheme: dark) {
  .sirius-middle-grid-bg {
    background-color: #f6f7fa;
    background-color: var(--Fill-2, #f6f7fa);
  }
}

.sirius-bg-write {
  background-color: #ffffff;
}

.sirius-loading, body.loading {
  background: #ffffff url(/static/app_bg_loading-825cf754e50f385b743504b2713ffaf8.gif) no-repeat fixed center center;
  background-size: 140px 140px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-app-region: drag;
}
.sirius-loading.sirius-root-loading-edm, body.sirius-root-loading-edm.loading {
  background-image: url(/static/app_bg_loading_waimao-790871069d43a70662dc25f342c646e3.gif);
  background-size: 50px 50px;
}

.sirius-app-loading {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-app-region: drag;
  display: none;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.sirius-app-loading.show {
  display: flex;
}
.sirius-app-loading .sirius-app-loading-icon {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: inline-block;
  animation: spin 1s linear infinite;
}
.sirius-app-loading .sirius-app-loading-label {
  margin-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.sirius-app-loading-icon {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: inline-block;
  animation: spin 1s linear infinite;
}

body {
  font-family: "PingFang SC", "Source Han Sans", "思源黑体", "Microsoft YaHei", "微软雅黑", "Arial", "sans-serif";
}

body {
  background: transparent;
  overflow: hidden;
}
/* 覆盖antd滚动条样式 */
.os-theme-dark .os-scrollbar,
.os-theme-light .os-scrollbar {
  padding: 2px 4px 2px 0;
}
.os-theme-dark .os-scrollbar .os-scrollbar-track .os-scrollbar-handle,
.os-theme-light .os-scrollbar .os-scrollbar-track .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.2);
}
.os-theme-dark .os-scrollbar.os-scrollbar-vertical:hover .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light .os-scrollbar.os-scrollbar-vertical:hover .os-scrollbar-track > .os-scrollbar-handle {
  width: 8px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  left: -2px;
}
.os-theme-dark .os-scrollbar.os-scrollbar-horizontal:hover .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light .os-scrollbar.os-scrollbar-horizontal:hover .os-scrollbar-track > .os-scrollbar-handle {
  height: 8px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  bottom: 2px;
}

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Alternate Bold"), url(data:font/woff;base64,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) format("woff");
}
@font-face {
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: normal;
  src: local("LX-numbers"), url(data:font/otf;base64,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);
}
.sirius-flex-ellipsis-text {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sirius-spin {
  animation: spin 1s linear infinite;
}

.sirius-scroll-hide {
  outline: 0;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.sirius-scroll-hide::-webkit-scrollbar {
  display: none;
}
.sirius-scroll-hide::-webkit-scrollbar-button {
  display: none;
}
.sirius-scroll-hide::-webkit-scrollbar-thumb {
  display: none;
}
.sirius-scroll-hide::-webkit-scrollbar-corner {
  display: none;
}

.sirius-scroll {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.sirius-scroll::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.sirius-scroll::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sirius-scroll:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.sirius-scroll:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.sirius-scroll:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sirius-scroll:hover::-webkit-scrollbar-button {
  display: none;
}
.sirius-scroll:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.sirius-scroll:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.sirius-scroll:hover::-webkit-scrollbar-corner {
  display: none;
}

.sirius-ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

/** antd 组件样式覆盖 */
.rc-virtual-list-scrollbar .rc-virtual-list-scrollbar-thumb {
  background: #d4d4d6 !important;
  border-radius: 3px !important;
  width: 6px !important;
}

a,
a:hover {
  color: #386ee7;
}

.ant-tree {
  color: rgba(38, 42, 51, 0.9);
  color: rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.9);
}
.ant-tree .ant-tree-switcher {
  color: rgba(38, 42, 51, 0.5);
  color: rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.5);
}

.blue {
  color: #386ee7;
}

.ant-input-affix-wrapper {
  border: 1px solid rgba(38, 42, 51, 0.11);
}
.ant-input-affix-wrapper:hover {
  box-shadow: none;
  border: 1px solid rgba(38, 42, 51, 0.11);
}
.ant-input-affix-wrapper-focused {
  box-shadow: none;
  border: 1px solid rgba(38, 42, 51, 0.11);
}

.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #386ee7;
}

.ant-btn {
  min-width: 80px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
  box-shadow: none;
  outline: none;
  padding: 4px 12px;
  transition: none;
}
.ant-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.ant-btn[disabled], .ant-btn[disabled]:hover, .ant-btn[disabled]:focus, .ant-btn[disabled]:active {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
  opacity: 0.3;
  cursor: not-allowed;
}
.ant-btn.ant-btn-block {
  width: 100%;
}
.ant-btn > .anticon {
  vertical-align: -0.25em;
}
.ant-btn.ant-btn-wide {
  width: 100px;
}
.ant-btn.ant-btn-wide > .anticon + span, .ant-btn.ant-btn-wide > span + .anticon {
  margin-left: 4px;
}
.ant-btn:hover, .ant-btn:focus, .ant-btn:active {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.ant-btn:hover {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.ant-btn:focus, .ant-btn:active {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.ant-btn-link {
  border-color: transparent;
  background: transparent;
}

.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
  background: transparent;
  color: #386ee7;
}

button[ant-click-animating-without-extra-node]:after {
  border: 0 none;
  opacity: 0;
  animation: none 0 ease 0 1 normal;
}

.ant-btn-primary {
  background-color: #386ee7;
  border: none;
  color: #fff;
}
.ant-btn-primary[disabled], .ant-btn-primary[disabled]:hover, .ant-btn-primary[disabled]:focus, .ant-btn-primary[disabled]:active {
  border: none;
  color: #fff;
  background-color: #386ee7;
}
.ant-btn-primary:hover, .ant-btn-primary:focus, .ant-btn-primary:active {
  border: none;
  border-color: #f74f4f;
  color: #fff;
}
.ant-btn-primary:hover {
  background-color: #445fe5;
  background-color: var(--Brand-7, #445fe5);
}
.ant-btn-primary:focus, .ant-btn-primary:active {
  background-color: #386ee7;
}

.ant-btn-dangerous {
  border: 1px solid #f74f4f;
  color: #f74f4f;
}
.ant-btn-dangerous[disabled], .ant-btn-dangerous[disabled]:hover, .ant-btn-dangerous[disabled]:focus, .ant-btn-dangerous[disabled]:active {
  color: #f74f4f;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 1px solid #f74f4f;
}
.ant-btn-dangerous:hover, .ant-btn-dangerous:focus, .ant-btn-dangerous:active {
  color: #f74f4f;
  border-color: #f74f4f;
}
.ant-btn-dangerous:hover {
  background-color: rgba(254, 91, 76, 0.1);
  background-color: rgba(var(--Error-6-r, 254), var(--Error-6-g, 91), var(--Error-6-b, 76), 0.1);
}
.ant-btn-dangerous:focus, .ant-btn-dangerous:active {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.ant-btn-background-ghost.ant-btn-primary {
  color: #386ee7;
  border: 1px solid #386ee7;
}
.ant-btn-background-ghost.ant-btn-primary:hover {
  color: #445fe5;
  color: var(--Brand-7, #445fe5);
  border-color: #445fe5;
  border-color: var(--Brand-7, #445fe5);
}

.ant-btn-panel {
  border: none;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  background-color: #f4f4f5;
}
.ant-btn-panel[disabled], .ant-btn-panel[disabled]:hover, .ant-btn-panel[disabled]:focus, .ant-btn-panel[disabled]:active {
  border: none;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  background-color: #f4f4f5;
}
.ant-btn-panel:hover, .ant-btn-panel:focus, .ant-btn-panel:active {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  border: none;
}
.ant-btn-panel:hover {
  background-color: #d6e6fc;
  background-color: var(--Link-2, #d6e6fc);
}
.ant-btn-panel:focus, .ant-btn-panel:active {
  background-color: #f4f4f5;
}

button.ant-btn-sm {
  width: 64px;
  height: 28px;
  padding: 2px 0;
  min-width: 64px;
}
button.ant-btn-sm.ant-btn-wide {
  width: 88px;
}
button.ant-btn-sm > .anticon {
  vertical-align: -0.2em;
}
button.ant-btn-sm > .anticon + span, button.ant-btn-sm > span + .anticon {
  margin-left: 4px;
}

.ant-checkbox-checked::after {
  border: 1px solid #386ee7;
}

.ant-checkbox .ant-checkbox-inner {
  border: 1px solid #386ee7;
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #386ee7;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  width: 10px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

.ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner {
  background-color: #386ee7;
}
.ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background-color: #386ee7;
}

.ant-btn-link {
  color: #386ee7;
}

.ant-tree-list-scrollbar {
  width: 6px !important;
}
.ant-tree-list-scrollbar .ant-tree-list-scrollbar-thumb {
  background: #d4d4d6 !important;
  border-radius: 3px !important;
}

.ant-modal-close-x svg {
  opacity: 0.75;
}

.ant-modal-header {
  border-radius: 8px 8px 0 0;
}

.ant-modal-wrap {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.ant-modal-wrap::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.ant-modal-wrap .ant-modal {
  max-width: calc(100vw - 100px);
  padding-bottom: 0;
}
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body {
  padding: 20px;
}
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body i.icon {
  display: inline-block;
  margin-top: 2px;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-size: 100%;
}
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body i.icon.success-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOS45OTk5NUMxIDUuMDI5NDEgNS4wMjk0MSAxIDkuOTk5OTUgMUMxNC45NzA1IDEgMTguOTk5OSA1LjAyOTQxIDE4Ljk5OTkgOS45OTk5NUMxOC45OTk5IDE0Ljk3MDUgMTQuOTcwNSAxOC45OTk5IDkuOTk5OTUgMTguOTk5OUM1LjAyOTQxIDE4Ljk5OTkgMSAxNC45NzA1IDEgOS45OTk5NVoiIGZpbGw9IiM1RkMzNzUiLz4KPHBhdGggZD0iTTYuMDYyNSA5Ljk5OTk5TDguNjg3NDkgMTIuNjI1TDEzLjkzNzUgNy4zNzUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIvPgo8L3N2Zz4K);
}
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body i.icon.info-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE4Ljc1QzE0LjgzMjUgMTguNzUgMTguNzUgMTQuODMyNSAxOC43NSAxMEMxOC43NSA1LjE2NzUxIDE0LjgzMjUgMS4yNSAxMCAxLjI1QzUuMTY3NTEgMS4yNSAxLjI1IDUuMTY3NTEgMS4yNSAxMEMxLjI1IDE0LjgzMjUgNS4xNjc1MSAxOC43NSAxMCAxOC43NVpNOS4yNDk4OCA1SDEwLjc0OThWNi40OTk5NEg5LjI0OTg4VjVaTTkuMzgyMDIgOC4xMjVIMTAuNjMyVjE0Ljk5OTdIOS4zODIwMlY4LjEyNVoiIGZpbGw9IiM0QzZBRkYiLz4KPC9zdmc+Cg==);
}
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
  margin-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  margin-left: 0;
  padding-left: 28px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #7d8085;
}
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-btns {
  margin-top: 16px;
}

.ant-popover {
  -webkit-app-region: drag;
}

.ant-popover-arrow {
  opacity: 0;
}

.ant-popover-inner {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.2);
  -webkit-app-region: no-drag;
}

.ant-popover-inner-content {
  padding: 0;
}

/** end */
/** 伸缩组件样式覆盖 */
.react-resizable {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: 0;
}

.react-resizable-handle-se {
  top: 0;
}

.react-resizable-handle {
  cursor: ew-resize !important;
  width: 1px !important;
  height: auto !important;
  background: none !important;
}

/** 防止弹窗太高 与主窗口操作区域重合 window only */
.sirius-modal-wrapper {
  top: 32px;
  bottom: 32px;
}

.ant-modal-confirm.sirius .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 0;
}
.ant-modal-confirm.sirius .ant-modal-body {
  padding: 40px;
}
.ant-modal-confirm.sirius .ant-modal-content {
  border-radius: 8px;
}
.ant-modal-confirm.sirius .ant-modal-content-content {
  margin-left: 0;
}
.ant-modal-confirm.sirius .ant-modal-content .ant-btn-primary {
  width: 90px;
  height: 34px;
  border-radius: 4px;
}

/** icons */
.sirius-icon:not(.l2c-crm-icon):not(.wmzz) {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-trade-acquisition {
  background-image: url(/static/jump_out_trade_acqusition.862d0107.svg);
  background-image: var(--sidebar-jump-out-trade-acquisition);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-trade-acquisition.sirius-icon-jump-out-trade-acquisition-enhance {
  background-image: url(/static/jump_out_trade_acqusition_enhance.fc090a91.svg);
  background-image: var(--sidebar-jump-out-trade-acquisition-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-mail-marketing {
  background-image: url(/static/jump_out_mail_marketing.1fea8c30.svg);
  background-image: var(--sidebar-jump-out-mail-marketing);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-mail-marketing.sirius-icon-jump-out-mail-marketing-enhance {
  background-image: url(/static/jump_out_mail_marketing_enhance.70fc5c75.svg);
  background-image: var(--sidebar-jump-out-mail-marketing-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-waimao-website {
  background-image: url(/static/jump_out_waimao_website.7ea874d2.svg);
  background-image: var(--idebar-jump-out-waimao-website);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-waimao-website.sirius-icon-jump-out-waimao-website-enhance {
  background-image: url(/static/jump_out_waimao_website_enhance.da3df67e.svg);
  background-image: var(--idebar-jump-out-waimao-website-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-big-data {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC42Ij4KPHJlY3QgeD0iOSIgeT0iMiIgd2lkdGg9IjYiIGhlaWdodD0iMjAiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIyIiB5PSIxMCIgd2lkdGg9IjUiIGhlaWdodD0iMTIiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNyIgeT0iNyIgd2lkdGg9IjUiIGhlaWdodD0iMTUiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=);
  background-image: var(--sidebar-jump-out-big-data);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-big-data.sirius-icon-jump-out-big-data-enhance {
  background-image: url(data:image/svg+xml;base64,ICAgICAgICA8c3ZnIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB4PSI5IiB5PSIyIiB3aWR0aD0iNiIgaGVpZ2h0PSIyMCIgcng9IjIiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjIiIHk9IjEwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxMiIgcng9IjIiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE3IiB5PSI3IiB3aWR0aD0iNSIgaGVpZ2h0PSIxNSIgcng9IjIiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-image: var(--sidebar-jump-out-big-data-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-media-marketing {
  background-image: url(/static/jump_out_media_marketing.37c7715d.svg);
  background-image: var(--sidebar-jump-out-media-marketing);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-jump-out-media-marketing.sirius-icon-jump-out-media-marketing-enhance {
  background-image: url(/static/jump_out_media_marketing_enhance.49831749.svg);
  background-image: var(--sidebar-jump-out-media-marketing-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-mailbox {
  background-image: url(/static/mailBox.3b025661.svg);
  background-image: var(--sidebar-mailbox);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-mailbox.sirius-icon-mailbox-enhance {
  background-image: url(/static/mailBox_selected.7fa54098.svg);
  background-image: var(--sidebar-mailbox-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-contact {
  background-image: url(/static/contact.0f1a9cf1.svg);
  background-image: var(--sidebar-contact);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-contact.sirius-icon-contact-enhance {
  background-image: url(/static/contact_selected.d5d0828e.svg);
  background-image: var(--sidebar-contact-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-apps {
  background-image: url(/static/apps.2a8acf95.svg);
  background-image: var(--sidebar-apps);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-apps.sirius-icon-apps-enhance {
  background-image: url(/static/apps_selected.8939b6cb.svg);
  background-image: var(--sidebar-apps-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-beta {
  position: absolute;
  top: -14px;
  right: -20px;
  background-image: url(/static/beta.22aeda93.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-beta.sirius-icon-beta-enhance {
  background-image: url(/static/beta.22aeda93.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-free {
  position: absolute;
  top: -14px;
  right: -20px;
  background-image: url(/static/free.bf5e9155.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-disk {
  background-image: url(/static/disk.94109eae.svg);
  background-image: var(--sidebar-disk);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-disk.sirius-icon-disk-enhance {
  background-image: url(/static/disk_selected.1ffabb5c.svg);
  background-image: var(--sidebar-disk-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-im {
  background-image: url(/static/message.da0dd287.svg);
  background-image: var(--sidebar-im);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-im.sirius-icon-im-enhance {
  background-image: url(/static/message_selected.a2020d11.svg);
  background-image: var(--sidebar-im-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-schedule {
  color: #386ee7;
  color: var(--brand-blue, #386ee7);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC42Ij4KPHJlY3QgeD0iMS41IiB5PSIzIiB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSI3IiB5PSIxLjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNSIgeT0iMS41IiB3aWR0aD0iMiIgaGVpZ2h0PSI0IiByeD0iMSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K);
  background-image: var(--sidebar-schedule);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-schedule.sirius-icon-schedule-enhance {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS41IiB5PSIzIiB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHJ4PSIyIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSI3IiB5PSIxLjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxNSIgeT0iMS41IiB3aWR0aD0iMiIgaGVpZ2h0PSI0IiByeD0iMSIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-image: var(--sidebar-schedule-enhance);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-schedule.sirius-icon-schedule-enhance .time-text {
  opacity: 1;
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-schedule .time-text {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  font-family: "DIN Alternate Bold";
  opacity: 0.6;
  line-height: 24px;
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-dark-mailbox {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUxpcSYpMyYpM2FhaWZpcGdocCcpMmZpcCYqMmhpcGdqcG8bz0sAAAAKdFJOUwCyWSHvr2+/Qr8XIlZEAAAAk0lEQVR42uXSMQqDUBCE4SV2drFIHT2BhVXaFAGPkNYreAYPYSWoBPaUgZ/3ih0IqQIBp3rMxzSPtSOkGD1kbxN0LrkneCq8EvhqIbctwxKh9N9Ak9smwul85ckjQmWkFqBgUFkEGlyAChagQwUowQhMLgwEmDAQYMIgApmGj5/4T9Dr+WSYXbJ/O9FCbvTR2gHyBut7d6iGrRvJAAAAAElFTkSuQmCC);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-dark-mailbox.sirius-icon-dark-mailbox-enhance {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUxpcThu5jdt5zdt5jdt5zht5jdt5zdn5zZs5Tdv5zhu5y6ZimIAAAAKdFJOUwB/gKDvv68gZCAqFbWSAAAAmElEQVR42uXSIQ7CQBBG4WkxratGoauQBN80QaM4AqpHwHADLlCgFXPKin3JZCbZIGpI+qtmvjzTrGxh9VXd5gF4aVgP3CNMgMZ9c6Br4HNOF74MjqWyw86DtOn+Fg+jlASyd6CNtCko1AEJgQEJgQFJChyQEBiQVA8CAxKCCKMQGLDTM/t3/wkuObjF+/zridbhjXaDbGALRv5BNsvSGLAAAAAASUVORK5CYII=);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-dark-mailbox {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUxpcSYpMyYpM2FhaWZpcGdocCcpMmZpcCYqMmhpcGdqcG8bz0sAAAAKdFJOUwCyWSHvr2+/Qr8XIlZEAAAAk0lEQVR42uXSMQqDUBCE4SV2drFIHT2BhVXaFAGPkNYreAYPYSWoBPaUgZ/3ih0IqQIBp3rMxzSPtSOkGD1kbxN0LrkneCq8EvhqIbctwxKh9N9Ak9smwul85ckjQmWkFqBgUFkEGlyAChagQwUowQhMLgwEmDAQYMIgApmGj5/4T9Dr+WSYXbJ/O9FCbvTR2gHyBut7d6iGrRvJAAAAAElFTkSuQmCC);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-dark-mailbox.sirius-icon-dark-mailbox-enhance {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUxpcThu5jdt5zdt5jdt5zht5jdt5zdn5zZs5Tdv5zhu5y6ZimIAAAAKdFJOUwB/gKDvv68gZCAqFbWSAAAAmElEQVR42uXSIQ7CQBBG4WkxratGoauQBN80QaM4AqpHwHADLlCgFXPKin3JZCbZIGpI+qtmvjzTrGxh9VXd5gF4aVgP3CNMgMZ9c6Br4HNOF74MjqWyw86DtOn+Fg+jlASyd6CNtCko1AEJgQEJgQFJChyQEBiQVA8CAxKCCKMQGLDTM/t3/wkuObjF+/zridbhjXaDbGALRv5BNsvSGLAAAAAASUVORK5CYII=);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-edm {
  background-image: url(/static/营销未选中.76952a12.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-edm.sirius-icon-edm-enhance {
  background-image: url(/static/营销选中.430ac515.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-customer {
  background-image: url(/static/客户未选中.d813e365.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-customer.sirius-icon-customer-enhance {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSI2LjUiIHI9IjQuNSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgMTJIOEM0LjY4NjI5IDEyIDIgMTQuNjg2MyAyIDE4VjIwQzIgMjEuMTA0NiAyLjg5NTQzIDIyIDQgMjJIMjBDMjEuMTA0NiAyMiAyMiAyMS4xMDQ2IDIyIDIwVjE4QzIyIDE0LjY4NjMgMTkuMzEzNyAxMiAxNiAxMkgxNC41VjE1LjVDMTQuNSAxNi44ODA3IDEzLjM4MDcgMTggMTIgMThDMTAuNjE5MyAxOCA5LjUgMTYuODgwNyA5LjUgMTUuNVYxMloiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjExLjE5OTIiIHk9IjEyLjUiIHdpZHRoPSIxLjYiIGhlaWdodD0iNiIgcng9IjAuOCIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-system-task {
  background-image: url(/static/systemTask.a0e054d6.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-system-task.sirius-icon-system-task-enhance {
  background-image: url(/static/systemTask_enhance.2e90b172.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-background-check {
  background-image: url(/static/backgroundCheck.73142b90.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-background-check.sirius-icon-background-check-enhance {
  background-image: url(/static/backgroundCheck_enhance.7ee3be85.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-customsData {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzNzdfNTAxNjIpIj4KPHJlY3QgeD0iMS42OTk5NSIgeT0iNC41IiB3aWR0aD0iMy4yIiBoZWlnaHQ9IjcuNSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTEuMTAwMSIgeT0iNS41IiB3aWR0aD0iMy4yIiBoZWlnaHQ9IjYuNSIgcng9IjAuNSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iNi4zOTk5IiB5PSIxIiB3aWR0aD0iMy4yIiBoZWlnaHQ9IjExIiByeD0iMC41IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMSAxNEgxNSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEzNzdfNTAxNjIiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-size: 20px;
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-customsData.sirius-icon-customsData-enhance {
  background-image: url(/static/customsData2_enhance.2fb6111a.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-globalSearch {
  background-image: url(/static/globalSearch2.4c42a55b.svg);
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-size: 20px;
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-globalSearch.sirius-icon-globalSearch-enhance {
  background-image: url(/static/globalSearch2_enhance.28f3a5cd.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-enterpiseSetting {
  background-image: url(/static/enterpriseSetting.5c9306d2.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-enterpiseSetting.sirius-icon-enterpiseSetting-enhance {
  background-image: url(/static/enterpirseSetting_enhance.c785192c.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-sns {
  background-image: url(/static/sns.de627b60.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-sns.sirius-icon-sns-enhance {
  background-image: url(/static/sns_enhance.d8ed9cb0.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-knowledge {
  background-image: url(/static/sidebar_knowledge.04a88bbc.svg);
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-size: 20px;
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-knowledge.sirius-icon-knowledge-enhance {
  background-image: url(/static/sidebar_knowledge_enhance.7786bff4.svg);
}
.sirius-icon:not(.l2c-crm-icon):not(.wmzz).sirius-icon-knowledge-beta {
  position: absolute;
  top: -14px;
  right: -20px;
  background-image: url(/static/knowledge-beta.fb240865.svg);
}

.tox-tinymce-aux {
  z-index: 9999 !important;
}

.modal-dialog .ant-modal-content {
  width: 448px;
  border-radius: 8px;
  padding: 16px 0px 14px;
}
.modal-dialog .ant-modal-footer {
  border-top: none;
}

.size-error-dialog .ant-btn {
  border-radius: 4px;
}

.disabled {
  opacity: 0.3;
}

/** 控状态 */
.sirius-empty {
  height: 160px;
  width: 160px;
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/search-d7a970d6a7c9dc0a751aeceb3dd4c0e3.png);
}
.sirius-empty-search {
  background-image: url(/static/search-d7a970d6a7c9dc0a751aeceb3dd4c0e3.png);
}
.sirius-empty-message {
  background-image: url(/static/message-5ec5da4240063ffda283825d4d901d1d.png);
}
.sirius-empty-network {
  background-image: url(/static/network-c3cbc067ce76087f98d6198744e6b6f0.png);
}
.sirius-empty-doc {
  background-image: url(/static/doc-19a5bf4aa4bc13dc7308d03705433f0d.png);
}
.sirius-empty-collect {
  background-image: url(/static/collect-178547a793e83147871abcf959298359.png);
}
.sirius-empty-future {
  background-image: url(/static/future-5477464809dbe1cfb9bbe330c77fa8f3.png);
}

.tableTy1 {
  height: 100%;
}
.tableTy1 .ant-table {
  height: 100%;
}
.tableTy1 .ant-table-header {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.tableTy1 .ant-table-header tr > th {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-bottom: none;
  font-weight: normal;
}
.tableTy1 .ant-table-thead tr th {
  padding: 15px 16px;
}
.tableTy1 .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  background-color: #fff;
}
.tableTy1 .ant-table-container {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  height: 100%;
}
.tableTy1 .ant-table-body {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 8px;
  overflow-y: auto !important;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.tableTy1 .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.tableTy1 .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.tableTy1 .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.tableTy1 .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.tableTy1 .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.tableTy1 .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.tableTy1 .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.tableTy1 .ant-table-body tr > td {
  border: none;
  padding: 14px 16px;
}
.tableTy1 .ant-table-body tr > td:first-child {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.tableTy1 .ant-table-body tr:hover td {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.opeItem {
  width: 24px;
  height: 24px;
  padding: 0 4px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.opeItem:hover, .opeItem.active {
  background-color: rgba(39, 46, 71, 0.08);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.opeItem.item-hiden {
  visibility: hidden;
}

.discuss-intro-wrap {
  left: 68px;
  z-index: 1090 !important;
}
.discuss-intro-wrap .ant-modal {
  width: unset !important;
  pointer-events: unset !important;
}

.ant-radio-checked .ant-radio-inner {
  border-color: #386ee7;
}

.ant-radio-inner::after {
  background-color: #386ee7;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.no-permission-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-permission-page .text {
  margin-top: 8px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.sirius-no-permission {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/empty-381d00266358851c4a621ea79fffa172.png);
}

.ant-radio-checked .ant-radio-inner {
  border-color: #386ee7;
  background-color: #386ee7;
}
.ant-radio-checked .ant-radio-inner::after {
  background-color: #fff;
}

.ant-radio-inner::after {
  background-color: #386ee7;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.no-permission-page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no-permission-page .text {
  margin-top: 8px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.sirius-no-permission {
  width: 160px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/static/empty-381d00266358851c4a621ea79fffa172.png);
}

.back-to-tabs {
  -webkit-app-region: no-drag;
  position: fixed;
  top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  cursor: pointer;
}

.bg-win {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
  border-width: 0;
  position: absolute;
  left: -100px;
  top: -100px;
  z-index: -1;
}

.show-arrow .ant-tooltip-arrow {
  display: block !important;
}

em-emoji-picker {
  height: 264px;
}

.lx-theme-dark .extheme .dark-invert-brightness {
  filter: none;
}

.lx-theme-dark .dark-invert-brightness {
  filter: invert(100) hue-rotate(180deg) brightness(1.3);
}

.lx-theme-dark .extheme .dark-invert {
  filter: none;
}

.lx-theme-dark .dark-invert {
  filter: invert(100) hue-rotate(180deg);
}

.lx-theme-dark .extheme .dark-svg-invert svg {
  filter: none;
}

.lx-theme-dark .dark-svg-invert svg {
  filter: invert(100) hue-rotate(180deg);
}

.lx-theme-dark .extheme .dark-img-invert-grayscale img,
.lx-theme-dark .extheme .dark-img-invert-grayscale svg {
  filter: none;
}

.lx-theme-dark .dark-img-invert-grayscale img,
.lx-theme-dark .dark-img-invert-grayscale svg {
  filter: invert(87%) grayscale(100%);
}

.dark-white-bg {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.lx-theme-dark .cardlist-wrap .pull-refresh-warp svg {
  filter: invert(100) hue-rotate(180deg);
}

.lx-theme-dark .extheme .cardlist-wrap .pull-refresh-warp svg {
  filter: none;
}

/** icon 格式化 **/
.wmzz {
  line-height: 0;
  vertical-align: -0.25em;
  display: inline-block;
  color: inherit;
  font-style: normal;
  text-align: center;
  text-transform: none;
  text-rendering: optimizelegibility;
}

.img-preview-spin .spin-icon,
.sign-list-item-loading i,
.baselayout-sirius-spin-wrap .sirius-spin-icon {
  background-image: url(/static/loading.f6fa4f4f.svg);
}

.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body i.icon,
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body i.icon.error-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxOC43NUMxNC44MzI1IDE4Ljc1IDE4Ljc1IDE0LjgzMjUgMTguNzUgMTBDMTguNzUgNS4xNjc1MSAxNC44MzI1IDEuMjUgMTAgMS4yNUM1LjE2NzUxIDEuMjUgMS4yNSA1LjE2NzUxIDEuMjUgMTBDMS4yNSAxNC44MzI1IDUuMTY3NTEgMTguNzUgMTAgMTguNzVaTTkuMjcwODQgMTEuNDU4M0w5LjI3MDg0IDUuNjI1SDEwLjcyOTJWMTEuNDU4M0g5LjI3MDg0Wk05LjI3MDg0IDEyLjkxNjdWMTQuMzc1SDEwLjcyOTJWMTIuOTE2N0g5LjI3MDg0WiIgZmlsbD0iI0Y3NEY0RiIvPgo8L3N2Zz4K);
}

.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body i.icon.warn-icon,
.ant-modal-wrap .ant-modal.ant-modal-confirm .ant-modal-body .ant-modal-confirm-body i.icon.warning-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxOC43NUMxNC44MzI1IDE4Ljc1IDE4Ljc1IDE0LjgzMjUgMTguNzUgMTBDMTguNzUgNS4xNjc1MSAxNC44MzI1IDEuMjUgMTAgMS4yNUM1LjE2NzUxIDEuMjUgMS4yNSA1LjE2NzUxIDEuMjUgMTBDMS4yNSAxNC44MzI1IDUuMTY3NTEgMTguNzUgMTAgMTguNzVaTTkuMjcwODQgMTEuNDU4M0w5LjI3MDg0IDUuNjI1SDEwLjcyOTJWMTEuNDU4M0g5LjI3MDg0Wk05LjI3MDg0IDEyLjkxNjdWMTQuMzc1SDEwLjcyOTJWMTIuOTE2N0g5LjI3MDg0WiIgZmlsbD0iI0ZGQUEwMCIvPgo8L3N2Zz4K);
}

.eventsgroups-toolbar .syncIcon:hover,
.sidecontent-container .searchContainer .u-refresh:hover,
.syncLoading-syncIcon:hover {
  background-image: url(/static/sync_hover.96117ef7.svg);
}

.web-contack-contact-tree-container .search-container .searchIcon,
.im-search-button .searchIcon,
.sidecontent-container .searchContainer .search-button .searchIcon,
.m-mailbox-container .m-search-container .m-search-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDExLjVDOS40ODUyOCAxMS41IDExLjUgOS40ODUyOCAxMS41IDdDMTEuNSA0LjUxNDcyIDkuNDg1MjggMi41IDcgMi41QzQuNTE0NzIgMi41IDIuNSA0LjUxNDcyIDIuNSA3QzIuNSA5LjQ4NTI4IDQuNTE0NzIgMTEuNSA3IDExLjVaIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjMiLz4KPHBhdGggZD0iTTEwLjUgMTAuNUwxMy42NDMzIDEzLjY0MzMiIHN0cm9rZT0iIzI2MkEzMyIgc3Ryb2tlLW9wYWNpdHk9IjAuMyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.chat-forward-modal-content-wrapper .remove-icon,
.chat-un-reply-warpper .close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMTYiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk5ODQ4IDguNzA2NDJMNS4yMDcxMSAxMS40OTc4TDQuNSAxMC43OTA3TDcuMjkxMzcgNy45OTkzMUw0LjUwMTEyIDUuMjA5MDZMNS4yMDgyMyA0LjUwMTk1TDcuOTk4NDggNy4yOTIyTDEwLjc5MDcgNC41TDExLjQ5NzggNS4yMDcxMUw4LjcwNTU4IDcuOTk5MzFMMTEuNDk4OSAxMC43OTI2TDEwLjc5MTggMTEuNDk5N0w3Ljk5ODQ4IDguNzA2NDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.web-contack-contact-tree-container .search-container .ant-input-affix-wrapper:hover .searchIcon,
.im-search-button:hover .searchIcon,
.sidecontent-container .searchContainer .search-button:hover .searchIcon,
.m-mailbox-container .m-search-container .ant-input-affix-wrapper:hover .m-search-icon .m-mailbox-container .m-search-container .ant-input-affix-wrapper-focused .m-search-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDExLjVDOS40ODUyOCAxMS41IDExLjUgOS40ODUyOCAxMS41IDdDMTEuNSA0LjUxNDcyIDkuNDg1MjggMi41IDcgMi41QzQuNTE0NzIgMi41IDIuNSA0LjUxNDcyIDIuNSA3QzIuNSA5LjQ4NTI4IDQuNTE0NzIgMTEuNSA3IDExLjVaIiBzdHJva2U9IiMzODZFRTciLz4KPHBhdGggZD0iTTEwLjUgMTAuNUwxMy42NDMzIDEzLjY0MzMiIHN0cm9rZT0iIzM4NkVFNyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.dayviewtimelinegrid-container .header .headerBtn .right,
.miniCalendar-miniHeader .arrow.right,
.schedule-date-picker-header .arrow.right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgNEwxMCA4TDYgMTIiIHN0cm9rZT0iIzdEODA4NSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.externalsharedevice-device-modal-wrap .deviceWrap .deviceWrapContent .list .item .deviceIcon.devicePCIcon,
.account-deviceWrap .deviceWrapContent .list .item .deviceIcon.devicePCIcon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjUgNVYxNkg5LjY2NjY3SDE0LjMzMzNIMTkuNVY1SDQuNVpNNC4yIDE3LjVIOS4zMTY2N0w4Ljg1IDE5LjVINlYyMUg5Ljc2MDE5SDE0LjIzOThIMThWMTkuNUgxNS4xNUwxNC42ODMzIDE3LjVIMTkuOEMyMC40NjI3IDE3LjUgMjEgMTYuOTYyNyAyMSAxNi4zVjQuN0MyMSA0LjAzNzI2IDIwLjQ2MjcgMy41IDE5LjggMy41SDQuMkMzLjUzNzI2IDMuNSAzIDQuMDM3MjYgMyA0LjdWMTYuM0MzIDE2Ljk2MjcgMy41MzcyNiAxNy41IDQuMiAxNy41Wk0xMy42MDk3IDE5LjVMMTMuMTQzIDE3LjVIMTAuODU3TDEwLjM5MDMgMTkuNUgxMy42MDk3WiIgZmlsbD0iI0E4QUFBRCIvPgo8L3N2Zz4K);
}

.externalsharedevice-device-modal-wrap .deviceWrap .deviceWrapContent .list .item .deviceIcon.deviceMobileIcon,
.account-deviceWrap .deviceWrapContent .list .item .deviceIcon.deviceMobileIcon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNzUgNC4yQzUuNzUgMy45NTE0NyA1Ljk1MTQ3IDMuNzUgNi4yIDMuNzVIMTcuOEMxOC4wNDg1IDMuNzUgMTguMjUgMy45NTE0NyAxOC4yNSA0LjJWMTkuOEMxOC4yNSAyMC4wNDg1IDE4LjA0ODUgMjAuMjUgMTcuOCAyMC4yNUg2LjJDNS45NTE0NyAyMC4yNSA1Ljc1IDIwLjA0ODUgNS43NSAxOS44VjQuMloiIHN0cm9rZT0iI0E4QUFBRCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTkgMTdIMTUiIHN0cm9rZT0iI0E4QUFBRCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==);
}

.about-setting-container .config-title .config-title-icon,
.base-search-associate-menu .associate-item .ant-dropdown-menu-title-content .associate-item-delete,
.externalsharedevice-device-modal-wrap .deviceWrap .deviceWrapTitle .closeIcon,
.account-deviceWrap .deviceWrapTitle .closeIcon,
.product-version-setting .config-title .config-title-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.materiel-icon {
  margin-bottom: 4px;
}

@keyframes gradientBorder {
  from {
    border-color: #8f41e9;
  }
  to {
    border-color: #578aef;
  }
}
.ai-generation-subject1 {
  display: inline-block;
  background-image: url(/static/aiGenerationSubject-db1383b062e4b5576510e1888e1a2c96.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 93px !important;
  height: 24px !important;
  visibility: visible !important;
}

.ai-polish1 {
  display: inline-block;
  background-image: url(/static/AIPolish-e0cc12b98c584e694a45cd6c5b9e1c66.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 65px !important;
  height: 24px !important;
  visibility: visible !important;
}

.content-hidden {
  content-visibility: hidden;
}

.ai-word-linear-gradient {
  background: linear-gradient(90.08deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@charset "UTF-8";.lx-ui-btn{position:relative;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;background-image:none;box-shadow:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.lx-ui-btn.disabled,.lx-ui-btn[disabled]{cursor:not-allowed;opacity:1}.lx-ui-btn.disabled>*,.lx-ui-btn[disabled]>*{pointer-events:none}.lx-ui-btn.inline{display:inline-flex}@keyframes fadenum{to{transform:rotate(1turn)}}.lx-ui-btn.lx-ui-btn-loading{gap:4px}.lx-ui-btn .loading-icon{animation:fadenum 1s linear infinite}.lx-ui-btn .btn-icon,.lx-ui-btn .loading-icon{display:inline-flex;justify-content:center}.lx-ui-btn+.lx-ui-btn{margin-left:16px}.lx-ui-btn-size-mini{height:24px;padding:0 8px;min-width:52px}.lx-ui-btn-size-mini,.lx-ui-btn-size-small{font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px}.lx-ui-btn-size-small{height:28px;padding:0 12px;min-width:60px}.lx-ui-btn-size-default{height:32px;padding:0 16px;min-width:76px}.lx-ui-btn-size-default,.lx-ui-btn-size-large{font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}.lx-ui-btn-size-large{height:36px;padding:0 20px;min-width:82px}.lx-ui-btn-primary{background-color:var(--Brand-6,#4c6aff);color:#fff;border:none}.lx-ui-btn-primary.disabled,.lx-ui-btn-primary[disabled]{background-color:var(--Brand-3,#b7c3ff)}.lx-ui-btn-primary:not([disabled]):hover{background-color:var(--Brand-5,#7088ff)}.lx-ui-btn-primary:not([disabled]):active{background-color:var(--Brand-7,#445fe5)}.lx-ui-btn-primary.lx-ui-btn-loading{background-color:var(--Brand-3,#b7c3ff)}.lx-ui-btn-darkDefault-default .btn-icon,.lx-ui-btn-darkDefault-large .btn-icon,.lx-ui-btn-darkDefault-mini .btn-icon,.lx-ui-btn-darkDefault-small .btn-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAYAAADFniADAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAJaADAAQAAAABAAAAJQAAAACQyAEPAAACF0lEQVRYCe2X8XWCMBDGZQNGyAiM4AgdgRHcQDaoG+gG7Qa6gd0gI+gG9nca2nAlJEGg/3jvnckl3/flkhw8Wa1e9jqBaU+gmFbur9rtdqsYLb2Zr6Iorl68XJdkSvyI+2YJ/ASfSwixOkcB/AHXlqURXQ/1C76OAgGAq3Q2xPsUbjJGknGLNCkksNbh/cakcKMYFCWZHS6n1NqezluIzNwW19aE8FnjqEqhSl34CcliEp9wowVlzM3T/JjVuEli5OW0xD7w4NPDnGxCWz1JElqEVeTUxIaurX5AOr/TFndPYp8sN3RKtpPO45qN1lksJpmtSkjCZrEE9EIsLsWtbZ7i1ouHYrLpK+4qhJ99nISWL+6hXZGQPJEW980SmBCPuSMefFhCvORxxLe4tjokAPDNgYOYEDdpHPHs4obT1t487y4WOLtd+40Z2hFA68CXIdyoOYSzixvOxiXUNptRi/eRUJRrs62yayU2Gs/YGt/hFu8zy+AeX2tuVozAO66t1iIArAZF4nEvW0TllLSddUISAxJsjZ80QcUyL1dr+nSiYxAtri0qBqHEG0WUa33ufYWA7FpbE92JB4Asfw7v5g2P66JicHtX+/2ROGun4A+OfhqXicfyxJzmvak9SFIXVnva2dzOAghVfiauv+uAEgO4UltiJkYZ/GxH4IBAK3KlL5/cDe0oQ6/8t0/2URm/SK8TmPEEvgH3CepSM8poZwAAAABJRU5ErkJggg==) 50% no-repeat}.lx-ui-btn-darkImg-default .btn-icon,.lx-ui-btn-darkImg-large .btn-icon,.lx-ui-btn-darkImg-mini .btn-icon,.lx-ui-btn-darkImg-small .btn-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAYAAADFniADAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAJaADAAQAAAABAAAAJQAAAACQyAEPAAACqUlEQVRYCe2Y/ZHaMBDFIZMCKMHpgHTgVBA64EogFUAH4SqAqyB0IDo4OrA7uOvA+a2zYtZCH5iB/MXOvJG07+3Th2U4bjJ5xvME7nsC05xd13Uz+AWocjrD7afTaWvGgy5+c/jTIDlmgMESfIAxUafmwKRSoyql8fkvvmNbMWC8B3JS94pajeTks/E1wa5M/pX+wYxz3VOG9Iv5iWab0cUpTsrpUXdxxfgsfvYqzHIO0ceXKxjLsRi5S7+pswvZkZuP8qLAgT5GFaqYwhpsQQNy0UDuwKI4DyIH+iiKIwIKT1p+bfOO0J7kpSsC590u2ckETk5iAaoYLznhwAs4gFgcSa5A0mPgjdCBPgbEv8nWSknTgKIpmhrYKD+uyMTOO0S4xnPabkJNbIy2VX0T423ulrfv0xrQb4NxanhQ4pgSZPPsyOmuLj6nyM9Bo7zci/wF1ZnQ+Uc4/tGJBwYO9JFaPWSV4lJ5auTSX7WJCw8KHejjgvwPiVvu1MOXdfOiOEa5IzvgtK1Kq0VXgS1wYAfmpZozj9iBPs5J04GQD70w5As3eYnh5AWxX8q+fmms013UzleEKvJrz2kbTrSO1CzRhjpv8xHqo2PUzld4AeMZ2Pm8tivh6W+C/Hlh5JcBt9WavcmXHyNi5wvUQO7Cu8/Ryq5fhPPBOFzYH3J2YobdJqGvfT7ZUuzEQUNOqPED7Ud3BrcAqce0sROis5uoLVd8+/j18UnBmxa1tD9Sv0jIH+C/A9H5kPpfcBufKLWpv9EHdWLIzsRcfkJJmwz4FvIb+ppWtG2pBs0grlqUVGC8HVQWBuiPBUmSLi5Kd5w0uJGYUWc/n07Wp7goxM4WPKD/Gj7e4kV/wCKs5RsLWtmE9KP/S9BHVoXiO4/lBTje2fNp9zyB6An8BQk9qv7hvC5aAAAAAElFTkSuQmCC) 50% no-repeat}.lx-ui-btn-darkProduce-default .btn-icon,.lx-ui-btn-darkProduce-large .btn-icon,.lx-ui-btn-darkProduce-mini .btn-icon,.lx-ui-btn-darkProduce-small .btn-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAJKADAAQAAAABAAAAJAAAAAAqDuP8AAACEElEQVRYCe2Uu07DUAyGG8TG0ok5PAASG4wR7KiPUCSeouzMvEFgYuSyo5atWwfYw8zSLszlM01S9+QkObl1QLX0N7aPj/3XdtLr7WTXgV0H8juwXC6HQCTIj9riCUTGwgYJt1jWXgoS/T8qq5+5Parcu1ce4hwRqEghp211VKy2SWhglKpFyMhR36Qj0Wpa6e+sfraGN6FwktLYVPoNU1e/Tn0fPG3ySK0Qza+eteINigTgDkTARWYESXxQsVR+OMkGIARz0EQiLodgaKvm2Zymj8s+vsj0N7U9xMzh9Npz74uLV+DdTFDTljySr7nQrb60G9yDCLiIjFniZezdvnkUkAWXpbXJGGfQvA0VM0hRGxt8fsVU5eEkPQKnZZHEmG9frZfAZamvIXNZRojzFyPGtI1ju1lIiH99yLVjAfqBPUXqnaTaSnk2bCezkBAZhEwiZ4mS89QEFnwqJjlxhe4yQprEeVEmCCw4n8Qxtb9XGUIyGnABRiTXyyxjG4FzIKO0yUPs1N2yxeX6vOSEIlJcllePKTm2PT9wPtKZT31IHj/+smu3s6479M2tlKBDBonNLHoTMlIzQyAeh3RJ9kePTOKlG29gSuEfcbQtGUK6AORusBNSQuJWn3eh65HZ8k+VU+vK3a5ahdDG8rZLY51tf61mNdkTxiZvE6onS9+5FBKKq7/y7GSBO/93/7LAL9a05zrOIq3vAAAAAElFTkSuQmCC) 50% no-repeat}.lx-ui-btn-lightDefault-default .btn-icon,.lx-ui-btn-lightDefault-large .btn-icon,.lx-ui-btn-lightDefault-mini .btn-icon,.lx-ui-btn-lightDefault-small .btn-icon{background:url(data:image/png;base64,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) 50% no-repeat}.lx-ui-btn-lightImg-default .btn-icon,.lx-ui-btn-lightImg-large .btn-icon,.lx-ui-btn-lightImg-mini .btn-icon,.lx-ui-btn-lightImg-small .btn-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAZwSURBVGiB7VlrbBRVFP7OnX0UKYglgEEJAcq2UDWBIoVQWlpYGkobibKK1UiRIEjSHyoCEYyNQBASNFWMWIX4rEKxUSjBlsKWUgTlGWKh7qIGSaoxYFTeu517/LG7dHY7287stgS1X7LZc+8958z55p77mgv0oAc9+F+AjChNnuwdwMwZQshBCgkFABQAQgTaFQBBUVeudDvKjQbkcjXZKivTfEb1Q+iQSGbmqbsk2cuIUCQARVDAQAR/RFFkAFrd7ftSDL2wWTln0q0kDltZTqhwjzpmhoilIxKtwn5QAKPMOIwHRGI2AIsU4hEApoiIaA0+spfhFpIIgAoAgIECs5a6PTJmsncAIIs0VSqYykE4SYEHBR5LGhkRMrelmRE8lHV2CKDeF7S/vyj39NCKfaPPxUXEypwBghIqE1P5gQOOxUadxgKpqIXa9BBC5AN4x6i9fmoJ7h/2EIEjMUVnCuSKCOJRM9a6PcJMRDcTBYDUFroWeXlNSYpPWU7gKaG6QDrylHlOzzoh/Os216T90ZmfqLNWdyIz0zPcImShQlSAG8gGwaqnx8xLIS0vLHJ6TiYQVydA7nytNvU4QO1e7C0l8mCmt9BC8i0QDwUZnQagAJzOjHQJ8crLTs85O3lLVtaO3KlVijr9dgcI3CUpyjp+uqRHXK4mm+2yLeHT3SP/7kjvu0ZHNYDqzEzPcAhZCKICANmAfmoFoQJ0koirBeTOVd2RWhMnnu/VO+Fqme8C5lqEtM53evb3U1uLN3Qy/zc2On4CUAagLC+vKQk+6zKAl7bXpHUQ/vWbun2w266uAWNB26rHUxRF2c7g8aTz1vRQEwhyWWGOZzw0MxdA9R/UOZYbDSWuMUKMOTrV41Y7zySb9kVyW3gZW83Yd8tgtwib6UFNrZZqtO1yoKqtu83Yx0eE8Vn7KhxZXjPiR7OuvmpIPi+A74PFU2b2WUCcRLj1jpUEfheAD4BkYJ9gy2yj46OdP0I1ADAC/2YQ12A/dGjINQCLnkk/WnJl4J29tnQy/XYGKeUXCoklQsoqs7Zdso6UHxvnB+CP18+X7lHHXK6mxIoYjrq3dGU3gljO68BtSCRWdNmm0eVi5drFs/mC5UQQbArxCcvV3lWVgXFkCs/ledOEVGcSRJKVpNcOy87S2uTfO7LpEiL5U884rlzwVArgASC0EyJwr6stD09tfrJqb6rbiJ/iKT8nJFp8G1QpnyUQCTCYCa1QL5c6PS+W7nFsimYbd2pNz/Vkcas4hCAJLRgYLJhqHsv1zOvMT8kMb98E642vmbAY7Y/6iQx+51WnpziafVxEpuV4ikhyLQhJHahZGbxlTm7zKoB1DyGLpp8deN2vugHK7vCBxGtfn3i+l15TzESmZXlWEPMnAOya6stgFDOogMG/aPWZaOXjU70fz5jh1epjfu7poX5WD4BobJg+o5wE5zJwsq0Sd19PvBKmFzOR9PSj1qnZns0gXg1NCjDQIlSRtaM+5cMdbscu4ZcTAD4ebs1P9L+h1rjympIAYG6ON00K5SAAh1YJhJfeqEtZuL4m1Q1Q2LhgYFjcRDIyvH37JPbZxeCnw+PDKVVVJuxoGHkiVFV1YPSvQqrZiNhuMFG2XbUceWraD2+TIhsB3KNpVolo0Zu1KWtDFQTciAhZd4IyTGTSpObBCQlyPwBnRFOd32rJqm1IPh9pU1mfdpn6O2YRsDGiaTiAxQD6aep8YC7aWGv8g7cWhokoiuwN4N6I6vcvXLqUX1c34q9odpWVpG7dl1LCwBIAUleJcQlMMzfVpW7TbTcAw0QaGkZ7heBZAK4jMP2s2FOfsuBYYJ/VKbbtTdlARHnQDl5AAlSjCIx/r85RZy70cJhaEN3u1IM5Wc1zQULZs9/R7izSGSoCwY6Z42webGNlkKL4zhn5+GYEpld2d0Ps3R/C53tSWwC0GNElBmmXRyL9T0q3/6aRZIa2yJIu6KkZ6hESnJ2Z7bG1u1YzePUGAIrSgU6wYNW0WQEIlmMZtEATiupv5W9jJgJGMYGLEbwPCQURugMBAqP/pozA1dtNOSiEZNb4YY0fRtvXh8B/+I6GwB+V1qfq9sjtn1pBENCk+u3PR2v/NxBRmWnLNbZMKq0f9mc0Jd3UIla/ISgLOUiz3bVaSO7k6i2sXrTJAhFy0A+hLZkYUmUpfiNWD6/ZO+qicd496EEP/tP4ByeHRxCKPNFYAAAAAElFTkSuQmCC) 50% no-repeat}.lx-ui-btn-lightProduce-default .btn-icon,.lx-ui-btn-lightProduce-large .btn-icon,.lx-ui-btn-lightProduce-mini .btn-icon,.lx-ui-btn-lightProduce-small .btn-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAASBSURBVGiB7Zfta1tVHMe/33PuTWxrk43BmGwvnNp0WMSHbBVklK2mYaWrMGv0xRgqPrzxCfwDJOIbEURUUBhDChuC696tNdhus76YD+sqKNQt2aaCbg4ZrmvXLU2a8/NF163pkuze9N44IV+45J7H7++Tc8495wB11VVXXXVV0M7uUyE/+lV+dFpOfZ2Z/blZM/nM4+m3vO67ZiA74qdXA9IHgAK8kkyKp961G5E507PgR2D1yaPpR7zsvmYgpOkpyiiwp0zVqlQTkJejx20IY0XGxP8P5O9QcweA8OI8AaKJLRNrvPKoCQhR8t9XtrK3eeVRExApDQLxcHr5DtITy9wDIFKqjJB4IjER8MLHdxDLyNMVikPBi3aXFz70opNSisd/agrmGhKkfKiAkOK8mQKgOP/L+ed3i3w1eHFqePf4xny1fp6CbNty4m5DHbeAGCHdBO5UuBF8KZCFdwXMEPhaKx40YgY/G9lwrmYgiYToCxdOPkRRvUq4nZRoycCdgRSlNfCLDR5UIoMrN0e+TSZpPAdpa5sIrFxlfaKIpxQQvh4IywReHQisa48G/tKQT98b2fBOuZiqWuyhVWojgRewZJPzUXcRfDtZ4QpQFUhQmZ8B/FB1WO5lRLA/mWqZKldhWWuko+Pkek3VRUivArpIBL2bWnLFEh6xFQ9iToY+ONJ6tlIsnn21eqPnGq82X35MienV5JOKWFcFyK8EDlGpwUaN4Y9TLbNO/X3aR4S9nacfFjE7FfC6AqwKIFNa8C5V4UD/yP2nqnX0bUNc0BNb0+8r4M1yIFrx+b0jkf7l+vh/aCyofRVKZ7P5/AEvbFyNyK74+aZsYbr7Dt2c2ju8ZsZZK+GOrZk/SKy9eUT41eeHI54c5V2NyJX8dA/EPJsr/NPrvBXFAF+WKhFiyI1/JbkCEWXa59/0RncmUjJgPadSbvqp7OFQidiZMETm7xUikee2/LbCadsZe/YQgOyS7BP7Ru877bSPW8kxSNbkowQJACSZt3NRp22Hhx+cAfnN4jyy9ChVK8cgymBTUSBQrqYXpHg9mDLTrVo5AtnemV4rZHtRXGLaX+w+tc6pkbbM4KLkVOjizFGnbZ2o7Oc3FjsTViYf1XPYZGlsIhm0ce0cxPljtiJymnKMxJht7PHdh+69VMmsrzP9vQIeVcSeLw63vuQliLU4EY+fb8pmp3ssmHbJ5yMkyYUtuLQCItysBJvJvLzWlc7YxFgoPDeUHGi7vLSyMnMx6MAD4clLx72EuAnk6tXpbqXMLgAgXZ5ehBSgFYLW7KQ2AAaWVhkYbbsM4Lvqwy2vIpCGhiupbLZRAaZdIBFXNBQhmAExtgorSm6Afqqma8RPOfrHt3em1yrBRzYRuA5C5Bps9caeVMufPsfoSI4+v4NHWs8qSNHVVowcu10gABcbolEYW5zWVnH6v5ZjkHxAjwvEAICIiM4Ff/QvLPdyDJJKtUwRyAAAyEz/6PpJ36KqQu5uiKKvTaeC5xvacmXdusoNNdrNQ9nCtAnosGf3iLrqus31LxJ1ZR5/s1oNAAAAAElFTkSuQmCC) 50% no-repeat}.lx-ui-btn-darkDefault-mini .btn-icon,.lx-ui-btn-darkDefault-small .btn-icon,.lx-ui-btn-darkImg-mini .btn-icon,.lx-ui-btn-darkImg-small .btn-icon,.lx-ui-btn-darkProduce-mini .btn-icon,.lx-ui-btn-darkProduce-small .btn-icon,.lx-ui-btn-lightDefault-mini .btn-icon,.lx-ui-btn-lightDefault-small .btn-icon,.lx-ui-btn-lightImg-mini .btn-icon,.lx-ui-btn-lightImg-small .btn-icon,.lx-ui-btn-lightProduce-mini .btn-icon,.lx-ui-btn-lightProduce-small .btn-icon{width:14px;height:14px;background-size:14px 14px}.lx-ui-btn-darkDefault-default .btn-icon,.lx-ui-btn-darkImg-default .btn-icon,.lx-ui-btn-darkProduce-default .btn-icon,.lx-ui-btn-lightDefault-default .btn-icon,.lx-ui-btn-lightImg-default .btn-icon,.lx-ui-btn-lightProduce-default .btn-icon{width:16px;height:16px;background-size:16px 16px}.lx-ui-btn-darkDefault-large .btn-icon,.lx-ui-btn-darkImg-large .btn-icon,.lx-ui-btn-darkProduce-large .btn-icon,.lx-ui-btn-lightDefault-large .btn-icon,.lx-ui-btn-lightImg-large .btn-icon,.lx-ui-btn-lightProduce-large .btn-icon{width:18px;height:18px;background-size:18px 18px}.lx-ui-btn-primaryAi{background:linear-gradient(97deg,#515aff 1.51%,#8766ff 74.19%,#a866ff 98.42%);color:#fff;border:none;gap:4px}.lx-ui-btn-primaryAi.disabled,.lx-ui-btn-primaryAi[disabled]{background:linear-gradient(97deg,#b9bdff 1.51%,#cfc2ff 74.19%,#dcc2ff 98.42%)}.lx-ui-btn-primaryAi:not([disabled]):hover{background:linear-gradient(97deg,#747bff 1.51%,#9f85ff 75.38%,#b985ff)}.lx-ui-btn-primaryAi:not([disabled]):active{background:linear-gradient(97deg,#4951e6 1.51%,#7a5ce6 74.19%,#975ce6 98.42%)}.lx-ui-btn-primaryAi.lx-ui-btn-loading{background:linear-gradient(97deg,#b9bdff 1.51%,#cfc2ff 74.19%,#dcc2ff 98.42%)}.lx-ui-btn-ai{gap:4px;border-radius:4px;border:1px solid transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(93deg,#f5f5ff,#f9f7ff 73.99%,#faf7ff 98.65%),linear-gradient(96deg,#8389ff 1.67%,#c08fff 98.55%)}.lx-ui-btn-ai.disabled,.lx-ui-btn-ai[disabled]{opacity:.5}.lx-ui-btn-ai:not([disabled]):hover{background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(93deg,#e9eaff,#efeaff 73.99%,#f4ebff 98.65%),linear-gradient(96deg,#8389ff 1.67%,#c08fff 98.55%)}.lx-ui-btn-ai:not([disabled]):hover .ai-btn-txt{background:linear-gradient(90deg,#353dd9 .08%,#6545d9 74.98%,#8545d9 99.94%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lx-ui-btn-ai:not([disabled]):active{background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(93deg,#dbdcff,#e5deff 73.99%,#ecdeff 98.65%),linear-gradient(96deg,#8389ff 1.67%,#c08fff 98.55%)}.lx-ui-btn-ai:not([disabled]):active .ai-btn-txt{background:linear-gradient(90deg,#353dd9 .08%,#6545d9 74.98%,#8545d9 99.94%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lx-ui-btn-ai.lx-ui-btn-loading{opacity:.5}.lx-ui-btn-ai .ai-btn-txt{background:linear-gradient(90deg,#353dd9 .08%,#6545d9 74.98%,#8545d9 99.94%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lx-ui-btn-linkAi{background-color:transparent;border:none;gap:4px}.lx-ui-btn-linkAi.disabled,.lx-ui-btn-linkAi[disabled]{opacity:.5}.lx-ui-btn-linkAi:not([disabled]):hover .ai-btn-txt{background:linear-gradient(90deg,#5d64e1 .08%,#846ae1 74.98%,#9d6ae1 99.94%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lx-ui-btn-linkAi:not([disabled]):active .ai-btn-txt{background:linear-gradient(90deg,#3037c3 .08%,#5b3ec3 74.98%,#783ec3 99.94%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lx-ui-btn-linkAi.lx-ui-btn-loading{opacity:.5}.lx-ui-btn-linkAi .ai-btn-txt{background:linear-gradient(90deg,#353dd9 .08%,#6545d9 74.98%,#8545d9 99.94%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lx-ui-btn-linkAi.lx-ui-btn-lightDefault-default:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightDefault-large:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightDefault-mini:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightDefault-small:not(:active):hover .btn-icon{background:url(data:image/png;base64,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) 50% no-repeat}.lx-ui-btn-linkAi.lx-ui-btn-lightImg-default:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightImg-large:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightImg-mini:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightImg-small:not(:active):hover .btn-icon{background:url(data:image/png;base64,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) 50% no-repeat}.lx-ui-btn-linkAi.lx-ui-btn-lightProduce-default:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightProduce-large:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightProduce-mini:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightProduce-small:not(:active):hover .btn-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAuIwAALiMBeKU/dgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAARzSURBVGiB7VhNaFxVFP6+e18mk0ySCdSElPy0VZquBDU/ghRXTTHEbMS4kaBinEyrjU2NVBfKSFGKVMRG0li6KOiqdpfEYCmKC612WhdCFdLW/LVNKBFimt+ZzDsuJraZ6czkzeS9scJ8MAz33HvPd75373nn3gfkkEMOOeSQAoEDV0uc8KuccJoMh/3jZ5bCrtl3O8fft9s37XaYDD3+a+UKeVMElAJu51fUbA0EaNrlP3srQlfLOr7y8NTkE3a6z54QkZaYJmPbm0VWhPh8l/IA7Ikz//+EFLHsaQDeOHNdYP9ohV0cWRFCSbiNVAj6Gbs4spMjTLKNTPvyxHEh3fvGHwZYm6iPxN5A2xWXHTzOr0gEL6ToLTEf8jTZQeNYQexpn/asekJtFPlMASVk9KkR9/7XbGOEvFEZmTnXebI+nCmfrUL8/tHthqi9SrCHRDOBoruBJxfyr21BAd8DGDA1BwOf19zKmpC2NtFe78RjhkIriWcpqLsbGNeCtS4kpq2J3xUwoAWD8+U1P210nMlISFvbFZe3tLiPkOcJeBMFuWkhazYd/U0ZkBMH+rYfSRZTRsleVOqpF8iruL/IOYWtAn5wPMUVICMhBXmFvwHyS+ZxpQ0TwJmu3p1zyQZsKkc6OsZ2aLAJGq1K0EQg38attagE32lgQIkaOtRffTNVLLa9tXy+W4Vawk8polUBzymiKgMhf2riPASDJTp0rqt354pVfofqiPCgb/xxEC8S7FKAkULIHIGjeaY6+94X1VczZXT8hniwc+wTDR5KKoR85UhfzenN8jh+RFHEVym6VzTcZ+3gSWtFenqmPerOSnNZcf7w28cqFqzNEr7VOTFJojLBinz74Yltthzl01uR+dUWRbw0M7/Uan0SRYBvEvYAQ2nxp0BaQgizEQC00vXpkTBhwKtUw+n4Sc1hET7fda+I1AKAGZHawMujpZZZFl3nASzHWf842ld9zbKPDWBZSKHSdWQ0p0gwlK/qrM499mXFAoAf1tvIxKuUKSwLUcKGmLZCWtuLEpsPlEj2hXT7JytFpDHWKo2BjhtVVokkIoPrmnO3zb9+tDrXCpK+fn2+616X0nUUNhiCBhL5mtFj9dp9ARoSUuBFJRLMMyOX3zn5yN+pyA7vG/sZwic1cOqj/m2v2SnEWN9ob5/2uN2rLaTZqCG1EDCaFIknm6CLwG4hd0cMQz7ePzGiFYJu0z30el/5fPz4AhbuWTEXH52RmUt2irhPiFG40gwT7czg4CICArKLEewysWQC+Dp+TCAq7kKmwaZCjJDVxdlhw71FiZiNgNSC1is/CQE4IgrBZbcrYQF0ElnNESdh6Yl3+ycrYUaOG4que0IkZISNNwOnqm44G6I1WHr9ftpffVMpxl1tefFBEQGkURBF6WCsQYJJhv4nsCwkrAsuI/oRACIQY1l+dSyqDGBZSG/vljmQIwAAciRwesesY1FlgLSO8SIqCACCiO0FbbMwNh6yDkXGkHknYpYVF9h2j8ghhwcc/wAPYFW+Ogk04wAAAABJRU5ErkJggg==) 50% no-repeat}.lx-ui-btn-linkAi.lx-ui-btn-lightDefault-mini:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightDefault-small:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightImg-mini:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightImg-small:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightProduce-mini:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightProduce-small:not(:active):hover .btn-icon{width:14px;height:14px;background-size:14px 14px}.lx-ui-btn-linkAi.lx-ui-btn-lightDefault-default:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightImg-default:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightProduce-default:not(:active):hover .btn-icon{width:16px;height:16px;background-size:16px 16px}.lx-ui-btn-linkAi.lx-ui-btn-lightDefault-large:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightImg-large:not(:active):hover .btn-icon,.lx-ui-btn-linkAi.lx-ui-btn-lightProduce-large:not(:active):hover .btn-icon{width:18px;height:18px;background-size:18px 18px}.lx-ui-btn-default{background-color:transparent;color:var(--Brand-6,#4c6aff);border:1px solid var(--Brand-6,#4c6aff)}.lx-ui-btn-default.disabled,.lx-ui-btn-default[disabled]{border:1px solid var(--Brand-3,#b7c3ff);color:var(--Brand-3,#b7c3ff)}.lx-ui-btn-default:not([disabled]):hover{background-color:var(--Brand-1,#f2f5ff);border:1px solid var(--Brand-6,#4c6aff);color:var(--Brand-6,#4c6aff)}.lx-ui-btn-default:not([disabled]):active{background-color:var(--Brand-3,#b7c3ff);border:1px solid var(--Brand-7,#445fe5);color:var(--Brand-7,#445fe5)}.lx-ui-btn-default.lx-ui-btn-loading{border:1px solid var(--Brand-3,#b7c3ff);color:var(--Brand-3,#b7c3ff)}.lx-ui-btn-danger{background-color:transparent;color:var(--Error-6,#fe5b4c);border:1px solid var(--Error-6,#fe5b4c)}.lx-ui-btn-danger.disabled,.lx-ui-btn-danger[disabled]{border:1px solid var(--Error-4,#ffbdb7);color:var(--Error-4,#ffbdb7)}.lx-ui-btn-danger:not([disabled]):hover{background-color:var(--Error-1,#ffefed);border:1px solid var(--Error-6,#fe5b4c);color:var(--Error-6,#fe5b4c)}.lx-ui-btn-danger:not([disabled]):active{background-color:var(--Error-4,#ffbdb7);border:1px solid var(--Error-7,#e45244);color:var(--Error-7,#e45244)}.lx-ui-btn-danger.lx-ui-btn-loading{border:1px solid var(--Error-4,#ffbdb7);color:var(--Error-4,#ffbdb7)}.lx-ui-btn-link{background-color:transparent;color:var(--Brand-6,#4c6aff);border:none}.lx-ui-btn-link.disabled,.lx-ui-btn-link[disabled]{color:var(--Brand-3,#b7c3ff)}.lx-ui-btn-link:not([disabled]):hover{background-color:var(--Brand-1,#f2f5ff)}.lx-ui-btn-link:not([disabled]):active{background-color:var(--Brand-3,#b7c3ff)}.lx-ui-btn-link.lx-ui-btn-loading{color:var(--Brand-3,#b7c3ff)}.lx-ui-btn-minorWhite{background:#fff;color:var(--Text-4,#545a6e);border:none}.lx-ui-btn-minorWhite.disabled,.lx-ui-btn-minorWhite[disabled]{color:var(--Text-1,#b7bac2)}.lx-ui-btn-minorWhite:not([disabled]):hover{background-color:transparent}.lx-ui-btn-minorWhite:not([disabled]):active{background-color:var(--Fill-3,#ebedf2)}.lx-ui-btn-minorWhite.lx-ui-btn-loading{color:var(--Text-1,#b7bac2)}.lx-ui-btn-minorGray{background-color:var(--Fill-3,#ebedf2);color:var(--Text-4,#545a6e);border:none}.lx-ui-btn-minorGray.disabled,.lx-ui-btn-minorGray[disabled]{color:var(--Text-1,#b7bac2)}.lx-ui-btn-minorGray:not([disabled]):hover{background-color:transparent}.lx-ui-btn-minorGray:not([disabled]):active{background-color:var(--Fill-4,#e1e3e8)}.lx-ui-btn-minorGray.lx-ui-btn-loading{color:var(--Text-1,#b7bac2)}.lx-ui-btn-minorLine{background:#fff;color:var(--Text-4,#545a6e);border:1px solid var(--Line-3,#e1e3e8)}.lx-ui-btn-minorLine.disabled,.lx-ui-btn-minorLine[disabled]{color:var(--Text-1,#b7bac2);border:1px solid var(--Line-1,#f0f1f5)}.lx-ui-btn-minorLine:not([disabled]):hover{background-color:var(--Fill-1,#f8f9fa)}.lx-ui-btn-minorLine:not([disabled]):active{background-color:var(--Fill-3,#ebedf2)}.lx-ui-btn-minorLine.lx-ui-btn-loading{color:var(--Text-1,#b7bac2);border:1px solid var(--Line-1,#f0f1f5)}.lx-ui-btn-dashedLine{background:#fff;color:var(--Text-4,#545a6e);border:1px dashed var(--Line-3,#e1e3e8)}.lx-ui-btn-dashedLine.disabled,.lx-ui-btn-dashedLine[disabled]{color:var(--Text-1,#b7bac2);border:1px dashed var(--Line-1,#f0f1f5)}.lx-ui-btn-dashedLine:not([disabled]):hover{background-color:var(--Fill-1,#f8f9fa)}.lx-ui-btn-dashedLine:not([disabled]):active{background-color:var(--Fill-3,#ebedf2)}.lx-ui-btn-dashedLine.lx-ui-btn-loading{color:var(--Text-1,#b7bac2);border:1px dashed var(--Line-1,#f0f1f5)}.sirius-input-ui-mini{height:24px;padding-top:0;padding-bottom:0}.sirius-input-ui-mini .ant-input,.sirius-input-ui-mini .lx-ant-input{font-size:12px}.sirius-input-ui-mini .sirius-input-ui-suffix{padding-left:12px;position:relative}.sirius-input-ui-mini .sirius-input-ui-suffix:before{content:"";position:absolute;height:14px;left:0;top:4px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-mini .sirius-input-ui-prefix{padding-right:12px;position:relative}.sirius-input-ui-mini .sirius-input-ui-prefix:before{content:"";position:absolute;height:14px;right:0;top:4px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-small{height:28px;padding-top:3px;padding-bottom:3px}.sirius-input-ui-small .ant-input,.sirius-input-ui-small .lx-ant-input{font-size:12px}.sirius-input-ui-small .sirius-input-ui-suffix{padding-left:12px;position:relative}.sirius-input-ui-small .sirius-input-ui-suffix:before{content:"";position:absolute;height:16px;left:0;top:3px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-small .sirius-input-ui-prefix{padding-right:12px;position:relative}.sirius-input-ui-small .sirius-input-ui-prefix:before{content:"";position:absolute;height:16px;right:0;top:3px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-default{height:32px;padding-top:5px;padding-bottom:5px}.sirius-input-ui-default .ant-input,.sirius-input-ui-default .lx-ant-input{font-size:14px}.sirius-input-ui-default .sirius-input-ui-suffix{padding-left:12px;position:relative}.sirius-input-ui-default .sirius-input-ui-suffix:before{content:"";position:absolute;height:20px;left:0;top:1px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-default .sirius-input-ui-prefix{padding-right:12px;position:relative}.sirius-input-ui-default .sirius-input-ui-prefix:before{content:"";position:absolute;height:20px;right:0;top:1px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-middle{height:36px;padding-top:7px;padding-bottom:7px}.sirius-input-ui-middle .ant-input,.sirius-input-ui-middle .lx-ant-input{font-size:14px}.sirius-input-ui-middle .sirius-input-ui-suffix{padding-left:12px;position:relative}.sirius-input-ui-middle .sirius-input-ui-suffix:before{content:"";position:absolute;height:20px;left:0;top:1px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-middle .sirius-input-ui-prefix{padding-right:12px;position:relative}.sirius-input-ui-middle .sirius-input-ui-prefix:before{content:"";position:absolute;height:20px;right:0;top:1px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-large{height:42px;padding-top:10px;padding-bottom:10px}.sirius-input-ui-large .ant-input,.sirius-input-ui-large .lx-ant-input{font-size:14px}.sirius-input-ui-large .sirius-input-ui-suffix{padding-left:12px;position:relative}.sirius-input-ui-large .sirius-input-ui-suffix:before{content:"";position:absolute;height:30px;left:0;top:-4px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui-large .sirius-input-ui-prefix{padding-right:12px;position:relative}.sirius-input-ui-large .sirius-input-ui-prefix:before{content:"";position:absolute;height:30px;right:0;top:-4px;width:1px;background-color:var(--Line-3,#e1e3e8)}.sirius-input-ui.ant-input,.sirius-input-ui.lx-ant-input{border-radius:4px}.sirius-input-ui.ant-input:not(.ant-input-disabled),.sirius-input-ui.ant-input:not(.lx-ant-input-disabled),.sirius-input-ui.lx-ant-input:not(.ant-input-disabled),.sirius-input-ui.lx-ant-input:not(.lx-ant-input-disabled){border:1px solid var(--Line-3,#e1e3e8);color:var(--Text-5,#272e47);caret-color:var(--Brand-6,#4c6aff)}.sirius-input-ui.ant-input:not(.ant-input-disabled):hover,.sirius-input-ui.ant-input:not(.lx-ant-input-disabled):hover,.sirius-input-ui.lx-ant-input:not(.ant-input-disabled):hover,.sirius-input-ui.lx-ant-input:not(.lx-ant-input-disabled):hover{border-color:var(--Brand-6,#4c6aff);box-shadow:none}.sirius-input-ui.sirius-input-ui-ai-input.ant-input:not(.ant-input-disabled):hover,.sirius-input-ui.sirius-input-ui-ai-input.ant-input:not(.lx-ant-input-disabled):hover,.sirius-input-ui.sirius-input-ui-ai-input.lx-ant-input:not(.ant-input-disabled):hover,.sirius-input-ui.sirius-input-ui-ai-input.lx-ant-input:not(.lx-ant-input-disabled):hover{border-color:transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(270deg,#fff 1.39%,#fff 98.45%),linear-gradient(96deg,#8389ff 1.67%,#c08fff 98.55%)}.sirius-input-ui .ant-input-prefix,.sirius-input-ui .lx-ant-input-prefix{margin-right:8px}.sirius-input-ui .ant-input-suffix,.sirius-input-ui .lx-ant-input-suffix{margin-left:8px}.sirius-input-ui.ant-input:focus,.sirius-input-ui.lx-ant-input:focus{box-shadow:none;border-right-width:0;border-color:var(--Brand-6,#4c6aff)}.sirius-input-ui.sirius-input-ui-ai-input.ant-input:focus,.sirius-input-ui.sirius-input-ui-ai-input.lx-ant-input:focus{border-color:transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(270deg,#fff 1.39%,#fff 98.45%),linear-gradient(96deg,#8389ff 1.67%,#c08fff 98.55%)}.sirius-input-ui.ant-input-affix-wrapper,.sirius-input-ui.lx-ant-input-affix-wrapper{border-radius:4px}.sirius-input-ui.ant-input-affix-wrapper .ant-input[disabled],.sirius-input-ui.ant-input-affix-wrapper .lx-ant-input[disabled],.sirius-input-ui.lx-ant-input-affix-wrapper .ant-input[disabled],.sirius-input-ui.lx-ant-input-affix-wrapper .lx-ant-input[disabled]{color:var(--Text-1,#b7bac2)}.sirius-input-ui.ant-input[disabled],.sirius-input-ui.lx-ant-input[disabled]{background:var(--Fill-2,#f6f7fa);border:1px solid var(--Line-3,#e1e3e8);color:var(--Text-1,#b7bac2)}.sirius-input-ui.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.sirius-input-ui.lx-ant-input-affix-wrapper:not(.lx-ant-input-affix-wrapper-disabled):hover{border-color:var(--Brand-6,#4c6aff);caret-color:var(--Brand-6,#4c6aff)}.sirius-input-ui.sirius-input-ui-ai-input.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,.sirius-input-ui.sirius-input-ui-ai-input.lx-ant-input-affix-wrapper:not(.lx-ant-input-affix-wrapper-disabled):hover{border-color:transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(270deg,#fff 1.39%,#fff 98.45%),linear-gradient(96deg,#8389ff 1.67%,#c08fff 98.55%)}.sirius-input-ui.ant-input-affix-wrapper-focused,.sirius-input-ui.lx-ant-input-affix-wrapper-focused{caret-color:var(--Brand-6,#4c6aff);border:1px solid var(--Brand-6,#4c6aff);box-shadow:none}.sirius-input-ui.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-focused),.sirius-input-ui.lx-ant-input-affix-wrapper:not(.lx-ant-input-affix-wrapper-focused){border:1px solid var(--Line-3,#e1e3e8);box-shadow:none}.sirius-input-ui.ant-input-affix-wrapper-disabled,.sirius-input-ui.lx-ant-input-affix-wrapper-disabled{background:var(--Fill-2,#f6f7fa)}.sirius-input-ui.ant-input::placeholder,.sirius-input-ui.lx-ant-input::placeholder{color:var(--Text-2,#9fa2ad)}.sirius-input-ui textarea.ant-input[disabled],.sirius-input-ui textarea.lx-ant-input[disabled]{background:var(--Fill-2,#f6f7fa);border:1px solid var(--Line-3,#e1e3e8);color:var(--Text-1,#b7bac2)}.sirius-input-ui textarea.ant-input,.sirius-input-ui textarea.lx-ant-input{border:1px solid var(--Line-3,#e1e3e8);color:var(--Text-5,#272e47);caret-color:var(--Brand-6,#4c6aff);border-radius:4px}.sirius-input-ui textarea.ant-input::placeholder,.sirius-input-ui textarea.lx-ant-input::placeholder{color:var(--Text-2,#9fa2ad)}.sirius-input-ui textarea.ant-input:focus,.sirius-input-ui textarea.ant-input:hover,.sirius-input-ui textarea.lx-ant-input:focus,.sirius-input-ui textarea.lx-ant-input:hover{border:1px solid var(--Brand-6,#4c6aff);box-shadow:none}.sirius-input-ui textarea.sirius-input-ui-ai-input.ant-input:focus,.sirius-input-ui textarea.sirius-input-ui-ai-input.ant-input:hover,.sirius-input-ui textarea.sirius-input-ui-ai-input.lx-ant-input:focus,.sirius-input-ui textarea.sirius-input-ui-ai-input.lx-ant-input:hover{border-color:transparent;background-clip:padding-box,border-box;background-origin:padding-box,border-box;background-image:linear-gradient(270deg,#fff 1.39%,#fff 98.45%),linear-gradient(96deg,#8389ff 1.67%,#c08fff 98.55%)}.sirius-input-ui input.ant-input::placeholder,.sirius-input-ui input.lx-ant-input::placeholder{color:var(--Text-2,#9fa2ad)}.sirius-input-ui .ant-input-textarea.ant-input-textarea-show-count,.sirius-input-ui .ant-input-textarea.lx-ant-input-textarea-show-count,.sirius-input-ui .lx-ant-input-textarea.ant-input-textarea-show-count,.sirius-input-ui .lx-ant-input-textarea.lx-ant-input-textarea-show-count{position:relative}.sirius-input-ui .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon,.sirius-input-ui .lx-ant-input-affix-wrapper-textarea-with-clear-btn .lx-ant-input-clear-icon{top:10px}.sirius-input-ui .ant-input-textarea-show-count:after,.sirius-input-ui .lx-ant-input-textarea-show-count:after{position:absolute;bottom:1px;right:1px;left:1px;height:24px;display:flex;justify-content:flex-end;padding-right:12px;border-bottom-right-radius:18px;border-bottom-left-radius:18px;color:var(--Text-2,#9fa2ad);font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:16px;background-color:#fff}.sirius-input-ui .ant-input-textarea-show-count.sirius-input-ui-disable:after,.sirius-input-ui .lx-ant-input-textarea-show-count.sirius-input-ui-disable:after{background-color:var(--Fill-2,#f6f7fa)}.ant-form-item-explain.ant-form-item-explain-error,.lx-ant-form-item-explain.lx-ant-form-item-explain-error,.sirius-input-ui-max-count.ant-input-textarea-show-count:after,.sirius-input-ui-max-count.lx-ant-input-textarea-show-count:after{color:var(--Error-6,#fe5b4c)}.ant-form-item-has-error .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,.ant-form-item-has-error .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).lx-ant-input-affix-wrapper:hover,.ant-form-item-has-error .lx-ant-form-item-has-error :not(.lx-ant-input-affix-wrapper-disabled):not(.lx-ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,.ant-form-item-has-error .lx-ant-form-item-has-error :not(.lx-ant-input-affix-wrapper-disabled):not(.lx-ant-input-affix-wrapper-borderless).lx-ant-input-affix-wrapper:hover,.ant-form-item-has-error .sirius-input-ui:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper.ant-input-affix-wrapper:hover,.ant-form-item-has-error .sirius-input-ui:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper.lx-ant-input-affix-wrapper:hover,.ant-form-item-has-error .sirius-input-ui:not(.lx-ant-input-affix-wrapper-disabled):not(.lx-ant-input-affix-wrapper-borderless).lx-ant-input-affix-wrapper.ant-input-affix-wrapper:hover,.ant-form-item-has-error .sirius-input-ui:not(.lx-ant-input-affix-wrapper-disabled):not(.lx-ant-input-affix-wrapper-borderless).lx-ant-input-affix-wrapper.lx-ant-input-affix-wrapper:hover,.lx-ant-form-item-has-error .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,.lx-ant-form-item-has-error .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).lx-ant-input-affix-wrapper:hover,.lx-ant-form-item-has-error .lx-ant-form-item-has-error :not(.lx-ant-input-affix-wrapper-disabled):not(.lx-ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,.lx-ant-form-item-has-error .lx-ant-form-item-has-error :not(.lx-ant-input-affix-wrapper-disabled):not(.lx-ant-input-affix-wrapper-borderless).lx-ant-input-affix-wrapper:hover,.lx-ant-form-item-has-error .sirius-input-ui:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper.ant-input-affix-wrapper:hover,.lx-ant-form-item-has-error .sirius-input-ui:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper.lx-ant-input-affix-wrapper:hover,.lx-ant-form-item-has-error .sirius-input-ui:not(.lx-ant-input-affix-wrapper-disabled):not(.lx-ant-input-affix-wrapper-borderless).lx-ant-input-affix-wrapper.ant-input-affix-wrapper:hover,.lx-ant-form-item-has-error .sirius-input-ui:not(.lx-ant-input-affix-wrapper-disabled):not(.lx-ant-input-affix-wrapper-borderless).lx-ant-input-affix-wrapper.lx-ant-input-affix-wrapper:hover{border-color:var(--Error-6,#fe5b4c);caret-color:var(--Error-6,#fe5b4c)}.ant-form-item-has-error .sirius-input-ui:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused,.ant-form-item-has-error .sirius-input-ui:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,.ant-form-item-has-error .sirius-input-ui:not(.lx-ant-input-affix-wrapper-disabled).lx-ant-input-affix-wrapper-focused,.ant-form-item-has-error .sirius-input-ui:not(.lx-ant-input-disabled):not(.lx-ant-input-borderless).lx-ant-input,.lx-ant-form-item-has-error .sirius-input-ui:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused,.lx-ant-form-item-has-error .sirius-input-ui:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,.lx-ant-form-item-has-error .sirius-input-ui:not(.lx-ant-input-affix-wrapper-disabled).lx-ant-input-affix-wrapper-focused,.lx-ant-form-item-has-error .sirius-input-ui:not(.lx-ant-input-disabled):not(.lx-ant-input-borderless).lx-ant-input{border-color:var(--Error-6,#fe5b4c);box-shadow:none;caret-color:var(--Error-6,#fe5b4c)}.sirius-checkbox-ehc-ui.ant-checkbox-wrapper:hover .ant-checkbox-inner,.sirius-checkbox-ehc-ui.lx-ant-checkbox-wrapper:hover .lx-ant-checkbox-inner{border-color:var(--Brand-6,#4c6aff)}.sirius-checkbox-ehc-ui.ant-checkbox-wrapper .ant-checkbox-indeterminate:not(.ant-checkbox-disabled) .ant-checkbox-inner,.sirius-checkbox-ehc-ui.ant-checkbox-wrapper .lx-ant-checkbox-indeterminate:not(.lx-ant-checkbox-disabled) .lx-ant-checkbox-inner,.sirius-checkbox-ehc-ui.lx-ant-checkbox-wrapper .ant-checkbox-indeterminate:not(.ant-checkbox-disabled) .ant-checkbox-inner,.sirius-checkbox-ehc-ui.lx-ant-checkbox-wrapper .lx-ant-checkbox-indeterminate:not(.lx-ant-checkbox-disabled) .lx-ant-checkbox-inner{background-color:var(--Brand-6,#4c6aff);border-color:var(--Brand-6,#4c6aff)!important}.sirius-checkbox-ehc-ui.ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner:after,.sirius-checkbox-ehc-ui.ant-checkbox-wrapper .lx-ant-checkbox-indeterminate .lx-ant-checkbox-inner:after,.sirius-checkbox-ehc-ui.lx-ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner:after,.sirius-checkbox-ehc-ui.lx-ant-checkbox-wrapper .lx-ant-checkbox-indeterminate .lx-ant-checkbox-inner:after{top:50%;left:50%;width:6px;height:1.5px;background-color:#fff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.sirius-checkbox-ehc-ui .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner,.sirius-checkbox-ehc-ui .ant-checkbox-indeterminate.ant-checkbox-disabled .lx-ant-checkbox-inner,.sirius-checkbox-ehc-ui .ant-checkbox.ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner,.sirius-checkbox-ehc-ui .ant-checkbox.ant-checkbox-checked.ant-checkbox-disabled .lx-ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-indeterminate.lx-ant-checkbox-disabled .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-indeterminate.lx-ant-checkbox-disabled .lx-ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox.lx-ant-checkbox-checked.lx-ant-checkbox-disabled .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox.lx-ant-checkbox-checked.lx-ant-checkbox-disabled .lx-ant-checkbox-inner{background-color:var(--Brand-3,#b7c3ff);border:1px solid var(--Brand-3,#b7c3ff);border-color:var(--Brand-3,#b7c3ff)!important;border-radius:1.2px}.sirius-checkbox-ehc-ui .ant-checkbox,.sirius-checkbox-ehc-ui .lx-ant-checkbox{top:.1em}.sirius-checkbox-ehc-ui .ant-checkbox-checked .ant-checkbox-inner:after,.sirius-checkbox-ehc-ui .lx-ant-checkbox-checked .lx-ant-checkbox-inner:after{transition:none;width:4.51428571px;height:7.54285714px;border:1.5px solid #fff;border-top:0;border-left:0}.sirius-checkbox-ehc-ui .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-inner{border-radius:1.4px}.sirius-checkbox-ehc-ui .ant-checkbox-checked .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-checked .lx-ant-checkbox-inner{background-color:var(--Brand-6,#4c6aff);border-color:var(--Brand-6,#4c6aff)}.sirius-checkbox-ehc-ui .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-checked.lx-ant-checkbox-disabled .lx-ant-checkbox-inner{background-color:var(--Brand-3,#b7c3ff);border-color:var(--Brand-3,#b7c3ff)!important}.sirius-checkbox-ehc-ui .ant-checkbox-disabled:not(.ant-checkbox-indeterminate) .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-disabled:not(.lx-ant-checkbox-indeterminate) .lx-ant-checkbox-inner{background-color:var(--Fill-4,#e1e3e8);border-color:var(--Fill-5,#c9cbd6)!important}.sirius-checkbox-ehc-ui .ant-checkbox:hover .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox:hover .lx-ant-checkbox-inner{border-color:var(--Brand-6,#4c6aff)}.sirius-checkbox-ehc-ui .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after,.sirius-checkbox-ehc-ui .lx-ant-checkbox-disabled.lx-ant-checkbox-checked .lx-ant-checkbox-inner:after{border-color:#fff}.sirius-checkbox-ehc-ui .ant-checkbox-indeterminate.ant-checkbox-checked .ant-checkbox-inner:after,.sirius-checkbox-ehc-ui .ant-checkbox-indeterminate.ant-checkbox-checked .lx-ant-checkbox-inner:after,.sirius-checkbox-ehc-ui .lx-ant-checkbox-indeterminate.lx-ant-checkbox-checked .ant-checkbox-inner:after,.sirius-checkbox-ehc-ui .lx-ant-checkbox-indeterminate.lx-ant-checkbox-checked .lx-ant-checkbox-inner:after{top:50%;left:50%;width:6px;height:1.5px;background-color:#fff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.sirius-checkbox-ehc-ui .ant-checkbox-checked:after,.sirius-checkbox-ehc-ui .lx-ant-checkbox-checked:after{display:none}.sirius-checkbox-ehc-ui .ant-checkbox-wrapper:hover .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-wrapper:hover .lx-ant-checkbox-inner{border-color:var(--Brand-6,#4c6aff)}.sirius-checkbox-ehc-ui .ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-inner{transition:none;border:1px solid var(--Fill-5,#c9cbd6);height:13px;width:13px}.sirius-checkbox-ehc-ui .ant-checkbox-inner:after,.sirius-checkbox-ehc-ui .lx-ant-checkbox-inner:after{top:48%;left:24%}.sirius-checkbox-ehc-ui .ant-checkbox-input:focus+.ant-checkbox-inner,.sirius-checkbox-ehc-ui .lx-ant-checkbox-input:focus+.lx-ant-checkbox-inner{border-color:var(--Brand-6,#4c6aff)}.lx-ui-divider:after,.lx-ui-divider:before{position:relative;width:50%!important;top:0!important}.index-module_siriusPaginationUi__3_AVd .ant-pagination-item-active,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-item-active{font-weight:400;background-color:var(--Avatar-6,#4c6aff)!important;border-color:var(--Avatar-6,#4c6aff)!important}.index-module_siriusPaginationUi__3_AVd .ant-pagination-item-active a,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-item-active a{color:#fff!important}.index-module_siriusPaginationUi__3_AVd .ant-pagination-total-text,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-total-text{margin-right:12px;color:var(--Text-4,#545a6e);font-family:PingFang SC}.index-module_siriusPaginationUi__3_AVd .ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-item-link{border-color:var(--Line-3,#e1e3e8);line-height:28px;height:30px;width:30px;min-width:30px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-next:not(.ant-pagination-disabled) button,.index-module_siriusPaginationUi__3_AVd .ant-pagination-prev:not(.ant-pagination-disabled) button,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-next:not(.lx-ant-pagination-disabled) button,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled) button{color:var(--Fill-7,#6f7485)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-next,.index-module_siriusPaginationUi__3_AVd .ant-pagination-prev,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-next,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-prev{height:30px;min-width:30px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-item,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-item{border-color:var(--Line-3,#e1e3e8);line-height:28px;height:30px;min-width:30px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-item a,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-item a{color:var(--Text-4,#545a6e)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-item:hover,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-item:hover{border-color:var(--Brand-5,#7088ff)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-item:hover a,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-item:hover a{color:var(--Brand-6,#4c6aff)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options-size-changer,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options-size-changer{box-shadow:none!important}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options-size-changer:hover,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options-size-changer:hover{border-color:var(--Brand-5,#7088ff)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options-size-changer a,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options-size-changer a{color:var(--Text-4,#545a6e)}.index-module_siriusPaginationUi__3_AVd .ant-select:not(.ant-select-disabled):hover .ant-select-selector,.index-module_siriusPaginationUi__3_AVd .lx-ant-select:not(.lx-ant-select-disabled):hover .lx-ant-select-selector{border-color:var(--Brand-5,#7088ff)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .ant-pagination-next:not(.ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .ant-pagination-prev:not(.ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-next:not(.lx-ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-next:not(.lx-ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled):hover .lx-ant-pagination-item-link{border-color:var(--Brand-5,#7088ff);color:var(--Avatar-6,#4c6aff)}.index-module_siriusPaginationUi__3_AVd .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.index-module_siriusPaginationUi__3_AVd .lx-ant-select-single:not(.lx-ant-select-customize-input) .lx-ant-select-selector{padding:0 8px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options-quick-jumper{color:#545a6e;margin-left:12px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options-quick-jumper input{box-shadow:none}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options-quick-jumper input:hover,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options-quick-jumper input:hover{border-color:var(--Brand-5,#7088ff)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3_AVd .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon{color:var(--Avatar-6,#4c6aff)}.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-jump-next .lx-ant-pagination-item-container{top:1px}.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-ellipsis{color:var(--Fill-6,#8d92a1)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-jump-next .ant-pagination-item-container{top:1px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis{color:var(--Fill-6,#8d92a1)}.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container{top:1px}.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-ellipsis{color:var(--Fill-6,#8d92a1)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-jump-prev .ant-pagination-item-container{top:1px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis{color:var(--Fill-6,#8d92a1)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3_AVd .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon{border:1px solid var(--Fill-3,#ebedf2);padding:8px;color:var(--Fill-8,#3f465c);background-color:var(--Fill-3,#ebedf2);border-radius:2px}.index-module_siriusPaginationUi__3_AVd .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,.index-module_siriusPaginationUi__3_AVd .lx-ant-select-focused:not(.lx-ant-select-disabled).lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selector{border-color:var(--Brand-5,#7088ff)!important;box-shadow:none!important}.index-module_siriusPaginationUi__3_AVd .ant-pagination.mini .ant-pagination-item,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination.mini .lx-ant-pagination-item{min-width:24px;height:24px;line-height:22px}.index-module_siriusPaginationUi__3_AVd .ant-pagination.mini .ant-pagination-item-link,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination.mini .lx-ant-pagination-item-link{min-width:24px;width:24px;height:24px;line-height:22px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options{margin-left:12px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .ant-select-selector,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .lx-ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .lx-ant-select-selector,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .ant-select-selector,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .lx-ant-select-selector{height:30px;line-height:30px}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .ant-select-selector,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .lx-ant-select-selector,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .ant-select-selector,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .lx-ant-select-selector{color:var(--Text-4,#545a6e);border:1px solid var(--Line-3,#e1e3e8)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input{box-shadow:none}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .ant-pagination-options-quick-jumper input:hover,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .lx-ant-pagination-options-quick-jumper input:hover,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .ant-pagination-options-quick-jumper input:hover,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input:hover{border-color:var(--Brand-6,#4c6aff)}.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .ant-pagination-options-quick-jumper input:focus,.index-module_siriusPaginationUi__3_AVd .ant-pagination-options .lx-ant-pagination-options-quick-jumper input:focus,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .ant-pagination-options-quick-jumper input:focus,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input:focus{border-color:var(--Brand-6,#4c6aff);border-right-width:1px!important;outline:0;box-shadow:none}.index-module_siriusPaginationUi__3_AVd .ant-pagination-simple-pager input,.index-module_siriusPaginationUi__3_AVd .lx-ant-pagination-simple-pager input{width:50px}.index-module_siriusPaginationUi__3_AVd .ant-select-item-option-content,.index-module_siriusPaginationUi__3_AVd .lx-ant-select-item-option-content{color:var(--Text-5,#272e47)}.index-module_siriusPaginationUi__3_AVd .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled){color:var(--Brand-6,#4c6aff);background:var(--Brand-1,#f2f5ff);font-weight:400}.index-module_siriusPaginationUi__3_AVd .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) .lx-ant-select-item-option-content{color:var(--Brand-6,#4c6aff)}.index-module_siriusPaginationUi__3_AVd .ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--Brand-6,#4c6aff);background:var(--Brand-1,#f2f5ff);font-weight:400}.index-module_siriusPaginationUi__3_AVd .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content{color:var(--Brand-6,#4c6aff)}.index-module_siriusPaginationUi__3_AVd .ant-select-arrow:after,.index-module_siriusPaginationUi__3_AVd .lx-ant-select-arrow:after{content:url(https://cowork-storage-public-cdn.lx.netease.com/common/2024/01/25/c4fd9b3fb39146fbb0f3fb38a7513bcc.svg);position:absolute;top:-2px;left:0;width:16px;height:16px}.index-module_siriusPaginationUi__3_AVd .ant-select-arrow .ant-select-suffix,.index-module_siriusPaginationUi__3_AVd .ant-select-arrow .lx-ant-select-suffix,.index-module_siriusPaginationUi__3_AVd .lx-ant-select-arrow .ant-select-suffix,.index-module_siriusPaginationUi__3_AVd .lx-ant-select-arrow .lx-ant-select-suffix{display:none}.index-module_siriusPaginationUi__3_AVd .ant-select-item-option-active:not(.ant-select-item-option-disabled),.index-module_siriusPaginationUi__3_AVd .lx-ant-select-item-option-active:not(.lx-ant-select-item-option-disabled){background-color:var(--Fill-2,#f6f7fa)}.index-module_siriusPaginationUi__3_AVd .ant-select-dropdown,.index-module_siriusPaginationUi__3_AVd .lx-ant-select-dropdown{border-radius:2px;box-shadow:0 4px 16px 0 rgba(37,41,49,.08)}.lx-tag-ui.ant-tag,.lx-tag-ui.lx-ant-tag{display:flex;align-items:center;justify-content:center;gap:2px;box-sizing:border-box;padding:0 6px;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px;border-width:.5px;border-style:solid}.lx-tag-ui.ant-tag.hide-border,.lx-tag-ui.lx-ant-tag.hide-border{border:none!important}.lx-tag-ui.ant-tag.ai-1,.lx-tag-ui.ant-tag.ai-2,.lx-tag-ui.lx-ant-tag.ai-1,.lx-tag-ui.lx-ant-tag.ai-2{background:linear-gradient(93deg,#e9eaff,#efeaff 73.99%,#f4ebff 98.65%)}.lx-tag-ui.ant-tag.ai-1 .ai-txt,.lx-tag-ui.ant-tag.ai-2 .ai-txt,.lx-tag-ui.lx-ant-tag.ai-1 .ai-txt,.lx-tag-ui.lx-ant-tag.ai-2 .ai-txt{background:var(--AI-AI-Text-6,linear-gradient(90deg,#353dd9 .08%,#6545d9 74.98%,#8545d9 99.94%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-left:0}.lx-tag-ui.ant-tag.label-1-1,.lx-tag-ui.lx-ant-tag.label-1-1{background:var(--label-1_1,#deebfd);border-color:var(--label-1_2,#83b3f7);color:var(--label-1_3,#4759b2)}.lx-tag-ui.ant-tag.label-2-1,.lx-tag-ui.lx-ant-tag.label-2-1{background:var(--label-2_1,#d6f7f1);border-color:var(--label-2_2,#66e0cc);color:var(--label-2_3,#398e80)}.lx-tag-ui.ant-tag.label-3-1,.lx-tag-ui.lx-ant-tag.label-3-1{background:var(--label-3_1,#ede4ff);border-color:var(--label-3_2,#bb98fe);color:var(--label-3_3,#7a51cb)}.lx-tag-ui.ant-tag.label-4-1,.lx-tag-ui.lx-ant-tag.label-4-1{background:var(--label-4_1,#fff3e2);border-color:var(--label-4_2,#ffb54c);color:var(--label-4_3,#cc913d)}.lx-tag-ui.ant-tag.label-5-1,.lx-tag-ui.lx-ant-tag.label-5-1{background:var(--label-5_1,#ffe5e2);border-color:var(--label-5_2,#fe9d94);color:var(--label-5_3,#cb493d)}.lx-tag-ui.ant-tag.label-6-1,.lx-tag-ui.lx-ant-tag.label-6-1{background:var(--label-6_1,#e7ebf1);border-color:var(--label-6_2,#c0c8d6);color:var(--label-6_3,#4e5a70)}.lx-tag-ui.ant-tag.label-6-1-2,.lx-tag-ui.lx-ant-tag.label-6-1-2{color:var(--label-6_3,#4e5a70);border:.5px solid var(--label-6_2,#c0c8d6);background-color:#fff}.lx-tag-ui.ant-tag.warning-6,.lx-tag-ui.lx-ant-tag.warning-6{color:var(--Warning-6,#ffb54c);background-color:#fff;border:.5px solid var(--Warning-6,#ffb54c)}.lx-tag-ui.ant-tag.error-6,.lx-tag-ui.lx-ant-tag.error-6{color:var(--Error-6,#fe5b4c);background-color:#fff;border:.5px solid var(--Error-6,#fe5b4c)}.lx-tag-ui.ant-tag.success-6,.lx-tag-ui.lx-ant-tag.success-6{color:var(--Success-6,#0fd683);background-color:#fff;border:.5px solid var(--Success-6,#0fd683)}.lx-tag-ui.ant-tag.brand-6,.lx-tag-ui.lx-ant-tag.brand-6{color:var(--Brand-6,#4c6aff);background-color:#fff;border:.5px solid var(--Brand-6,#4c6aff)}.btn-row,.lx-tag-ui.ant-tag .ant-tag-close-icon,.lx-tag-ui.ant-tag .lx-ant-tag-close-icon,.lx-tag-ui.lx-ant-tag .ant-tag-close-icon,.lx-tag-ui.lx-ant-tag .lx-ant-tag-close-icon,.lx-ui-badge.ant-badge.ant-badge-not-a-wrapper,.lx-ui-badge.ant-badge.lx-ant-badge-not-a-wrapper,.lx-ui-badge.lx-ant-badge.ant-badge-not-a-wrapper,.lx-ui-badge.lx-ant-badge.lx-ant-badge-not-a-wrapper{display:flex;align-items:center}.lx-ui-badge.ant-badge .ant-scroll-number-only,.lx-ui-badge.ant-badge .lx-ant-scroll-number-only,.lx-ui-badge.lx-ant-badge .ant-scroll-number-only,.lx-ui-badge.lx-ant-badge .lx-ant-scroll-number-only{transform:scale(.83)}.lx-ui-badge.ant-badge .ant-badge-count,.lx-ui-badge.ant-badge .lx-ant-badge-count,.lx-ui-badge.lx-ant-badge .ant-badge-count,.lx-ui-badge.lx-ant-badge .lx-ant-badge-count{height:16px;border-radius:8px;background-color:var(--Error-6,#fe5b4c);box-shadow:none;padding:0 4px;line-height:16px}.lx-ui-badge.ant-badge .ant-badge-dot,.lx-ui-badge.ant-badge .ant-badge-status-dot,.lx-ui-badge.ant-badge .lx-ant-badge-dot,.lx-ui-badge.ant-badge .lx-ant-badge-status-dot,.lx-ui-badge.lx-ant-badge .ant-badge-dot,.lx-ui-badge.lx-ant-badge .ant-badge-status-dot,.lx-ui-badge.lx-ant-badge .lx-ant-badge-dot,.lx-ui-badge.lx-ant-badge .lx-ant-badge-status-dot{width:8px;height:8px;min-width:8px;background-color:var(--Error-6,#fe5b4c);box-shadow:none}.lx-ui-badge.ant-badge .lx-ui-badge-intro,.lx-ui-badge.lx-ant-badge .lx-ui-badge-intro{height:16px;line-height:16px;border-radius:8px;background-color:var(--Error-6,#fe5b4c);padding:0 6px;color:#fff}.lx-ui-badge.ant-badge .lx-ui-badge-intro .text,.lx-ui-badge.lx-ant-badge .lx-ui-badge-intro .text{display:inline-block;transform:scale(.83);font-size:12px;vertical-align:top}.lx-ui-badge.lx-ui-badge-ai.ant-badge,.lx-ui-badge.lx-ui-badge-ai.lx-ant-badge{display:inline-flex}.lx-ui-badge.lx-ui-badge-ai.ant-badge .ai-icon,.lx-ui-badge.lx-ui-badge-ai.lx-ant-badge .ai-icon{display:flex;align-items:center;justify-content:center;width:24px;height:16px;border-radius:8px;background:linear-gradient(97deg,#515aff 1.51%,#8766ff 77.1%,#a866ff 98.42%)}.lx-ui-badge.lx-ui-badge-not-number.ant-badge .ant-badge-multiple-words,.lx-ui-badge.lx-ui-badge-not-number.ant-badge .lx-ant-badge-multiple-words,.lx-ui-badge.lx-ui-badge-not-number.lx-ant-badge .ant-badge-multiple-words,.lx-ui-badge.lx-ui-badge-not-number.lx-ant-badge .lx-ant-badge-multiple-words{padding:0 6px}.lx-ui-badge.lx-ui-badge-single-number.ant-badge .ant-badge-count,.lx-ui-badge.lx-ui-badge-single-number.ant-badge .lx-ant-badge-count,.lx-ui-badge.lx-ui-badge-single-number.lx-ant-badge .ant-badge-count,.lx-ui-badge.lx-ui-badge-single-number.lx-ant-badge .lx-ant-badge-count{min-width:16px;width:16px}.lx-ui-badge.lx-ui-badge-dot-sm.ant-badge .ant-badge-dot,.lx-ui-badge.lx-ui-badge-dot-sm.ant-badge .ant-badge-status-dot,.lx-ui-badge.lx-ui-badge-dot-sm.ant-badge .lx-ant-badge-dot,.lx-ui-badge.lx-ui-badge-dot-sm.ant-badge .lx-ant-badge-status-dot,.lx-ui-badge.lx-ui-badge-dot-sm.lx-ant-badge .ant-badge-dot,.lx-ui-badge.lx-ui-badge-dot-sm.lx-ant-badge .ant-badge-status-dot,.lx-ui-badge.lx-ui-badge-dot-sm.lx-ant-badge .lx-ant-badge-dot,.lx-ui-badge.lx-ui-badge-dot-sm.lx-ant-badge .lx-ant-badge-status-dot{width:6px;height:6px;min-width:6px;background-color:var(--Error-6,#fe5b4c);box-shadow:none}.badge-comp-gray-block{display:block;width:32px;height:32px;border-radius:4px;background:#c1c6ce;margin-left:35px}.badge-comp-wrap{display:flex}.badge-comp-wrap .ant-badge-not-a-wrapper,.badge-comp-wrap .lx-ant-badge-not-a-wrapper{margin-right:10px}.lx-ui-breadcrumb.ant-breadcrumb,.lx-ui-breadcrumb.lx-ant-breadcrumb{height:22px}.lx-ui-breadcrumb.ant-breadcrumb .lx-ui-breadcrumb-item,.lx-ui-breadcrumb.lx-ant-breadcrumb .lx-ui-breadcrumb-item{display:inline-block;height:22px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top;padding:0 4px;color:var(--Text-3,#747a8c);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}.lx-ui-breadcrumb.ant-breadcrumb .lx-ui-breadcrumb-item a,.lx-ui-breadcrumb.lx-ant-breadcrumb .lx-ui-breadcrumb-item a{color:var(--Text-3,#747a8c)}.lx-ui-breadcrumb.ant-breadcrumb>span:first-child .lx-ui-breadcrumb-item,.lx-ui-breadcrumb.lx-ant-breadcrumb>span:first-child .lx-ui-breadcrumb-item{background:none;color:var(--Text-3,#747a8c)}.lx-ui-breadcrumb.ant-breadcrumb .lx-ui-breadcrumb-item:hover,.lx-ui-breadcrumb.lx-ant-breadcrumb .lx-ui-breadcrumb-item:hover{background:var(--Fill-2_5,#f0f2f7);border-radius:2px;color:var(--Avatar-6,#4c6aff)}.lx-ui-breadcrumb.ant-breadcrumb>span:last-child .lx-ui-breadcrumb-item,.lx-ui-breadcrumb.lx-ant-breadcrumb>span:last-child .lx-ui-breadcrumb-item{color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;background:none}.lx-ui-breadcrumb.ant-breadcrumb a:hover,.lx-ui-breadcrumb.lx-ant-breadcrumb a:hover{color:var(--Avatar-6,#4c6aff)}.lx-ui-breadcrumb-arrow-separator.ant-breadcrumb .ant-breadcrumb-separator,.lx-ui-breadcrumb-arrow-separator.ant-breadcrumb .lx-ant-breadcrumb-separator,.lx-ui-breadcrumb-arrow-separator.lx-ant-breadcrumb .ant-breadcrumb-separator,.lx-ui-breadcrumb-arrow-separator.lx-ant-breadcrumb .lx-ant-breadcrumb-separator{margin:0 2px 0 0;display:inline-flex;align-items:center;height:22px}.lx-ui-page-header{display:flex;justify-content:space-between;height:56px;background-color:#fff;padding:8px 20px 0 16px}.lx-ui-page-header.bg-transparent{background-color:transparent}.lx-ui-page-header.has-back-icon{padding-left:8px}.lx-ui-page-header .page-header-left{display:flex;align-items:center;height:100%}.lx-ui-page-header .page-header-left .page-header-back-icon{display:flex;align-items:center;justify-content:center;margin-bottom:0;padding:0 8px;cursor:pointer;height:100%}.lx-ui-page-header .page-header-left .page-header-title{font-family:PingFang SC;font-weight:500;font-size:16px;line-height:24px;color:var(--Text-5,#272e47);margin-bottom:0}.lx-ui-page-header .page-header-left .page-header-title-extra{display:flex;align-items:center;justify-content:center;margin-left:5px}.lx-ui-page-header .page-header-left .page-header-subTitle{margin-left:8px;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;color:var(--Text-3,#747a8c);margin-bottom:0}.lx-ui-page-header .page-header-right{display:flex;align-items:center;height:100%}.lx-ui-page-header .page-header-right .page-header-extra{margin-bottom:0}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-small .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-small .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-small .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-small .lx-ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-small .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-small .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-small .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-small .lx-ant-tabs-nav .lx-ant-tabs-tab{padding:2px 12px;font-size:12px}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-middle .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-middle .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-middle .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-middle .lx-ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-middle .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-middle .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-middle .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-middle .lx-ant-tabs-nav .lx-ant-tabs-tab{padding:6px 12px;font-size:12px}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-default .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-default .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-default .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-default .lx-ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-default .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-default .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-default .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-default .lx-ant-tabs-nav .lx-ant-tabs-tab{height:40px;padding:9px 14px;font-size:14px}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-max .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-max .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-max .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-max .lx-ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-max .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-max .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-max .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-max .lx-ant-tabs-nav .lx-ant-tabs-tab{padding:13px 16px;font-size:14px}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-top .ant-tabs-nav:before,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-top .lx-ant-tabs-nav:before,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-top .ant-tabs-nav:before,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-top .lx-ant-tabs-nav:before{border-bottom:none}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-left .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-left .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-left .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-left .lx-ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-left .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-left .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-left .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-left .lx-ant-tabs-nav .lx-ant-tabs-tab{width:200px}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-left .ant-tabs-nav .ant-tabs-tab-active,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-left .ant-tabs-nav .lx-ant-tabs-tab-active,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-left .lx-ant-tabs-nav .ant-tabs-tab-active,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-left .lx-ant-tabs-nav .lx-ant-tabs-tab-active,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-left .ant-tabs-nav .ant-tabs-tab-active,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-left .ant-tabs-nav .lx-ant-tabs-tab-active,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-left .lx-ant-tabs-nav .ant-tabs-tab-active,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-left .lx-ant-tabs-nav .lx-ant-tabs-tab-active{background-color:var(--Brand-1,#f2f5ff)}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-remove:hover,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .ant-tabs-nav .lx-ant-tabs-tab-remove:hover,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .lx-ant-tabs-nav .ant-tabs-tab-remove:hover,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .lx-ant-tabs-nav .lx-ant-tabs-tab-remove:hover,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .ant-tabs-nav .ant-tabs-tab-remove:hover,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .ant-tabs-nav .lx-ant-tabs-tab-remove:hover,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .lx-ant-tabs-nav .ant-tabs-tab-remove:hover,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .lx-ant-tabs-nav .lx-ant-tabs-tab-remove:hover{color:var(--Brand-6,#4c6aff)}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .lx-ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .ant-tabs-nav .lx-ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .lx-ant-tabs-nav .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .lx-ant-tabs-nav .lx-ant-tabs-tab{border:none;background-color:#fff}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .ant-tabs-nav .ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .ant-tabs-nav .lx-ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .lx-ant-tabs-nav .ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-card .lx-ant-tabs-nav .lx-ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .ant-tabs-nav .ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .ant-tabs-nav .lx-ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .lx-ant-tabs-nav .ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-card .lx-ant-tabs-nav .lx-ant-tabs-ink-bar{visibility:visible}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-top .ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-top .lx-ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-top .ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-top .lx-ant-tabs-ink-bar{background-color:transparent!important}.tabs-module_siriusTabsUi__hLmI-.ant-tabs-top .ant-tabs-ink-bar:after,.tabs-module_siriusTabsUi__hLmI-.ant-tabs-top .lx-ant-tabs-ink-bar:after,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-top .ant-tabs-ink-bar:after,.tabs-module_siriusTabsUi__hLmI-.lx-ant-tabs-top .lx-ant-tabs-ink-bar:after{content:"";width:24px;position:absolute;top:0;right:0;bottom:0;left:50%;background-color:#386ee7;transform:translateX(-50%)}.tabs-module_siriusTabsUi__hLmI- .ant-tabs-nav-list,.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-nav-list{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.tabs-module_siriusTabsUi__hLmI- .ant-tabs-nav-list .ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI- .ant-tabs-nav-list .ant-tabs-ink-bar:after,.tabs-module_siriusTabsUi__hLmI- .ant-tabs-nav-list .lx-ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI- .ant-tabs-nav-list .lx-ant-tabs-ink-bar:after,.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-nav-list .ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-nav-list .ant-tabs-ink-bar:after,.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-nav-list .lx-ant-tabs-ink-bar,.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-nav-list .lx-ant-tabs-ink-bar:after{background-color:var(--Brand-6,#4c6aff)}.tabs-module_siriusTabsUi__hLmI- .ant-tabs-nav .ant-tabs-nav-wrap,.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-nav .lx-ant-tabs-nav-wrap{margin-right:0!important}.tabs-module_siriusTabsUi__hLmI- .ant-tabs-tab,.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-tab{padding:9px 14px;font-size:14px}.tabs-module_siriusTabsUi__hLmI- .ant-tabs-tab:hover,.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-tab:hover{color:var(--Brand-6,#4c6aff)}.tabs-module_siriusTabsUi__hLmI- .ant-tabs-tab-active [role=tab],.tabs-module_siriusTabsUi__hLmI- .lx-ant-tabs-tab-active [role=tab]{color:var(--Brand-6,#4c6aff);font-weight:500}.sirius-tabs-capsule .ant-tabs-nav .ant-tabs-ink-bar,.sirius-tabs-capsule .ant-tabs-nav .lx-ant-tabs-ink-bar,.sirius-tabs-capsule .lx-ant-tabs-nav .ant-tabs-ink-bar,.sirius-tabs-capsule .lx-ant-tabs-nav .lx-ant-tabs-ink-bar{display:none}.sirius-tabs-capsule .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule .lx-ant-tabs-nav .lx-ant-tabs-tab{padding:9px 20px;font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;border-radius:20px}.sirius-tabs-capsule .ant-tabs-nav .ant-tabs-tab-active,.sirius-tabs-capsule .ant-tabs-nav .lx-ant-tabs-tab-active,.sirius-tabs-capsule .lx-ant-tabs-nav .ant-tabs-tab-active,.sirius-tabs-capsule .lx-ant-tabs-nav .lx-ant-tabs-tab-active{background-color:var(--Brand-2,#edf0ff);color:var(--Brand-6,#4c6aff);border:1px solid var(--Brand-6,#4c6aff)}.sirius-tabs-capsule .ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.sirius-tabs-capsule .ant-tabs-nav .lx-ant-tabs-tab+.lx-ant-tabs-tab,.sirius-tabs-capsule .lx-ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.sirius-tabs-capsule .lx-ant-tabs-nav .lx-ant-tabs-tab+.lx-ant-tabs-tab{margin:0 0 0 12px}.sirius-tabs-capsule .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,.sirius-tabs-capsule .ant-tabs-nav .lx-ant-tabs-tab-active .lx-ant-tabs-tab-btn,.sirius-tabs-capsule .lx-ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn,.sirius-tabs-capsule .lx-ant-tabs-nav .lx-ant-tabs-tab-active .lx-ant-tabs-tab-btn{font-weight:400;text-shadow:none}.sirius-tabs-capsule.ant-tabs-small .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-small .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-small .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-small .lx-ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-small .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-small .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-small .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-small .lx-ant-tabs-nav .lx-ant-tabs-tab{padding:2px 12px}.sirius-tabs-capsule.ant-tabs-middle .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-middle .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-middle .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-middle .lx-ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-middle .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-middle .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-middle .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-middle .lx-ant-tabs-nav .lx-ant-tabs-tab{padding:5px 20px}.sirius-tabs-capsule.ant-tabs-default .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-default .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-default .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-default .lx-ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-max .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-max .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-max .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.ant-tabs-max .lx-ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-default .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-default .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-default .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-default .lx-ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-max .ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-max .ant-tabs-nav .lx-ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-max .lx-ant-tabs-nav .ant-tabs-tab,.sirius-tabs-capsule.lx-ant-tabs-max .lx-ant-tabs-nav .lx-ant-tabs-tab{padding:9px 20px}.tabs-module_white__2P8d1 .ant-tabs-tab,.tabs-module_white__2P8d1 .lx-ant-tabs-tab{background-color:var(--Fill-2,#f6f7fa)}.tabs-module_gray__2MehD .ant-tabs-tab,.tabs-module_gray__2MehD .lx-ant-tabs-tab{background-color:#fff}.sirius-steps-ui .ant-steps-item-icon,.sirius-steps-ui .lx-ant-steps-item-icon{width:24px;height:24px;border-width:1.5px;line-height:24px;font-size:14px;font-family:LX-numbers;margin-right:12px}.sirius-steps-ui.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,.sirius-steps-ui.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title,.sirius-steps-ui.ant-steps .lx-ant-steps-item:not(.lx-ant-steps-item-active)>.lx-ant-steps-item-container[role=button]:hover .lx-ant-steps-item-description,.sirius-steps-ui.ant-steps .lx-ant-steps-item:not(.lx-ant-steps-item-active)>.lx-ant-steps-item-container[role=button]:hover .lx-ant-steps-item-title,.sirius-steps-ui.lx-ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,.sirius-steps-ui.lx-ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title,.sirius-steps-ui.lx-ant-steps .lx-ant-steps-item:not(.lx-ant-steps-item-active)>.lx-ant-steps-item-container[role=button]:hover .lx-ant-steps-item-description,.sirius-steps-ui.lx-ant-steps .lx-ant-steps-item:not(.lx-ant-steps-item-active)>.lx-ant-steps-item-container[role=button]:hover .lx-ant-steps-item-title{color:var(--Brand-6,#4c6aff)}.sirius-steps-ui.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon,.sirius-steps-ui.ant-steps .lx-ant-steps-item:not(.lx-ant-steps-item-active):not(.lx-ant-steps-item-process)>.lx-ant-steps-item-container[role=button]:hover .lx-ant-steps-item-icon,.sirius-steps-ui.lx-ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon,.sirius-steps-ui.lx-ant-steps .lx-ant-steps-item:not(.lx-ant-steps-item-active):not(.lx-ant-steps-item-process)>.lx-ant-steps-item-container[role=button]:hover .lx-ant-steps-item-icon{border-color:var(--Brand-6,#4c6aff)}.sirius-steps-ui.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon,.sirius-steps-ui.ant-steps .lx-ant-steps-item:not(.lx-ant-steps-item-active):not(.lx-ant-steps-item-process)>.lx-ant-steps-item-container[role=button]:hover .lx-ant-steps-item-icon .lx-ant-steps-icon,.sirius-steps-ui.lx-ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon,.sirius-steps-ui.lx-ant-steps .lx-ant-steps-item:not(.lx-ant-steps-item-active):not(.lx-ant-steps-item-process)>.lx-ant-steps-item-container[role=button]:hover .lx-ant-steps-item-icon .lx-ant-steps-icon{color:var(--Brand-6,#4c6aff)}.sirius-steps-ui .ant-steps-item-error .ant-steps-error-icon:after,.sirius-steps-ui .ant-steps-item-error .lx-ant-steps-error-icon:after,.sirius-steps-ui .lx-ant-steps-item-error .ant-steps-error-icon:after,.sirius-steps-ui .lx-ant-steps-item-error .lx-ant-steps-error-icon:after{display:block;content:"";background-image:url(https://cowork-storage-public-cdn.lx.netease.com/common/2023/10/27/0ca3236a0e9143e59c6c0cc841d89251.svg);background-size:100% 100%;height:16px;width:16px}.sirius-steps-ui .ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .ant-steps-item-error .ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .ant-steps-item-error .lx-ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .ant-steps-item-error .lx-ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-error .ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-error .lx-ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-error .lx-ant-steps-item-icon>.lx-ant-steps-icon{color:var(--error-6,#fe5b4c)}.sirius-steps-ui .ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-error>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-error>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-error>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-error>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-error>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-error>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-error>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-error>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-error>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-error>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-error>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-error>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title{color:var(--error-6,#fe5b4c);font-size:16px;font-style:normal;font-weight:500;line-height:24px}.sirius-steps-ui .ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-error>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-error>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-error>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-error>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-error>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-error>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-error>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-error>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-error>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-error>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-error>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-error>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description{color:var(--text-3,#747a8c);font-size:14px;font-style:normal;font-weight:400;line-height:22px}.sirius-steps-ui .ant-steps-item-tail:after,.sirius-steps-ui .lx-ant-steps-item-tail:after{border-radius:0}.sirius-steps-ui.ant-steps-vertical>.ant-steps-item,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item{min-height:90px}.sirius-steps-ui.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail,.sirius-steps-ui.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.lx-ant-steps-item-tail,.sirius-steps-ui.ant-steps-vertical>.ant-steps-item>.lx-ant-steps-item-container>.ant-steps-item-tail,.sirius-steps-ui.ant-steps-vertical>.ant-steps-item>.lx-ant-steps-item-container>.lx-ant-steps-item-tail,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item>.ant-steps-item-container>.lx-ant-steps-item-tail,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item>.lx-ant-steps-item-container>.ant-steps-item-tail,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item>.lx-ant-steps-item-container>.lx-ant-steps-item-tail,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.lx-ant-steps-item-tail,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item>.lx-ant-steps-item-container>.ant-steps-item-tail,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item>.lx-ant-steps-item-container>.lx-ant-steps-item-tail,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item>.ant-steps-item-container>.lx-ant-steps-item-tail,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item>.lx-ant-steps-item-container>.ant-steps-item-tail,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item>.lx-ant-steps-item-container>.lx-ant-steps-item-tail{left:11px;padding:32px 0 10px}.sirius-steps-ui.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui.ant-steps-vertical>.ant-steps-item>.lx-ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui.ant-steps-vertical>.ant-steps-item>.lx-ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item>.ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item>.lx-ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui.ant-steps-vertical>.lx-ant-steps-item>.lx-ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item>.lx-ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui.lx-ant-steps-vertical>.ant-steps-item>.lx-ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item>.ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item>.lx-ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui.lx-ant-steps-vertical>.lx-ant-steps-item>.lx-ant-steps-item-container>.lx-ant-steps-item-tail:after{width:2px}.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-icon{background:var(--Brand-6,#4c6aff);border-color:var(--Brand-6,#4c6aff)}.sirius-steps-ui .ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon,.sirius-steps-ui .lx-ant-steps:not(.lx-ant-steps-vertical) .lx-ant-steps-item-custom .lx-ant-steps-item-icon{background:none}.sirius-steps-ui .ant-steps-item-custom>.ant-steps-item-container>.ant-steps-item-icon,.sirius-steps-ui .lx-ant-steps-item-custom>.lx-ant-steps-item-container>.lx-ant-steps-item-icon{background:none;border:0}.sirius-steps-ui .ant-steps-item-custom>.ant-steps-item-container>.ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .ant-steps-item-custom>.lx-ant-steps-item-container>.lx-ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-custom>.ant-steps-item-container>.ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-custom>.lx-ant-steps-item-container>.lx-ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-title{line-height:24px}.sirius-steps-ui .ant-steps-item-title .ant-steps-icon,.sirius-steps-ui .ant-steps-item-title .lx-ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-title .ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-title .lx-ant-steps-icon{top:-.9px}.sirius-steps-ui .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .ant-steps-item-wait .lx-ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-wait>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-wait>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-wait>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-wait>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-wait>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-wait>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-wait>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-wait>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-wait>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-wait>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-wait>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-wait>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-wait .lx-ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-wait>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-wait>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-wait>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-wait>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-wait>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-wait>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-wait>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-wait>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-wait>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-wait>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-wait>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-wait>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title{color:var(--Text-2,#9fa2ad)}.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title{color:var(--Brand-6,#4c6aff);font-size:16px;font-weight:500}.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title:after{background:var(--Line-3,#e1e3e8);height:2px}.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-process>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-process>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description{color:var(--Text-3,#747a8c)}.sirius-steps-ui .ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-title:after{top:12px}.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-tail:after,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-tail:after,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-tail:after{background-color:var(--Brand-6,#4c6aff)}.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title{color:var(--Text-5,#272e47)}.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-title:after,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-title:after{background-color:var(--Brand-6,#4c6aff);height:2px}.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-finish>.ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.ant-steps-item-content>.lx-ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.ant-steps-item-description,.sirius-steps-ui .lx-ant-steps-item-finish>.lx-ant-steps-item-container>.lx-ant-steps-item-content>.lx-ant-steps-item-description{color:var(--Text-3,#747a8c);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.sirius-steps-ui .ant-steps-item-finish .ant-steps-item-icon,.sirius-steps-ui .ant-steps-item-finish .lx-ant-steps-item-icon,.sirius-steps-ui .lx-ant-steps-item-finish .ant-steps-item-icon,.sirius-steps-ui .lx-ant-steps-item-finish .lx-ant-steps-item-icon{border-color:var(--Brand-6,#4c6aff)}.sirius-steps-ui .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .ant-steps-item-finish .ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .ant-steps-item-finish .lx-ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .ant-steps-item-finish .lx-ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-finish .ant-steps-item-icon>.lx-ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-finish .lx-ant-steps-item-icon>.ant-steps-icon,.sirius-steps-ui .lx-ant-steps-item-finish .lx-ant-steps-item-icon>.lx-ant-steps-icon{color:var(--Brand-6,#4c6aff)}.sirius-steps-ui .ant-steps-item-finish .ant-steps-item-icon .ant-steps-finish-icon>svg,.sirius-steps-ui .ant-steps-item-finish .ant-steps-item-icon .lx-ant-steps-finish-icon>svg,.sirius-steps-ui .ant-steps-item-finish .lx-ant-steps-item-icon .ant-steps-finish-icon>svg,.sirius-steps-ui .ant-steps-item-finish .lx-ant-steps-item-icon .lx-ant-steps-finish-icon>svg,.sirius-steps-ui .lx-ant-steps-item-finish .ant-steps-item-icon .ant-steps-finish-icon>svg,.sirius-steps-ui .lx-ant-steps-item-finish .ant-steps-item-icon .lx-ant-steps-finish-icon>svg,.sirius-steps-ui .lx-ant-steps-item-finish .lx-ant-steps-item-icon .ant-steps-finish-icon>svg,.sirius-steps-ui .lx-ant-steps-item-finish .lx-ant-steps-item-icon .lx-ant-steps-finish-icon>svg{scale:.7;stroke-width:1.5px}.index-module_siriusPaginationUi__3VytR .ant-pagination-item-active,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-item-active,.index-module_siriusTable__C7ONa .ant-pagination-item-active,.index-module_siriusTable__C7ONa .lx-ant-pagination-item-active{font-weight:400;background-color:var(--Avatar-6,#4c6aff)!important;border-color:var(--Avatar-6,#4c6aff)!important}.index-module_siriusPaginationUi__3VytR .ant-pagination-item-active a,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-item-active a,.index-module_siriusTable__C7ONa .ant-pagination-item-active a,.index-module_siriusTable__C7ONa .lx-ant-pagination-item-active a{color:#fff!important}.index-module_siriusPaginationUi__3VytR .ant-pagination-total-text,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-total-text,.index-module_siriusTable__C7ONa .ant-pagination-total-text,.index-module_siriusTable__C7ONa .lx-ant-pagination-total-text{margin-right:12px;color:var(--Text-4,#545a6e);font-family:PingFang SC}.index-module_siriusPaginationUi__3VytR .ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-item-link,.index-module_siriusTable__C7ONa .ant-pagination-item-link,.index-module_siriusTable__C7ONa .lx-ant-pagination-item-link{border-color:var(--Line-3,#e1e3e8);line-height:28px;height:30px;width:30px;min-width:30px}.index-module_siriusPaginationUi__3VytR .ant-pagination-next:not(.ant-pagination-disabled) button,.index-module_siriusPaginationUi__3VytR .ant-pagination-prev:not(.ant-pagination-disabled) button,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-next:not(.lx-ant-pagination-disabled) button,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled) button,.index-module_siriusTable__C7ONa .ant-pagination-next:not(.ant-pagination-disabled) button,.index-module_siriusTable__C7ONa .ant-pagination-prev:not(.ant-pagination-disabled) button,.index-module_siriusTable__C7ONa .lx-ant-pagination-next:not(.lx-ant-pagination-disabled) button,.index-module_siriusTable__C7ONa .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled) button{color:var(--Fill-7,#6f7485)}.index-module_siriusPaginationUi__3VytR .ant-pagination-next,.index-module_siriusPaginationUi__3VytR .ant-pagination-prev,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-next,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-prev,.index-module_siriusTable__C7ONa .ant-pagination-next,.index-module_siriusTable__C7ONa .ant-pagination-prev,.index-module_siriusTable__C7ONa .lx-ant-pagination-next,.index-module_siriusTable__C7ONa .lx-ant-pagination-prev{height:30px;min-width:30px}.index-module_siriusPaginationUi__3VytR .ant-pagination-item,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-item,.index-module_siriusTable__C7ONa .ant-pagination-item,.index-module_siriusTable__C7ONa .lx-ant-pagination-item{border-color:var(--Line-3,#e1e3e8);line-height:28px;height:30px;min-width:30px}.index-module_siriusPaginationUi__3VytR .ant-pagination-item a,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-item a,.index-module_siriusTable__C7ONa .ant-pagination-item a,.index-module_siriusTable__C7ONa .lx-ant-pagination-item a{color:var(--Text-4,#545a6e)}.index-module_siriusPaginationUi__3VytR .ant-pagination-item:hover,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-item:hover,.index-module_siriusTable__C7ONa .ant-pagination-item:hover,.index-module_siriusTable__C7ONa .lx-ant-pagination-item:hover{border-color:var(--Brand-5,#7088ff)}.index-module_siriusPaginationUi__3VytR .ant-pagination-item:hover a,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-item:hover a,.index-module_siriusTable__C7ONa .ant-pagination-item:hover a,.index-module_siriusTable__C7ONa .lx-ant-pagination-item:hover a{color:var(--Brand-6,#4c6aff)}.index-module_siriusPaginationUi__3VytR .ant-pagination-options-size-changer,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options-size-changer,.index-module_siriusTable__C7ONa .ant-pagination-options-size-changer,.index-module_siriusTable__C7ONa .lx-ant-pagination-options-size-changer{box-shadow:none!important}.index-module_siriusPaginationUi__3VytR .ant-pagination-options-size-changer:hover,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options-size-changer:hover,.index-module_siriusTable__C7ONa .ant-pagination-options-size-changer:hover,.index-module_siriusTable__C7ONa .lx-ant-pagination-options-size-changer:hover{border-color:var(--Brand-5,#7088ff)}.index-module_siriusPaginationUi__3VytR .ant-pagination-options-size-changer a,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options-size-changer a,.index-module_siriusTable__C7ONa .ant-pagination-options-size-changer a,.index-module_siriusTable__C7ONa .lx-ant-pagination-options-size-changer a{color:var(--Text-4,#545a6e)}.index-module_siriusPaginationUi__3VytR .ant-select:not(.ant-select-disabled):hover .ant-select-selector,.index-module_siriusPaginationUi__3VytR .lx-ant-select:not(.lx-ant-select-disabled):hover .lx-ant-select-selector,.index-module_siriusTable__C7ONa .ant-select:not(.ant-select-disabled):hover .ant-select-selector,.index-module_siriusTable__C7ONa .lx-ant-select:not(.lx-ant-select-disabled):hover .lx-ant-select-selector{border-color:var(--Brand-5,#7088ff)}.index-module_siriusPaginationUi__3VytR .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .ant-pagination-next:not(.ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .ant-pagination-prev:not(.ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-next:not(.lx-ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-next:not(.lx-ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusTable__C7ONa .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusTable__C7ONa .ant-pagination-next:not(.ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusTable__C7ONa .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusTable__C7ONa .ant-pagination-prev:not(.ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusTable__C7ONa .lx-ant-pagination-next:not(.lx-ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusTable__C7ONa .lx-ant-pagination-next:not(.lx-ant-pagination-disabled):hover .lx-ant-pagination-item-link,.index-module_siriusTable__C7ONa .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled):hover .ant-pagination-item-link,.index-module_siriusTable__C7ONa .lx-ant-pagination-prev:not(.lx-ant-pagination-disabled):hover .lx-ant-pagination-item-link{border-color:var(--Brand-5,#7088ff);color:var(--Avatar-6,#4c6aff)}.index-module_siriusPaginationUi__3VytR .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.index-module_siriusPaginationUi__3VytR .lx-ant-select-single:not(.lx-ant-select-customize-input) .lx-ant-select-selector,.index-module_siriusTable__C7ONa .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.index-module_siriusTable__C7ONa .lx-ant-select-single:not(.lx-ant-select-customize-input) .lx-ant-select-selector{padding:0 8px}.index-module_siriusPaginationUi__3VytR .ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options-quick-jumper,.index-module_siriusTable__C7ONa .ant-pagination-options-quick-jumper,.index-module_siriusTable__C7ONa .lx-ant-pagination-options-quick-jumper{color:#545a6e;margin-left:12px}.index-module_siriusPaginationUi__3VytR .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .lx-ant-pagination-options-quick-jumper input{box-shadow:none}.index-module_siriusPaginationUi__3VytR .ant-pagination-options-quick-jumper input:hover,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options-quick-jumper input:hover,.index-module_siriusTable__C7ONa .ant-pagination-options-quick-jumper input:hover,.index-module_siriusTable__C7ONa .lx-ant-pagination-options-quick-jumper input:hover{border-color:var(--Brand-5,#7088ff)}.index-module_siriusPaginationUi__3VytR .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3VytR .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon,.index-module_siriusTable__C7ONa .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusTable__C7ONa .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon,.index-module_siriusTable__C7ONa .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon{color:var(--Avatar-6,#4c6aff)}.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-jump-next .lx-ant-pagination-item-container,.index-module_siriusTable__C7ONa .lx-ant-pagination-jump-next .lx-ant-pagination-item-container{top:1px}.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-ellipsis,.index-module_siriusTable__C7ONa .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-ellipsis{color:var(--Fill-6,#8d92a1)}.index-module_siriusPaginationUi__3VytR .ant-pagination-jump-next .ant-pagination-item-container,.index-module_siriusTable__C7ONa .ant-pagination-jump-next .ant-pagination-item-container{top:1px}.index-module_siriusPaginationUi__3VytR .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.index-module_siriusTable__C7ONa .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis{color:var(--Fill-6,#8d92a1)}.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container,.index-module_siriusTable__C7ONa .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container{top:1px}.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-ellipsis,.index-module_siriusTable__C7ONa .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-ellipsis{color:var(--Fill-6,#8d92a1)}.index-module_siriusPaginationUi__3VytR .ant-pagination-jump-prev .ant-pagination-item-container,.index-module_siriusTable__C7ONa .ant-pagination-jump-prev .ant-pagination-item-container{top:1px}.index-module_siriusPaginationUi__3VytR .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,.index-module_siriusTable__C7ONa .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis{color:var(--Fill-6,#8d92a1)}.index-module_siriusPaginationUi__3VytR .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3VytR .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon,.index-module_siriusTable__C7ONa .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusTable__C7ONa .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,.index-module_siriusTable__C7ONa .lx-ant-pagination-jump-next .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon,.index-module_siriusTable__C7ONa .lx-ant-pagination-jump-prev .lx-ant-pagination-item-container .lx-ant-pagination-item-link-icon{border:1px solid var(--Fill-3,#ebedf2);padding:8px;color:var(--Fill-8,#3f465c);background-color:var(--Fill-3,#ebedf2);border-radius:2px}.index-module_siriusPaginationUi__3VytR .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,.index-module_siriusPaginationUi__3VytR .lx-ant-select-focused:not(.lx-ant-select-disabled).lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selector,.index-module_siriusTable__C7ONa .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,.index-module_siriusTable__C7ONa .lx-ant-select-focused:not(.lx-ant-select-disabled).lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selector{border-color:var(--Brand-5,#7088ff)!important;box-shadow:none!important}.index-module_siriusPaginationUi__3VytR .ant-pagination.mini .ant-pagination-item,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination.mini .lx-ant-pagination-item,.index-module_siriusTable__C7ONa .ant-pagination.mini .ant-pagination-item,.index-module_siriusTable__C7ONa .lx-ant-pagination.mini .lx-ant-pagination-item{min-width:24px;height:24px;line-height:22px}.index-module_siriusPaginationUi__3VytR .ant-pagination.mini .ant-pagination-item-link,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination.mini .lx-ant-pagination-item-link,.index-module_siriusTable__C7ONa .ant-pagination.mini .ant-pagination-item-link,.index-module_siriusTable__C7ONa .lx-ant-pagination.mini .lx-ant-pagination-item-link{min-width:24px;width:24px;height:24px;line-height:22px}.index-module_siriusPaginationUi__3VytR .ant-pagination-options,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options,.index-module_siriusTable__C7ONa .ant-pagination-options,.index-module_siriusTable__C7ONa .lx-ant-pagination-options{margin-left:12px}.index-module_siriusPaginationUi__3VytR .ant-pagination-options .ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .ant-select-selector,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .lx-ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .lx-ant-select-selector,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .ant-select-selector,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .lx-ant-select-selector,.index-module_siriusTable__C7ONa .ant-pagination-options .ant-pagination-options-quick-jumper,.index-module_siriusTable__C7ONa .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .ant-pagination-options .ant-select-selector,.index-module_siriusTable__C7ONa .ant-pagination-options .lx-ant-pagination-options-quick-jumper,.index-module_siriusTable__C7ONa .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .ant-pagination-options .lx-ant-select-selector,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .ant-pagination-options-quick-jumper,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .ant-select-selector,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .lx-ant-select-selector{height:30px;line-height:30px}.index-module_siriusPaginationUi__3VytR .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .ant-select-selector,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .lx-ant-select-selector,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .ant-select-selector,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .lx-ant-select-selector,.index-module_siriusTable__C7ONa .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .ant-pagination-options .ant-select-selector,.index-module_siriusTable__C7ONa .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .ant-pagination-options .lx-ant-select-selector,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .ant-select-selector,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .lx-ant-select-selector{color:var(--Text-4,#545a6e);border:1px solid var(--Line-3,#e1e3e8)}.index-module_siriusPaginationUi__3VytR .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .ant-pagination-options .lx-ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .ant-pagination-options-quick-jumper input,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input{box-shadow:none}.index-module_siriusPaginationUi__3VytR .ant-pagination-options .ant-pagination-options-quick-jumper input:hover,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .lx-ant-pagination-options-quick-jumper input:hover,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .ant-pagination-options-quick-jumper input:hover,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input:hover,.index-module_siriusTable__C7ONa .ant-pagination-options .ant-pagination-options-quick-jumper input:hover,.index-module_siriusTable__C7ONa .ant-pagination-options .lx-ant-pagination-options-quick-jumper input:hover,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .ant-pagination-options-quick-jumper input:hover,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input:hover{border-color:var(--Brand-6,#4c6aff)}.index-module_siriusPaginationUi__3VytR .ant-pagination-options .ant-pagination-options-quick-jumper input:focus,.index-module_siriusPaginationUi__3VytR .ant-pagination-options .lx-ant-pagination-options-quick-jumper input:focus,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .ant-pagination-options-quick-jumper input:focus,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input:focus,.index-module_siriusTable__C7ONa .ant-pagination-options .ant-pagination-options-quick-jumper input:focus,.index-module_siriusTable__C7ONa .ant-pagination-options .lx-ant-pagination-options-quick-jumper input:focus,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .ant-pagination-options-quick-jumper input:focus,.index-module_siriusTable__C7ONa .lx-ant-pagination-options .lx-ant-pagination-options-quick-jumper input:focus{border-color:var(--Brand-6,#4c6aff);border-right-width:1px!important;outline:0;box-shadow:none}.index-module_siriusPaginationUi__3VytR .ant-pagination-simple-pager input,.index-module_siriusPaginationUi__3VytR .lx-ant-pagination-simple-pager input,.index-module_siriusTable__C7ONa .ant-pagination-simple-pager input,.index-module_siriusTable__C7ONa .lx-ant-pagination-simple-pager input{width:50px}.index-module_siriusPaginationUi__3VytR .ant-select-item-option-content,.index-module_siriusPaginationUi__3VytR .lx-ant-select-item-option-content,.index-module_siriusTable__C7ONa .ant-select-item-option-content,.index-module_siriusTable__C7ONa .lx-ant-select-item-option-content{color:var(--Text-5,#272e47)}.index-module_siriusPaginationUi__3VytR .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled),.index-module_siriusTable__C7ONa .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled){color:var(--Brand-6,#4c6aff);background:var(--Brand-1,#f2f5ff);font-weight:400}.index-module_siriusPaginationUi__3VytR .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) .lx-ant-select-item-option-content,.index-module_siriusTable__C7ONa .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) .lx-ant-select-item-option-content{color:var(--Brand-6,#4c6aff)}.index-module_siriusPaginationUi__3VytR .ant-select-item-option-selected:not(.ant-select-item-option-disabled),.index-module_siriusTable__C7ONa .ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:var(--Brand-6,#4c6aff);background:var(--Brand-1,#f2f5ff);font-weight:400}.index-module_siriusPaginationUi__3VytR .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,.index-module_siriusTable__C7ONa .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content{color:var(--Brand-6,#4c6aff)}.index-module_siriusPaginationUi__3VytR .ant-select-arrow:after,.index-module_siriusPaginationUi__3VytR .lx-ant-select-arrow:after,.index-module_siriusTable__C7ONa .ant-select-arrow:after,.index-module_siriusTable__C7ONa .lx-ant-select-arrow:after{content:url(https://cowork-storage-public-cdn.lx.netease.com/common/2024/01/25/c4fd9b3fb39146fbb0f3fb38a7513bcc.svg);position:absolute;top:-2px;left:0;width:16px;height:16px}.index-module_siriusPaginationUi__3VytR .ant-select-arrow .ant-select-suffix,.index-module_siriusPaginationUi__3VytR .ant-select-arrow .lx-ant-select-suffix,.index-module_siriusPaginationUi__3VytR .lx-ant-select-arrow .ant-select-suffix,.index-module_siriusPaginationUi__3VytR .lx-ant-select-arrow .lx-ant-select-suffix,.index-module_siriusTable__C7ONa .ant-select-arrow .ant-select-suffix,.index-module_siriusTable__C7ONa .ant-select-arrow .lx-ant-select-suffix,.index-module_siriusTable__C7ONa .lx-ant-select-arrow .ant-select-suffix,.index-module_siriusTable__C7ONa .lx-ant-select-arrow .lx-ant-select-suffix{display:none}.index-module_siriusPaginationUi__3VytR .ant-select-item-option-active:not(.ant-select-item-option-disabled),.index-module_siriusPaginationUi__3VytR .lx-ant-select-item-option-active:not(.lx-ant-select-item-option-disabled),.index-module_siriusTable__C7ONa .ant-select-item-option-active:not(.ant-select-item-option-disabled),.index-module_siriusTable__C7ONa .lx-ant-select-item-option-active:not(.lx-ant-select-item-option-disabled){background-color:var(--Fill-2,#f6f7fa)}.index-module_siriusPaginationUi__3VytR .ant-select-dropdown,.index-module_siriusPaginationUi__3VytR .lx-ant-select-dropdown,.index-module_siriusTable__C7ONa .ant-select-dropdown,.index-module_siriusTable__C7ONa .lx-ant-select-dropdown{border-radius:2px;box-shadow:0 4px 16px 0 rgba(37,41,49,.08)}.index-module_siriusTable__C7ONa .lx-ant-table-body{overflow-y:auto;overflow-y:overlay;overflow-x:hidden}.index-module_siriusTable__C7ONa .lx-ant-table-body::-webkit-scrollbar{opacity:0;width:6px;background-color:transparent}.index-module_siriusTable__C7ONa .lx-ant-table-body:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}.index-module_siriusTable__C7ONa .lx-ant-table-body:hover::-webkit-scrollbar:horizontal{height:6px}.index-module_siriusTable__C7ONa .lx-ant-table-body:hover::-webkit-scrollbar-button{display:none}.index-module_siriusTable__C7ONa .lx-ant-table-body:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6);border-radius:3px;padding-right:4px;width:6px;opacity:0}.index-module_siriusTable__C7ONa .lx-ant-table-body:hover::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#ddd)}.index-module_siriusTable__C7ONa .lx-ant-table-body:hover::-webkit-scrollbar-corner{display:none}.index-module_siriusTable__C7ONa .ant-table-body{overflow-y:auto;overflow-y:overlay;overflow-x:hidden}.index-module_siriusTable__C7ONa .ant-table-body::-webkit-scrollbar{opacity:0;width:6px;background-color:transparent}.index-module_siriusTable__C7ONa .ant-table-body:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}.index-module_siriusTable__C7ONa .ant-table-body:hover::-webkit-scrollbar:horizontal{height:6px}.index-module_siriusTable__C7ONa .ant-table-body:hover::-webkit-scrollbar-button{display:none}.index-module_siriusTable__C7ONa .ant-table-body:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6);border-radius:3px;padding-right:4px;width:6px;opacity:0}.index-module_siriusTable__C7ONa .ant-table-body:hover::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#ddd)}.index-module_siriusTable__C7ONa .ant-table-body:hover::-webkit-scrollbar-corner{display:none}.index-module_siriusTable__C7ONa.index-module_headerBgColor__3Q_Sl .ant-table-thead>tr>th,.index-module_siriusTable__C7ONa.index-module_headerBgColor__3Q_Sl .lx-ant-table-thead>tr>th{background-color:var(--Fill-2,#f6f7fa);color:var(--Text-3,#747a8c)}.index-module_siriusTable__C7ONa .ant-checkbox-indeterminate .ant-checkbox-inner:after,.index-module_siriusTable__C7ONa .lx-ant-checkbox-indeterminate .lx-ant-checkbox-inner:after{background-color:#fff}.index-module_siriusTable__C7ONa .ant-table-thead>tr>th,.index-module_siriusTable__C7ONa .lx-ant-table-thead>tr>th{background-color:var(--Fill-2,#f6f7fa);color:var(--Text-3,#747a8c)}.index-module_siriusTable__C7ONa .ant-checkbox-indeterminate .ant-checkbox-inner,.index-module_siriusTable__C7ONa .lx-ant-checkbox-indeterminate .lx-ant-checkbox-inner{background-color:var(--Brand-6,#4c6aff);border-color:var(--Brand-6,#4c6aff)}.index-module_siriusTable__C7ONa .ant-checkbox-checked:after,.index-module_siriusTable__C7ONa .ant-checkbox-input:focus+.ant-checkbox-inner,.index-module_siriusTable__C7ONa .ant-checkbox:hover .ant-checkbox-inner,.index-module_siriusTable__C7ONa .lx-ant-checkbox-checked:after,.index-module_siriusTable__C7ONa .lx-ant-checkbox-input:focus+.lx-ant-checkbox-inner,.index-module_siriusTable__C7ONa .lx-ant-checkbox:hover .lx-ant-checkbox-inner{border-color:var(--Brand-6,#4c6aff)}.index-module_siriusTable__C7ONa .ant-checkbox-input:focus+.ant-checkbox-inner,.index-module_siriusTable__C7ONa .lx-ant-checkbox-input:focus+.lx-ant-checkbox-inner{animation:none;animation-fill-mode:none}.index-module_siriusTable__C7ONa .ant-checkbox-inner,.index-module_siriusTable__C7ONa .lx-ant-checkbox-inner{transition:none}.index-module_siriusTable__C7ONa .ant-spin-spinning,.index-module_siriusTable__C7ONa .lx-ant-spin-spinning{opacity:.5}.index-module_siriusTable__C7ONa .ant-table-cell.ant-table-cell-fix-left.ant-table-cell-fix-left-last.react-resizable,.index-module_siriusTable__C7ONa .ant-table-cell.ant-table-cell-fix-right.react-resizable,.index-module_siriusTable__C7ONa .lx-ant-table-cell.lx-ant-table-cell-fix-left.lx-ant-table-cell-fix-left-last.react-resizable,.index-module_siriusTable__C7ONa .lx-ant-table-cell.lx-ant-table-cell-fix-right.react-resizable{position:-webkit-sticky!important;position:sticky!important}.index-module_siriusTable__C7ONa .ant-table-tbody>tr.ant-table-row:hover>td,.index-module_siriusTable__C7ONa .lx-ant-table-tbody>tr.lx-ant-table-row:hover>td{background-color:var(--Fill-3,#ebedf2)}.index-module_siriusTable__C7ONa .ant-spin-text,.index-module_siriusTable__C7ONa .lx-ant-spin-text{color:var(--Text-3,#747a8c);margin-top:15px}.index-module_siriusTable__C7ONa .ant-checkbox-checked .ant-checkbox-inner,.index-module_siriusTable__C7ONa .lx-ant-checkbox-checked .lx-ant-checkbox-inner{background-color:var(--Avatar-6,#4c6aff);border-color:var(--Avatar-6,#4c6aff)}.index-module_siriusTable__C7ONa .ant-checkbox-indeterminate .ant-checkbox-inner:after,.index-module_siriusTable__C7ONa .lx-ant-checkbox-indeterminate .lx-ant-checkbox-inner:after{height:1.6px;width:8px}.index-module_siriusTable__C7ONa .ant-table-tbody>tr.ant-table-row-selected>td,.index-module_siriusTable__C7ONa .lx-ant-table-tbody>tr.lx-ant-table-row-selected>td{background-color:var(--Brand-2,#edf0ff)}.index-module_siriusTable__C7ONa .odd td{background-color:var(--Fill-1,#f8f9fa)}.index-module_siriusTable__C7ONa .ant-table-thead>tr>th,.index-module_siriusTable__C7ONa .lx-ant-table-thead>tr>th{font-weight:400;font-family:PingFang SC}.index-module_siriusTable__C7ONa .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before,.index-module_siriusTable__C7ONa .lx-ant-table-thead>tr>th:not(:last-child):not(.lx-ant-table-selection-column):not(.lx-ant-table-row-expand-icon-cell):not([colspan]):before{display:none}.index-module_siriusTable__C7ONa .ant-table-ping-left .ant-table-cell-fix-left-last:after,.index-module_siriusTable__C7ONa .lx-ant-table-ping-left .lx-ant-table-cell-fix-left-last:after{box-shadow:inset 8px 0 8px -8px rgba(47,83,134,.12)}.index-module_siriusTable__C7ONa .ant-table-ping-right .ant-table-cell-fix-right-first:after,.index-module_siriusTable__C7ONa .lx-ant-table-ping-right .lx-ant-table-cell-fix-right-first:after{box-shadow:inset -10px 0 8px -8px rgba(47,83,134,.12)}.index-module_siriusTable__C7ONa .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container:before,.index-module_siriusTable__C7ONa .lx-ant-table-ping-left:not(.lx-ant-table-has-fix-left) .lx-ant-table-container:before{box-shadow:inset 10px 0 8px -8px rgba(47,83,134,.12)}.index-module_siriusTable__C7ONa .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container:after,.index-module_siriusTable__C7ONa .lx-ant-table-ping-right:not(.lx-ant-table-has-fix-right) .lx-ant-table-container:after{box-shadow:inset -10px 0 8px -8px rgba(47,83,134,.12)}.index-module_siriusTable__C7ONa .ant-table-tbody>tr>td,.index-module_siriusTable__C7ONa .ant-table-thead>tr>th,.index-module_siriusTable__C7ONa .ant-table tfoot>tr>td,.index-module_siriusTable__C7ONa .ant-table tfoot>tr>th,.index-module_siriusTable__C7ONa .lx-ant-table-tbody>tr>td,.index-module_siriusTable__C7ONa .lx-ant-table-thead>tr>th,.index-module_siriusTable__C7ONa .lx-ant-table tfoot>tr>td,.index-module_siriusTable__C7ONa .lx-ant-table tfoot>tr>th{padding:12px 10px;border:none}.index-module_siriusTable__C7ONa .ant-table-cell.react-resizable,.index-module_siriusTable__C7ONa .lx-ant-table-cell.react-resizable{position:relative!important;background-clip:padding-box}.index-module_siriusTable__C7ONa .ant-table-cell .react-resizable-handle,.index-module_siriusTable__C7ONa .lx-ant-table-cell .react-resizable-handle{position:absolute!important;width:10px!important;height:100%!important;bottom:0;right:-5px;cursor:col-resize!important;z-index:1;background:none!important}.index-module_siriusTable__C7ONa .ant-table-body .ant-table-row.odd td,.index-module_siriusTable__C7ONa .lx-ant-table-body .lx-ant-table-row.odd td{background-color:var(--Fill-1,#f8f9fa)}.index-module_siriusTable__C7ONa .ant-table-body .ant-table-row.even td,.index-module_siriusTable__C7ONa .lx-ant-table-body .lx-ant-table-row.even td{background-color:#fff}.index-module_siriusDrawerUi__2PQDA.index-module_is-web-entry-wm-customer-style__3F8Fa .ant-drawer-content-wrapper{height:calc(100% - 54px);top:54px}.index-module_siriusDrawerUi__2PQDA.ant-drawer-open.ant-drawer-left .ant-drawer-content-wrapper{border-right:1px solid var(--Line-1,#f0f1f5);box-shadow:6px 0 16px rgba(47,83,134,.12)}.index-module_siriusDrawerUi__2PQDA.ant-drawer-open.ant-drawer-right .ant-drawer-content-wrapper{border-left:1px solid var(--Line-1,#f0f1f5);box-shadow:-6px 0 16px rgba(47,83,134,.12)}.index-module_siriusDrawerUi__2PQDA.ant-drawer-open.ant-drawer-top .ant-drawer-content-wrapper{border-bottom:1px solid var(--Line-1,#f0f1f5);box-shadow:0 6px 16px rgba(47,83,134,.12)}.index-module_siriusDrawerUi__2PQDA.ant-drawer-open.ant-drawer-bottom .ant-drawer-content-wrapper{border-top:1px solid var(--Line-1,#f0f1f5);box-shadow:0 -6px 16px rgba(47,83,134,.12)}.index-module_siriusDrawerUi__2PQDA .ant-drawer-header{height:56px;padding:16px 20px;border:none}.index-module_siriusDrawerUi__2PQDA .ant-drawer-header .ant-drawer-title{font-family:PingFang SC;font-style:normal;font-weight:500;color:var(--Text-5,#272e47);font-size:16px;line-height:24px}.index-module_siriusDrawerUi__2PQDA .ant-drawer-header-no-title{position:relative}.index-module_siriusDrawerUi__2PQDA .ant-drawer-footer{border:none;height:72px;padding:20px}.index-module_siriusDrawerUi__2PQDA .ant-drawer-body{padding:20px}.index-module_siriusDrawerUi__2PQDA.index-module_siriusDrawerWindows__242JL .ant-drawer-wrapper-body{padding-top:32px}.index-module_siriusDrawerUi__2PQDA.index-module_aiStyle__3ksWw .lx-ant-drawer-wrapper-body{background-image:url(data:image/png;base64,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);background-position-y:-3px;background-position-x:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;background-color:#f6f7fa}.index-module_siriusDrawerUi__2PQDA.index-module_aiStyle__3ksWw .lx-ant-drawer-wrapper-body .lx-ant-drawer-header{background:transparent}.index-module_siriusDrawerUi__2PQDA.index-module_aiStyle__3ksWw.lx-ant-drawer-open.lx-ant-drawer-right .lx-ant-drawer-content-wrapper{border-left:none}.index-module_siriusDrawerUi__2PQDA.index-module_siriusDrawerClosable__np65k .ant-drawer-title{width:calc(100% - 40px)}.lx-ui-date-picker,.lx-ui-date-picker-range{border-radius:4px;border:1px solid var(--Line-3,#e1e3e8);padding:4px 8px 4px 12px}.lx-ui-date-picker-range .ant-picker-input,.lx-ui-date-picker-range .lx-ant-picker-input,.lx-ui-date-picker .ant-picker-input,.lx-ui-date-picker .lx-ant-picker-input{color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}.lx-ui-date-picker-range .ant-picker-input::placeholder,.lx-ui-date-picker-range .lx-ant-picker-input::placeholder,.lx-ui-date-picker .ant-picker-input::placeholder,.lx-ui-date-picker .lx-ant-picker-input::placeholder{color:var(--Text-2,#9fa2ad);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}.lx-ui-date-picker-range .ant-picker-input>input,.lx-ui-date-picker-range .lx-ant-picker-input>input,.lx-ui-date-picker .ant-picker-input>input,.lx-ui-date-picker .lx-ant-picker-input>input{color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}.lx-ui-date-picker-range .ant-picker-input>input::placeholder,.lx-ui-date-picker-range .lx-ant-picker-input>input::placeholder,.lx-ui-date-picker .ant-picker-input>input::placeholder,.lx-ui-date-picker .lx-ant-picker-input>input::placeholder{color:var(--Text-2,#9fa2ad);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}.lx-ui-date-picker-range.ant-picker-focused,.lx-ui-date-picker-range.lx-ant-picker-focused,.lx-ui-date-picker.ant-picker-focused,.lx-ui-date-picker.lx-ant-picker-focused{box-shadow:none;border-color:var(--Brand-6,#4c6aff)}.lx-ui-date-picker-range:hover,.lx-ui-date-picker:hover{border:1px solid var(--Brand-6,#4c6aff)}.lx-ui-date-picker-range .ant-picker-range-separator,.lx-ui-date-picker-range .lx-ant-picker-range-separator{padding:0 12px}.lx-ui-date-picker-range .separator{display:inline-block;height:1px;width:16px;background:var(--Line-3,#e1e3e8);position:relative;bottom:4px}.lx-ui-date-picker-range .ant-picker-active-bar,.lx-ui-date-picker-range .lx-ant-picker-active-bar{display:none}.lx-ui-date-picker-range.ant-picker-focused .ant-picker-input.ant-picker-input-active,.lx-ui-date-picker-range.ant-picker-focused .lx-ant-picker-input.lx-ant-picker-input-active,.lx-ui-date-picker-range.lx-ant-picker-focused .ant-picker-input.ant-picker-input-active,.lx-ui-date-picker-range.lx-ant-picker-focused .lx-ant-picker-input.lx-ant-picker-input-active{color:var(--Brand-6,#4c6aff)}.lx-ui-date-picker-range.ant-picker-focused .ant-picker-input.ant-picker-input-active::placeholder,.lx-ui-date-picker-range.ant-picker-focused .lx-ant-picker-input.lx-ant-picker-input-active::placeholder,.lx-ui-date-picker-range.lx-ant-picker-focused .ant-picker-input.ant-picker-input-active::placeholder,.lx-ui-date-picker-range.lx-ant-picker-focused .lx-ant-picker-input.lx-ant-picker-input-active::placeholder{color:var(--Brand-6,#4c6aff)}.lx-ui-date-picker-range.ant-picker-focused .ant-picker-input.ant-picker-input-active>input,.lx-ui-date-picker-range.ant-picker-focused .lx-ant-picker-input.lx-ant-picker-input-active>input,.lx-ui-date-picker-range.lx-ant-picker-focused .ant-picker-input.ant-picker-input-active>input,.lx-ui-date-picker-range.lx-ant-picker-focused .lx-ant-picker-input.lx-ant-picker-input-active>input{color:var(--Brand-6,#4c6aff)}.lx-ui-date-picker-range.ant-picker-focused .ant-picker-input.ant-picker-input-active>input::placeholder,.lx-ui-date-picker-range.ant-picker-focused .lx-ant-picker-input.lx-ant-picker-input-active>input::placeholder,.lx-ui-date-picker-range.lx-ant-picker-focused .ant-picker-input.ant-picker-input-active>input::placeholder,.lx-ui-date-picker-range.lx-ant-picker-focused .lx-ant-picker-input.lx-ant-picker-input-active>input::placeholder{color:var(--Brand-6,#4c6aff)}.lx-ui-date-picker-range .ant-picker-clear,.lx-ui-date-picker-range .lx-ant-picker-clear{right:8px}.lx-ui-date-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell:hover:not(.lx-ant-picker-cell-in-view) .lx-ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell:hover:not(.lx-ant-picker-cell-selected):not(.lx-ant-picker-cell-range-start):not(.lx-ant-picker-cell-range-end):not(.lx-ant-picker-cell-range-hover-start):not(.lx-ant-picker-cell-range-hover-end) .lx-ant-picker-cell-inner{background-color:var(--Fill-2_5,#f0f2f7)}.lx-ui-date-picker-dropdown .ant-picker-cell .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell .lx-ant-picker-cell-inner{border-radius:12px}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-end .lx-ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-start .lx-ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-selected .lx-ant-picker-cell-inner{color:#fff!important;background:var(--Brand-6,#4c6aff);border-radius:12px}.lx-ui-date-picker-dropdown .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after,.lx-ui-date-picker-dropdown .lx-ant-picker-date-panel .lx-ant-picker-cell-in-view.lx-ant-picker-cell-in-range.lx-ant-picker-cell-range-hover-end .lx-ant-picker-cell-inner:after{right:0;left:-1px}.lx-ui-date-picker-dropdown .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after,.lx-ui-date-picker-dropdown .lx-ant-picker-date-panel .lx-ant-picker-cell-in-view.lx-ant-picker-cell-in-range.lx-ant-picker-cell-range-hover-start .lx-ant-picker-cell-inner:after{right:-1px;left:0}.lx-ui-date-picker-dropdown .ant-picker-date-panel,.lx-ui-date-picker-dropdown .ant-picker-decade-panel,.lx-ui-date-picker-dropdown .ant-picker-month-panel,.lx-ui-date-picker-dropdown .ant-picker-quarter-panel,.lx-ui-date-picker-dropdown .ant-picker-time-panel,.lx-ui-date-picker-dropdown .ant-picker-week-panel,.lx-ui-date-picker-dropdown .ant-picker-year-panel,.lx-ui-date-picker-dropdown .lx-ant-picker-date-panel,.lx-ui-date-picker-dropdown .lx-ant-picker-decade-panel,.lx-ui-date-picker-dropdown .lx-ant-picker-month-panel,.lx-ui-date-picker-dropdown .lx-ant-picker-quarter-panel,.lx-ui-date-picker-dropdown .lx-ant-picker-time-panel,.lx-ui-date-picker-dropdown .lx-ant-picker-week-panel,.lx-ui-date-picker-dropdown .lx-ant-picker-year-panel{width:224px}.lx-ui-date-picker-dropdown .ant-picker-date-panel .ant-picker-content th,.lx-ui-date-picker-dropdown .lx-ant-picker-date-panel .lx-ant-picker-content th{width:28px}.lx-ui-date-picker-dropdown .ant-picker-date-panel .ant-picker-body,.lx-ui-date-picker-dropdown .lx-ant-picker-date-panel .lx-ant-picker-body{padding:8px 14px}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-today .lx-ant-picker-cell-inner{color:var(--Brand-6,#4c6aff)}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-today .lx-ant-picker-cell-inner:before{border:1px solid var(--Brand-6,#4c6aff);border-radius:12px}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-end:not(.lx-ant-picker-cell-range-end-single):not(.lx-ant-picker-cell-range-start) .lx-ant-picker-cell-inner,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-start:not(.lx-ant-picker-cell-range-start-single):not(.lx-ant-picker-cell-range-end) .lx-ant-picker-cell-inner{border-radius:12px}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:before,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-in-range:before,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-end:not(.lx-ant-picker-cell-range-end-single):before,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-start:not(.lx-ant-picker-cell-range-start-single):before{background-color:var(--Brand-2,#edf0ff)}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-edge-start:not(.lx-ant-picker-cell-range-hover-edge-start-near-range):after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-start:after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-start.lx-ant-picker-cell-range-hover-edge-start.lx-ant-picker-cell-range-hover-edge-start-near-range:after,.lx-ui-date-picker-dropdown tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,.lx-ui-date-picker-dropdown tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child:after,.lx-ui-date-picker-dropdown tr>.lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-end:first-child:after,.lx-ui-date-picker-dropdown tr>.lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover:first-child:after{border-left:1px dashed var(--Brand-6,#4c6aff)}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover:after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover:after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range):after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-end.lx-ant-picker-cell-range-end-single:after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-end.lx-ant-picker-cell-range-start.lx-ant-picker-cell-range-end.lx-ant-picker-cell-range-start-near-hover:after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-end:not(.lx-ant-picker-cell-in-range):not(.lx-ant-picker-cell-range-start):not(.lx-ant-picker-cell-range-end):after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-start.lx-ant-picker-cell-range-start-single:after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-start.lx-ant-picker-cell-range-start.lx-ant-picker-cell-range-end.lx-ant-picker-cell-range-end-near-hover:after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-start:not(.lx-ant-picker-cell-in-range):not(.lx-ant-picker-cell-range-start):not(.lx-ant-picker-cell-range-end):after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover:not(.lx-ant-picker-cell-in-range):after{border-top:1px dashed var(--Brand-6,#4c6aff);border-bottom:1px dashed var(--Brand-6,#4c6aff)}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,.lx-ui-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-end.lx-ant-picker-cell-range-hover-edge-end.lx-ant-picker-cell-range-hover-edge-end-near-range:after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-edge-end:not(.lx-ant-picker-cell-range-hover-edge-end-near-range):after,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-end:after,.lx-ui-date-picker-dropdown tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,.lx-ui-date-picker-dropdown tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child:after,.lx-ui-date-picker-dropdown tr>.lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover-start:last-child:after,.lx-ui-date-picker-dropdown tr>.lx-ant-picker-cell-in-view.lx-ant-picker-cell-range-hover:last-child:after{border-right:1px dashed var(--Brand-6,#4c6aff)}.lx-ui-date-picker-dropdown .ant-picker-header,.lx-ui-date-picker-dropdown .lx-ant-picker-header{color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:500;font-size:12px;line-height:20px;border-bottom:none}.lx-ui-date-picker-dropdown .ant-picker-cell,.lx-ui-date-picker-dropdown .ant-picker-content thead th,.lx-ui-date-picker-dropdown .lx-ant-picker-cell,.lx-ui-date-picker-dropdown .lx-ant-picker-content thead th{color:var(--Text-1,#b7bac2);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px}.lx-ui-date-picker-dropdown .ant-picker-cell-in-view,.lx-ui-date-picker-dropdown .lx-ant-picker-cell-in-view{color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px}.lx-ui-date-picker-dropdown .ant-picker-today-btn,.lx-ui-date-picker-dropdown .lx-ant-picker-today-btn{color:var(--Brand-6,#4c6aff);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px}.lx-ui-date-picker-dropdown .ant-picker-date-panel .ant-picker-content,.lx-ui-date-picker-dropdown .lx-ant-picker-date-panel .lx-ant-picker-content{width:196px}.sirius-popover-ui .ant-popover-inner,.sirius-popover-ui .lx-ant-popover-inner{box-shadow:0 4px 10px 0 rgba(47,83,134,.12);border-radius:4px;background:#fff;padding:16px;width:322px}.sirius-popover-ui .ant-popover-title,.sirius-popover-ui .lx-ant-popover-title{color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:500;font-size:14px;line-height:22px;padding:0;border:none;min-height:22px}.sirius-popover-ui .ant-popover-inner-content,.sirius-popover-ui .lx-ant-popover-inner-content{color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;margin-top:8px;padding:0}.sirius-time-picker-wrapper .react-datepicker__month-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__month-year-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__navigation-icon:before,.sirius-time-picker-wrapper .react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{box-sizing:content-box;position:absolute;height:0;width:1px;content:"";z-index:-1;border:8px solid transparent;left:-8px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.sirius-time-picker-wrapper .react-datepicker-wrapper{display:inline-block;padding:0;border:0;width:100%}.sirius-time-picker-wrapper .react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.sirius-time-picker-wrapper .react-datepicker--time-only .react-datepicker__triangle{left:35px}.sirius-time-picker-wrapper .react-datepicker--time-only .react-datepicker__time-container{border-left:0}.sirius-time-picker-wrapper .react-datepicker--time-only .react-datepicker__time,.sirius-time-picker-wrapper .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.sirius-time-picker-wrapper .react-datepicker__triangle{position:absolute;left:50px}.sirius-time-picker-wrapper .react-datepicker-popper{z-index:1}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.sirius-time-picker-wrapper .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=right]{padding-left:8px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=left]{padding-right:8px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.sirius-time-picker-wrapper .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.sirius-time-picker-wrapper .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.sirius-time-picker-wrapper .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.sirius-time-picker-wrapper .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.sirius-time-picker-wrapper .react-datepicker__month-dropdown-container--scroll,.sirius-time-picker-wrapper .react-datepicker__month-dropdown-container--select,.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown-container--scroll,.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown-container--select,.sirius-time-picker-wrapper .react-datepicker__year-dropdown-container--scroll,.sirius-time-picker-wrapper .react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.sirius-time-picker-wrapper .react-datepicker-time__header,.sirius-time-picker-wrapper .react-datepicker-year-header,.sirius-time-picker-wrapper .react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.sirius-time-picker-wrapper .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sirius-time-picker-wrapper .react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.sirius-time-picker-wrapper .react-datepicker__navigation--previous{left:2px}.sirius-time-picker-wrapper .react-datepicker__navigation--next{right:2px}.sirius-time-picker-wrapper .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.sirius-time-picker-wrapper .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.sirius-time-picker-wrapper .react-datepicker__navigation--years-previous{top:4px}.sirius-time-picker-wrapper .react-datepicker__navigation--years-upcoming{top:-4px}.sirius-time-picker-wrapper .react-datepicker__navigation:hover :before{border-color:#a6a6a6}.sirius-time-picker-wrapper .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.sirius-time-picker-wrapper .react-datepicker__navigation-icon--next{left:-2px}.sirius-time-picker-wrapper .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.sirius-time-picker-wrapper .react-datepicker__navigation-icon--previous{right:-2px}.sirius-time-picker-wrapper .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.sirius-time-picker-wrapper .react-datepicker__month-container{float:left}.sirius-time-picker-wrapper .react-datepicker__year{margin:.4rem;text-align:center}.sirius-time-picker-wrapper .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.sirius-time-picker-wrapper .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.sirius-time-picker-wrapper .react-datepicker__month{margin:.4rem;text-align:center}.sirius-time-picker-wrapper .react-datepicker__month .react-datepicker__month-text,.sirius-time-picker-wrapper .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.sirius-time-picker-wrapper .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__caption,.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.sirius-time-picker-wrapper .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.sirius-time-picker-wrapper .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;height:calc(195px + .85rem);overflow-y:scroll;width:100%;box-sizing:content-box;padding:0;margin:0}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.sirius-time-picker-wrapper .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.sirius-time-picker-wrapper .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.sirius-time-picker-wrapper .react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.sirius-time-picker-wrapper .react-datepicker__day-names,.sirius-time-picker-wrapper .react-datepicker__week{white-space:nowrap}.sirius-time-picker-wrapper .react-datepicker__day-names{margin-bottom:-8px}.sirius-time-picker-wrapper .react-datepicker__day,.sirius-time-picker-wrapper .react-datepicker__day-name,.sirius-time-picker-wrapper .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.sirius-time-picker-wrapper .react-datepicker__month--in-range,.sirius-time-picker-wrapper .react-datepicker__month--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__month--selected,.sirius-time-picker-wrapper .react-datepicker__quarter--in-range,.sirius-time-picker-wrapper .react-datepicker__quarter--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__quarter--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.sirius-time-picker-wrapper .react-datepicker__month--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__month--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__month--selected:hover,.sirius-time-picker-wrapper .react-datepicker__quarter--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__quarter--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__quarter--selected:hover{background-color:#1d5d90}.sirius-time-picker-wrapper .react-datepicker__month--disabled,.sirius-time-picker-wrapper .react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.sirius-time-picker-wrapper .react-datepicker__month--disabled:hover,.sirius-time-picker-wrapper .react-datepicker__quarter--disabled:hover{cursor:default;background-color:transparent}.sirius-time-picker-wrapper .react-datepicker__day,.sirius-time-picker-wrapper .react-datepicker__month-text,.sirius-time-picker-wrapper .react-datepicker__quarter-text,.sirius-time-picker-wrapper .react-datepicker__year-text{cursor:pointer}.sirius-time-picker-wrapper .react-datepicker__day:hover,.sirius-time-picker-wrapper .react-datepicker__month-text:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text:hover,.sirius-time-picker-wrapper .react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.sirius-time-picker-wrapper .react-datepicker__day--today,.sirius-time-picker-wrapper .react-datepicker__month-text--today,.sirius-time-picker-wrapper .react-datepicker__quarter-text--today,.sirius-time-picker-wrapper .react-datepicker__year-text--today{font-weight:700}.sirius-time-picker-wrapper .react-datepicker__day--highlighted,.sirius-time-picker-wrapper .react-datepicker__month-text--highlighted,.sirius-time-picker-wrapper .react-datepicker__quarter-text--highlighted,.sirius-time-picker-wrapper .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.sirius-time-picker-wrapper .react-datepicker__day--highlighted:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--highlighted:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--highlighted:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.sirius-time-picker-wrapper .react-datepicker__day--highlighted-custom-1,.sirius-time-picker-wrapper .react-datepicker__month-text--highlighted-custom-1,.sirius-time-picker-wrapper .react-datepicker__quarter-text--highlighted-custom-1,.sirius-time-picker-wrapper .react-datepicker__year-text--highlighted-custom-1{color:#f0f}.sirius-time-picker-wrapper .react-datepicker__day--highlighted-custom-2,.sirius-time-picker-wrapper .react-datepicker__month-text--highlighted-custom-2,.sirius-time-picker-wrapper .react-datepicker__quarter-text--highlighted-custom-2,.sirius-time-picker-wrapper .react-datepicker__year-text--highlighted-custom-2{color:green}.sirius-time-picker-wrapper .react-datepicker__day--in-range,.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__day--selected,.sirius-time-picker-wrapper .react-datepicker__month-text--in-range,.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__month-text--selected,.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-range,.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__quarter-text--selected,.sirius-time-picker-wrapper .react-datepicker__year-text--in-range,.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__year-text--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.sirius-time-picker-wrapper .react-datepicker__day--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__day--selected:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--selected:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--selected:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--selected:hover{background-color:#1d5d90}.sirius-time-picker-wrapper .react-datepicker__day--keyboard-selected,.sirius-time-picker-wrapper .react-datepicker__month-text--keyboard-selected,.sirius-time-picker-wrapper .react-datepicker__quarter-text--keyboard-selected,.sirius-time-picker-wrapper .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.sirius-time-picker-wrapper .react-datepicker__day--keyboard-selected:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--keyboard-selected:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--keyboard-selected:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.sirius-time-picker-wrapper .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.sirius-time-picker-wrapper .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.sirius-time-picker-wrapper .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.sirius-time-picker-wrapper .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.sirius-time-picker-wrapper .react-datepicker__day--disabled,.sirius-time-picker-wrapper .react-datepicker__month-text--disabled,.sirius-time-picker-wrapper .react-datepicker__quarter-text--disabled,.sirius-time-picker-wrapper .react-datepicker__year-text--disabled{cursor:default;color:#ccc}.sirius-time-picker-wrapper .react-datepicker__day--disabled:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--disabled:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--disabled:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--disabled:hover{background-color:transparent}.sirius-time-picker-wrapper .react-datepicker__month-text.react-datepicker__month--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__month-text.react-datepicker__month--selected:hover,.sirius-time-picker-wrapper .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__month-text.react-datepicker__quarter--selected:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text.react-datepicker__month--selected:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover{background-color:#216ba5}.sirius-time-picker-wrapper .react-datepicker__month-text:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text:hover{background-color:#f0f0f0}.sirius-time-picker-wrapper .react-datepicker__input-container{position:relative;display:inline-block;width:100%}.sirius-time-picker-wrapper .react-datepicker__month-read-view,.sirius-time-picker-wrapper .react-datepicker__month-year-read-view,.sirius-time-picker-wrapper .react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.sirius-time-picker-wrapper .react-datepicker__month-read-view:hover,.sirius-time-picker-wrapper .react-datepicker__month-year-read-view:hover,.sirius-time-picker-wrapper .react-datepicker__year-read-view:hover{cursor:pointer}.sirius-time-picker-wrapper .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.sirius-time-picker-wrapper .react-datepicker__month-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__month-year-read-view--down-arrow,.sirius-time-picker-wrapper .react-datepicker__year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.sirius-time-picker-wrapper .react-datepicker__month-dropdown,.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown,.sirius-time-picker-wrapper .react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.sirius-time-picker-wrapper .react-datepicker__month-dropdown:hover,.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown:hover,.sirius-time-picker-wrapper .react-datepicker__year-dropdown:hover{cursor:pointer}.sirius-time-picker-wrapper .react-datepicker__month-dropdown--scrollable,.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown--scrollable,.sirius-time-picker-wrapper .react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.sirius-time-picker-wrapper .react-datepicker__month-option,.sirius-time-picker-wrapper .react-datepicker__month-year-option,.sirius-time-picker-wrapper .react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.sirius-time-picker-wrapper .react-datepicker__month-option:first-of-type,.sirius-time-picker-wrapper .react-datepicker__month-year-option:first-of-type,.sirius-time-picker-wrapper .react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.sirius-time-picker-wrapper .react-datepicker__month-option:last-of-type,.sirius-time-picker-wrapper .react-datepicker__month-year-option:last-of-type,.sirius-time-picker-wrapper .react-datepicker__year-option:last-of-type{-webkit-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.sirius-time-picker-wrapper .react-datepicker__month-option:hover,.sirius-time-picker-wrapper .react-datepicker__month-year-option:hover,.sirius-time-picker-wrapper .react-datepicker__year-option:hover{background-color:#ccc}.sirius-time-picker-wrapper .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.sirius-time-picker-wrapper .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.sirius-time-picker-wrapper .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.sirius-time-picker-wrapper .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.sirius-time-picker-wrapper .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.sirius-time-picker-wrapper .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.sirius-time-picker-wrapper .react-datepicker__month-option--selected,.sirius-time-picker-wrapper .react-datepicker__month-year-option--selected,.sirius-time-picker-wrapper .react-datepicker__year-option--selected{position:absolute;left:15px}.sirius-time-picker-wrapper .react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.sirius-time-picker-wrapper .react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.sirius-time-picker-wrapper .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.sirius-time-picker-wrapper .react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__day,.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__day-name,.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-height:550px),(max-width:400px){.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__day,.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__day-name,.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker-time__header,.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.sirius-time-picker-wrapper .react-datepicker{border:.5px solid rgba(var(--text-5-r,39),var(--text-5-g,46),var(--Text-5-b,71),.2);box-sizing:border-box;box-shadow:0 4px 8px rgba(0,0,0,.2);border-radius:6px}.sirius-time-picker-wrapper .react-datepicker__header.react-datepicker__header--time.react-datepicker__header--time--only{display:none}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{color:#4c6aff;background-color:#fff}.sirius-time-picker-wrapper li.react-datepicker__time-list-item.sirius-time-picker-timeli.react-datepicker__time-list-item--selected:after{content:"";display:inline-block;width:16px;height:16px;background-image:url(https://cowork-storage-public-cdn.lx.netease.com/common/2023/12/04/705157fbba4e48e2b670a4a4bac85a6f.png);background-size:100% 100%;position:relative;top:2px;left:10px}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{border-radius:4px;overflow-y:auto;overflow-y:overlay;overflow-x:hidden}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar{opacity:0;width:6px;background-color:transparent}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar:horizontal{height:6px}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar:horizontal{height:6px}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-button{display:none}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6);border-radius:17px;padding-right:4px;width:6px;opacity:0}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-thumb:hover{background-color:#ddd}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-corner{display:none}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time{border-radius:4px!important}.sirius-time-picker-wrapper .react-datepicker__time-container{border-radius:4px}.sirius-time-picker-wrapper .react-datepicker__input-container .react-datepicker__close-icon{opacity:0}.sirius-time-picker-wrapper .react-datepicker__input-container .react-datepicker__close-icon:after{width:12px;height:12px;font-size:12px;background-color:rgba(0,0,0,.16);padding:0}.sirius-time-picker-wrapper .react-datepicker__input-container .react-datepicker__close-icon:hover,.sirius-time-picker-wrapper .react-datepicker__input-container input:hover+.react-datepicker__close-icon{opacity:1}.sirius-time-picker-wrapper .react-datepicker__header{background-color:#fff;font-size:12px;border-bottom:none;padding:24px 11px 0}.sirius-time-picker-wrapper .react-datepicker__header .react-datepicker__day-names{margin-bottom:-7px}.sirius-time-picker-wrapper .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name{width:16px;height:16px;margin:13px;line-height:16px}.sirius-time-picker-wrapper .react-datepicker__month{font-size:12px;margin:0 11px 11px}.sirius-time-picker-wrapper .react-datepicker__month .react-datepicker__week .react-datepicker__day{width:28px;height:28px;margin:7px;line-height:28px}.sirius-time-picker-wrapper .react-datepicker-popper{z-index:1020}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom]{padding-top:2px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top]{padding-bottom:2px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=right]{padding-left:2px}.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=left]{padding-right:2px}.sirius-time-picker-wrapper .react-datepicker__day--outside-month{opacity:.5}.sirius-time-picker-wrapper .react-datepicker__day--in-range,.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__day--selected,.sirius-time-picker-wrapper .react-datepicker__month-text--in-range,.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__month-text--selected,.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-range,.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__quarter-text--selected,.sirius-time-picker-wrapper .react-datepicker__year-text--in-range,.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range,.sirius-time-picker-wrapper .react-datepicker__year-text--selected{border-radius:50%;color:#fff!important;background-color:var(--Brand-6,#4c6aff);border:none!important}.sirius-time-picker-wrapper .react-datepicker__day--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__day--selected:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--selected:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--selected:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--in-range:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--selected:hover{border-radius:50%;background-color:var(--Brand-6,#4c6aff);border:none}.sirius-time-picker-wrapper .react-datepicker__day:hover,.sirius-time-picker-wrapper .react-datepicker__month-text:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text:hover,.sirius-time-picker-wrapper .react-datepicker__year-text:hover{border-radius:50%}.sirius-time-picker-wrapper .react-datepicker__day--today,.sirius-time-picker-wrapper .react-datepicker__month-text--today,.sirius-time-picker-wrapper .react-datepicker__quarter-text--today,.sirius-time-picker-wrapper .react-datepicker__year-text--today{border:1px solid transparent;border-radius:50%;font-weight:400}.sirius-time-picker-wrapper .react-datepicker__day--today:hover,.sirius-time-picker-wrapper .react-datepicker__month-text--today:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--today:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--today:hover{border:1px solid transparent}.sirius-time-picker-wrapper .react-datepicker__month-text--keyboard-selected,.sirius-time-picker-wrapper .react-datepicker__quarter-text--keyboard-selected,.sirius-time-picker-wrapper .react-datepicker__year-text--keyboard-selected{border-radius:50%;background:#386ee7}.sirius-time-picker-wrapper .react-datepicker__month-text--keyboard-selected:hover,.sirius-time-picker-wrapper .react-datepicker__quarter-text--keyboard-selected:hover,.sirius-time-picker-wrapper .react-datepicker__year-text--keyboard-selected:hover{background-color:#f74f4f;border:none}.sirius-time-picker-wrapper .react-datepicker__day--keyboard-selected{outline:none;color:#000;font-weight:400;background-color:transparent;border-radius:50%;border:none}.sirius-time-picker-wrapper .react-datepicker__day--keyboard-selected:hover{background-color:#f0f0f0}.sirius-radio-ehc-ui.ant-radio-wrapper:hover .ant-radio-inner,.sirius-radio-ehc-ui.lx-ant-radio-wrapper:hover .ant-radio-inner{border-color:var(--Brand-6,#4c6aff)}.sirius-radio-ehc-ui .ant-radio-checked .ant-radio-inner:after,.sirius-radio-ehc-ui .lx-ant-radio-checked .lx-ant-radio-inner:after{background-color:#fff;opacity:0;transition:none;transform:none;display:none}.sirius-radio-ehc-ui .ant-radio-checked .ant-radio-inner,.sirius-radio-ehc-ui .lx-ant-radio-checked .lx-ant-radio-inner{border-width:4px;border-color:var(--Brand-6,#4c6aff);box-shadow:none}.sirius-radio-ehc-ui .ant-radio-checked:after:not(.ant-radio-disabled),.sirius-radio-ehc-ui .lx-ant-radio-checked:after:not(.lx-ant-radio-disabled){animation-fill-mode:none;animation:none;border:1px solid var(--Brand-6,#4c6aff)}.sirius-radio-ehc-ui .ant-radio-checked:after,.sirius-radio-ehc-ui .lx-ant-radio-checked:after{display:none}.sirius-radio-ehc-ui .ant-radio:hover .ant-radio-inner,.sirius-radio-ehc-ui .lx-ant-radio:hover .lx-ant-radio-inner{border-color:var(--Brand-6,#4c6aff)}.sirius-radio-ehc-ui .ant-radio-inner,.sirius-radio-ehc-ui .lx-ant-radio-inner{transition:none;border-color:var(--Fill-5,#c9cbd6);height:14px;width:14px}.sirius-radio-ehc-ui .ant-radio-disabled.ant-radio-checked .ant-radio-inner,.sirius-radio-ehc-ui .lx-ant-radio-disabled.lx-ant-radio-checked .lx-ant-radio-inner{background-color:#fff;border-color:var(--Brand-3,#b7c3ff)!important}.sirius-radio-ehc-ui .ant-radio-disabled .ant-radio-inner,.sirius-radio-ehc-ui .lx-ant-radio-disabled .lx-ant-radio-inner{background-color:var(--Fill-4,#e1e3e8);border-color:var(--Fill-5,#c9cbd6)!important}.sirius-radio-ehc-ui .ant-radio-checked .ant-radio-inner,.sirius-radio-ehc-ui .lx-ant-radio-checked .lx-ant-radio-inner{background-color:#fff}.datePickerDropDown{z-index:1060;background-color:var(--white,#fff);overflow:hidden;border:.5px solid rgba(var(--text-5-r,39),var(--text-5-g,46),var(--Text-5-b,71),.2);box-sizing:border-box;box-shadow:0 4px 8px rgba(0,0,0,.2);border-radius:6px;min-width:66px}.datePickerDropDown ul{margin:0;padding:0}.sirius-time-picker-timeli{list-style:none;cursor:pointer;text-align:left;color:var(--Text-4,#545a6e);font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;padding:5px 12px!important;background-color:#fff!important}.sirius-time-picker-timeli:hover{background:#f0f2f7!important}.sirius-time-picker-wrapper{display:inline-block}.sirius-time-picker-wrapper .react-datepicker__aria-live{display:none}.sirius-time-picker-wrapper .react-datepicker__time-container,.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px}.sirius-time-picker-wrapper .input{width:56px;color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:16px;border-radius:4px;border:1px solid var(--Line-3,#e1e3e8);padding:7px 11px}.sirius-time-picker-wrapper .input.ant-input:focus,.sirius-time-picker-wrapper .input.ant-input:hover,.sirius-time-picker-wrapper .input.lx-ant-input:focus,.sirius-time-picker-wrapper .input.lx-ant-input:hover{border:1px solid var(--Brand-6,#4c6aff);box-shadow:none}.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:90px;border-radius:4px;border:.5px solid var(--Line-2,#ebedf2);background:#fff;box-shadow:0 4px 10px 0 rgba(47,83,134,.12)}.sirius-switch-ui.ant-switch-checked,.sirius-switch-ui.lx-ant-switch-checked{background-color:var(--Brand-6,#4c6aff)}.sirius-switch-ui.ant-switch.ant-switch-disabled:not(.ant-switch-checked),.sirius-switch-ui.lx-ant-switch.lx-ant-switch-disabled:not(.lx-ant-switch-checked){background-color:var(--Fill-2_5,#f0f2f7);opacity:1}.sirius-switch-ui.ant-switch:focus,.sirius-switch-ui.lx-ant-switch:focus{box-shadow:none}.sirius-switch-ui.ant-switch-disabled.ant-switch-checked,.sirius-switch-ui.lx-ant-switch-disabled.lx-ant-switch-checked{background-color:var(--Brand-3,#b7c3ff);opacity:1}.sirius-switch-ui.ant-switch:not(.ant-switch-checked),.sirius-switch-ui.lx-ant-switch:not(.lx-ant-switch-checked){background-color:var(--Fill-4,#e1e3e8)}.sirius-switch-ui .ant-click-animating-node,.sirius-switch-ui .lx-ant-click-animating-node{display:none}.sirius-switch-ui.ant-switch:not(.ant-switch-small),.sirius-switch-ui.lx-ant-switch:not(.lx-ant-switch-small){min-width:35px;height:20px}.sirius-switch-ui.ant-switch:not(.ant-switch-small) .ant-switch-handle,.sirius-switch-ui.ant-switch:not(.ant-switch-small) .lx-ant-switch-handle,.sirius-switch-ui.lx-ant-switch:not(.lx-ant-switch-small) .ant-switch-handle,.sirius-switch-ui.lx-ant-switch:not(.lx-ant-switch-small) .lx-ant-switch-handle{height:16px;width:16px;transition:none}.sirius-switch-ui.ant-switch:not(.ant-switch-small) .ant-switch-handle:before,.sirius-switch-ui.ant-switch:not(.ant-switch-small) .lx-ant-switch-handle:before,.sirius-switch-ui.lx-ant-switch:not(.lx-ant-switch-small) .ant-switch-handle:before,.sirius-switch-ui.lx-ant-switch:not(.lx-ant-switch-small) .lx-ant-switch-handle:before{box-shadow:none}.sirius-switch-ui.ant-switch.ant-switch-checked:not(.ant-switch-small) .ant-switch-handle,.sirius-switch-ui.ant-switch.ant-switch-checked:not(.ant-switch-small) .lx-ant-switch-handle,.sirius-switch-ui.lx-ant-switch.lx-ant-switch-checked:not(.lx-ant-switch-small) .ant-switch-handle,.sirius-switch-ui.lx-ant-switch.lx-ant-switch-checked:not(.lx-ant-switch-small) .lx-ant-switch-handle{left:calc(100% - 18px)}.lx-ui-tooltip .content-box{margin:0;padding:8px 12px;background-color:rgba(var(--font-color-3-r,0),var(--font-color-3-g,0),var(--font-color-3-b,0),.8);border-radius:4px;max-width:372px}.lx-ui-tooltip .content-box .content-title{color:var(--white,#fff);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px}.lx-ui-tooltip .ant-popover-inner,.lx-ui-tooltip .lx-ant-popover-inner{background-color:transparent}.lx-ui-tooltip .ant-popover-arrow,.lx-ui-tooltip .lx-ant-popover-arrow{opacity:.77}.lx-ui-tooltip .ant-popover-arrow-content,.lx-ui-tooltip .ant-popover-arrow-content:before,.lx-ui-tooltip .lx-ant-popover-arrow-content,.lx-ui-tooltip .lx-ant-popover-arrow-content:before{background-color:#000}.lx-ui-tooltip .ant-popover-inner-content,.lx-ui-tooltip .lx-ant-popover-inner-content{padding:0}.lx-theme-dark .ant-popover-arrow,.lx-theme-dark .lx-ant-popover-arrow{filter:invert(100) hue-rotate(180deg)}.lx-theme-dark .extheme .ant-popover-arrow,.lx-theme-dark .extheme .lx-ant-popover-arrow{filter:none}.sirius-select-ui .rc-virtual-list-scrollbar.rc-virtual-list-scrollbar-vertical .rc-virtual-list-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6)!important;width:6px!important;right:3px!important;border-radius:4px!important}.sirius-select-ui .rc-virtual-list-scrollbar.rc-virtual-list-scrollbar-vertical .rc-virtual-list-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#ddd)!important}.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow,.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow{flex-wrap:nowrap;overflow-x:auto}.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar,.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal,.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal{height:6px}.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar-button,.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-button,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar-button,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-button{display:none}.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb,.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-thumb,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6);border-radius:3px;padding-right:4px;width:6px;opacity:0}.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover,.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#ddd)}.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar-corner,.sirius-select-ui.ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-corner,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .ant-select-selection-overflow:hover::-webkit-scrollbar-corner,.sirius-select-ui.lx-ant-select-multiple:not(.sirius-select-ui-multi-line) .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-corner{display:none}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selector,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selector,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selector,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selector{max-height:116px}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow{max-height:110px;overflow-y:auto;overflow-y:overlay;overflow-x:hidden}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow::-webkit-scrollbar,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow::-webkit-scrollbar,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow::-webkit-scrollbar,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow::-webkit-scrollbar{opacity:0;width:6px;background-color:transparent}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal{height:6px}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar-button,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-button,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar-button,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-button{display:none}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-thumb,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6);border-radius:3px;padding-right:4px;width:6px;opacity:0}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#ddd)}.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar-corner,.sirius-select-ui.ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-corner,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .ant-select-selection-overflow:hover::-webkit-scrollbar-corner,.sirius-select-ui.lx-ant-select-multiple.sirius-select-ui-multi-line .lx-ant-select-selection-overflow:hover::-webkit-scrollbar-corner{display:none}.sirius-select-ui-showSearch .ant-select-selection-search,.sirius-select-ui-showSearch .lx-ant-select-selection-search{display:none}.sirius-select-ui-small.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.sirius-select-ui-small.ant-select-single:not(.ant-select-customize-input) .lx-ant-select-selector,.sirius-select-ui-small.lx-ant-select-single:not(.lx-ant-select-customize-input) .ant-select-selector,.sirius-select-ui-small.lx-ant-select-single:not(.lx-ant-select-customize-input) .lx-ant-select-selector{height:32px}.sirius-select-ui-small.ant-select-single .ant-select-selector .ant-select-selection-placeholder,.sirius-select-ui-small.lx-ant-select-single .lx-ant-select-selector .lx-ant-select-selection-placeholder{line-height:32px}.sirius-select-ui-small.ant-select-single:not(.ant-select-disabled) .ant-select-selector .ant-select-selection-placeholder,.sirius-select-ui-small.lx-ant-select-single:not(.lx-ant-select-disabled) .lx-ant-select-selector .lx-ant-select-selection-placeholder{color:var(--Text-2,#9fa2ad)}.sirius-select-ui-small.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.sirius-select-ui-small.ant-select-single:not(.ant-select-customize-input) .lx-ant-select-selector .lx-ant-select-selection-search-input,.sirius-select-ui-small.lx-ant-select-single:not(.lx-ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.sirius-select-ui-small.lx-ant-select-single:not(.lx-ant-select-customize-input) .lx-ant-select-selector .lx-ant-select-selection-search-input{height:16px}.sirius-select-ui-small.ant-select-show-search:not(.ant-select-multiple):not(.ant-select-customize-input) .ant-select-selector input,.sirius-select-ui-small.ant-select-show-search:not(.ant-select-multiple):not(.ant-select-customize-input) .lx-ant-select-selector input,.sirius-select-ui-small.lx-ant-select-show-search:not(.lx-ant-select-multiple):not(.lx-ant-select-customize-input) .ant-select-selector input,.sirius-select-ui-small.lx-ant-select-show-search:not(.lx-ant-select-multiple):not(.lx-ant-select-customize-input) .lx-ant-select-selector input{margin-top:7px}.sirius-select-ui-small.ant-select-multiple .ant-select-selector,.sirius-select-ui-small.ant-select-multiple .lx-ant-select-selector,.sirius-select-ui-small.lx-ant-select-multiple .ant-select-selector,.sirius-select-ui-small.lx-ant-select-multiple .lx-ant-select-selector{padding-top:1px;padding-bottom:1px;padding-left:12px}.sirius-select-ui-small .ant-select-clear,.sirius-select-ui-small .lx-ant-select-clear,.sirius-select-ui-small.sirius-select-ui .lx-ant-select-arrow{top:14px}.sirius-select-ui-small.ant-select-single .ant-select-selector .ant-select-selection-item,.sirius-select-ui-small.ant-select-single .ant-select-selector .lx-ant-select-selection-item,.sirius-select-ui-small.ant-select-single .lx-ant-select-selector .ant-select-selection-item,.sirius-select-ui-small.ant-select-single .lx-ant-select-selector .lx-ant-select-selection-item,.sirius-select-ui-small.lx-ant-select-single .ant-select-selector .ant-select-selection-item,.sirius-select-ui-small.lx-ant-select-single .ant-select-selector .lx-ant-select-selection-item,.sirius-select-ui-small.lx-ant-select-single .lx-ant-select-selector .ant-select-selection-item,.sirius-select-ui-small.lx-ant-select-single .lx-ant-select-selector .lx-ant-select-selection-item{line-height:30px}.sirius-select-ui-large.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.sirius-select-ui-large.ant-select-single:not(.ant-select-customize-input) .lx-ant-select-selector,.sirius-select-ui-large.lx-ant-select-single:not(.lx-ant-select-customize-input) .ant-select-selector,.sirius-select-ui-large.lx-ant-select-single:not(.lx-ant-select-customize-input) .lx-ant-select-selector{height:36px}.sirius-select-ui-large.ant-select-single .ant-select-selector .ant-select-selection-placeholder,.sirius-select-ui-large.lx-ant-select-single .lx-ant-select-selector .lx-ant-select-selection-placeholder{line-height:36px}.sirius-select-ui-large.ant-select-single:not(.ant-select-disabled) .ant-select-selector .ant-select-selection-placeholder,.sirius-select-ui-large.lx-ant-select-single:not(.lx-ant-select-disabled) .lx-ant-select-selector .lx-ant-select-selection-placeholder{color:var(--Text-2,#9fa2ad)}.sirius-select-ui-large.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.sirius-select-ui-large.ant-select-single:not(.ant-select-customize-input) .lx-ant-select-selector .lx-ant-select-selection-search-input,.sirius-select-ui-large.lx-ant-select-single:not(.lx-ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.sirius-select-ui-large.lx-ant-select-single:not(.lx-ant-select-customize-input) .lx-ant-select-selector .lx-ant-select-selection-search-input{height:16px}.sirius-select-ui-large.ant-select-show-search:not(.ant-select-multiple):not(.ant-select-customize-input) .ant-select-selector input,.sirius-select-ui-large.ant-select-show-search:not(.ant-select-multiple):not(.ant-select-customize-input) .lx-ant-select-selector input,.sirius-select-ui-large.lx-ant-select-show-search:not(.lx-ant-select-multiple):not(.lx-ant-select-customize-input) .ant-select-selector input,.sirius-select-ui-large.lx-ant-select-show-search:not(.lx-ant-select-multiple):not(.lx-ant-select-customize-input) .lx-ant-select-selector input{margin-top:10px}.sirius-select-ui-large.ant-select-multiple .ant-select-selector,.sirius-select-ui-large.ant-select-multiple .lx-ant-select-selector,.sirius-select-ui-large.lx-ant-select-multiple .ant-select-selector,.sirius-select-ui-large.lx-ant-select-multiple .lx-ant-select-selector{padding-top:3px;padding-bottom:3px;padding-left:12px}.sirius-select-ui-large .ant-select-clear,.sirius-select-ui-large .lx-ant-select-clear,.sirius-select-ui-large.sirius-select-ui .ant-select-arrow,.sirius-select-ui-large.sirius-select-ui .lx-ant-select-arrow{top:16px!important}.sirius-select-ui-large.ant-select-single .ant-select-selector .ant-select-selection-item,.sirius-select-ui-large.ant-select-single .ant-select-selector .lx-ant-select-selection-item,.sirius-select-ui-large.ant-select-single .lx-ant-select-selector .ant-select-selection-item,.sirius-select-ui-large.ant-select-single .lx-ant-select-selector .lx-ant-select-selection-item,.sirius-select-ui-large.lx-ant-select-single .ant-select-selector .ant-select-selection-item,.sirius-select-ui-large.lx-ant-select-single .ant-select-selector .lx-ant-select-selection-item,.sirius-select-ui-large.lx-ant-select-single .lx-ant-select-selector .ant-select-selection-item,.sirius-select-ui-large.lx-ant-select-single .lx-ant-select-selector .lx-ant-select-selection-item{line-height:34px}.sirius-select-ui.ant-select:not(.ant-select-disabled) .ant-select-selector,.sirius-select-ui.ant-select:not(.ant-select-disabled) .lx-ant-select-selector,.sirius-select-ui.lx-ant-select:not(.lx-ant-select-disabled) .ant-select-selector,.sirius-select-ui.lx-ant-select:not(.lx-ant-select-disabled) .lx-ant-select-selector{border-color:var(--Line-3,#e1e3e8)}.sirius-select-ui.ant-select:not(.ant-select-disabled) .ant-select-selector:hover,.sirius-select-ui.ant-select:not(.ant-select-disabled) .lx-ant-select-selector:hover,.sirius-select-ui.lx-ant-select:not(.lx-ant-select-disabled) .ant-select-selector:hover,.sirius-select-ui.lx-ant-select:not(.lx-ant-select-disabled) .lx-ant-select-selector:hover{border-color:var(--Brand-5,#7088ff)}.sirius-select-ui.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector,.sirius-select-ui.ant-select-disabled.ant-select:not(.ant-select-customize-input) .lx-ant-select-selector,.sirius-select-ui.lx-ant-select-disabled.lx-ant-select:not(.lx-ant-select-customize-input) .ant-select-selector,.sirius-select-ui.lx-ant-select-disabled.lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selector{background:var(--Fill-2,#f6f7fa);border:1px solid var(--Line-3,#e1e3e8)}.sirius-select-ui.ant-select-multiple.ant-select-disabled .ant-select-selection-item,.sirius-select-ui.ant-select-multiple.ant-select-disabled .lx-ant-select-selection-item,.sirius-select-ui.ant-select-multiple.lx-ant-select-disabled .ant-select-selection-item,.sirius-select-ui.ant-select-multiple.lx-ant-select-disabled .lx-ant-select-selection-item,.sirius-select-ui.lx-ant-select-multiple.ant-select-disabled .ant-select-selection-item,.sirius-select-ui.lx-ant-select-multiple.ant-select-disabled .lx-ant-select-selection-item,.sirius-select-ui.lx-ant-select-multiple.lx-ant-select-disabled .ant-select-selection-item,.sirius-select-ui.lx-ant-select-multiple.lx-ant-select-disabled .lx-ant-select-selection-item{background:var(--Fill-3,#ebedf2);border:none;color:var(--Text-2,#9fa2ad);line-height:24px}.sirius-select-ui.ant-select-multiple .ant-select-selection-search,.sirius-select-ui.ant-select-multiple .lx-ant-select-selection-search,.sirius-select-ui.lx-ant-select-multiple .ant-select-selection-search,.sirius-select-ui.lx-ant-select-multiple .lx-ant-select-selection-search{margin-inline-start:0}.sirius-select-ui .ant-select-item-option-disabled,.sirius-select-ui .lx-ant-select-item-option-disabled{color:var(--Text-1,#b7bac2)}.sirius-select-ui.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,.sirius-select-ui.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .lx-ant-select-selector,.sirius-select-ui.ant-select-focused:not(.ant-select-disabled).lx-ant-select:not(.lx-ant-select-customize-input) .ant-select-selector,.sirius-select-ui.ant-select-focused:not(.ant-select-disabled).lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selector,.sirius-select-ui.lx-ant-select-focused:not(.lx-ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,.sirius-select-ui.lx-ant-select-focused:not(.lx-ant-select-disabled).ant-select:not(.ant-select-customize-input) .lx-ant-select-selector,.sirius-select-ui.lx-ant-select-focused:not(.lx-ant-select-disabled).lx-ant-select:not(.lx-ant-select-customize-input) .ant-select-selector,.sirius-select-ui.lx-ant-select-focused:not(.lx-ant-select-disabled).lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selector{border-color:var(--Brand-5,#7088ff);box-shadow:none}.sirius-select-ui .ant-select-item-option-selected:not(.ant-select-item-option-disabled),.sirius-select-ui .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled){background:var(--white-bg,#f4f4f5);color:var(--Brand-6,#4c6aff);font-weight:400}.sirius-select-ui .ant-select-item-option-active:not(.ant-select-item-option-disabled):not(.ant-select-item-option-selected),.sirius-select-ui .lx-ant-select-item-option-active:not(.lx-ant-select-item-option-disabled):not(.lx-ant-select-item-option-selected){background-color:var(--Fill-2,#f6f7fa);color:var(--Text-5,#272e47)}.sirius-select-ui .ant-select,.sirius-select-ui .lx-ant-select{color:var(--Text-5,#272e47)}.sirius-select-ui .ant-select-arrow,.sirius-select-ui .lx-ant-select-arrow{width:16px;height:16px;right:8px;top:45%}.sirius-select-ui .ant-select-item-empty,.sirius-select-ui .lx-ant-select-item-empty{display:flex;justify-content:center;padding:45px 0 41px}.sirius-select-ui-loading{width:16px;height:16px;animation:loading .8s linear infinite}.sirius-select-ui .ant-select-single .ant-select-selector .ant-select-selection-search,.sirius-select-ui .ant-select-single .ant-select-selector .lx-ant-select-selection-search,.sirius-select-ui .ant-select-single .lx-ant-select-selector .ant-select-selection-search,.sirius-select-ui .ant-select-single .lx-ant-select-selector .lx-ant-select-selection-search,.sirius-select-ui .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.sirius-select-ui .ant-select:not(.ant-select-customize-input) .lx-ant-select-selector .lx-ant-select-selection-search-input,.sirius-select-ui .lx-ant-select-single .ant-select-selector .ant-select-selection-search,.sirius-select-ui .lx-ant-select-single .ant-select-selector .lx-ant-select-selection-search,.sirius-select-ui .lx-ant-select-single .lx-ant-select-selector .ant-select-selection-search,.sirius-select-ui .lx-ant-select-single .lx-ant-select-selector .lx-ant-select-selection-search,.sirius-select-ui .lx-ant-select:not(.lx-ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.sirius-select-ui .lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selector .lx-ant-select-selection-search-input{caret-color:var(--Brand-6,#4c6aff)}.sirius-select-ui .ant-select-clear,.sirius-select-ui .lx-ant-select-clear{right:7px;width:16px;height:16px}.sirius-select-ui .ant-select-clear:hover>svg path,.sirius-select-ui .lx-ant-select-clear:hover>svg path{fill:var(--Fill-6,#8d92a1)}.sirius-select-ui .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selection-placeholder,.sirius-select-ui .ant-select-disabled.ant-select:not(.ant-select-customize-input) .lx-ant-select-selection-placeholder,.sirius-select-ui .lx-ant-select-disabled.lx-ant-select:not(.lx-ant-select-customize-input) .ant-select-selection-placeholder,.sirius-select-ui .lx-ant-select-disabled.lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selection-placeholder{color:var(--Text-1,#b7bac2)}.sirius-select-ui .ant-select-item-option-disabled.ant-select-item-option-selected,.sirius-select-ui .lx-ant-select-item-option-disabled.lx-ant-select-item-option-selected{background-color:var(--white,#fff)}.sirius-select-ui .ant-checkbox,.sirius-select-ui .lx-ant-checkbox{top:2px}.sirius-select-ui .ant-select-single:not(.ant-select-disabled).ant-select-borderless .ant-select-selector .ant-select-selection-placeholder,.sirius-select-ui .ant-select-single:not(.ant-select-disabled).ant-select-borderless .lx-ant-select-selector .lx-ant-select-selection-placeholder,.sirius-select-ui .ant-select-single:not(.ant-select-disabled).lx-ant-select-borderless .ant-select-selector .ant-select-selection-placeholder,.sirius-select-ui .ant-select-single:not(.ant-select-disabled).lx-ant-select-borderless .lx-ant-select-selector .lx-ant-select-selection-placeholder,.sirius-select-ui .lx-ant-select-single:not(.lx-ant-select-disabled).ant-select-borderless .ant-select-selector .ant-select-selection-placeholder,.sirius-select-ui .lx-ant-select-single:not(.lx-ant-select-disabled).ant-select-borderless .lx-ant-select-selector .lx-ant-select-selection-placeholder,.sirius-select-ui .lx-ant-select-single:not(.lx-ant-select-disabled).lx-ant-select-borderless .ant-select-selector .ant-select-selection-placeholder,.sirius-select-ui .lx-ant-select-single:not(.lx-ant-select-disabled).lx-ant-select-borderless .lx-ant-select-selector .lx-ant-select-selection-placeholder{color:var(--Brand-6,#4c6aff)}.sirius-select-ui .ant-select-dropdown,.sirius-select-ui.ant-select:not(.ant-select-customize-input) .ant-select-selector,.sirius-select-ui.ant-select:not(.ant-select-customize-input) .lx-ant-select-selector,.sirius-select-ui .lx-ant-select-dropdown,.sirius-select-ui.lx-ant-select:not(.lx-ant-select-customize-input) .ant-select-selector,.sirius-select-ui.lx-ant-select:not(.lx-ant-select-customize-input) .lx-ant-select-selector{border-radius:4px;background-color:var(--white,#fff)}.sirius-select-ui .ant-select-item,.sirius-select-ui .lx-ant-select-item{color:var(--font-color-2,#262a33)}.ant-form-item-has-error .sirius-select-ui.ant-select:not(.ant-select-customize-input):not(.ant-select-disabled) .ant-select-selector .ant-select-selection-search-input,.ant-form-item-has-error .sirius-select-ui.ant-select:not(.ant-select-customize-input):not(.ant-select-disabled) .lx-ant-select-selector .lx-ant-select-selection-search-input,.ant-form-item-has-error .sirius-select-ui.lx-ant-select:not(.lx-ant-select-customize-input):not(.lx-ant-select-disabled) .ant-select-selector .ant-select-selection-search-input,.ant-form-item-has-error .sirius-select-ui.lx-ant-select:not(.lx-ant-select-customize-input):not(.lx-ant-select-disabled) .lx-ant-select-selector .lx-ant-select-selection-search-input,.lx-ant-form-item-has-error .sirius-select-ui.ant-select:not(.ant-select-customize-input):not(.ant-select-disabled) .ant-select-selector .ant-select-selection-search-input,.lx-ant-form-item-has-error .sirius-select-ui.ant-select:not(.ant-select-customize-input):not(.ant-select-disabled) .lx-ant-select-selector .lx-ant-select-selection-search-input,.lx-ant-form-item-has-error .sirius-select-ui.lx-ant-select:not(.lx-ant-select-customize-input):not(.lx-ant-select-disabled) .ant-select-selector .ant-select-selection-search-input,.lx-ant-form-item-has-error .sirius-select-ui.lx-ant-select:not(.lx-ant-select-customize-input):not(.lx-ant-select-disabled) .lx-ant-select-selector .lx-ant-select-selection-search-input{caret-color:var(--Error-6,#fe5b4c)}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SiriusModal-module_modalCheckContentWrap__1ZfP1{display:flex}.SiriusModal-module_modalCheckContentWrap__1ZfP1 .SiriusModal-module_checkboxWrap__1Ojit{flex:none;width:16px;height:16px}.SiriusModal-module_modalCheckContentWrap__1ZfP1 .SiriusModal-module_childrenWrap__12_NE{flex:1 1;display:flex}.SiriusModal-module_modalWrap__3_uPW{left:68px;top:47px}.SiriusModal-module_modalTag__3Edgi .ant-modal-content{border-radius:8px}.SiriusModal-module_modalTag__3Edgi .ant-modal-header{border-top-right-radius:8px;border-top-left-radius:8px}.SiriusModal-module_modalTag__3Edgi .ant-modal-close{top:20px;right:20px}.SiriusModal-module_modalTag__3Edgi .ant-modal-title{line-height:24px;color:#272e47}.SiriusModal-module_modalTag__3Edgi .sirius-icon{font-size:20px;line-height:20px;color:var(--Fill-7,#6f7485);vertical-align:-4px}.SiriusModal-module_modalTag__3Edgi .ant-modal-close-x{width:24px;height:24px;line-height:24px;border-radius:12px}.SiriusModal-module_modalTag__3Edgi .ant-modal-close-x:hover{background-color:#f6f7fa;border-radius:12px;transition:background-color .3s ease-in-out}.SiriusModal-module_modalTag__3Edgi .ant-modal-footer .ant-btn:not(.ant-btn-primary){border-radius:4px;color:#545a6e;border-color:#e1e3e8}.SiriusModal-module_modalTag__3Edgi .ant-modal-footer .ant-btn.ant-btn-primary{border-radius:4px;border-color:#4c6aff;background-color:#4c6aff}.SiriusModal-module_modalTag__3Edgi .ant-form-item-label>label{color:var(--Text-5,#272e47)}.SiriusModal-module_aiStyleModal__2UcDF .lx-ant-modal-content{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQEAAAH1CAMAAABx6MhCAAAAolBMVEUAAACgnf+Okv+Pk/+tm/+9rv+Alf+9r/+Alf+AlP+Hlf+Alf+Blf9/lP+hjf+Blf+kkv9/lP+qmf+AlP+mkv+/sP+vnf+lkf+ijv+0pP/Bsv+6q/9/lP+7rP+snP+0qP+yoP+zpv+9rv++sP9/k/+9r/+eof+zqP+9rv++sP+go/+QnP+no/+Yn/+wqf+Wnv+npv+3rf++sf+Vnv+cov+Tnv+AP044AAAANnRSTlMABgkNEAkaDSEkExYQHSQoFi4UKxoSJR0gKBYiMhoiHB8XJR40KBksLC8tLSgqLyckMjMdICMVNg1pAAD7nElEQVR42uya7coTQQxG9QYEKRSF/Sm0uy0r9f4vzuRM4qnW2pb6rc/MJE9mFfWHh2T3ffFf//Vf//UP6+V//dd//dc/qhcvNtNX9O5dnGFilxuXI/2Fmoj8E6eIGaq4qde5UKWntWlz+GRQlOZ7tdx6vsSJuETEjbCoLDRq1enW8Lmv6nSKE+EUosbe0AfOh9ghSw7C/hr5R89d+iQXNT5FjErNnHnmzCs7biKtK4GTKTPa7Xb7/brf79Zdxn1c5NVu6C3hbZq3sTn36jiC3mL7drs9HrfbsLG2b+NsI26P2+PbcFmFI6lXuZFXXL5KlyI+qDdv3pCfVRNQ9nWECRQYCPFXku9ME0cAZuDcoN8AYMdKD+NOHUzjJPEQBgLGiph7wlJxprK487TIPELvph0lGYtRFLo1D4aNYWHQUnuRfawuOBVDRHUbhyTIUpvil2mOJQBR/bWsWEj6wT4cmzSvp+Je+Ih7NtphIhT1An8qbmSg8W0eSlb4YxkSRsk8i6Bc32EgXrgjKSkYNoo8gJKjhB/8q/0KLwS5vaEb4HuagAoA6vL8nc2fAOzuj8QmYS6VrCNKPiBI8Rj2lBAkoAZa5i4IVUnAYh1ZO9Ii/KzOGXhoFhKbhBOpK629XyVjYVAGnpY402kBfocAHvtUm3U/+gjExoru58rOjzBnOF2wuIEdjooypJkr0veFwtL8jVbQHjCvot9LAtIAzjhFC6gAW6QU1XCcqpQXws8LuOcDaBdpG1wM17yLIhH39qLl634PW642koCkezAYHFQW35OAQqADqyn4VzaEcp4KP13lX8dC3mOj8IZDknq5yZuAkSAkH5Q8BGbEdhTeCD2B10RksSuTFraZQFwjr0vkSewRzSzQB/vQFLCL35HQg4NZpk8DCys82v/lkSzn6efo9NUusP8SmRHGqVcJv8QcCzvIF25lRe7hN0uav7D7bAAZhWMlFgUgkoP2eOeOY00WcXpzOPaWEvIRYV8EGsFQOrMElH7U9ntEnfY5PU9AIUh3BPLU9Fe8DZwII5K+pD3hagfYAOR8x5eAwbayGDu+kTjWuhyIscKwzpJ5qWuYp0VALn1mpFvWaQGA6xImQZiZtHZXGAbJQkLyLyJhoQksde9nUvpbathgkNWP1ukcfCPMcxgZiIPWxBPxisBfKF3yb2WBPkS2XHcAkAz7CA7A0i8UJp0XGWXfbYG83HSCLKZdLiLnytASfYrhV19JFjoO/yRJQHoZpS4+CjQKSX/Fi8FpIuTB2QJe5Z4WQkFCFvtOxG0iKKtDRS9SGyBXQVErK/Hno6UGX8ZaKWgL2Lepiy6wzABhlom2jIfBuikNbKQ2hjJCv3ejEXz3CYKS8EH4ARVyYcbvDQRHY/wP4Z5+rjCnGsIdcWx0vRFsAo65F9/Tr9oTs+9LFQUDfGkjtQShbZ7E0/WAW3kUhDpbnxQBafQGBun8uGP8DSgG0N5LPGp1PgBDPCLHafjRN4GW6vEe8JsIHHIqLGjE+hMZOHVkdwfYhe3fNwX2SEQ/hNyrTe0uDtj63kGJoZRhG5u/kcwTbrIVJCx4xQ2BHSISznq+YmIVUlA4EtbYaRiOsUSSozA+OEcmnRiC3yXslgwswXcDgzLEQbiB50E/6TvxnJsFBGvgtQ0sW4VSgTsdY2+3f81AUgKQYoZ6/RJwD/4uZDPY+JN9FHCPK1tCBQLPY6ooOD731svAGoBRZd4Fvrfmgs0hsivcA74nmPdkD2gvyMaAjT/7VeBEtLeNVLdc3BDkIyPSvQzc2ARmFIeUG2B4qEP3l84pmIDK6nVWyn5w0V1+Dx4WUbCmJXeGNTJa+1evuRGJIAVJww5hPpuFSbHD5n6Ahc0UaSRurAnkJ3F4/ffPYwxGYPnzD79Y4a3m/vLLp18F5nKHzMZkHy/+5h0MxCvVTZ8vAzEddzZ4l/CrIuR9blQYZDgenAtn28f3EdrB7O68VtRST6eeQ92j7wGZ4K6p4SceJGIUfyAKp0kXx87vWxR8zUHNusyTDLx7BAZ2cVj+6F8n2sK4DwCiQqKMw1rLPkmXli3qlFMwvHMIvv4qEMfRNAyNDsC5DBHZ78bnEDzgqyTqHukEz9tBYWhbqKhOTzNP2qoZ9FXkPaALFF+yr7g38joQiJ9z51VTT/DBvXkfgaYP5oE/zhWBORZqR1AQUcgpi/7mEYHLdHSBJJgH0o40hq+wr+LwwO4PMfQ6ALN/yVtAe0D/a19X46EBITkE4G/7jXi6BCCrDHrn/qYAHoFVm3BP81f0i4DDbA6ZC47YQ03Ctn0cpFM+urSX3LPv4ywkMo+EH6mfOAfTCDr82gOuGRRzMOTD+faPuGAIFD0Nr/LvpqAMyXavSgqcNw/rxu+bx8KgyGDYTYXmyl3a/0G++vrrD0Hb+nGxX/tuFy67vnCRUvgz9acPnK2fqKtoE6jUkdOWGXiLI0ba1o8AAkdYF3l87iA6HJ8j8H3NwJym3+Nfgd+YnpAEjBPxukQFPMFT4H9j+F2qMd7/HAFf8Zs6xx7+XjHmIps/7g+Ow4eBwEi0fwzHzMHjWd4hjby7R5evAGWh7Iu6A1uHKls4/FrQ+eEdgyv0zweCPcB3sWLfLfgmdhDmXqTdT8dzkDb32HFkoC1pCzt3nX4snqzQEP4h/Mr7wP2Kin/70LB7er/YGCzSSEJHXrKJO+ddxRWrC3jXpx5tw4w3gBE5cUkGeJBRDSKCPRKLAhg+oecY6HvAfpl/k4LIjwcRcb//z0p/ZO7cdp2GgSj6CUeIFx76ik5DaZH4/49jZnmG1VtwoqoSO/ZcnIqbdJZmYjf4nM/djwYg2bz2Mwo1/nQzwTzLvxY3WCCIkYTjwscovkHFVwXncDWJxyUGRSArB9buT73YApvVtCHGtI+gq75MEClWAJbdXAR2u1nYmSNsxkejeRUIAhUlZ10hrOrFOvyMG/5S+CO46I+2wVHzJQfTVSMcTh1BnlvAgo45jIHZdSlozWfxN0zQjbVIR/GXI72w6yg/K/t+DeAhA89AcxspF94rCQgCBwYJpnJnhKS74f91c/j2XKNGCE7l2ecDpkP8XLDvXrbE9x855S0fBlIaItzkKMxEgM+Mq4CHa8lBp/fln5J88s89EQxBw0/f3Lv02FcIYiwECee6bZcV2ZR84g9rH+wGCCKxBlyYqOlnDQj0ahzvD8Jw+VU4MAj4wj1uADPTKDLLQblHbM2H52rmofFtt1wFdSzxMLDusKqkIs8EwZ4d8JD9r9FEL1R9v9YI6JOsgUHMBgimPCnjdkkI/7+0xQeP8pTJpQo2FoH+03xpEZlOBO1atsJpjDOplVMy8IQigYMvS+ThO+5cFfjkoGh0bSIAiHoPWHGzYBcGZzm4owa0EhR6kGdrE+ziXIsXSaq8KhLjSsRLAY9lPpm+kvj7Qr9UeYwa3wNhCxgOSj7F0v2RaDdDin1C8GcMKahcu6YfnS87HTEpBMEf2AvCYSNeE5/ozhfV4ojjeqs+1m40Ae2BSaYE9ABJz16K8R+0xAe5J/VSODk9qfmMPQTIYIG5VWDuuU7Y208k+B66YevAnZJ5jyyUWSyok4F31nR7H7618zUJ5KieBVIT2ggDv4v868h8DYFMSy+sfMOqjQXf0m7BikAGTvoJQL+rF165BYyr4y+aC2aMi8mAYu505BV+VIAMjIJ4entcncFNKvTwQq/WmOU4/1z3uwFuywRxNMlrJMSAvDKGe/QNM2ef1d8KAT++2MvhCDaWgdgqBQULwc2uw/t1uEv7d7YYFX2sc00pKPmQDETbD/+tA/B0H2O+0AkzA1UkpxJANNzf/Fr+dQD98NppyfccioDPEAk/AywnpAnDMzWbDwYqd4UNGVIwY6ln1wzjJJ5JXdf4wytis+sN6i78YB6LONJYHjN5VzvB3QazlOmROE/A4HobhOZ3VW4Fp0UdKWmnfAOCRHSVrhgCpsFTA0K+8N309n6IhR+zYhwLUA//bn20NVUQEOq5zeneMHYHBT0oqKQh01vq8Hq9h5R/MmDoOe5a8f4MgHjrvgj2nAKku2VslLSk4qtikC5Y8LG+8/nfw/6vWQjX4s4MdkpdDN0I+YR2dsPuDCMOwiha4LD4PWqaEWOkHJFIxKFKsNZ5C25ExFyZdRLCKXEIcUN8GtT9ZueD4dmXFAn8SwE7rhxMYpJ8KlhfhatHgRGV3AdBTzteKJbOmzjWDd0cNu1uWEtD3K8GTAm9zknjauBBuxh4Ugault+jX21hX1yECgL6Q+zX/EPYaS1o/+sWq2UWK1JKNJq8jMCDkSdcsLKv0RdjB/7agTxLwBrb9U/gUfOpSuGdqq8Gs06G8Fsx+MNAuQ3SlqGk3359XheA6S3/lHJLeA2ExkoEOnF4X08lCCsWk2EWSzxZuDzUgG58rOjIwRe78XAsFP+IwrfIrP5GAPtIOAHduyCR0gZDO0i4dgDm+btRyTrEKGs+Y09CA8UxQlnvsRlMBAjZEQF4K52vAYOJK/wp1rGr+sYwm5V/H7iVRtga0PaXgAhteyTYcsvVEsw+lNE5It5XEx6YJi0J15kfLh4T+7xyRj8kAPE157L2I/66S8KPXeAEHNwDgExlrPaB0Brw+i2Br8vK8LMhSHpR4PE5Cf/x5sDlAX0mGKw8JDX2GyTSTuotsjAGmSf+eq6T0A44NDrgsEJQVWoBCPfwmWOOnS5V/RX0sOWU9JNxUtB4TZaARhyDBnU5YV3kmLD9Xiz0q4vBdpKPq7nGEl7ovUEy70P3IAiofMTfleAOEA64lcf0gqWgUBxWjhmbueiyS6rRahfeC1h/14qm6LMGvq6O9/AP6qXdqdN1rEvSoULhRPM2GIvRJvfODUJkyJ0X5IHAdck+Jm4g5MJErD85FK3MICGWQDSisUPbfJNqsI5l1/AScE38YfkIrrrfUFOQ2P43/jYFQS3wO+YgxGb8CQLDTL4GhxF25cp8tzmevByfYfGXpR70Y8REJO6FYJH4M9f6XpjOAeQchpaAc30ww56tBolZVOwF+6M94sYggRScS9hgmA2ktLcktDIksU9e55yx2xyey5HAcpDhJvAOWf7hYrbbgcEUdq++VPNrV4yx8tPvxuD5/Jd8I6jRlDuVI39VoO+zQzGIxN69mnVJisIffl2yr5pcE9JwZRcTu99xCTyXW0aGyhvMGI298I9lH8YnfZnwwgPScOMmSxyBSbPAwIHC5zr6VvxbBmKkn7LgM1QmFH5knIqhFa4XRaOfDObTb4P4nuj7dpepXq8LZaDkI3FR2QVbApoUAfYJ+DTQ9OOGpwX9sGpA4pjekI7+AmLOBa47GGrmL31GlsA3DNx7AOYlwb+0pmKv6fjARENl1XfO6SFA8Yc7Qz2SdIhlpM7bu1+C9Jfb/0hkVdJQCi4s2vyCwphqYYpAVCejGb07AflioMAR6wUsIYbR3sJxXcdQ7e/m+F0+jC7Jp9wFaXOk/OsXQbMDAgFDSwAu4uelnw2w7HtwAs1IuWTmqRizJKFfhrMJVqxgBvl04yocvoC8HXWgOkvFtS64yYcZo7koHKYAvG2ETbvqQ41FceXmCZMUEXnYpiNm52K2AegZmM51s70PD0cS+G+yFX1Mi78XWHhigjvUG8E5uJRyVRUAfQwoBBlk4RtxOsUiQynXz3+YO5cdh4kgiq7ZYKFIiJEQu8gmtD2C//846tYjx2PHOD0JiGt3vRIIWXBUlbY9oyyqawEjKREeS8Sg/0vsJQ1lVEDcfyFPSSAqABr0ZMspgH/BLUCIKB5rshXX+v1VFHTZ5zAEo2UJI1vLYFcbwSKq18bfow1MHT8Ovyz3wvlCLeqNFx6r7v1l9+MORa530YwcuYwisLfvActWHwgD3w8/GEf7N6TFPCYgM56OCqMbBBMdAlJkIG3TEMoz3dIiFvRyZSLPG5ik5RGgRGcIrC1fnv/SfwdIHW9SUA0mZnGmK0w7/8MPgPNcoZJbBSrNlsBCc9Ic/SDQy+qzGnVW/OXBgaOtMIv8P0o0yPlXXLAoHiIfxZRV3P612PJYKQQ0o3KENeRaRS5oVSFRD/xAIO+vT8jfBMFeXfMSNv+pSGr+tWZSI6/lMtMoP8G+kwsBdYLBTEK8vlNz08KvrfDWItHWr9c92DaAJIj+78eyUrqqorewEMiRziSuz+MekCgOFYoNvRCEPtW37f4eZdR3RNz+lohfNZb7kViGhOAAeGh7mQtJfw+4Qt/ro3B5Yu4ZybKr2kI0E2mYjaCI50TUygnYDtFNNvGo0DWnpTlU0DEaj3frV/Mu3B98gr/AQj4vxZexT5GosmiJhYk65Wq8PMXGOPqXpzWjik2nZOOlc00hhUE8/hUkKFlYTmfMu+r7XKqFM+hJi/nlmHyyOq8fEA93xLxjDgLA9Z9EChZGE2g1M4oaOyHygI+AWEdBL12Eb2wDYeBQwcUzGa35eC8YSwvopiod/BOnSoy8btYQ3N9OQi8YBYbqdLKQ1A/egpd7VlwBDvpgX9/0G+Yd8MMBP64JNAPlwGCRzk1kibtEnXJJ0T2s1wNmCkXD2a3rjHrjPxDQFAA05tnSIck+OwkXDxUriV1Uw14BMNhWuTJuQZMUBvgQ2cuanIKV+Yeef4aDbopgqntALFI15uHRjskouND8RQT8iGn/fOF61coIgAVE3f3h/LNT8AsOpikIIqiH19rMwf+2xDuQeLgTggAg5KuTiVgn7OgXj+grByjDs9ULGe+vk+hg16NfzPb6gsc3vxG+cQNkkOnuBfHcHZK8u8h4lgtRKBrOOQvXiKzErOOvhmBZN1aVhXpEjfRA490ti+zo0bjIyp/viST+HIXBjeoEBULhLs7AoCnt9g9SvlVTOgQB91rsZONDK0tThWKgjJg3jVaRXwp5E3eBVOn4WmjAR5TZYe9X3V+ZWLX9qyT/HqYcDd+JeBw+F8F03wvc3wAW7jK8bMZg9PB3QGweCUMYkekL2lyfQvvG9jHwy7L8pu2LyqZJ7BPfja/J19fZBb+OO+AGLZLnKCjgkc5fmj4iOfKqyJupmO4vOOgjsFq/OGv21cvAjwk4HclOwTok/FkzI59Pjx7v+Ls984Pg72HluGWMe2xzWraIU8s7vy+T6Rs1acWxJyAfigJ5icCpkDgVSxfJ3BQZ2Ntp3w6ugecDMbV0eNQ2HvKp4asb4Dw2Bfk+ZJKHTVZBGhTwIy4OqtazD/xLZ10aamUTeMmYDZHjHrDaPcKIgWGSo7cFBHWIafjLRTMgLUNJAfMxqoz3dYgbf7kh+lvzrywP/XuhB9zeDleFmarxy5YV4tIYg1QMxIy4M2uuPAFYCLxlKikwOemiGQwQannZ81jJxnJQ0V/aa9SSDZe//jkQ9+AjW/8QuKl40dCX6RY7DKCFQarK36Np0ioCSl46/pAFH3ahOOlb1rUvisdJh9VH7YMcbABfuQ3E7NUD5VCuIvz1cPKFhBX8rNUCevXnkRJ6/HU4r3qU+sgF9NgGjgIgTP518RD0nWvAXaieTMEoKIiFDCYAIvOS9rsYFVCDmP2sA3YIgPNd+bpxdjz9NNW79zFIZhUKiBFAwLXEuzmYOChxdLmdC3penBV4rlfSxZvlgnxacrOk16OkV3XGMFwcpAsU65TLhbK6VaM03lp4U/glcCin4sIwPGoBPAT8ZBT6vjAXkzy432whMfG+2Ah+QZOODEt3CiLwZgeFcIBvDI5OsqPxT99/XATA38fc/bAlBweh4UcZWTV+I7i72oGIEWobVzOwRcKZd4GqJdzknvkT6UVBCvR/6d78gGgGYHkffi9sfswWRTicE/DXfUwP6B6ovAODDLfkNIJUXhW/Yq7ZzikTtk8XX8+SL6z5iLyyZ96sKqnQSGov12Qr5ikAf8p8yYA5ZYU+xZ4FDSPRC0VAGbq/WSZiCfbhpLYqIvaCtcJ4vvDoO3QyBt/j2CLhcmILc/BFZAgCvrLtwfirM/S49ROqyWGgLnoZ9XUmKb6IeXWC3vg5B5l3I0Hc/BEHeyBXJmC5vcbiHSrmyfi8a642Q5pVVI4msHjn28Tu99Qjkpqzj6mYbeCwiNrrHeCgRTpDRYvPe0D6QALoBzXYH+blHhruqcbES5TZyyDkRj8ZOAfc5b6BvucvgBkSfTqrUhQsMILEbAln/9VPilDwk1VbmCOuAkuZf01Fvzg8Q7xDwCv+3SzhlSCffLq7AYeyMk25u7l9IV+NwBZIStX5OfaKgLKqSlml80NUCnnyh/oTd6SpY8/DTVigpxAF3I61cPVzfbIGX6+PU2r02XdSLiP2yaFpT0OhCoOVCPf6ef9gGNnywqDOmHYtYiNEi58D0cfmkQhh5HgkoLzyOAEf4csEHNgMUR8ol1XCZwgIHhAXCqaHf2/XK9xDwT3iJB0sJ61K3+6H3Dn8oN0gDqZTKVZk9IVRR/M8GOhm1Y13w1xD7iWjOaRaOhnKh/wLQT1DoSSbky/t4KruK6qOvTv4ohQmyoIeSFQmK+aZr40QCxiGlZ70gzvaLDq/owl7IOBXyCNEBzMzk2/hz88pQkXmfRx22K3/Chw+RP7B+JuRZt31LrCv8xGYS59JayOESl79Es7UyiHS/QwM+xT1AK9fm96PGlXCMwLSJIG+iniFDRIZL5RU+h+oRt+a4g8v+9GhuId/Mk9pSDOkLmEI9Oo9kObyw2w2YKd9j+wDFSfqLqAPGsJD81rMunofNQh4ixcCfChYF74V4MQ9O6zYPE0ItuZOOdMw9NMpRSgG+oqeMNNNy6e6ojI8T/7byCO8z7LH703ghdcCfacIXPBThRboXCyazC36CdAlny2ealvy7VMoeKX1KyOpvmdg2yWUGIEDi3R6H3g706D28HkwTL/3hrCTf/23A4O8izmZizm6QgQB0SkL82ASXvWB/xPg7cWe72ZbG6bTBPZNwHE+icFq/HLWTUHBzSyc4JwvIqDzb4hJWBgcANhg0cCcC9IIKJLxwg3U4cPSCGq5M81RkpXus7CnxcJREehzDwXTZLDo7dX7FQfFO/eI62HG9ROl5HwhEjQRbGfbSU6RzijrwMhKuGMCcqHLFohjfMLiy+gXw66l92H3dxWUWXk8UsGPlk+HHLrSAiKwdyxhLho/kVCnKoU+kpBfLI2gH14W3lUoj2Dim34FRDOXBaJOAtL6lcDIF2eCgyT/qehHtTxm++brdS8QXWe5rim4znMNLgh4F0i0KDdAlCupgXj2l4KCwcStcjdECyF2PhAvrYGXCXmKhF3hbAoDdUo9ai0wKDPKi36+PtT1+Uwsm1qcgov5qYZiBXrFVCz0RFEGNQinBziVqQzoBJaMYJ7JXZRSWaL7g3gyshWgrPNx90jVCIS8HIpVHc1696fEssm/v7FwYgCeHv7oR/NXVwLKAcOKCOj1Mjl5PqqBTeLPYSb98uIY+fU+x6cywIcL0lUsKdCS3ZMPD+1ICUgRGnCzrHzkc+8UvBdNlAxj5deLpXvm4J/eTT9AfJ/OGXADhky+3xX8k3lOxTp0L5GrxwOVwp2Zi069Iv6pai9Z0wcGkaq7Lu9gK2Sv2/5lgQ3e2Wo2+TrjvGRxYU9F81qzzHirXMz7GK1i8tROHYtbtCT0XOYVBvPklpU0KFo9AWjKKDo4ZTtNoA9WWQVBuKQfiMSc9YBgF3dvLRd1e8VSlcbYAmG/d1Hm2tMPCEpyHtPkjbEQOeXDljBBxwOhW/Z4blpCMRVRS1MCfwzAtfyMFS5L6N0DMZdFV8ilMZ9FQJ/kOvBHxLYwecSysd5GuX6Swmie9+zVLcz5Pk9Cz+XuCfoNWGCHYF2K3ZBBpxAo624eoqJU56DI3lmj8Bv1B0BUj0emPMLVrXFz03I2NskBactCxuJx3OyE3L0LBk5yEcS1cX6VoIxl5qfaM4mbKIo5kyLPM6UHW+ARICspqaMKEcHAp8SPhNWKVntZgVm9NCZfw4mAS90AZ6lyX6jwWDseZq60fPqtT0sk7FEr+3PmTcszgBhHkVDKpP5MnBzK7i7je8v3mwzbwRW9jr1z8lE4mYL7VciDNJ7AvkpBkkTlZQHYdHzyg/t7AWId39WF4JnOL92pLndDKRk3zDqThXNYLXcXt8pNJ20e6nlfzbytCj7hKvezRcGJF4EIqLqdluXtwBZ9WNgcfYgETeWMdzEJpxURf6/rptUF1mPlvb0y5e7qwpUp8M3PtUAhBXo/P9A5CItrwLZyUTFve4vI0bfIpWr0jeBEQuDdsQV80AZen2Thz2Xkkn5y/IEkSKdqhgzATWalIGAeqYi1unpAZt8uDZwMwai/B0QABM5lEHElVd8Si7AferJU8HFqQWdYTQV5oWfzt/Z/ewTXnhIbwxLozKZP4adwd1l1fuBwbcDbNxV0YzRGTWf0fYrlEoBzYDAlFEZupNPS+SFzpvssHEB0CMpLMRk74qZ8lnKd06hytVrVlwE29DuLCk0hSEx7riWJy78X5iodY+ujJACOmY5hTXJSuojjnAQ6STYiVcDcd8UY3CrPR8AkB5s8m750fFShH4VcLtxGv/U3gf0dIaIAAS9d5MOCEAJSP9ZOqjd8BRdv8LRr9uUt6yE34zqoRxXf8YufwNf/V5CGsB0YfLRHMivKsVcuY8uA4OcMDLXer5uvptWaLzOW5++CoE++DrWA8k6/KAiFlskgNO3zYIPoEZSb1AuyRaLpMmmnEJxFFHWQVpjbExFH0qXo/Aq6fBaZSBbXutD57b4s+qiA+vU++tZ9wJGs2z8CYtT2qdbPctndcT2gJ97qBQ3lH4ob4BAPxc8MDvbqF53nUzG9H1vBjMTUIWC1Na4+HMI+oFIOKS//iHmwEKsyYXoSWjp2YTK5nwD6Yd/ar0u5i86OzQ/ZHs1JPjnf+sgcBsqzVCkKvhl8bQNA9XyKEnt6R4zDIttc8NNCwcaEoNHPXDP6+XFEwOr/1OHx66DDw0ryvoVgXsATDRNpyUiuW1bwb+ua/lFfOa4TxfoRcNQkb5GfttzK7x6FJc81z1cF8mCNQNELvSA7voW9BJ6gmK/ICGVt2+jtxcCrpIbhLPg61M+HfFMRdy52QcgfTMFioEwnAFGyiEyGYztqBgPp2ICajAqVhyhUCOwiALoZ8MmVseXxCv8YgOWfvgXEz1fkPeRMD/jJQHxRQdzDIZLX6EfStGRgnHI88Lvd7YjL/WBLXJbT5GRlo2BCcVCk83jK8/foCYt0S06tI8jByMm/T1edFUfE74ikI9VRyI7/crZ8g32IGMX1Lte6+qXOqy2zV8jXwcC2q9QfQ6cgNXMe8lhAZQgYVijDjkgkEA7XI/CXvmP45UfATyUQ8IeLFD0gpgN+eDAH+LC77WKdd4+hE0w4kt9xyIcBNNL0hGsq94mRV05nT/tnR/DvZdH1oSzUBgj7w2Drk5CcItlzuoFCBXHeoGAGKt1kEJ1hkE9eLDSbUoQmIg8X99NSJTtSYxpE58X693X1I8WAvdWYzn1+PRX5rvtR+BovXM2zAXzNQPBzG7F8l0Q2Ep21zZE4NCkCeseqjo80TPAuV6ZkwKxjP0T+n0ZgrJ8I0QOG+J+8V8ejJfRhOo6IdozCilfQMJbkjsVbeWMdvOgxLkudKvLJPdn9DfR/rxNwXttYBTuJxi8scNOiSrnc5zn/WrlPyNcEvrA5/N5gnzzQw32o7TMv58asFnpIQLjw9XHJklWA37KCzH8rmkE+fzP4BpBH7npL9HkJoPN1JwcfUjJdaxA26MmaZxz2+Nv6mYfjQ0XzSiGh5WmQEpTMS8flMFVBSOXf+nq/fjELD48JCATDyPdqBzuAA/AIdFBjJCZ0sbfMu0mgrw4cFZhH3jn7El/6tLrx90X+7ZUU5A2flutIuhUXEdyTl9u/+nn8E6CIF0unqRBYyAt/i2NWpAr6EARLY8txGAqewJAsKZLsgHhoxP+7uqYzTXYeaKRXBXs0ggl1nSFCJTwF1QI1fJGKivuhV3kH9FCLMbdVIPplS6hTN4agtkGgKLcXw65iRd98ChYlrb+pO5sdx40YCJ/nEiMYQEhffDBg5AcC7Mu8/6uFVSTxxVG0sixnky2rySLlDXYO+cJW25NfFF/B3/oMyKP9yHw4hnwAh87tbdLiuaPV7fTwDJtpMfils8mMDhx9kJ+nHhb0vUfQTheb40w3PiEYMhKBIMzrhMFSkc06iJhUcxPytcGzCaYAgD0D/hFR+Vkx/z3sH4Hd99e1wgoCf/9HCsrZOLt2dBLanMtLI08/xLww1xGvxS+C2dC8gUOtep/g5xCpaFjcs8ciqIfl+d/yi8DYDfbRweyj4PYuuAQCMx4TgxcWcj1WvKdN84270NLJ4t0KQJdF60XxdCDCDuXRxV4EfpBXxecCyxh1kqlXByLG4Q0Gurg526TzqgpVZy7L/WIf5LOroAUD0cBYcNDoi0pLFg0sak4kNpiVXHWSmidLvZmUwbyOVy+2wRhc/WXZA+NL12syb+gnCMKpozpolygU83Qjpz9b8Ce7WxOJnvT4yRc2wmBwRY9bYDUe6t2/AwFL6bCPfici4iQEeR5kEiQdVKNsSULmPV7cqwsm0iTbZ4SOB8XPv1Mnr23a4T7oITrro2CNfGZfgqpAmOQSAZV9EdJgb3RuDhAQHNZl7N0ShEj9P8AggoMkqQ+DbccM+ayssb8tWXg1OHw1Wtpu63qUfFrNwKuDl5r8rVBCuU3ITj3ZrG2HsxpDt+vbHsriH8/9/urg4G4x+01NPkU+/5zFRHBmzEOGHPzTcnQVcokozt962keHoEuOG4eGQWZAVDPgG8kH7LxK9DDL+dAXwZEmVMXgj6HP4uxjPwc3CPiBTdARlrppgT4UXR4C3nyJe9GQPAk+Ys8vX4yCyPhzhy3wTfBzLfzBPjXLEaU/8Mq0S2MUDgN+Q5grHAJBnv63p1ZADIFGD6QhZ7y+iYQwkFenImCJgrIHwasPeOuniT/q5OBRUHeUHTXeBfNj8ou8mPjwuzUt0zQ1+h5HwHnjELhz4k+idgJ3sqVJHUCGY6tL1c1jByNbMyAEbAyoVDqOQTLeCfbBNRjn0O3ydAFne+wB/eXn3yu+0bYu0HdIPAoMajmFwjXW1Awj7xvFPQn6uaNM7TU3/4KAxb4mHXhrg0XsedkJy+vy6CIj4sG96wzsVmU4BDUoAZ9ze3OmtqodGlWy3XkRfWF1hRQkAGhTnrp7j88yjef8SYxFDryvnv3q3Ffwk72agQgAipF7yIedKzf7nOzG+mM/yMgY+LgScq5szufiHtrxnWAyH4h5Tqd9BESHyQeO1iAI0Wy5iyWmWblHPir+n78AUMUm+hy09myCP7QcKL0UlDYPRm6Kxl+VAphMwe7EvBdqHGZs52XrZPCBwtkl58DwD6Htu6OvYRb+mqQ0BQZf+RcPBtwrKFJznKCQILM1qbo2qaActjh4tXtqMuQ2f9oJBjJ1LsY+/roG3nW4qcqzniXne5Gd+mtvQXJxzovfe+qXzU5NGdvwVRBmP8lIrHL2mxBYhIDYrjzlqbJMwPX96+Z+eOkPQxACrkNQl0JLvXdQkYoWMIN1DIIwEvGW97Cv0+7Jb3H+67j9AJCE3NyAIH3DzjEoqBVRGFT3ZrnV29uTueeaDa+tpNI2mBfFrCoBWOiLe/McPQTusKsaDk4jQv9qE+2A5/AMf0NGqFBiMjQKIYZvXfmYCdNZXvHebEGvxpUqYNc8e5jzypPqPf1meYfFEIi8yWVrXszzuCfJOul9Xr331Z436oiqbEKFP9PQsSrcNvkQaurNskjUI6/KqMPaM/st5z4sFWLCc1K2daVLaxcEt86CNwT/DMO3CnChp84zeA/5OAFxzHz7MAgBEQJ9viSbUxneAAWpEU8GpcLeyZdTD38hyHYrwTuGQF29ej7sOfA2exAsNMI5QXGnBpvioTi8YvwbFqPQ7FkoI1hMbzwIe8yG7HFr3GI6A3Sy0K4wGC8IyT+FV1aZ8moLD9EjAb1TZ8aU9cY8YadotBmHkUF7b3p1BhyhX8OrTPeB3/Ni3FOkW01Gv6XmJfxwHTkCyaQA/c4yiA6Cgiagoyt71nExA25PgpGU9ULvByJunZD/nj5fPfo45aW1Iba9SsphwoK6xwpxGiJnCwoNPMcsQ27aQT80d+GMmRkFfUXDzFOK4NKOka8bWxq4MbQEuXBq+CCE33ViODjlQMQ5iDHipuBhGUNmSaQIusTFxlM5TLPNlrnObXmYmQtUlnD8c/k0DARkEnTMkVVLd10ri2SFd+UxRv4Qw2AUC3sEHM1EsLdj7INyc3tOPVTwaehpQ2x1qbAKpl5lLVewjsZSj6xrWyh0UFJA/xIBf4YF7BHfDzwq9L3Qh/g8OD/ys/g7OTynD2bAKCzDkO4aAG+Mhok8Z86J7VKR24I3iqi4wZp9ywwU0Xjqp9tuwL/ndMfCQDbCZfX876pUX3hN4PFAUFViUFws6PQIaKIIfY48n5PPyhn3sG+tkkd77JVBILdAJ08AUcNOuSZSW70vYuEw/44jaV1nvrL1Yw4jzyap572v7Dr1rlpPY3BefCe4yNeAlOXaENTLqMQW19VZblNQD8vCyu84CTlEwJVzYi+z4kfWpyPDLRTcMfg5gj/nbSX6jL+syutKz5simHCoyg+mP/cs2AfYfDiMYF8G6tmx/5gxV7dg2M0Lv18DE5fQNwJ+quo33kkBA99xECFiKYbSNhKV5Ap+VEU8L763BrKougEFm3518UYn7EKCXrK4j2Ekd9U0/dTn1KPPk012/fQCn4Khlz+/ui4yrFLw25pneOfYVc+BtjKO6RGbYI45IKBXwy9vlV//ACDF+RFmQA8e4qr5i8z3JmCizy/Z1g/Hws+KnHow8NrsFnDCIsgH7hJt/XLh2HAEgVDSavhZCbyToisllQvUbYk3wsCSN8AOsXTd7NR7SYM8ekM8/+Ub/oqei2r0MQGV1dQrbHmA1xvhBdYyLDBmS1U19CtPuy64ugJAhsQGn6ZCszoBONSsrftvYzDuyTi6OTLLxXK2Ha9owlIm+Jp1AM69NXEL/KlgFwwMAV9lCgQSEV3mQQNPLybCLr8XAeFCEvAHox7iV/1VdNj51A+777f/GW6OXh2hYkamPxUsqHf7SK8bTIEFQRsvBOMoiGj+ixH6FJJ5fVXAPKc7Fol93g4zxyheoxsHIsrDaKgPC8rJt1wOOfFSCarpWhKKLoDEkpdt2w1xbJynNQJg/1k5p5C8L4FQGmo6C/jpriahahkvGKhUuiwpR4WQGceZx/Bq4RZ+TX3cgdwwFQtok6PSEnTOiAZP+7RgoC+EP0zAHTD0KpT8cEPgJ0avGml38Y8ipPg0Ai0l9rz4U9Vyio3LW6PQMvaMOQdJUeWLmhfFTCFEeupzdnAJFNF+IA6HkBIorAORPBCtQcnRUgH16DdQlND63OYmkU1vFRByW/1Oo0yDnhtJNg6mC+LuFQ4L4TX4KfsNoK7C8elvIvG9j/TTZUr55kK0wN4SghUZAKuUA3JgLl5G2OqBiK8KguHjKJjpO86AMAK/QN+PsTf+TGxbNvKvbH0JW+TLWEPgI/tAXjra4bXMu1i5w41gZ8l7ySGKA1Ak9LxXheViprEEnG9QI9hn5KnQfCMn7vm5oGtxMO+wUywAIsYpMIRT2OLWepvqOQRyaRUNBcSR86DlZMp5Y9zG2RSs094e/exyNqzmlqZaF+pMDT43IJ78PC01QB1CfdRr2ck7njnpVX8NgdOCeYXE+tRfB5UgT530XR4l4OlzvwS4THyD9n8Ivk8sLYY++Zd+80F6ac8WGPJZSUS8KpVOvspZ9q4MwI8PkU5sTAACvY/D5MPR6BmwXi2KzhPUc+iMhiMF018a11fTT0tUuKqEfZEpFY4LgG5QcVUX/ngbOj0PGnSDqTV/TNn+IHjY4eX/GEDCQYGmHZPg5YGDNk7SZXL/yQ8/U7lRRk624AcAU2did1wgJjvY5utsm8r7Trz9EAFPewD4cwei1/+Ket/CYR15KLTdqSLgDvA5ALu0FL3a+Qa3bwAyMPfBjjjc18nE61XVIZlvHWn2BhgjqNV775NruIid7ibi/X4PN0/yI/ID+xzGNerRkvVq1vkbYi7YCGOOCWQh1Tt00eIfFVzLmY+JcDD/MbO6Kv7lkz8XbHypfGcFcCyeCiLUn3kx67j8ZryT4prmvxMxEBXGUrafGP4irKhACQHPjHq/MAb20NfZITN6YRj8pWbAExDMvM1ALCPgg/4nRyWfi5NfX6/rlJekapN8qCe+esE+icxtWw5ElNwzBW+xOAlJOX/dENU+zSu92aZyM6/zg7jDLBhxJADRCLnjLDcYdsr+ChZW5j6K/0rQj5MTB+SqjkDKZB6ypSaejHPOgY7SZeXDf9ycFsgDicLaHAYCThkxuI2drxMTYRAQnQ3BjJDOqAzR2lCCr9ZiBNTa+cuy1nfBJxj4vMAh2YzpDBmx30+fy5IB9mUV9pqC2+pNLCccEA/kYbF1ed2yZ9jlUQjjXhRmnQpEhV6hokEmc5fpAVDJN8W1eLm8G3kRNev5RihaEZODk1a0m4lTjoLNwOLgSOH733lIId8O4UESQhddb9dFkhH1inaWJ0FHk4+3jGsnf/YnN/uJNnkmPuZB9am3Dz1WvvHGXleNFfRtU5AhsHe9BuJZVfSQejBPCVFgc8zT8tX06wNh7r9IPXBpAvKl/mThfhl3ziFF13rZfm+x4XWWYet7THz3o+K2PhqDbHOdkQsH0MeIiLnFKy9J5ktAlD2dBDaD8StMC79/a3xfToAOBl7IcVZWz/ciMg36jS6NuigMPK0i4TQGm+C5Xq25uSefxrRgkwgFd8xobxQ4hYB1GKy4Lra+pUE3Z74yXgBPZesC4wps7XEuCnb2gLArQw8GOs3Tls48/5OvIfDsnPBTV1hU9/HsVw1KryX+VBX4VII7JRdMgioOPges/5XPMbEppvCVckY0gNVbVcMo2HPvCPXa17j87MkHGFyQzpYGhhJ3A5xfrjTynWRvNQKW+Wj0yYHCl6fA2Si8p52dPOupp+juPV5T1ILgPcLdZLTYBstPkvBnIl5iCX7+Oqp1CQhelMe1QWhn8flgxZUjEBoX6vdPgUx+hb4MC85JhUUvfxQw9/K1FPlxeOzHuPctXbBLBE5VE6cmYAVkvwrAn1Y64h3b4qi0CmwOztPaSUgzLw5+1QZnXlX15rdM3e+oUl6Sfe5wmOERAva/5i+ykDGrG65aKtEnZnOEq7T9NnIhj5HPldNrAAR/WntGv1KxTw2nDUFABr5Tf3n4S4Nf3vuK66YlpIUpvOVsqA7A8yJ9yGzp7gALKwhxuTcOwGkZiQYi218j7+Yk4MWVzbsLvSbfGVOOgJNnw0sNLtcx2bUKETKXwkcnXRAPLlUHr5cqB/kjAqRGH8kCgHwH2SWUBngcbDPpdqlk154HgZdpKEwyFoMdZxtaFsMfoiSv0g8r0Dk7nauj6MvP+7zCnqsCe24x7nWLSS97VdFQybtkqgBm4G2bfykIWM8AnWq9R3yLOOIq1yjw6wJzyxb3FIHe0QeA0E/ZaZuAnZJnzT52tevo454x98WdLxHRMa4++VBWjN7p9iWnEGz0CqcXFFzT6hvudwXOQirlA7/blCCU13uiozebdKZeP/rLcvJmWDaioTcm9YTAMfPv8eU6UIAms1bFSxgEThSSfP26dLyyFCVIiXlGhdKmaUp2W4NErxHIcGsD+cip6dLjH63olVO4XPIDLpdiHRviZqJEqcZPaRf4w3Cj+OdkKvYy0SZFyz15L7WVZWT5VnD2e0fLWa8uL8SNPDCGa4im1qLNEgFbn1oOisfQ54tR0AV7UVC4eXrBaEfEUWSsaa/sp1OtfTph4R1uE364Rl+t12TkmX0GpKuvsCHGvrhUhYlOVQVB8EaRcXsEvGvJFPlcmme161Wc/Cgwe+ac+CjGFfaSf6qkaSQh/TG0+7gM74PDxzULd3PYMYRH0GVIyI26Rk+CXV/KO9dIpmjTIGQKbFR6tWjS6JIJE646YL6pnu/SsvHlZjO+jNXe5cWUs9MrxEM/t3r32zkh2DUsbGF36cyHn0PyngZ7ztPu+MwW2Nagc9H4axx69cbXjm9/SBW7DwPdOvQLpCEgCOwdseJBAR5KQIZb4Z5ARmUl4jo5N+pkFADf4WPf5t/e//8ln2FRLM+Dv1fwdzL+rFMb5y/R0ElzXqzoJtkiS+r5jj0JbUAQL7j5MudkFPyAz672u77RlExNpFnM+5O7s9lx24qh8DbdzOyECgK0EBB0U8BeRO//auU5JP3FEDSyRtP051iXPKQ8KbLoF15dO4mxMC6DcxzvAp/+V/YVNgB4Dz+M34eeZ8ZE25jkUUOtMSqXoEW/AqRSsCIDLTj48zgICqEeDbDq+PyrYvdk4qX+aFdP+yC51Jtc9V2BP5VJvGVY4tIfEeYeD/w49Eibf4qEVIiFvs/aajzaBht/tkTn6OZ5sBGXV3byVairjvnU73w+CYmGIMeEx/FviDYgfMYexb54KwRE0E/pa8TTOcXyFX0T0PF+Xd0nsdF1AHSYLxK//3PnHz378em+vj6DP8xqFnapp4ACntP7Kn8TBdeKDT7Fmxtd9aW1q7tW2VC1PNsphxHlDMAIN5fFPBvlRt+g9qKboyr5BmIcfvj/uuVPwS+uZVC1aBl4mvvMPM893hH3pGQYinkgLGHDxpe5j1BXE5E9M8yDenj2vICvElzd3fGS+0BHQc5V3gKH/ShgSM/c16anOnrGIRhkBtSNZF7CEMx5PjwhMDjPyk1En4jAMRtgZxT2MNg8rPPe3hM7GHvRa8CFz9Byr31WCk4fYO7DW01A0PfIzD8XBZiMLEo7UOgMK628T4efsod9DvgLyt803JOc1XhNySk+BZNBIl/Q6quXKLgajzdlca1aTmvjMPqcjrg60B36aalm/lNQttr/6eDqBv+EvfCDSsWBedAoFPTCL0oi3300/0ZJTUXjMPgAepKMztGNAL+WJ4G+TU3v6fjElHMH68z8Z4HC1gZ+lKjJl3CDi7EqlmlrlLVdPCYrJc1cJRN565JvWB6gcyQ49e2q0PFh8Jw1m98EXZjoCHeqtELZnuvyYtpz9NBnDjLsGYLtiLgIdfEtEudM7u2TDw8BUU6Aim2uC0ht+3xkD/pteWabN5RPYO/C4e/Zb/7yTx/VJSnCwQ/1DYtW7K06a8XVLadYSbvin5IiBMxcl1Ox8M6xrxMy69Z04ftzgOabVXOh++qhfuRno/Cnwqi0qOtDERFwGAuPJqD/7zbzIqfUVWXejUmang7VTK8iOODk9oeCZMU28gL+aFAwPCK0iz1qKOgE/XLzaybKGmY8+zPm3dcSvHp/q1Ld/GMjGrJc0VaUaGm9isB5p2uW9Sw4K5l/vlHb4HLO7fSqITAbsoaa4lzwesgWwcgM7HvzFrUiQnQh4L4SAvDgbxEU86LqbAcUKah8XRXYU2LsO3n68fTd3n59mdZOXKJZxGRi61ZF3A0BQMm+IbiCPbu10FdLSv6tLmgwCjoOvvGEv/ZDl2jgXUsQTig08pTTjEqDsjW2cRGeUhtjxStinoNu1Ai/Q0Af1bC9BXg4TjfaNQH5Loh/KeXEoiXk+Q8DNY226ESpnx1MRf7Kv7AyqDsjjdf1BglVqFTQ1ffqA9A5D0q95bVUS6CxP//XZyQGYBhlGbMQ/tkiDkLAHsMgUo3xQiYpBEQMPWyEVX8x7yixJ37y69XYU+4XOsFB6Af6cAf69jDrPgDB37pWUs9SelCPV4W+kwgU79RPmCXXmPio777Y8Fo4WEeU4TkgTVWlxdewqGOzLFEoahqMGhweo+sTyMN6bTvdgI6ZdwXu0EgHKC6jnVd9uCckX7wT2GqeVRnBhUKPb/4TwiRkpxsdjnsjpmHPyyx4TuyD+b5HuNz5io3y0RDqwirpPZI6jb5HpWCnomY/vgcM5hACgbz8Xs5PDh8A8r6PCIgYjWy+XMx2/yD+8ndppUEvo5Avvol+XBe1drAexx92zmV8wwSsRcTdbjTvNRWuppzd3Q3OQNbi3wrwEGS7kXYF/BYvq8iXk2AYrcHoszqfh9x5JkI8O0R5/CuIbkKcjPmmVmPvCYk18dUxt5ykzM638rCYjGagfB4U1Q7XTMy3Lnrxrx4tdqYfWk7gbwJ9Al+bgJwpVkgUAqOT/SFp1+IBoAoHN6Vu1skIUJM90M/0g53KGKks/Qz1Y8yA+xR0AIDoC0fCf1j12+vI7/rc+OdL7oHBK2IKZDBcnznotdo4S47tbslGNsDGnX1FxkTDKwdDT3sZom1V7b7iJzXDPbQMlTXyiYSyBmK2PBl+RhP2SN93eudJmHhTsvGuODmmdjXT88jR7Gse5pM+yzhTwQho3qk7qO6xTzCsdhTZ6ZCJj0N/DMDx4NtwQDAPgLVUJMkiqvX8uRfhTVHo6Rse+ST9zO/qRNAo6HYGMoJ/272wGgx3yhm7WYmf4Cz4I3EYKpH+j+IDfyzp1F+AxeWk1xHovOyUu8BAPQe92jEVlmSpCnN4VzwH7GTCqbjH7Xri18RTQOqsTtSYszLuppoNUWPvHsE2/HWdZyCJvK8p35PM4+PZxTsnhyJjvieWohVOqEvYjQ71CaHSWFhztGMH7Kbx6FoyIdHIT5zTG3bO8PhXkMJGywcg2VZOxhmHdq5NoPaK+nugC3r9FHAfdrt3QFnREOJxgcH+Gc5ejgkIEpIS/yP4vW9KPvpyUmYdsx8JuyeoR5YJB/ZQ4y09O+GIOBeOHAan84KCd99sGop8axMufGcvR5oWmjE7Gg5QaO5VGGysSOjMQDiRf51AZUOvvpviylrMP/fDhhHn1Ohtr5ywZ46qkXmIoKQqN79hnXJSrBvyjHML9lnA8LNIFOrCzulmAzHKsFJvcn35Najj2kboMwaDfAU/T4H2seSO2MeOlhFQCeiR6WLCBQG/vb8iTkZECux/eCJ8/8km/c7rNwwAlK+X62Mx/3nl9W1d7fqYo15SGRBnp/daiAbsIyfzcnesyS+KiJGFQIfMLn1ZuHMa9tpLY5AgDApeg9Kupt1ySr+Jf4umR3j61rFsnfOKdTwHVDGqGP2OKGR40jfWL2XYD2o4Dk24dM6OLCXlEc59WnOluas5kygXDGzO2SlGNgDVzJta2XHJTlmvhKE5mC5exT0lgyzTC9tgnDHoBRF5JMgdeUcR8Kz+T2Ogce4LUbwIP+hX1yl9S945h9ZvkFD4kzXu8qZ5mLJt1Ml8owZ17lDyjRGZUh14yNziVYiDew3BDzQTMS9oeZipDoSVzBPRUWmx30Bui8YJp5cCmnx9vfgvKj7vmUfFUU6jX/aMO+Uc9nLQU4yXITnI8jFwPhqpNGSRdPMrB0L/Wm727ay8UoDxFB1nL0elPv8V7bT4dojHvESeEh/9y6y65MJ7Us+CfblTjX1x7OsAyjznyVUuZ5HV1ZKRTs2AzjJevmrr+N/bG7/zjY9L41+f+irYPs2BZzgYUgjn1Ea3HAqBcnUYnHkV+nS5aG3Ih+64jDcNgMm/fKtR5547O+SLNg7i4fdZOR09GvTLVFz8WWl498QxWiZeLGgE8zBfizxUtGUQzKs2sYJfdYW8avRb+BTMoG4kgy81qEis0dHLAZAR8gcKh6NayrzjrN74FEzjMEKiLZySWZcsNN4UlHgI+ODe75Fj+ehXQbk/Gl3km+HcsTjVLfopc6nlVZUyM6A6O88BDzfDVLWDtGz+pScl70+W6szghzj21XJ0bvjlOqaeo3CHwJ6ceVcUTNDZ9eGH0kY77ZuXE0y8OzjdfBKcZe+CcfY/M4+F0Pxyd/KNaWKjLLtkP9EVZaAQ0AmHXZXAD+OYmVhtGSj1NQK9MoXgjb4TxqLe9wpjo44HfhKOua9POhQlvJbNqISWrBDlURNNRp5DEs6P/pxy5xutAqFl6MnnopAT/4y9boh1Dj4AVlY6eRqSaGNbm4GCCbFuuVDbagJqnRD0c2z3L+De+35F12vD9U+Jbe/pL3/Av5/GPjC4OjqtnBa7KxKGYdRDap7SvXBozgUFlasq7ql3UsBuyzs0uzHNvQXmbnZUBVa8lkVG0SyDY87uV2zMWXmTGw5tYagjotoK2mImL/7bW5l9WFOv1mA0ctMtW7sCnL1EKQcAHV2bhVnZj68MegPivHf7ttoJ50ZYuXa2jHmc96qDK/972/amkgk4R5qPmMdtMnOgDSx0s+5glF1tTkLOi+1wqGJB5t8zBXJco2WjdIGAv3VO9MlBPjsXx/hL1H0oJkQBUjvdBwHjJU7KyZ4mH+nOQKhLi5GPc+FzzJvVKIeMNZrTHFxTUQOgK97qGVBO12O0cwZoyZ+mEQ31iNXeMPOkgGZmQAhyEWIbLLahoa6NqjUW/ApwxcDq8YG/7nE4cl1CHHyEjn1Jimx+FbER4WPR0dhL1IWpsc/4O5z39lEI/8hvpOQhA2I3aomAPNA61i43oEsbhP+Veu/AX/VgV9dFJfg47j0zAULBfQyum57oZ+LZ+w0Vi4gv67YloSl4h4vypSx3VDfmZ/zRUWT4M8syCXZz35B1x3dsYMpdwTcKfvRUO4C6pdOO6g37sx7dfcFfa/FK7QAQ8ilBOW6P3WDu09cF7eviDdVycHri4L4O4Dg7bLuzevDQ9FMKSLaGxhxK5s2Mg2JeGqV+IBi5nwEidV8X4IR98tXrSbD7kpysCci/54M7LzBjugDEXwHC9xf/cXMnx/My7yh65IN8nbwOJewBP0SLYi0ERrW6XAuINonA0xzcOxxh+ltrNQlXqqNREAQ6eHEC4p6Bp/eFnWbZKQQDiyjJOR7/ubwz2cG1dk8W0YFhusIw0mHR5AU5E30ObdDOLIdA4E6Tn6E0uKqyaehV6EurelqnISiSKWXRo+A0K/W052WppWCLGPZMuWSgrJtJw7AyDbowzk6fYV+Pe674ah39gp4cXJStGTAuS+6KijUm4RXsXf9umzOumHxl/IODRTtCRecXBefaHG6HrbXCaiL61eY8ANn6AkGwZ++oDPuidcTAWWCjsCDf7DTPuif2RRD/JGUIOLujBer20YYQdyAl1mWScOdIxbFzoxCGPoSW1zRsPKZR5zpZhoml6LSLtiUd/XOafZl8joEsJsRZUm7xnA+pIvA+QVBXLKY908i1bl7TG+l5+ysVGB0f7xEBf3qU/2UQdEr35X+rwvvhr9UkrnhFkI/nfc8UbAie3P8eIe/ZrjgQ2BVCgcPzTDT6ynIgIifBwr66atwF+eiYfqF0mvRiyZlwQp8kADbr7hlQ+iV6yw7cTguIYpjqTDYp7aPB4Fd30XKOgOM+DNkDkxW97tm2phr5oBtO6dQ+WDTDS1MibsqbunjuZ6Cx/ZXPAPi4J+/Kpx0chShqCXiQ8Ar3TDO2wUyC7lVR7ba+aQI2ABH+vICgnRe4Ku+eb+4iDHtqFwx5I6DrJBTtePq3/WfOz7BPr0gnxdQosNnpLFhRVsXzVvjHitD2HtCrAY/SzKu0Ajs7L1NPd+YojTvTzpbt7+RqklehzP437TQlFxVKs66/W32awsiniy0xDMwLXtpttJxUTXpjlxl6qzvpatb1S7ZyrIruvA7AeRLhdhSsCg5O+YXfpqR6JmFfahTuIB5Oi97jBCSSYgOoB7/5ysxHgbHngV93XKapjggo5fxX5joBwQ3T2AZtT3Ske8BASj6MY+u0+VfNr4vJGNLZuU5zSmagLoVTMugUUvjaBRNeFkC8Q0I5pr8uehAEfmYfW11Ftd2Q7j+ahrPz5KwoGyrEmX2yURPR/QWSYV6HH2qwgbYwoPB5+sNdIuCApSc9GEiY1LHSPt7Yyrd5uXpVM1FJsIN6muFEwZSyPUcfFKi/CZLI67kv6adeewY/8gUMNvMqqWYznBWHIc/fCWnoKTuGHJyvCRACu2wSQCMMbIE5W5auWlSKfGvZ9rrAH4lTD2e5E/j7IrEVzskP/v34kVT7ocIOUSOYZwFDpsJMYG51orHOa9JOdwS3H7EKhHZhE226Ldx5ySnfk3tAEPL9CnEm0pwDqFqkI76yl/Y60gQIbdy7FwGlZpuj8gTykoZMf8urk+Dk8Ew/7NzDnpeCL798/0BvHPSqovPmbCRumXcVhU9bXDfoQ0HHauV7mQFRDjsX+bfFHx3lbha0YF1VILMuBPDeSzJU6CoA+eRfZ2a/zLKEV4a/y9SDfnQTgX5Jbnm5W9iLi7QvICimdQkFV8FsDeJF9BTod3LyES6Zx/hX+2BTTzlSAk/dv7g7u17ZpiCKvgkRngRxo20kniWn/f+/puaoKsPVWp+tj8/Ze1fNqrXvRcRQa68+HMO8JPzo+1iXXqdD+/3Tu2OuXzde++tU1ff1Duj5hD/tlly/U1bDvPptaDni8RtDMUrZpr2jy0KUiESfkCPPphdJRaQEnaJySRXhSMmNpPg7Z8BfnN0JK+c+a8ox6GYGnIQVAcS3kQDkswVO+uVaPNoayJHKbEMUvunGVwQu7Vo3jfNf/sv9vH6aRDDFhHJNvhhKpsJb7tFGrsk7+4BzzowvZcggsFTl9coceI1ND0JeMwWm6nd/CUyE7/qChtcQcYe/48ABwqR/Ss6Cf04QbY2i+vwWgRbgbaEIp8oU0souHwdy4BBHi0B6cARsz1OQd2TsUpSajvhiDlyDFFBTjbhtOxMSwN0C0EB8UtBN2XYcdBbUOAP6VTYEB99a/tdWbW3yFEMAUslBBz8SFlG8pXoS3iKVM58HwZhXAjCfc/j75C77tERuvyFznXkQQ70RqWs+MlBDFwsMYy7BnofB+PrVAC6xiBg7zEuH7S56V4Z0ZepLtehb47DnJJdIejjNMfH9S+SPII8wBHBGJiGGPX1/mO9+zPhX96XK+gA8z0eGZHSRyaycDdWnc9T7TgBiki85Kcmqx8BU+Ei9I6p5/YdEnwDk8+lJ5p2noZfv/1oYtd+G2Y8FPukvQuFSkDReRm7m1o5s/iXaTa+403Cdlf+pg79CgvDaMRWQKnutuoBWHaqhHOtST5uK8kfcLlHjc/JbGfxRJrEJDgOvP0K/uFxDQsTAl7rDEu+o66hM+5Zqx7hYbiru75MVFYnrn+LjnKHoS8Ttxo1oZBnuxYLBmQ5p52YsKxTCRnpp0jby5H29Y/2yRTkF6tKBhfi6JRv68Q/3vS5tn+/5JcI/QjNvKzrUf7GEnrPfDQFHjD6kKcUf0j4v8KU13W8q22+vj/b2XV9ng0uvxB/X+QmQoFyAeCp4I14Hg9CNzjKvBOqc/ci05Ryko7MgxKNLrUG5LMC6Sn0enN/lEvHCD/oN7cDguh35wF78te6Kx8WBL5+Ext/xfeqlGj0aaDEoCVNaAEpx+FdKyvqTyiRfKG6myw+3wLwEj0N63MtK8JfA1XCjyCplPcxgyPPv0cwJUNBtKQ8Z9/g30Z770qPov2FzGKx6weKBPPblgnl30JeulfriCd5pjDLwhoD+Az7ycDh96fA/10drHP5I1n/qy88g8Bl9wnVfHguXCoQJ+QSB1yzAucRFXkXCFtpdQYPMAlwSdRGvLlCY+Q/idXmBjO2u208O9iokJeCOjkfMcR30VfHuexDI1RQDhd+nDt+SFnfzCBR8n4OUS85I7dpbSRoPAjdgpl4YIlGY6IMcfUC8cpfU07mk27DkFKQpl9XZwr5L9r+aMJyTd9hLPVKP0qBuZNYH/w4kkqtX4bQgnjmowbsFnkL+YUxI+lmcxJ9S0s/8++8B98P8Jwz+XjHk/a1yv7+oi+OWgoSTP/zWGHwl6DTrPrF4eER8HRReuwX/YGFS2AgBU6S6tpJTcIHCufsFYIrSj4AvNS8FGfuyEQ7quFrvxpIIB5Wdpt9RMR84l+JoV+ZaLIF1Rb35REx+jTZ8Up4AhESISNGNbYrHN6eesvM+1kjugkmsM8TVTZ17HGYiCr5oAKyeHaEdtGQNrDUUcdzEKWAc490UVL3TTdFHUw53gSDLPNrdO6fASvaJPa65+38BkkLmaaSdxvysPr1b+I3oCcgGtzzwrPh/MxB+RFj/3py3jv7U6sT//+3swLfwG5ekLFXmPEAVi7q6OgcO7rA961Eu/twVY+gRN1zoUP1aF0LFRd/0MAHiwQelZgi8XophDczvDxT6gbYGYWGPC6iQA0EYsxQc1OEpaLEa0RV/wkr3JPr0ltpln0hsyPGxlxaQW8sz3ZnICIgP9XgPGPppIhYiyk477RXcuh6MpUDug+kb0rtYaGHZI8G7uvwm9NFxeegMeGfv+wXQS0KkN6WgkoCOOrfjDnGGIzT5/8bB5Z/cwyCqk4J/57e6WGUTp9SsX4HhRniYiGYSzPX+8NepDFYslt5HHeuXJABHVR8qEEhVgbIoh5LHHjieDufyzPU4yn9fF3thGJbJrm4iE2BiAIfh3qGQNNDjkXhyotTcTwIiPS/32g6onoVEZA36kWXF6z8WAOC8+qsKQ2BcnHJxFsBtg3yRfEyL2FFQ5yEIZQeuS9t3FfzSC1m9Mz0ioHF416XIS1PpFdg7T77zGJSAQlC/c59MbFft/wP9HGaB+wJweUewd+7LL7vzPYFAKcfsR44jCEKynfd2wiCPCPrSrMAgWHfL4Q5PX3XPrC42XIaAP2JAXxJuBApZOI6KRyL/DAV8VV1xx7tarhj7Pf2mHCwkZzUZmsnFBmBEX5eCe5hIUnSewGD/drIP2MpABessOpKUC2Q42ARUaVTNyCcIL1PtFth9b8dMcgl9Vys1o+Cse+oxEQA+L8+AyxFLWDK3UtJPCDoKvjX/bgnouGct/oCEp6SIhPmv4fAjnaNfR4c/ouaMzqDvE13DL7Fy2+4m7SqYw1l2qgzyPoGD0k0z6NvlqcjGla1MbvxqEuRzr2sjEoExdLc+ICGb4gqNupg+5UgjkTsJ/uHe0256B4k0FKWSjwQPSSYi8uNJz9Lob7TIffyjyBbaYhkNpS6TQR8P9vdiylVkRORiuAOSTbgskashHWEggpBjhR9nI3fFM4JOM5eaF37HRfbF3ci+oAN7CXP9ZZKAQlBntPABSfEfY9/yzyKVO92WFDSd4x/x1RJ2kC52M5eDYdt57iXmpZvhXvBXqv0wHwr3xJ1wSMzprJQtpS6EZZ2nwrPC7NcUTOKt4DsJSKj97yAPAG5Kg0jASDXbQs7hT1G74p64rKKvN9lUFg0+QoR7IMfACY8EyCznJAUwsgCyKn5Xob8WWKtz5pEOD86d5r4MzOPpLPT47dzzPpakixTMIx7+/AfRoZAo7gx7f7EM7Pj2koCffHRPgs7PdrB9l4j/5leD7/2vLe2JN3neDlGbz37/GQDGPJ7/GPMqbDHck4AvFYgv8wjupdc+CfjiqIuE8Wi598JomPrl2vry+lC3dLxIPWULzJGIVJCOldRVFQhR8TBh570Nvv2jlmNaiUMyIyUalQOkW1bijXhAg3zLSJKtpHaP57/HzNt88dfCsK1qIbyLS83I18/Pd5vTQdg+2h0MxtZiGvLO+89IBspEjj24FoAkLiUAD0uHQDj4xd8zAyq1lLNaahBxif+qk+GPzGNwfr1n8b0XH01kSXFasu/UN2BwgHBxiKfA9OMwsDj3ci32lSqmASAz/pWplZeKY3scpIheuGDjOV1kIvb2ge276Q3vqmIOzP0ua0eZQ13ZAYdw8E8SYudGLEozOg8lMD0R8TTZj8Qjq27KUjyWoLp3XvJRzt3qAsB4MBNfBeoNXc/rvuEbzUtA2gjEw0MueIhTVBoFOW/Rt5CLs0mHBPMO6txrIgF4bAvmkeNiJ9HD/J0EdECaLBcJomR4k4yn+Fcw0dPr9+Ho6MeKtMOcBp6mPqf1K9xRUbaRfqSXVBVfCmv8goyFAVrwl0x9LVs5hKsnHQGvqLM0O62f7gLShI5JlY/0A74Yd78I8HG7EZZ4dJW0OSv3yT3NCb4twZoQ3LBIlJHSkHUhG7s6iCd0eFr8eGJkBzvUoyDDPibC3ggHWd3ch6vI43vyQVIWZw5EgrhfoQ/bwgz5rIxIEkrBinSeGgKf3wUrp6IEFIO3i/lnN8MfabU2PPMtEQWgaBf55hM//VYiEB+qoVdX7OSom4bMetBvlrv10k3eA7J0/QV2IDE5Lm3pd1pnmXk4E04jCgcT0dBvy57n1sVSx31DzSX7npMQwzTt1vQqULNFhdO01gjap+Vkp3FHHJxRIeC2PxiSPgR0+5vAbLib4ARuKFcGHp54A6gy23X2/LcuPktCdRxNwocK9UgYgPiEnpkBRZ1yQywYtx3RIfbaPwTDj3SybwY+boGHR5gnBfdeK6C3xomPQqXJcwCwZ0EsqgI6vlQnJMzEV+WehjAYMiPOGUlEUoDyeXkALAiJl8qQj8Z7I+BuePnQGMVRf5PKBco/K88tWjv9bcfD4gkY4SfwojuFI10u9SwawRu8oxKQu87dhxs0p2ISpMPIF5M8H5ZWIPK1+nLRp9wTu9klH2Q7tmAdZm4ZSPQ82EfQ3zoDyr2Nlvty0D5OCM0Dbb3fSm5v/YMpF5faApxAskf/NAp//YNv5BN678suBIQ1s44Kc8RMey+Vgz5SxRoDweFi71pQLOHTq9hFR/Jb6UUOqmMQmE+pTST+NFCPlNy4o9wkBLFbcZ2HoXfXizvD8szHd9U6UVGf1+XsIqzqA2UBuNX815xt4JudO/0p+gp/TmxvD+7Z6qY6Aru46IglKyXebMwLQJTkCnrjGfCcxAVRAZsF4A04USeZpFe27ixpTHo1IOMSdr2whVDc1jnJQD6I/ErydZoqUlNreIS4IIwN80gVQ7sX+BeXsmY9XMXsjoOpMuhNCXjcFnrQt196wUg90GZjhj5yGVxiTJXV+yYeu5SUhGcZqOUyORaSrVQ3lDpeO/b54Dn2kfFEasAnCZnzWAd4xH0eO1HRP0vA4+bwYzfBKtUx7LPnSOfMVx8MYaJGTk78Jwh4OwOSHKrUdjaVJhNMylUlM7XrLP39O1GlFINUN+RztRs2z6CPdHr68+UfYMPhlYUdmPeSI5C47RblZqVuCIiumE9m4wv/iDHkE3r5g/4wd3S8HBVyD/xowsJEYAfvbuDHvLf4CwwLeBWqWY0Z/aoiRnmATvuz8BNwyvZGCxKYvC8eO0E6gWYgCzpX1EUzP8Y7z42nHP5RYHgc93nTa+oHnJvXfD6ngNkmNNVBK/Q7jrqrVlLs6Cz6kkbxWuLbyl3wn5gCxSBB5AnEeLqU2FvESUPXyGt8QN17bv8IC+NxBjKyQuTzgnncEDDmBAAn8imRlJVl3uVhB35AkAoK5pNTYHbIgC9ELAeeylyr98JHlS9mKvvG2wWro1tHhbpi6Fbd4x7xpdqFOSX50DcDxR7/YBqtAK4WAZ3KOpGL8KRgmkTUa14vRr+D14DDvlRSUYY1HE1mZz3ilkoyRmYXhSfkmoyj+nPDXrHs192gLoT0Z0Lc7NZ6W5KidYhBB0CuKdTQUf1DM6ASIoakvSg2cnvgiveLeW0FmZDk1r9PyikoS+KWiGjkkszUIrmlPakPO+ZGZU/Ab0c+DMVjvWz+3dHwytIVKsLCK7NfDGjKUiUlCPcBvdEqt5Pe5gPbIPTl3zdZ8O0f0km/DHpJVeAgXqONsQ8l0W4yJsSXJRB7BX1N/TwQHwyG9+W3ZyYfG0naC5wkUJa9YEUeEck1q3ly7ij1rrjn/bxrEEjepycg/f1afekhMEiDhnXHVuSzJCQivAAL6Qj438Gf8pEY9E/NgCLGjJWBpEjs4Ne+jy7p6X5XI/p4Yh7HU9GO1rmEjSNbtH9W+2NvE14pkScEw6+5lfJgRBAak1lg/9uxE/CLBVtVAi4hRuxVvNFrRLtXpk+EfqRuYMM59sGx6tqc24lPbYsbKuYAhDutpEFf3ym+LrMcjEmHAgJW780Hw/NHziVi/8TzVDSoGnzC8Ptb2JlsCjhhCM7GYEkEKZiPpKy8F3q8Ee7gGXDiNcCjBHa1zDhIwSiYKjn35fgiHQFI7ruZV+lIpFKUBO6I+IYE/JNDoE6wSTznLPsyUVChW4BWIEk2nWfN4ySbqMWbpC9RPQFEX/6d1B6AuPvt/ErBOExfpLYl2EcvJYcgdvsrgjfoI+2KoCSmEH4+Nq5RxxRYTxzfJB/02PtmDf4t5ozcNephimMpA7kUEDC44178rcPAOBbTA4Ks0CH+vRK6nqTElGPQk3zjCUeJUbAfuSSSspxEh6YAJBqI4GwJSGbBUirytNwjsWLjS/e9OgDHGj3cNHabG7NvAaEdAOSy2p/0IK/wgk7R3YSDgW9NwD9zHqyxEFF4yeN9i0cfm/p2nypAYR9pFv097qXEls//SbnxPbMDFn0bA7ytT9FPVgLB5aAGG+A14SonEanRjoKYLqgp5CIWJyBdPDAV06uqeVcVwHuBbInxL5Du+msGCr/v21Sde0e7UZl6IpHq668bc7Esfv11sa/aTIHJUZMRkf5mBYCBWmJCkZD3m7SBXnXh3wR4FzsgVCBLM8ER0FEOXioe9NB3rOBLZTv+dTrep2DmvPQCQY9B5joKVDkFkVgmAjteLme8BKUEpNrfBfPk9wHPI1CeWMkcizWijUxyOKS2RUf05WLJ510Qt+NNm9/8m8/+9Md5ufvNJ/mEXkwJ2mIeKTUAxEm+KpO4YZ0FkoJzLSZpUc0iFpP5Lvao+5t5vue9L0I59H1YSOHox2kHuHMUnCi/gsIZAnfyK9i1gYXBYa5yXxf5KvEZv5vhPP13oFDgzmnx/JhzPPibydDtL8jDxYPK+MjcT9hUnoNYOdNJP4KYGxN7PNj2sn6tZI+9b1wZ2FcmH2a8FFSXBtJBtwQFl1PwsOrA7IBnAg5pFWTks9Iq2ycJyBAjBd9EIuh20JNTgozaUhJuk24vGJL8rfQTMc/teB37dHP6e16wjrTwI5+BH7LxHva4qWf9PTEVSjQz9v2CiigXZWPfDb/S0XRk8GMKrPTFjH0z+OHc80LG6uYj+ELEmfgS2Ni68U13h0BBWFWQV92QsA109JdFRoR7Q/Qp5SkyMGQSrHwkgcC0QGBuIIjnonHZKhbtNLfCDuColopWXfayfPyy8+N3f251DxpUdQeAQeCS7eAuXXwFWEEIlgN+DIYkN7ydNK4gO2uelJh0Fzw7uef166nOjpYPzh7WBdewUs/mBHE5kq027OJOSPZpBnxl/vzw1/wj/knNdIfFDAXJj+Rc15VhuAbfqPdZH2vtiPjNrJXL2lHxm5DvZba3L1ANW9dmvJZ7RPt7sZdA2bvdjHgVFnUUOwCWsCAwDX4TKUhUbwpAbuLMpxDQ/4Q1DggyDAZ33QSHlPXBAb25SprLMVzDULR01heZR5Fbx+1UKPBuxajX292EQlqusuBtxju68QQ/gAbYhYOe/6bsra8SdQ/ku8A3+Xq0M2Duj5aCT06Et+yz7QKfsXaFFvAbCUl/gbx0CZFsvKn8/t9ZNfbWi8LX6YO7e+Egb+LLdhC5zfUOCTUSTmPh8Liz4JEyoepvykHBKsOwK7QjgEIAN8CbBRsysMX4Vx/09TZdbcwlxxG407SMBn4T1NsT0Fx0XuI6CoI6LIKC8PBd3MyALb9JeOGApCKIhEL9LcHhYRZl3jF5CdlLVH3JRWI372tOdXfo2xa5e2FegJj82/3utvuZX6Mqgx+BmPRntKfHz/+PNSUg+ojw5hJDTn9KXhEnUa4TeBqhN22b1q49rw/3xd/e5+c/D31JVFyP+cfVNvevt7+OhG1X1MLsLgDvri8UlRPh7n+5y9fwV8Ap9NUcWFfaX3xTW+HmVlkyEc2GWLYplVUuUrGFJOKISoE/Un5V2UagNEz13Mgn87Zih06DhGDfGAIfGMh2uC5chcRBYWhVAeBxpYKHwLJLR8ShGhlLJNCOMPp+1P9lczy8O25ZeKUHgmEihxwp+qvQdAd6WWNfTDxAHpjbE+C+4d9R3dxc6pUDID5KxKmTLISAiz8nwKcleJT4knICS/45HrpkQ8655BX5GOk5ELoL3vHv7P/+Q0E9LvB3Qh9APvWymbmPSOqbnqL3AIJ66efSVT+8GxXuCnaligW6YmCt9qBHjEjKypbI69uJD35tWvgRELPg+jU8lkafnMQ3+Hwr+OZv/+B0xB/OviycFAIqkJdxEACWIw3piHRoxjelaoU0L/mWkF0s2GKp5Z+DHC33x2SWfcqj3m7BumpxLfS4ajkxjd4Yg0cMyT3v0eC64ZrulSAUgYjGLfqsHhPQKTBRFr6x5JJy16uUz/sb2F+v3nz48wXg2d2v4PMT9PV1in/cOAE4WQ5SSbxxD3R92FOH4KuLt3zVqQgFX3L28UWqb57S10djJD6xt7MUIu6cckrMZyfB6gy2nmff11PvCTUvKhXj3fpJGMY+CqQL8xT0Y9gbAoE1OHTgQGE9Fc+FnA8jsfdrG6ghNXyzgmLvrSIoR+IdX1cxNdfFVFjyQL4xFJ2e0fDU4+FUou6kJKAYXFNOBpDfTLdQuznY0NtzTQnRt5XTnwcfmJPjH9az34TT+mCHQOVBCDcBO0OhDHxOV26HQwgYWwmf64tsfYNE97h9rb6gOicg+L1b3tSvQ6AvCMO65NIMaT0PUmGEmlF1i0ti+uyeSM+5deU9l7799UoOLvve4RDEW/BdYsIXKjLoGqxxh2RTUXIrN8hDsekRpB2WUtSNCwJ7l0ublS8Hhp6FgJ9AMGFs4JcLTuaGfxWlGPG8fIno1pp4ZgcMOiWg8mCE6y/RY2JJOxP5Lu/eHIMAj4v7Cflf+IszPXj3lxD6YclOfhYvrL/Uxcd9sCAEik8L2oVzmLqJpIh0LRa+Tt/fEM9+Kr/rMgaBGPJj8aCPYtkZEwZh0xBRNw7ZjKChUyqj3+y8aTj0+dbQHrcQTPZ1oBvfXGAG7JH8sWG2vb4nhFahXJznvMSU9FGyhJR3yfUQ1j7/r8tq5a4FbDsMwCt5IJyYaqa0ymWowsgys0DzvEAoEWF2k/2AfDx3sy4BZR9i00fsoqq//pCERHDFGmPnLxXD76//+p/Y/MaRyHxeO/jlhoTj6NKn80ICiCCuOhRUglD+PUlBgLdT4JGCqzyptdZ5MOFPAjFQEX9/ZiO8350JmfyqzCCWDTaiJfIaiP6UXT1ct4/yTB5q5JWvCwi2bgCq9zSYeKx/l2KVikgGOR0vLAHAWgSJAI6y/JBOBFaHRYqKque5eWqnO1cSv/TE43qUBoX0L7v3JYdo0ReQsTEIrJp1x9KK3h2yfXZmAiSOx0i4O5OglTUdCaiUIKjM5y/W+1S0sPcXyJd9fMbeYd/5H/8lJZ8U3EuyepGDbI0dBeVeFQk4XdFRPctB7sSqvqgo5J5WgIdEnhw8o2/uvxJMGJDF0UoRXjIUwrkGHCUfBsbE+eWJ85sCWjW/g6rqIAZzGAC41XrU7tKzXwo86BsyhlgI5KXXm9YlXuIRM626m3XKil8c4fMcAbStmwLUXbcqxHX0i4FccJCNbxMQGEKq5uHbSQh2frDdjax1EPCRwOD/WB9uNj0BPgPw8xQ4ejwCirgWhszljjhEJAE6NsKwcKE3ovOnaXfjAR5h9IP+1e/93OzmUrTojftj7n31ahSScYg/fAa4AaBnz+ERK8yAvYz21WG6PMufO5/b7TaM85AYy7xXNsbGO0dBbsc+mXhxMOzM7nfOP8ol+v3B5lu1NgIyv/dSqtyU3JNd8j5ItcSDYNG1OxQI/oHAyxx3XJOATX8l5o+odVj9Gex5GOL8R/JcRFna8HEIeA98pjCBeKP/BRr3L9Az32cnwP3mi2fAxEcCbYs5gvTrFjdl7Atun5mXgr8eBuuRlGRQeV+faRz3tIRJlbkAYB6qRF8EskS+L+HXfFom4kkRkXQfhY9gKJvkIuXstAO1KWMA5M59kJEHQeDANLVyRkWBXEOz0zEpjSTo14ErZghIiXr6k36XMXsujMUtr3bXC924m2o8u5MgoU3HnfcqplBUrMk9G9d2XyRlz4utXBUSc4LOSqnP/gwNFSgkqK59Xyj5YtJ85Qy4kfv/hL5fC/IRnhsB+Wj8BgzhlVr0qfSEH6RLB7SxVKn6tIO/apCIwd9nz52CwLkXRz4SGVcL76UvMI/ll/3IyO8961oib03ctw8BeHsiAsa47O4LQ46gMfTlJLf4BI4pkWKGDPGagYnx7ocRpiCWkCvCdOu+OCLmzV/TUSI25xLp7Gkvd9C4nzkb8aJJJMC23guHbBdSXanJmAjXB71NQ4gzCT4dklC9If4AmmVbYmNuPxSCDywmPiSgh6HLBuEXYPwPUNjkw0j8J979+eUXAYg58QIwH9n3myEwyMOAO+yemQR5mMZeLtyN/hiIP4i+yUFbxaSAsNEHDn/YOfCxZJxv1MIPLC6GKFrISsnAr74FgYT7EmFrJCKvAvHlYlyh5PEZEH2heE8Mjx2gHhGvHAZn7psOUAsZc3k8DJFocxNg4WrhxfgH34DkNhd7sI5utAb//rmLxxyUFBny4q5bxHDWCwGTqq7rzgBo/bTu/96DvajLBBs4D5Uh4KsFLHRhxn98O7w8B/SEZ3a9xK3d/r4Gepoe9O6LA5EhHuL5eSsYOHKFgCCwxFDIkIhVDwgI/T5LKOTlTkwJBTs4DlI7AxKoQd0GTPf8VGfZR5hsQN++xz3TV3xO6PulbBxzX0Qjfkg8y4rmK/WrN53+RB5DYccSdMtw2L4+iKzsKbEnsBp17yBdwzE5/ZK75U4zGlLFkrFc/dA1AeJJQ3CXAO3KsJpXgAAvqxheDJ4AHhOgOk1BnWzD+XqwLJeEpHuWgLq6fD/4XyDgh0Zkf6HO/ZSA3iQC6RQGuR+KqRDT9w90QzkilOPrMbiKuMag2rW742B498MPmfhe+i6Rh2y1VmVCXwSiSfHM14SZAZMwQoeMNAoQbkQAsJQQ352zcqJT2wCRuZCLj2dAbvgXtwmXdlC4o99yUN6plGbUhxo3QxxsxGWVpQFgHA9OgwfToM9YJyMjcOe2F3edFliEgn3ekSqnIDQgH/cD/r0ZBr/UbPQI2HeBC0ayKxDwtJwEQeB/YwYM6vQTRd8z2BsBvOTx53/49w7v7nZeiBYEJr/+3XA/uJgyc12FpITqFsNqwlMUAV9cUqEurlIs4ENV8UGAMPlrqmkSdpNL5TiYbpbvwqRW1LeTgjywVy7732/j687SGfi52xWCHIKMZ5ksCi0fqFjHhaj69mvSuOHgzIMwrgJOADLZ2VA9rlkQaL4DeRLNZ6Yzy2253ekqtQyc2S9KDu+qw1QYrJDSSXi1PjM+LcY+rljlMjcJVwT84Dz+TL4YDGD+jYckbtY1Db2YSFmfn/10cK8c5szLPwY77lcJmi0S27xwy0IoCOWiihjWhnW0EmQih7oshXZz/huX5LvA6uAGh1VGMUiDB4O++StRqB8+04u7Lb/9+tsiHuDrZtUpG34xAWFqrg6naKgDfolYCth3RqEdoU+EqXYSpG4OHnARvFVcKMq+YWJWlTjT3ErMtdVoSSO9chN8i0f2vNcgLzdlVFAMASnOUBAAPj8OmsiERJlInFbSEzMgHMENVpwFNX+XHv8RPcrBURCeVLNvkTeWdFavJR90UzDTFepKRbAGHa0fcicU5T77YEH3A/dnP3wWUyspDT/0BMhDiC3vgg7rRAgJKT8b9rEw7Zn3yFydleTbwc+G9tuCXHDI0Uddzb2qexccRoLDpyQLn1AYB+1j6vID+YZ24M9vRFeuOqtcBAfCiObsYZWlu1vHvPvUdK+bQEOp6y9ff04CecjXfknaJNwdfXMXgnM9oy+1ku9Wrj8m4KnvygjBsVPb+vvkwLdusc2d6m3oh3z/R+R6nTz/eFYvE9F+/+8HGlSfVS6oCcDPwGRU7VpPjcgMgeHcwhCkEQZy3Zke1k1uL5RqV/xZWsW2xmA5jJPgLQdNoVtgx8y3tGMcbOjRCfZ2ROR2GPyHlAkQwULxF8JhJ8HD3Cl66tvXg3Go3Kt0uWnIP3h49+FHK/CNgOzSgSSJ3MxYZ74CY35+AlT7LWmlt3IX/LyEC2PWGtIND/9KSWHTH8D7Kfp56kHscnun9r9voY/ZBDPqcfZB+IzcY2DhqNLsnpd1GQKT5FzDjkWoSBmaJVFQIsDXLqwjfk03rfLp1iehXGw1U5ZIYo8Fm4Kw4RfuFfCov62SKRAckuAgj//j+Iu+WbzvxLu8KxMX3zvfSkeFEss7/cFFgPindeFzgpnX2fcq3vQdu72Nr8aVVtfXGAqjUvf4ZvczF9QzAyDpkd5iBpQkO2V1QjQxj3atdp+nn5bkK8s3loNfTCnhBPsITwvmjV6oQNxcP1QL/KUH75j9IFl5OvjS7H0r0Uu5Yk5ktoOIhM+6nFAi476utVn95ttiH2AUe50Dq2pzI9y3MrF419zrXS/0i4V5CdisfDtmR0QISCL89fIPhb5pcbQyhV8RJPcueNWsg3zly9goRsbdyu4N097Z0GFP6stwMSCpSKP3u3xKlIqlPP0IeS6APpxd00lJPvIDCjoDysAnKWhYFC6MaGAFo7J1RkBtLPeUthxK3xh7CNaRxlNjzsnzj7Po28hlT+CFgGARkcLE5MTYzHmDQjpgb27KBKICnootsAjsQM7E15PgD3GQbpGnqDPd1Z0Pnlgq4IVrrLTrQxFEApOVPCb2PGRd1v5SCUEy2Kvd76QG4CTKkI0eMyA9ahZK6U3mahoqSKnOnpQ8OvdY2Fls6XaXAGM4/Gj3UPJNvxyUhU/q1fxzFywG30gDPYkIr7zzIURYhb/t7rMC0NrfssUypt1bCtiR2zUCpd+r//cfsC/uT9PPimgM6lCNgMCMdjMtFSNcowy+iUUW9C0bNR6ywd33g1VQwThiXWklF/2iuJQRIGwI5qIL7pJhIJ4WcJstb/lSlaNyZp7iOQDIVXeHlZPhXyH/WM3f/T8Xw0JEloRAb4bBCtUoUYK++WniMjsNtlN/+u3gIwSa3z/foE/eFhaRPep4LMAH99ZiqPHkEzqNQAn4M3nntiJBFUPRF1HwAsMwIggyNkL//yeavZK41LLtKbu9765KdnLK8QIucur06Pw7/HyJHqmYKNsoqPYWdwc8rhF9BPe3OLFHfir4NEO9geDG0/JLzR/QF/dpaAEBgV1cLjHWvZDuU2Dnmo9wB3fkppx6s6OkXc96+HLEtyIQG9x0VvT6AJiRj2vF2JbA0DcUJIEYEgXb3uSeAS9TcgOktMlujZ+piz90AIzvb3mTpuILMkIQn8Qd3HEFdABxhkCi22PxRyA/rp3uDr1E/jMILNPB4Wc/rFLfFHBTEi8Xd6p8IqKi82Q5A/oGSz2XgLBLCO617MNMHaOm2nXhJw9FaxUK/2z+Ef2dXwwJ8+H//LMToPhT5zF4ZQEz+PviSu4Z8A1fZ8CwTrrVOs6A0R4aFPvWj0ixo54cpNO4SwknkguCgV3yd8s+1qguC73LDmx71iv+lAwEO8PCTrYGS8KPlgzEGe/o2xtdLrQJ6nHFYBuIys0xplHYB8P+lvA3UrACKyJQ85CE3Tp3wfR4DRgKxhDn09JobwjCTZR9kBAAUimqP1G+B+T+KwSsCMRxBDtxUVIuwekjvWD6UyUDfQnofW7+k4Li7yz11HWf+aIeq6LYV/LsN4pvA+jWrgODB9Apy5yiCDu8DQBHoxKCa3QLe3XRSwvm1Wff+jn90Qn2GOiafuJPiTu6RLbLiU08rqiaDmh87hNOpzlKdCIG0CRADu+IeFjYxNthsG/0vVAs2iV/n5ytb0xL1bKSg09jIGMoPhcZN363uTCwC7IJp23KHTnYHwUCweJfQD8J6Amm3+d9vpprY63gl9qmAKQmYSi5FKXuabg74m8DOSL+MZ0Z/oI3/YF/aEnXBVnYRUrCWVh5Kxdv7IG/87qQK31HqAaAA3RZbQJWTEpbfUuc0Q0/lEsTKfrQjbQHw74WBEi7Uo6b9XMjHj+JVUv/TEPXLoHvhc+wz//2zVbBG1eKGvLSQoKQXe87oEtrd7sseE781CFQDFqkegd8gV4asUgn85R6I3gT3BTTjRTj4F8lCVgfgi+5/gYt7chojd4KDP5lEoIYP907wb0O5ze97nLx14QvqGk7Cl4Ll1nw/R9StoTaDd1/ENbheKkXAPLrbXGUUG/F2He9JnDksdjDEAYucR0m4Y66OA4mRkyRQRI1aYm49KOFaaTdkqfJ3jPyJeC2BLY/fVen7OgX/yfjRaBJAcUZ/oDhBiNEgoo9BwpBCvV+hngEGwZiz3nt8lVnR0AFD4+SjaIvhCNQLv9MTcpNCQjzdLkLjg7Dj+bpEmk6gz0LS/XXAFD25eP+lzjhPvduHYGcVwgHAxn3jqwM/8BfGZkXWzXp+nQV2bSUaTADzgQI+dgKN3Fi0wN7hoEdOVbCtbktgEn0vWCzaNjot2UoL0tALrBFhygVkdTEw9L9Sf5IAg3+JsTeZAIfibcWwllljb0vbb9DyGy4rwMnVs20WGgKO+/AzlLD9S7ySLnxrDXhDqe/5qMO/FNOgBUFoC75wD7c0+VZ8FeOgZVRPPHPl1D7m/XVjc7OyQ5/q1MD4JlfgBNqvujz1AMEdjH2GvgxGFa61sWBSN+C79kCdBsuQVzyvATEVyrgsR4j7K6ir6GnHfrJvTTu6DsiFBznLPgdVg4mlBZrnUXfsq3XLp2oiZfOcI4CtNJhpUu0+MtlhapTZJvK7fHQkOBF2e8Eh3f7y8RGCHlG87zkM0M6vwuTwc+62EY+vPmzJhyxx72cW0MPkekQmAEJf/IMuP8iE3y1T7zFif+HBnZxJRJXyeIEAM//F2AEoBgM6OJLhTlwN5vieNIQ8SoAsfjn6d3Bb8E3X/RLNZNeUy4Gzelv0uDQyQ9hhnnJxA8x0HGxSXTJ3SZaMk2xXsruN66hn4fHbq1LU8f7w+ZlI32nT6HnqUjMh+QcGPZtHAp2xdpOaakA5QeJJ/j2j++zDgoiHxbTacUQuYuJSvmo4HPsW9/x93Qeew8RcHfCbdz5/b+Y99WaHfdMW0x1TiLw/Ff/INpcIK7WCOFcBr3poqygWvEsWPBZP0WXDtDt+lJhGt9xdYKObnOPAntejnEo5Ul9t8YT4j0fhoIU5XJ3N71BGKzDup3mucyNidCR3mCwwYmncpeNFIOelnBHhbuEuG8oc0FCDkNI2+ImYj5Ewm90bnTTZcTL2FcpweEPQ3Hu63o787VXKZTy/ISLxvPlScjIfbBf+qX6X42AX/WlZwbE4c/vfYnC76yad/AtSj0xFJxH+j0f9IN9KSaRU+X5g1gzntS83iM0DkEfvJuXgHfwF+iRxg5+yOc1HOPuD0X3RdWA0HPiy8VOMsOjJPQ4hr5TJNx2oMwn/gBAvyMtATdPUj9sEntJ3AyH3aEAhWUlW3FTvKnpvZMUG1xCJcqkeg6HHPfoIDrW6m2ejJsPtkTEdalTNn0XSDrY58+Aiz3cViRC0n9sV/zV0aJFnR8uwYc5ISCVdGYCxO6nLkSTHF6lH7Bt80qdJNuwechSnaDe5dgxJrnVXeNrP6Qd4qnlnuD7oxz090am8DS4UjAH4tzA0ujVeX5+DU+KVsPhcTL9nS6R371BRwA2A2WhIDwK/KlviJ6J9GEwRZ8d9/dWOBbxjEQegjYqEvKrf7sAuBaKzcXSvvdD9Wznd+J9MLG0XGunKJXyoGRA+ueehCAlDZsCuIHAf42ByL3+oF4Opif/WD8LP7/5fF4e7srAK6yjwuXukCUuPrBty4SW6DN/WBdPfXvqe4krQ4n/TgDeFqwAgqqxQ8L9UQnSZZNdJ8QZ3Jj4GoJUtVJXMkl6UvePxIR9uA2J4o8HDpJ/oeHha4JKSb5vQjcc6td+IKw8ESf2VLVBGny0SUEeBgJBRs1BYMgHF71Toj7rINlBci/3hGWg6Rb6NrgBhnwG9GwC+iYQS2wjGb7697Pu3rmHdmuHP4LCn3j5x3XyNz+c/0CcxMPAtHloARdDnAQRET1wZ3ghUlJtfxsvrugu8A/T7CO/1E2Sftp7AiB91+dhQSlhhLHLxScghn50ZoTzRJdGWfCI9QAZz4Xr9qVzEu6m3glLwZW/N3wXiIfjkQRykpzrrpYP0yBtKtAIIlOCuNDwHTPcQ3RatU5XvZmISrCNVXaUa2b/JETynzoDch+xOEygt6T4t/JQoGP52Kbu69Gjj8Ee6ZQEYJmjaKodEcUeH/K2p8RBPm/6L9KOpsSbka+QmKsb3U0h8Ez3Xv2FEkQB6NHv7+nrj46BOiuy6t3unEPvMQh56CcpB6TpJg3rYqmoKXpBAhIFn7n/I/pdq/JA8AMAJHlM0vVwUOLFsMahCqCjlcANMOEbsGPUTCrxcPVYlHjjzErojckHCTbve2rW7YX8waLw6QTc8W/vgUT71Vg3yP+i3fBXt05/jxteyz/Ev83y7zz+hNtB0GwmQztd46XgVbcMZMKbx5wAX3A02hb0UoR1L9Xitzn62Hfp5xT4kscUj6lvbWIBCZc58QA9qGc4oQOUfL+Xe9Oei/AX5FiXCi5yzR/hofIeExOOCjgPencA9ESE1BEAWrS3+IZ7WMfW+AfoxmBHJnBvA+wV/khcDoqk4DOxYdc96EYT9ilW7LgEpgTfdqbdOLsvMel5MJlrPur5M6AK2NRwziHp38O735Z/LxaDQRfVyZNfPZvfM9zTuPdNui2xp0DfGhx+Ip+0IVx67IcpWUlRAQoOB9n4Ul/iAj4oOIV6vb/nnZRPPS2o6IxeHflIOKrzO2JlE6bBMdVI82sul8EcN2Elql066rjzVfaGcGTnP5qSj0syqqbcsRXx3WnM9LbtbFgxGCuTyGfPPhCmluPe/EaMeg+R9H6VGT/htHxd6DkyDpGUenseARVQGN2Y92j/A3H4lVZrAeT92h8RdYPrkQFwhTsrIXgk4F0eOgm+dGeD9mUxSAe0cRsY/kpxgO8F3pUpd0ku1UoGP9b2LWAM/iMUzGMLFGGoHARF4AMK8yzwJCdCX+0hH/c85ILFu6wU3/yucE/gb80NuaDkYyT8uEnAcfa+dDjqSOYDG0Ffb4VTxfiijzVR2HIshG+iZwo+t8a6MwjEzHVAHAXB/GQCquGbLwPj6HDT++cR8Pfk35GJjH2EfH7/j1sInjgEcQIknBVY283uEYEv6b8kteFExI0vFYaierQvsxeukhAcJjfpkrgIR9F8xTVV3AQLDKc/N8B1a77uJBXPa6i1zDsSkgcWeBi3xP5hcvOm9jfolP7drGYWfEu4jT13wj9UdAq0GPDNr8t1ozIYdEL8ZtoFxJn9osrEhHLNu7dOGfHsiEDiYVwbCpIx5yUJ9bDuBg//KAG/uD3+rcQCea7cKGmfs3NTj7Ly7M/26zwbur0femREY835yW9SbsIH9YXJ6S/2MTkPwrzZ8gZ+L5CyWhSlCkBzjoAhXiiXosmWWwfXsMjRzzTuWx6jtQxElcI77gtAwzbrSKU2uKhZKPwegeDKF4QEqUdS/pGsWdwQXxvc/79dJPe4SUQSuT59Ic0PU0o6VVzqsBJ6LQXxmnwxkA7qAbbqcpco42YyfGv2ib1ulCEPmRZ+pKeKHy5oD/AzP30GVMIPpHSQKbbUP2d77A4XSyZxLfboKfyp6c/JL/EE/XQefhBOvwN0AeAR/IoMdTLoCw1plIeCALCIWHFudIkjZgqEa8S58kjMa+K0Dvvd6NXTjtfXwl25xAbcBbBdpN5ctMXfY/IbK/fkqIdzcCR8SBwFSz91+4hkkWf6jmRL/SD14BRUk3WbCVzxUK6xmaEwmQY9XwJy6LF4I41kHzfx8IsczoHPlbAzkXHnEPjG7Qx4h3zKcVCcYMgd1e4uT3Hq/INOdnbc1o4V1BLcV36Y1emNsOTrEneefjP75UbkP6oXrT6jXlJirmtqVgM5tr1uf2MuXV5oMBTCu4LZCzQc9tUQ2Dlicc9+ixjxLwO/19dUEikAVHDu9ev6xA8IE0jNQNrTOq0L123mqcsGZY+MufcisO6MlMetsIJzJCryW8V8VJa+sRGUScDwijSNTuMXeNBNOHrIMuJn2p+UhQafgCm3BawjdJZ7usc1gyeWoqsDCnVPnwFlwyTHKEpB0pzxKWoNwmselD+LW/hh7USyWsJRLAzPK+Djiige/PoL/okCdmjhV7qmW6E/IG90fa074TUV8TI+lkX2vb0Z5plLHn+tq6nH1SGk6AT+vu16ZkBZIdS4C4MQjzoJ0aHH9WfocrMpAD+s7H5zrQThAYFzJOxXZN6shpFvMUpBwlzjuxB/ng+vDeyyFidGdwKkXro0Av01taAwV2l76ono86cdGyJYWVvcWcecJqBTIE74palZ6sg/gtMjt7K0Pso1o8VSueRfDN7Rj8Y84OdxfbrmNPZM4M/PEwTvHP4mTbg2C0Hfawy34uC3p8Lp12TXM1+x7lIXHkSmyGIpNExK9Rof0tX6THuXqspd+KgMfUAOpTNO8s2FGoxyENH6Z6kQmPvKJJibdEcQMPcE+HhPAy4HPAuSWuqBv0UkpFvtI8NWMEeqGw+G1r9LqgQL/BPlD/XPjkHVtDrztRl3wadHQW/HQGzDCCehWm1t3hzl7MrPSbYIGiHYRiKS/WuzSab7kNz0Ys5tf6XfGfR9fnPBlYBOATxxyClImrHXJiAwhIntXvFT7MIlbMt+NwWu6oJdXfEYVrMDzv1axCtqAcPwsC92upkFv67FtKEaqlrcVV80Uq7/xwFP+Z3oXN9yGtIfr+PpCMDrorfCVCwwE7I+wqgmGA++NdnkXkpkBfnY9LoMGKZDdgrssS45186EXLhbwLN7JT5R0PeAM786oyytCO6C/yj7kObwiq2ZKMZE065QRt0SdLjjtLe19shCPgnLPEzlG+Pr49MfzDu795WBNs7q81wKbzGkwx9EvxkY+/rFS10rUMhXYJLY3zYEsWCPea+KZl3vf3N9UYEiQ1+ZV5hXC0XAalfgRDUpG100QAN8wi6F9MMRhn1krn/e6KcuqN8HkuXeUW/SkMtZcDfGiATtFBXYwvTtquvLShI/ihLh8gAQ3SXqocaihwbldHF/hZw2PXWecHPzq52HrSXgeXmOastEloJ8Uh52xSRxNauzLEKJ/kRk9i9GMlLSEHU0CM/a+BIl30n8Hfa+hA+hD6iZXdFLOne/3fE4pNxrUeuF+loQTAfIgbzPvwjsvgBxwC9T3kRQx/43w2JERBfCy2x4A8HCGfRrW6Zyikv5pljanIMMD5HssxR+uIiI/lk4DPb42kwpPgCMi4jX4x5YCpL4guBPDExDqZArV56CaFuLxe+758SHA4W7kjHPb/9Biyrf/SZe9eO5Fn3vj6DvhXhKQpAo5sh6apNO63vAup4leNMhXsR1xb2FjJJa28qtJGQvOmymIx39+GcRyRqL89g77n5Jp+l33AJ/QG51iZP4YMizjlcSUhQyAzL9kSukauhdA7Qkj0Rea5EuJx/BIKBjGkyjiqwU81C1UUGtYkLw9QoJwd7wDAgmEbjRIG7sfEwsTPIYJfrnYDDk69+vGwf4+j7q+qbPsAcH55iEhsiLlX+pMdzHEhQSBKAdbM9EZSvUzWJcczJi+JM9NLAn9KTNsBRsTq8pe3wrSKXcJJOfSUCpIgk9G9ELNC6JJeCIlHzEpE/Tpjt2HyZzYXF4A/kRFfeQ898DDHQCRJi7+HMbnFQaEHbYFR+cyAT4+RimwDKBHochQWH4Vm3KEG3Ipy69TBPmtbbIsUdieba+FWFe+aoCwaAQhlWvYhfpQT6Rt9dRLsK6cQkU5H8GBS89Bhb7Gn6U5XcMvKOZ+DKK9VvBHsloz2JPiLhaJKHBnn7qPegdG8MfB/N20Ms9898gI1WrFuWepourvT9dDqZUEnraJGmXQHKApVcEBICEJ7EPSaokSbjMo3Suc/ITd1vS4ZKIrB4PoztPa8yjs5+wM0q+qjud4570Ozv/DeoiIDdpSDjL5JdFnz08rCu9voLDlxiQ98Wl7GAQKqYivOzo16LYeOklsmKji6AemiEvOXAEflWmQmatcg70m4FaSJj4jzohuRBaycit8FDw23HozZMRMMcF6Ljovkm61KhbQVc/hoCbM2G5FeSDfunj+cpf1+xtYSJ0pGQVkZFFAHxv9Ht5u5Zs03scg8s0/JIQ6E2wt60U88lZMAx8mhZ4ZIMG58C2xgT+FmfyTGLu6tpt74U0z+AfzFtDIH/6oL6Qgh+Y/XIP/qhIVMQYfK8k4caneGERAL7marZVF09sfQ7yqgR7dGmY2PcO2MiI6W8yx7wVYCB34EZ/5jiRR21D4iklC7GUzob/mLOR/EUM/ADfpDkYRqnWvGNUnwy/pR33hkUDxywuzmoJ44tBkYh8cje9MQ6P4QJELF+fisOVGEQDybv729urCQBSPMo/sYfl4wKUcwokdSEgKamZAetyEHyyZFXXZgHoIyYeSBrnkptr8vHHEMi4p37dry6KP8w78nzWINJtCTRSRMU1gSwXHf+gYK+9sJ4qWOvdcCGQQY/7JX3iCkuTje4yUF2MdvgODAYspeGclwLZUzaUEn3wrkuC+e/Q11za1Yx9irouQinpWu6aixrGORBi8kmAhe/wsCIoBIYc7NIs45cKfdEnA3u4k409+5UJ2mRhQYKWAiO4jq5aHXko7fJOmdVr2dS78ggFkZlmx5FI9DA4FU9DwACQkSbuTyOhXBJNZALJMU7SRS4akW/4lMXT5ZYXi3tAg8BEAXhHAI9bUenUQg8JyyHh50W90K8mwirrLjcgLBfIKfxRF/pQTsE6N7+z6eUzoiZz2zbfkEuekkjEoaD9Egn310j+Tu4JMMlBsBnntwVj6eCaele4B+9AXAUQAx3LAcR9EbgmcGPw+07gpQvkeAbKId7o7cFHBea6xR5ErDBTYYyEc96yFn436PfywhL42ybXIxLMZDm4fcdDRUuSQ8BBX5NwpX2yBJlGDCI89Q3wWWK792TeafnHk8SFqn6QfMM98sfgtx/lDpjJbnou0sRxvcxw+Erui41vx2r3DnjjBaNYPkr4cXvyS25sYaShpx5nJfM26B0Npyf71tH98zR78Abhxt4HV8bm/o5rTFyFXNckBPkGgnFSsQEo9VARDA3fvoNgXDBwKQjVdixsxpUP42jkWh5GRJmiXLyja2EvURSmBob8wtGj7OMmCjWiZibAdcj5MQRka7b609inzm1TRaCToIt7W6rnk/Dhsc/Nb2f4d0bS7zDYTVaeDWfEoxgFeBUy6DH+8alcSQyelQDEGiqCOxIOYQmf2DonCdrkweCx4m7TcPLp1Nug2QG1qx0DCaQiXYXlX1I6EPFahcRTYR5DYRy5D4mTgF412BsDOqL6hhuwAUFoyDbY6W7xmegJCN2sxZzW1dEw7HspAr6RhWKmQ/XwRlj5wm+sojgS0H+//c88Ie2T8adck3e2bkuIPl+MfeRPsSvcafSt8e3fGfARpNw5hXLE/jGvgpAd8ICv0VdVSkWPawuJpzMT4Z473blGLiB1joXSzo3vdGclSkX5TN4p5Zd38H4/x/8RVCU5qObrgdere2HM2zUB9F3fsBn94hKLfKmB35gKpCpBYbpQzO0xNISdTICegzQfl4NuLWWGVrSpdOwdV66kXHAwPGQGXOmeLE9DsKQRDQh41GEEIv6lOnOoa+f5epx+xw1wRMbepx+pP3d0gpIhXQLE6xyzPFS0Tbe02HudmFLykQTdU+VGmI9zIZbSM5MF5Em8meSdBfUWES0EAhd8GHxraRd3TVW9KxTcna+nxsyE234DjcvJ2J8muRkJPeYFhINGnuDqIbA5Sdg198KVDye+JwX4Xjj5iCn+JUW4iPhMBLoNnmhPuXKDgE088qq6/w99qmP8e+z/9aHlPsE+uOcA6Ax4EoJMjyAOqeCOLTGHIoCQIPf0rCk3uppODH1Gz37h3rPw9/qrEXCzwCN10UlopX96ypNxdgikHT9LdDSNv8R9C/hdDAUCclv45ZjyV6owcQ9Hru/VYTQsRAIr/8P6qcPCBhltMDinwzxFO7Ef8aSEsPOf7PvuDt4OndIv5j7L4h7rtQ3muoaCgi/muRA0KZtKAh40NCB3/E8z8FOi5BsX+/jcR+bT+YH3f+o8DRV402vropZ8G5UUTPuTV097y1FiY5T8o0umdEV7Tsf/fMImhzIiHfu3wOeaDYIWOXWWSLhuiuFmH9FhsOFXvasoLGkPLwMLKRcwZyvYuxYM+RTjkuf1oCT8KbelAxwHdATEk5KwH7kpUWcBytb2vEdMP5tfoFh5p8GqkRx8uiSeUhJQqZ78uMr8l2fAT7V+7QX3LPn1v5b2jjy1fUiv4lDspQ3vxlL2ipMf1w0IMtvFAL3PP3HLm5Hv83QRC2oeehr5PA0+oFAgCasOxCPflPOixyx2U8YhR9F19kO+XB4GT0iKk3rENoO5cJBWzX/Xchn+aBXD2AaTaPVu+AoFGd+qGOxxEEyXKoHjXjyV6FsgUnx3Yt8L5zD7fb8XuiVIdw0CM/shnslC6fTXAp84Fd4lIPQjE5mO/sOjIH97Yl/38K/+LvIGhR+VX2a+qy9PvwsEbhbb8Vw4FsqNet/89edp0VbMfmRUCavE3KFBj4w7j0EtkbsBK5OUbPToIoGLChdRKjG7xj8y2kjtI+iyOZ9WDLxL0lr1a0DSdfbCNfJVAIGUoI/N6iXouoZzRUQgFuchcd4ilgVsOxpmBdFokdtplVvbw8Jm7IDtxf8BPzfMCx6p4Kboi9Or5w5+HyagINQ6L/0XNsW/3Pd2VnjNefDZ4pNQOrf5XQiqExikMS1JJ/K+rO5+lDAEkKS+PuklgQgHd+bLnPd5UewTygPLrJtztvWf+MApFkqe48GIK9tFCy8fc6QTko6P2yXaSxjjh0sY/+IgWAKmTfpuGimv/WKQUCJgyvUkCAG5SP7XVPcX56RfVnFQkfWKFcRjiUS5whIUUGtz7CeQQ7i6m2VkJsJS6uHeKl0OSFbYc3oYibcIKPG0dgDGv4+Cn97s783fJp/Hj36/8C4BQEV1VxxinBrqAN4f1is30dNh5IvDotzngd7ujONIFQOvDIPLs0/SkXQz5UX2afORf9S4+wK/YojCWhxaEDsTfN41yMg9j/mcjx7/QCUhwWzTjnxRYnD5qK77Ren9sgxpsXd5Cwcx+62ZYuN7MsCDJfNKsELQ5yEwHKR+50ZiEVkdddl3fDLLBNRyz4gX5FFFHReGWeeuqmNE/LN0noC3QHD8P0T+w1n4W9/vWdSleFxf3Gp78kH4KP0mn5z7KAgY0qvVttQnPNB2HRikXAouGD9JAnqFGgKoe/0ksRowK90yAHEJxwNYEhFRkoQexnxGIlD0tQFstgRhr9knHZGpUohKkr35rI9eZ+/bCdCNlXy3fnsYAsK+jId9GlKuNsVhVqOxiCQe3xDv73aLSwaCfQZSPqZSIt076gcuxCuYQ4ppDhNVpKheSsBHeBs7jj+qf5ynJegBED6ZgCJPgxd8OPSPmws/vdmCexhISH6mPPONE3sfkv9907snIMLOYv2XdU2hDo06yBB824N9VIHdJ7RAJCccmfgY93L0AdXgYahWjYr5gEUHP9yKZ1h1oUKMlGRZnQDiqyxbjIknCWW3s9xaIzGncDn3epePYkUBP/hHQEljla8FG3KDwjf8hRORZl9F3v0lpF26ZiyMuSTmOzRp9pf+YipWIoJBGgfZdNhDS1lXSEFdBTIfGjHNvarUG4HHEMu7bQaEf4Uk4HktBgci/0wAKgXBoR2J/BziaX/9IZzQyXd/X+YigzySq7F6LpzPqPzBnzDrxc/JcDqMgzQwnxQUi0WhZ6l5lWr4RM3x79afzO32VjCy7rTY5d7q/CB42P0qm3762hvZkXUH4vnHr8e6NxeBr/sekNwRaW5oEJiQDXJdcWEb0+A1w1/lQA/qFQPfKw6tiFBxPDZExKoUrKvd2lpMgHaTSWW6FbZdytedRaY+btLbXA2+PNG75AdGv7+HgKBk3OLkH8i/TzX2cndIehYDm4JE8feH6Zf8se9AQ70xRPCGWTbycePrsz9vBnSfVI+ql1Nn7qu019edOPaoq0gIDyuU3M72LRFl3MJQxrXfjMooPIlwUkDoCD0X7ImysVzizY/Bn6K6YfIcuA11U8+0UX1nvP6ahtdwkDd65TMAMgGWCoIcE0dLPjGYk5JkrKI+DoLXQwnirOeN4EsCE2BSfeZIBKyVB35puxteByRZa4by055PwucTUA1P6nZn+c/4+vSnWt/6ie3n8k89BMDPO3wEfL7pg3lJU+IwxJn4PvmEjE9SQ75SLCREkLB2vIPHsPDL7HShGz/vk5DPKQ+KtdkmnzYHDR8loBKFWTmhVwGk81LizH5724dLOpIIUrOta/7F9AT4SrpwIdy9IZDBTxheJ0PBgtu1Ymj4Ha8Jnfqq5msyoSOvAJkSVTUOumqd7IwYv+vS91bgjAcqx9GYDwHJwDfwNw8EeU3Cod+V9Bw9n4A3oeFbQlTurwbhp9LO2m7/BYq9Z3Nv6UfqK+r44f8CNJ+I+JFN8GgL9AmRaQ6ylcfx2CfpY8ruhEjkUUa92gd/kpKRsZqv9WypfgADXz03o1xZoUX0zHdLMpVPIbyNz2w7HSqL+ww8ymEu6TgGtnHFx9d3JQp91j+xTQukLoTNSQCQqEQje161Ve+Gc10Lb9e4tzya8xJoRwwV47HfuRlW4ZUNsYfRX66k5huzGoarRGv4FrJt4QY4HVTLiQmMjHOnwZ/zzHHI3z4D/sjeuey4UsVQVLwlYNCK6AkSg0z6/z8R72WbBZRCum7SvHeq7G2fooEBC586aZB9CcAGF0tK7BUKzQdJ/v6WfKQnHvpqrD35wJDP6b3Y06n1gzknvuQ0AGI3ST3z0ZznArPvczH61cWxbs15EFNefSvIvgVSFUVdJAKtSGqhNuwrA/+IaPbOm87r4nCGufUu0MdpXRztDiMeEnpOjTeQe9nnagScWRDyNfrm0qHpKHfD5GJRfKnAh4I/ClhZmEvxU0zRsBQDsIAiqrw27XSunva2dsN83f0vzCtd55vN+YOAXxMPwzh47RZDXkR0C0zsze/8MTMLwsUT+Ho6AfWPDoYOXMIwYWyM0t+TeBN1LkxzYUczBksX/zwIHgk4l+jD3h//JOCZyS8BpxSr0q7nvmEjykCXq1YS8kwbZj+gFjxW6kroOcwpa+UZr6IRWRbz4N83Jfu7jSZ7UoIoTkkMGuz4ofT2duKz917t/xIZ8pWNPBa+Xhp6fN4p98UBH2QsMKGch0BJhsP4tHb8U0XHbIXrofiK1wAyheoJbzNswuYO5TzKBXbi7krucrL6gfZe0LRCovStxt058G81Ax5BOPghlOTW/TGQp24vkPzppBi/1EyNWMU9k3tW0s/Q1PvoA+B5/XdPPqIY9+YihIEtqmmDutAPTCrRRZRyccjC6mA1hT74V4ZrBWc9IS4RH5PoslCXxhVmLAF11mp4/rZ6/gOCfjWwWiCP5DRIuiO4R9qy6KcKYwAtYISFb3NCEhqWwi+8A1/9vDxRjbkbhfP9mrCPHxdCsmFN4mZ1znMbh1G38EcBvXlqLoplIsfJKUU2Un9rAqLW4o4IifbiJt7aG+vsHPHogCldRR6i8SyBuMnKLz2fP/lYUyK+ew/cHCMeJM585Ev2sSkS7TMV7is+7h782BGT6YhA+gcKKtmmt8Y25civQ0ABSE08ghCdp+Dtb+u5erHFfQBhyYKSqKwOYvALBuuZ66WungbLhX/cEbnthYhoHRQaycB9/ZfmD93DcxZcN7DLnjjoZOhjsnMvHNJVP8Tcka8ShmcY+cqnFcE6nl1wedRr6t2utUqnxz7Yh/+BTXIEJG/qH0BAJrF2mmQiqbJ3osMiliad8XJynlMOfJtx6iOmQOWhL8WnTICe/r6TgSd0ROJOfmAR6RuScK5Rtz5ZHaB3Y6cr6ZZ1M/BhSShdIm082inTC9F6ty7vax8HPVE34Tgu3pUIvBD7UBg3uvaVDxfw6945vQwUd0cMsYqNvPtjfCtf7soJconiShoe+v3mkBNHkxHy2j9kkFU2Sq5N7xXOXa87zOFu6QfCovFtYbjdOWbhgzkISv6dCXhDzbQloqzcT8mpkbR44xalmoP7s+RIKAA/WR4Anzj8TbyhL44tACcAO+8KHWqKyrlKSYj+Gb3+8cJC0II0EQLK0r79VZKTJ8TqyDDnOlIq5SnKebwen4OmAV4foFzqgzwOptXYo0W+qcBLLfrQy6yHiIUT+n2eAcRmz+uOOPhLO1fWQ7YyVdcoxieYg3RlIB2cSrix210AuqTom8Ce35HOT3VIXdVDz5cErOsvkciSYkIRczjM9Ul1kn6PvwI0y7+6zoNPvXv8y+dhycDGWzwfJz/uh4GnHAGbd3IP5k3fnXAn0LckzMcwnUd0/zyD1cfFhvqSKfBSORMg0NsI7Mh8ZhNMOjMIgjrh+LY5nNtjYygIYirzu8UQsPrAEihUTkyPF4hZgpUMfwFhH3vEvZBJ6khDddwLzyEIdW+q0/MwJE4Ump5FwNm8fajE2zE5H5IO/W254iLXR0vcWVDRBH8r7Fn5//a9pwx+xE9kHmKTu14IUlQm9IXIp0noEEdF3zd+cI8LHxFnGS8UEchzAkz+M3V5EIWD0hyFFAL9fylFFy7MvPQjkalxDncWt0EItWJwcA/3Q8WfQOOAkGGvoTdDYOa9EvzJH5mSu9/plY+55irLm8GKUI4xkbU7ejP5svAt2BvIJsFFcecguNXTCOg/438nwUNL9Scyj1vZl36egZzE3oaz//GrXOfZp6AfG2W1UyDFgXknSCj4rE3Lu43c0et4mJgkHLtUnovEVsr9T1Dxzl13coOP/XAgV7Fa6e70V855kC7pTfzdmwZf/O6gk2FDL+iCgrTi+41fn3nQ7ld8bJt5NXeFeeyCc0d+848b+J0UIyD0izxFZmfMUfOY5vRCkKR9iIB+kaPS3wyDT6bfE/93v4KP9Cl6/2/A+Wu/Z/gn5AShYvTTbvUFPKQ+CTy1/FKLPOCG367DIOoHEsjtj8crUK8SIv1TQMiByCvkizBXxsC6K15fOQsJEtOujJT00x4E9V4SAkJ7LyRwOFyEgqSuXlLTe4GWuDcIWbncfsEvRaLMO4k/uReGsh1eGnLFh4B1ETwdfnn2DCj+6v67jYJ/lr4zKyX2pB8O/k08/98+ODP/yb8TBNSKN8wSMCWBmvCFcyAQwqIs/hZJRB8ttW9jqHtbwhCxMtq1pSNenCp/YY679Xdl4ZfEC+FC3oPhxR4h6VrMI1AHf+US1UV75N6LWISAygV2w6h3vjgQyEqxqLqJsbXA5McgdgVN1/6wBKSE33kNSj0QIYR2tKtOzAiIgKR6EgG/7f90e+6Zbxx3or/nJvlD9J3xxvojJ7/yj3CSf+gk/YjHpS/qyppnwakKbl/UNechSg3cbpVj7Qq0ZLG3ab1mQLkgfU3GEuQucV8L/u2Qd4uC6kfCpemXWEpmOLyEf7MPxoWKx9eBIvGsXnSw8AdoyUxXpohDvxKPVK5G+DeoqjsdARZPG6nLu/jnfzUrsWxKR0NmwDLOglyUSCTauC2fkYDQj2smnf8I7pTzbwdldz6H3307Sz90inwOgOcmQDjXtENqvwzoJEggtf2iMtRJ1RkofdHui/J9qSFdnlmApTWBcqRTrgwzJwjAgZ/Ob8UgC/RXkdHz6ZsA/LEnwUDv9ULBAFjXtfqAb8oKXfauOOkFDqqLTrRZ3/wWzRshx8GeF09z98JQEV130BN3VwxtHJJ7Z/UDNxTkXZ8ohHhvAy2sEoRCzfr9M+B3u/0tJVf4D26Hv/vDFVgn/R5Qw+/9b/88BSbc4x73+CZc4QwKzmLa+2F9yVeqtdQpAjk0otMgyy2YsO5895kv3NRycd/Vl7rlKAZ3nASVG+C6/z4jYf2lEMiooAf+cpMY/ZgGK13Z+/ZI2JNg9VDzT7y9XIZv6eIQbkp7tgDXDn9v7evbz2BvH6UHC5OIS0BuvOqVRzX007IHZtfbRy7+dnIZ+gqvI2iQsi8BS+6B4zA3MPhPODA5AzycsusH6qWHeZR+ySfwRzwx+jH8EToFa0CtG+VKqSiBXSY7bESJaKQAh1yOeV1Q+upO3ok04z30qYUs2YkyeSN6FX4bSVmgoyw/WsfxU6+75O4vCZaPuTIRvoJEzkZqWNxhrp5ak0iAV2SlXnK9ke0Q0rXRZ7tUb5wCp3zjj11GgqXsk2Vduzf94wB0DuQX5JaIHIHEw748BQ+bdFnD3ZfQJB4JqPyCx78BdKeGvsXchjHbpa70AAYFn+7O6W8y7v7ox6fV5XjA17YKTGLoFssnTyR9A/MqlMUJuHCwfLUFFdZ9qwQ0qjsMFKCI0ujR8DT9puECjw8X5ZN1j6d2zXhPbVSOQvK5loF51PtLc5coXx2sava/oWKTDxZmBuz5LxW9l/Evh9nPhjnY2lScSQzIfIrqbSdD1o+q9lMI2DAVb/j6VFUdMBf+xdDJE+KsKgmnrO1wu5Y/UQgo/Q4IxB1Z+M8+IvlOq7VeADoJzoXFfbJA3/3JT899Zv6DcTiZlxLkdQJ/6zCEAK/9ABDgpRnsJQo8VV17N+l2Sn5tcNiXPErbipGvc0wsWeSQNNoPkf+j0M7lSAftL+PxEpBJMCSkH3v1S9JsgItr1S3SdXQkXFodt73ADYvWLrWWcM3B5GbhNhZvC0OuBBbetQO+nMIf1ENMfol+3B4DwHLMhonHl4O3eHjDSkD+CR/j5ec/ckTya+4bHsMen6CPgN67A269j4JNvBVjH7JrYf4mAfIBOywX015loCOdeAZriweyEiEsSf6d5KBw5fJ9o28cV008XCLJPbF8ei7sjj2b/i9RSNzqMjcUJGYChIOqWzSbgv25AkLodql2Zc88LoNDrr51Q6uYLtrtSs954jG21+giKfghEoRhnE2YlSUAWAH67SCYCbENKXPicdzD6DNeugt2AERK9EmEf/pLwNsnPMM9ocejXTxCv5Lv/04o3Es89QpQ1qkmYwjXUx8Prlypu3glEctAm2QKcNYFRrJ1X/egvjS4CRaDFHyijqLP0oGwdApkd5+1UgO78V1I5t8T8DIpLoZMBQYzEFaeMxEgWB76VYELotId8G2EjC+g8DJc87Uh6g2voOPj7piddITnAYJalB7nPeuHKOhXA3/o0NvfuMQqcGFeQ6+ZRwRvg8Lu9s86qFu7Cz5qDkW4E31LZnnUP3er7JdeNlTZnj4inT36+NQvv9TnBADd796TnHRSVOJvpkGAVimNwqEclFYfJoc9T0DSx27rNZEvysCcBEF4gJbJfPK4xF9NVhZuzMnElvzTXfBwr/HXvuiXOL8pAhTLX7ln2kNX7rSSd6bDBZFLto4ZFtOZPvaK6Hgv9iixbzfGvzD2YyQKe9hrCIZ/UfXK4vMEQCS/OezBSdV9l4etzoBKfW1KGPD9u74q45YX7Mk78oPym88nxKa3Dfa+PPe4JQa9PxbA04Z3JFA4LsLwieqZm4OfC4/J71Wv8+SZJO9qRbkJvUE3Fskn3hRKsi2Jnsgk0SXPXyGJNXUxDwuZ/SDgQpGvyKQOCRkE85F+VzphXpPw4nkxZnbJEWl52AwsCxRZcdLzqPeursTLpRPmQUE20Ffqma9NiSEwHxq5foCK4KxcZ34AjJspUfC1QtAs8PP+kIBggMTd8Xcz4F//ftBd+RnsmY//i6O+IlqfSD4+bIM/lYIy7j4B7+j2A+x+QdqKiqmvEeYHCh4Jd7vifoh+8o+IPAjWzi17HASlFJlS0ClJiFH2lA8nL/uScWoH1G8Sb+iiGR5GnI/MHPh6JaUAcqR5pBzjnfvh6JL5jBsS+uYvV4mCH0Zj+EfAX3jkxlnvhdA2l4WP8DkLP+XBR5nZBDPxUU7iAUBGgmujfSXIczTeyENEeMkfAgFvS/5JB4elv9crwe/uP3EY+qZww/8k7e73FPz88gs6twXmPqtbkyGcWzBiHAcrInGo1Fe5d5l8fvAzgzoxGJWhYes1lqdE4V5yqapeIkfEbtlOacQAunHL0rWSVwDu9lzdJt+i70cyBGR9t8fCLnMgagMTX8ozAIaDHUiNNM9HXubqR9zEuhEWWrYSWLiKum7pbVvbOyfpB+Gw8cx/gIwqnu8HlmYApJqlNCBdX8yDiB+QxvTuE1D6GTGeikwHyZcPhNonjn3Kl30i0K3vU37vY+FH/T7+EU5Mf/6ax8P6ZiOYE3troyQemHJuml/NIlp3hOJ5Euq4SHCP7EtCFlY45Zs4d6kYRa0jSkZs4m52paA/8ii6/t8Bfr/LviSRReFiLyaqTXFCosoyhyJ7OgIEdxZk/ssN62TbtboAkJKO7wQHlr4olF9gU7Fi6s1vig7tXVOnR0FYtiwcZiGQl6pyPK2KGfTiEsAc0gDDKXleAr5XokEkejjyd/wO9Xd8dGQsHmfrCRKBq5NHwGc0X31+vgZ0ZFLUwCODM0lHRPheJeuxFucGQQtfAEI9WrPuRpjiVRIKLRuDrmiWpyn5xCEV1h+wcgtMESuBy7/uXzVP+GeVeiY5OCCk6Ld/9MjMfgm7GyYx2MFEoFhlYuBWTzMKMsalnwDbPCQhVES7tr6NTNNeMI2+cSZWn/NVaWi34x31wLFJ6DC45ySAjviD/4v337xHTMtd8D3umXXSjzDe7t7n9az5keTHz3BQ9yzy1SX3TusU/Dp4BPwI7NZYyMDPe7rjCsRYCcmSpZ6YY1HkPTQGhhsJ2VHapLWAoaJeMDoYKsjkjphELknA1kJN6mGIzoGEPGPtK8lpiGp8T4ETSM59mF2GfLR+9IRE/cjFAuh7LbLRqfjiOclw6drfGyQN7xZ3DH90plnKCn9cd8awRkQOfbnkYbVaUvIBAaud/3CInS5NwIjxv6WF6aeHd9CuXwAmZ3lGyj0LPiG3whisVCELQEm2ZPxIHTfhms7WaPs8+SD4TGLwYxEI/D4RfZ/X50BBU+SGWLK1T4BtFvJNz0ev94kHJFZI7o+pOh0ouPSzEmopCPSIyz00XRq4FFryN+NQU5mAYrAydyX9MM2/xAs38SCegHvLwmx8KemnREU+uAjqKKFWA2tfCl5TwLn4KAXPxMk58iwQVtCWDjFJ4R8R+2A+Y2GjR8YwLkESUgw/Y6Bgj4YLUpoQ8LR8HegmUthISq7DQKZ/bAAEXscf5Mb2+BHhzrWEZ42Ap5k3EXOGf/6Cr+lIunfJB0WgPlteYEhAt+j1VV0oPoULehfPCZzktGNhN92IikARYREdyRVh9IShnPyz8CFk25XIvOBdDHKV849x/Ox4wbQcAp0Ex5GrXArCuVpPSoE0AdF2mlsB4ACPGgTS2OFQljUr514faY2kC9eI9lME50RhGGYNGGfaq5rMOibrPJWLSZGKq9cOBDzPQscoCUcLv3mNj96mndw8yvFuKttEP2tMyGR+XJx8kM4BUPPu332bFCHtPc7lsvr8NiC/qithCLgqW+2AMJSrDzRbsNWKFQ/sx+dIXOcGwVdtoII8EYnBDgfdJm9FIRY9OYZBd/6/xyCKOFpjSfwtfoHemm36ijEyeyIi/KYY6+UJsWOgUh4a8wgnxJOZ7CpXYh2i+TqPa7yHxHbiYGIigdoGehoAd8rLhSXyEY9v+5nCbxAyMYI89IMJYj5GQLeTLVHjSEg20cIdsafZ4c6uctVzaD9vks9YgbssTvHAEzbAny6PgE8I8N1h3+emIwkTZGKGvF2k7ObnX/X4V6zcI9/UX0kyUDcxOR8D/eXddHJJwfOSgn5NsBINUNQriMfa3SScOTcYa4vDvraDleo47BEpKLcYFGLkqifMInDsZeKXO+mhBqSVstojEvXScfIV2k3vSmeqJEp8T4i4jIX0+hqXIACJVOMWpE/mIPOfm19f5zXPGpDJ9NCekNSFy3IZHqf32Az49a2uFJJ3psP+FK1j2crHrEjOdj4gDuHdJDn3NOWk40EECj8BSHyX3r+7lXOAT/f7xzQZ9EgR8KpiqFeu8uc1BYq6LIWNpER5x2Jzj+xo+AD6XjEjeHMYCSGPA5jNblMqZdev0EzGIB/RLmsrSUHZmMjSstZjF4iH/Nbh7nd3bTCHpejo6fBBezbizpQkq6TTVWb1B39dhM2TLNuSfxATRxy7k+Fz58B1BATbsjIspMTzhcFdoEIsz0r1MgOKwKex0NbxvAQmrT/udw/0m45BvlGKVmdQtOTTg8TnHvt2EXOWfHCPG5Hv7X83vR9+nyfIO4HIGr5oFq7FfbWATIPuNzG8CYwPwLjCyKRmYhwla9yfJ6IdFTekxHZxUoBlHRdJ9LRNJjgSuhPOhekky4ZZSNmcP0wbj/HPSLXO3JEC0HnOcvc3RcgyL1kI3pRMWhK+XvekRCBuXrghkEaYT9e9ssEG7qBpPnwU8nbAoCkom4NhUeicyEVjX/1F3QSMGAjYIj9fO9Nxi0Z6+9FP0iZjDC46c/q0faKi/zz6EVcy8OTrvxLxnfL84z4AtbAOG48pxXDDu2RUFExZTw7UvuiAuvN5LbuUmsEPLC4DKUc0uEaOgYRP4aACP5O9Jpex41Dosy2nOZuVnPCoJ2KmH6XZ3S4p8FJ2F2cIFH2JOLTnMUU9DOky+mUW/JIoAOXiLbGtVZ5UrKfKvUxLJpXIYm+dsji2BOAjgljij0geR4GBdw05T48dE8l5bFZ9D/g0BPoaUOhRaHdpYeYcN4ZM6kUXvP0JjoAH8uqepqCPXIonfdLpL8oceIZ/757/pB/32C5kHQ8DNBw07AYR0iVX4KJKTMWGuExQqXwJOBk7cqnNo68Ch2ripwwaa2MA6JAm62KQW1d7lNxOk3huRz/Cb0m4kf7IXTVxSLiJuAoIt/Y3hqs5xEM/jlG7kEsp39fZkIJTY1zzjEQIumxph7RMJRMekwzEwTmuaRr9HZJyXDsdehzcWISA8z9w/ACJHrEoxRZxtvpylrNF1Io8Ku+JH6LhHfij6Pq8ZvI7Ab9Tx7/gLgET7QBor+vcmHq1F6JVO4CjvaDDEL+hVaEKwPZ5sw2gZf3AOwq7RlosPUfgiA9hsjxcIoqu3E54Or1fZWknL2vNHe8+41yZ0iZPrPFP5a+TyELtTH+AjxSDrRQyJiMWSqQD6kzoelxGektRhpGLFvfEM0+mH9wiWLHY7/365d52+VAQQz5uRGIGnC0cRhJ+rCSZW+IDN+kR9k48Pmf5kXIH/OCxx/fJ7x0Av/jkHbCI6wTdcIvF5Hn/l0hZV9+hW/LQiyYIxJNYn0lQSToL8x4GJz/KPK1OGCHHModB2nsLp+6QW9Sdfkc4OhhubPvN2/IcZOWpstAj4TCElBwI+13BbH/JaSaIvUkWtyXSjtjjGnv1aZF40Jf3EQj/3Gg/5zTElmm+C4h27BsOcgnMVH4fkKGmbxSntft8CCoHPSukcV1Y2rV+tr7VlSpweZ9mIJEPukM/M/B7L/8GebmiRZ+4WzkXFsxSBmzJmQgbcYhV8jexoKxslYJO2TLp/WbMXI+R0BuJNekFjVwtL/Je+cRNh4h38yzlhmcSUcSW/Ksy+nzk/le3syAfUYgfMeRBxLp5dl/9pb2iBZhkk+adI5vks2uh096Um+pHJewUOBNquBis9JN4uaUkC+yCfZ3VNtefquMoR/T213eVpXLh+RBc/OGOev5/+U8QSsB3y0mvEmanPEU15x7WQeTiDjHngcW4iDWqqcXb+wUCnQWpHpG4UW47F4IiLfKQwuWut2/L3S6Px66wZPR6/GvZJZa/VK9eaPzco3XFMok3cyJMPByN0NEISaV+lHQ2VZDIzfp5+YWZh39L7u3OqujDTN6u0TVnwApoX3A5/GAe0HlCAbwH2PZs+Z+5ImA/lX+IfE+FOy3wO/f9P8+A5R75K9z4qarAkKpIYg26UcbLupRkqbcOOt6Bn9kxMJc6c0oClRYvlm1LMgsnssYstbYkYoaVZLFImIxPxjjtmY86fA17PUxLIjoeBnfxyZwS+03C6u0kGMlBpsAm43nd3vSK2PfTjwj1yDH0niimu9sb5wGh35R2RGwCCsH1qSr+L/6VIPMemv6IpdMjoAAkv2sA3IzW2FDHlT7vxTbLaJEc/rCoV5DN+wC0AnVE3Hk58enhloUdZ75ya5MIos7bMVLbF6FFlyz9lHIIVDcbwHDuVDEEBkJSmfHuhNPA2sukqI7FeX17/2d4kNzu5Ax4fi78gXtXXFqnURBQOeHAwf8sBMH/Zvl3knkaYl3n5ADIfR986Eg2W055wziKtXS/ojO9KgUhwpMf1TeEzmEfQQjiHwXh2IXaJhmWFmHBaJOewBOAvaiVsUnKFlJiDuk9IC65Vp7SiOmp8JKG7wCrhkis41k6Mfrd1Xl6LvY8GHkaBB307jyQjxzES8Cj/KLbf5KBfTgE+rwfEHPf+V97I0q/M28Ag0PSUfLuuOJSO0mnZulRBEo/vxr4+PHw690eTQ0WlrkWOx2ZaUexmIhsHmp7nqgoOTf2uJZFRAngcAs6VjksofJIpFbl1Ot9nmmWn8LRxW/zc7lPCPq1sH+2BKCSgEcE5pIE0b9qJPyWqDftewDcRu7TZx7k/Zz/L6Ce/+++hHhNwXv6bLKw4xaCYR2Jbozz4BF/aehPaI9A2iLSEyTUbLz6grCjXMNYYQgNRBcpTXNr72sAuFnm6YCeLh9WSSyBvHRCRMB34bFLFqqVR4Eed55Am8gTXQndBGa3BBg0JSDdnW2w7wEjyo+YBJ3w7tBPhYCzV1NqUXB8J/iv2yPzt+ns56uAT9v76oEf6Rz/wF+FkwT06Heuc/Lc4/AecBjYNytF0SPuPns/+o7fjsECwacz8BVvx3UZSKEhCsZcLilRCV31NyQ6xZ5RKRYdEmFfMg0wt5Nh2h4Px37b8+DQjCfcJ4uwMbtiz6zmGVDpz0B65TdsSIDwg9h37NwVBLzHQMLW/6ZDkv39Nm08+HtUHPkm5Uo4tQMmnBL8a/qR3o08Dd6G/RkEyT7mtLfuM8wJicAo4COsfbIWZMGhcsW2CPMLMMoVbkVxR/7Ud+pVwzUYlIqXiqRS1op15Ikzq61jJiRSEpO0CJqCOGu2v2Wrvxg9eSwM+cqRKT9Uj8+Aym0hvPgHvx7sv3ICZm4R/xj/wJ6nvlyK4u7/+/zc9Afz4F7yydFPzn1Gcoss6BJBH6HzPhE3o9+MiBRnXgSS/WbgFm2egr3bC9w3CXfi2ZMA9JuIr/dRKO5IGy9YfN+XYeKuEAdR8TBtevzxGD4YVnb5Yn/v9IqA5JaW5fvnI8s/bofBv0DnCUjgIwCrokXx935T+O2NHkwn8yk9YfQjrbCnd8DnxLmH/Eu4w7vBHNGpbhelITWAzFN8BoDwLletSTy9OrMl9mvSH/s+kM/o1ecoXjEnyeZTpx72heA9/pnxnhpPb/nX3FtoxgSARCa/hiLPV5qVaLOvCOkQd9sbBNJztqRFQt/+8QiYnMQnMv4JetMqCHhWAEP2rf/7gxAN56S5jYQH5f/399N0bvzj3iuSgaRb+swk+7ZFneFuB71YsFcRBXVQsT6NvVQFP3KLBs13yZeBkG/LD5UQnIJoBoeecmB84DF92RcBkW5Nf+tsOufZcJcM2EYOjZc4oEYL41Z2kAYZmRd/Ju9sdxwmYihKO1RIpT9QJd7/Vek9tTnAsKTTtMsu3CT2tRM+BUeeTrYLzqRhABiXxXFaqRAI5NjaCtYXCf/1CXCNgD9X5OrxSfSpr/A54QzkNgXwSgkKv1uXHIsaXIM04hY++iOV2VoFO/tx2bMO3O4gTGIkrEEQ9nE/V8HwkJMutKMD/w5LI6Dbwrq+Ur98EJyrjTsvop/yRZsUiKQEmJJ98yiIxf155/ja92uFi0jADBXnimkUxPTwILBwmAdisPf22vclEF0Fm96u/TOgsPDFEWNMOSLSvQ10yiX6tI1NQQuvXgHBC9dT697OEfRbfgsG5t3LB3QI13IcEoM3emlwJ/hqRh6ojzRCNYpbWb4/AkydqRFzK1MVHdHKLEhIxBQCP19Oaa+VGDU2+ipvctAWqQy7IdbX+fk0s1XifTInpQjEcKs558ktDczDbb0X43cNto9bAN8XIuDMQ8ASjzqT3qyZtRq3PiS0AH/Vkrf3fm8Zt6xxP5bkl937hX/YTQISOEzNRGzjr3HZ2x+ALTECdGWp4ByOW4vbIh2ULMzxXxN8behJQTtbAETeF4j2CmPpEDkbbaa43MF35+xDNp0AE+Jjzv1WzNpSGPCpRQ5+IQKCkoYfHsup9Mt0M9qxVvBO4vn5HoYa0yc3n0cfUcm+p4bAVfYdKxbzUiYsCNwl3kGXxIDHLfokYJYbKQt7rInpMBk693EhB8Al+WuV6qIkK/2n6y0zocwzPbYqtuFYh/EeB+56TeSDuwaha+FqYGqHA6VOka77IEXHfsZ9ZMMmCkn/2n6wBNyNQEHYWRh1ZXsTit6w2v7CenGLkcGIpHuVLqKPY3UDeBhd+a7tAfu9V4THVDDjwtcQSCZJP5fGdGhVTKKJyyEH2yy8Kv3hEIjpDwO/CAdfOQf6I8tOg8nLuko9s6IjtLzvuzWCU8zlApvoTA/H+MdTOLdDFKUSfzr4R1BUG/pKM6ASMRZFKhFFi9gn6mZLlrXDdPbnN+yRHEndtxHHe+WyFysAISB27cUX4XdZXP3ekqMf17YKdcIPj2iQTVwf6FSAdEVcgdrF8bL82iwzRwrI9w0xeNqaJt0dhn1E4KgsZJdWhimbjohE73DS6GeSLj3eQbZyZ5JwrJvITwKZMGM35a8diSMsoO8LzoCOgBxd+Tq1lELUllr3MSScou+fEZ9YSCTSNJpfBECI19TDyr5VgT7Ox1Tg64SGcYOAyKT5WJAwQbopu8GfnRNtZz/M9vhnVvPo900+Fzxtd8Wgb8Y0BKm5lLItzj6S/JubctPchbirG8U9lUGQVbV7xfeg2WDg8m9S+vIzoCDUcok2bsVKyKSc3J9hKddsUncRk7ti8XN0mbU+/pEepJ8CeX08pkNHWaXYDN4g4YL+xMMnPw3EWAq+E+EbDICS+sO2058fCPpyzAvlHgjGtvu4MwXP1letXAwBHRCJV0FI3vw80C/O2kPC/TNgm3eAECb1RaAJ9AQeRnQ67PXz/4g4u+RX6zKBT1EvD37JpAX6QT7xl4h0GwhcIJt9/SIE3RRel0Mhhtw7w995e/hEOJEV8KtcKgL6jYXKQokvAffwmCjV5hEQXezajksgh5VANDnXeXsE9OUYdOWyeK8kIKu5Eo7wZkkpvatfWZkSa9BMjuKtuuSAecQdGqsSf66EiVzbH//1O36fKodAwppgXu+HtBOEMwS/zk7J6aEnxsxAeEdyhziuNPbNhue1p+xsPtx7w+dzbQpDRLUBQnLps+gnASf+EdDbsCezLD6U/CPqVrV/9qNz2SO/ACFhAYRgz1dgiA/ooHO74/1yDHRnuHRYw6DB3ZB2xcQvycET59TsKTZWDa2a3xEceIRdpOGv01Cnrh/wzTzL+c/3CsnAj/SI/B593N1ExPfJGfB2JETEksWbSegSVsJZKmuz/vXyXwrqf1M71r+wL3FFsA6T6FfB3GTcIGCRD/e5OhELfbmIsnATgPKPVC0Jc/rXB75HgVvkwxXR5x0RC39TOxVyJuRSY88keH1+grye6dbqGOr1jwqjBQYSG33XT9kfdgas6P/0pE+XNLP8AgJ1pJ0L3+e++qXSkYhSkLZ06AsC/js69RFf0COvCnRYePz09TZGTr8bnM0iecI8/M2dQh5MjIlLa9Bf13WaAnfJHx/hqN4557V7jy2E3RmOeeTXiewjowT0I6263BOJvef/py45Ezj997RDiyvfY8VkLg7A9ygADzmS/z2dHARxz9HPMwctTDpfZAU8v7ZjIbDvATNJ8k3lCP8c/0YCvhqTbK9qHZHnisU8DN8usyBfDqwicnPkxZKA44JUQbDx939FoN90yrmHfKMiWvill1ykQM8SDm7rIAX/Xf6h5h5ZdfMBuRrGkVLdg8o90+erv+DGhpG/ebP3PiagnuUv8MtFQ9RpOQWYfifnZkE7Dj8LxBUM/SrpbYG5eyKUffdXCEpA6UdKrlkQq9L4T0Hx8qfC8k4+tfcrT9utfgbYyZnvwRVwbf5uzn8/HN4uf0wYIw2XJAQdo0CNsfqi6CWz4WmzZbegXNZBNQaX2t4TKsSJRAo/DMQineKpYXG5Hft15sDcM8vgEq44R57Yp9wGibEqLr5I14mASp0rF/H+q8PgTPdO/nvgek4hH/C7mefgJ//6uGllBvz3FeQRq0QpiU9p+mJ90ZcW5QLz3rT/W/Oq2U8wfbUHqbGxLuaRMeQetljY7hbyiKKQdeqyl3xl5vcK643ph9+N5pz3R+Z1cNpPMk9tE7De/GgWYBKT/oMg9Pvt3fTFPDv2aQch5zOTXwJHlMpii35+w8GGPmsO9ONACCgHlz8NbEm/hGYiIcUC/04Ld61UYVfLgXUS7Og069+wGmko+6ANxPFUDAOdlNMmgMR//pjwom/RGksc5CLwU3K2/N0iz/yW9d4c6TQhzazsbsm9YDVDsNHnXvG3/3DwQpi78B5bKgCua3Rq+s1a/x2YTcOIuLkDDP249uqHvYys1W9FkkPg+qL4TjcZ6I26lyAR60JWazrNDaX3L4mjkNQUiNx3Rw2vwG+W3RBwjEQuN0nyUBX11mCujjTUJTe0s+zrLxufBmLs2DpP3xhjNWGvktYN4g+QZ6seRRq1NgMiRz4bfhsoN6THtyHjpbPYoyX46Ox93zkZPce+Rp/VhL5NBm4PgD9s9ux6HAykBRCeCHu+PRBZSRZOHYCMrdJzg4P2tBbmO2nNzqKVG8cYrDRU7hknSkGEtTCS4KC9zHypi4NQkS4LYs60h3Asp+g/uWNy5XAGjIK7ajT5NvaHRSCxmJYc88G3adlRNpRtvQTc1plD7HXEdPN7YPAylf5D7tLQlB9JD0HPzDX/1NtYYGDIl7SiH2AZzkRU1N6yWNBJIOaaSLjMxOIP3r2Hj8nFgRR/0PqbLiKv23HFZW9QR5WUS/gBzCTzoKOcAi3wAR8EdHXcHHP+S78QBwMn0QV0JH01Vl6Vdhu4vzE13KP1oH7RSUQ4SI1E4w5tEVAs9OhHiBeFX413l48LAgcZnhO0l526E6/Oy3P7vkQOGfgw+sK+ldWvs1zZLq2wiic5fHKJf5Dvg98jol+dCcWgW8X2a/7r+9bT54WTn1jqnCkMT056wpiEm6J3nEwH6YhvGiqpRxzAjhKFcHAz7diw7lYN+XezIegluIOTd9DxRG4WBQmUCzpnAvSdGBy2ehyLkoFeHMCPTCBX4o6yTSRcF2dA5daAbwi7nvwSWySXycrogl1SLsykvRu/roM5dyj041xaAh8IfqvflgTfn6gm24h4znZdrX1UeCKU5ZyIt8Q+rbArFyuOMJFToJjsCiPsRBPeIQ8/wba5ONEYYUSich7FOuABORK2HVEFauhH2oEecLyVYCz+JubEWMdAMpSkyH+1dwTGAEn6vjRDfgCFEI+LWCjkLK2hEKiR8eRiYEkuGrm8G1nrIOCqmoIOg1ipOIt7e+G29hSeqPWTTHwnwp5dD6sozUX41bxX3jL068XwwvL34dlPBsq2On7wXvc6eFgtKtyrAAjVbhqSRA6hfR/Crkuq6ZHu+Kics0hfvtnH2/+nZTDKc4PJ7+O3ZLT6YiBDYQKZVnAYSBYEuQkWGRGZ/RJjmo3QsdBIdzAjPqSr+Qr6GAr58K/WwSu7wZ0hnl2JlmTGTPMf0dvEOimWCSgpnAgpuiLPFNqglU69BJpNPmn9wVqX3i4V9QjLAOQiVCzmgb8FPTr2acUYZ3AnBClrwpsAKQQJdX9Lp7/6RuA0D1pt888ke8gAqCuN06FkjChlpH2X0F04BQpZKlJbs2ZGIAEPyupKRaQgKh8jDSxc6zp0S5f3Yqhq4ktkNKzHCnsMgj060iNdlt4cBHtsiXTNGzFyUVFsYlA1v2Jko/Rzw0TgxWKUIEyaCbgOQ12NginkjgOg4rkNyHnDevuPIGJEX1IugY10+zSc/+IXEXic/fEYK/5itgX7EhcEr0ScHExoJw4bjz7m/VWddLlQpbnY/2PEUrExRzFvUzT+KotHeeXj2G56M7KxJWfApivXccS7HLaAdVbaFFCP/CMFLw0m0R0ikOUzvMtT4JAUYLpYzn/IcZwX/Efk63htIwTpFvBqJkxFufhhoBXEo43BSkDRR9bSFZoScC8GtQCQ4EyYhqJJ5nxmrTzz0T9hkY4iFepuFa/TqJPw5Ct/Bn/8g7CyBeI2yAMSYPFWHNrql6/kQSitg9D5j5jE9QzuTEoCacWTrtgjMoniUlgmxfin67KfUvot/XQUnP6VwRnYi83quDBpFIBxXLiIxOuDVVJAQsDmJ4SVin8Qr6FX16NT4JmrTTl/8zoGR7wFUbg5BlqAONsATfrhU1ZRVvKRODhvBByX3ZIxerdXyzWAOLk/L5LxNg0OlNQ5vC39fGOnnpCF5Nfizy/7K/8UAY136DkArkj6bRNQUIk/KRg59Wlt0JkOtPp+YE4k/rBq7/uCJvdnO3KZnPUkW/od5gmPhgb/DASPPN1Hn5I71XCFnFeom4jkumjpMb3QhXCQrhbHqWJQ7vH0hXYKbklDtkK2GajhckMkpvZI6EA+wqJ+0WFpEO5oE5LyUPj1KrrN8gy4PhYKR8k4T3u5JcyI1aeUjXLuz6AkyjgC0lq9UCPHTrnyhXx1PKHDunq1K+ewci4iVV8afrQjQnhUJy4iGCwIItxuzSOf3leSS5KuKKTieyjEiD+1ij6fH1YNQtFLlTt3ZjkHFuSajFScjbC6j6EN+iBnD35Ar2p2UtLkXuly3yd+XKDvijmDQjoxtBn9gJ+iWIUglHMwtG34u08NfaoJyPk2NbFsdCiucVXq2xRU3sDENfVM/nmpMVyvZN/42xdfhhhc/8lfC2rIp8Ya+zqQt7lX1DI45CEMkaa1AExygES6BQYSOeaNkdepgFbBhNMhrUicH9T59DNyBsUZavjzR+gGJxCEZq3UVRa6KnJxsASm05wUiwm4iqZeMmPA5ZrOFV0XZ5dE3j2vXypx2KVqKlrxIL277T6r4HF5s+DS7IqAeCo5lSoJ0RFp4lD2VarwJg0vNO13LPFP6+I3WlwCHzqJwMfk6CbD7oGiOyh2XgfH+aeRg3a3BO3IHcj03yMZI77wUlLMVdG1omV8Cf9OahwbgVFTuGZAmo59YCzsxOSEhoi6HYGIqddjcAZaDIaqlsI5MgnGP6BQjtQmMZ5ErZgYy+1QA04Ukond1VK5CnagsXr1mrhZ19aWlZx0W9m2XvM28g2t8kd+99DvSLqJhJ02PZZAuPQOoIAyyjVEJQsVHmYKSodBx8pluS1CRresp94LP7Oek2DPsUxSbrNumYYHrZglUKUx4kpwLp3B39mxiBcFjtx0AiwiHgdPeSUIxLLOijxE5eCH7ujLinhtAPRrsto2DfOKoJsjOzUvga0FX2cLCCj8cG/UeQuPyjsYSi3SfprgHhlRPY3BhlzKWHuPUa+v5wSsPKQfDjOBz2vaFa78tE5cLRfBCPNGiRgtl6J+iw4JP83TZKMw5pgcQtEN1m6tY31amBtHmAXCjgkAkJIG91pUGBfIyKWzqk6/FSMBI6xSQZ7L3xgyXRmIgYPMf1wLtNNaWXtbAk6IhIAsgwklyrafKudDJR0/UwJPDUJSwW9ZRw0e3ok/r/W9j20QQql5CRxXuSwi2RWMEwNNf4bquno3xEHwUzShTRrZ0hlfooI9QIsEH9CrDRlq//6OCWPQPN4yc1xmwvwRR4bBUo13XCZkxvEguY1P9DDIlvAW/qCcC2GzC2BC8Y9tkUl2tyXW9PaNOGFIbgIOJ5rWpwyFgs2GcYOM6I27vGZ7Dn/PwU8X0JFydFgA4IGjwpqkVWVfdyZyWLc12ZR8JrRvKXwfAMl0xKF2XZvsmgk3+3fooP17whYCjw1neHcaN9bVNvItj5THGgHz4J1qRcDUcfhp0+MYp3zG7ZBaB9ckGP5t6Gp2JYzhSsE7McBuTZuz4Syxp3UGrJnmpruRhfQu/z8Non642/uUHPyscpU0j6HvoKfcEjjSCj5Oc6ySeXYp+rgHLYcm17OjIJFrpsXnTofG+d7rdDgdLfwLHH3Z0HYmwACtPyukCAUDw5vJLAgIjylDSg6JRy4fY1tPpdwSbvQJwQ35OvS5TwrvhoExbosg/PskAZFi0CFxCsLxf2DhMPpNpxi0g4LATw/+4vwhkMf3PIp9KdbegMZzdhaF8u1hOTxOb0fLwx0QRPBBFELF/4wOhDY16OVCZCAYhN3ZdzzeEJfILeIY3L8B7zjyxM0ebyFtpsFBgY5lxBxdbaKMdASsVIMg7Ft6O1oIEq/Emv5AIBH+EUmz6L+NgBdNcQCbWBr/8aFwEK169Evep971JbntgeVSy98BvSJfgCHRkGIY4gfyCQ5czLQgdmuYsCi5l1Sl05/6VjA8zB2/IzZR+KmiHHc5/bGVbvrBZZazYzA71uI4Oo2UxcOALRAdgydzCsNpnTyLb4qJiA9J+p0JRFraW0gsc/1ESUAxqKf4Cxb+uwQcOuF/E2nPx39WOarpGy8E7Aby1KH00PaHAnPuAxtoyL9HNG8Ok+WfaRmCUtBhEC87vhP6lLOsHYP8SxJ+g8nvzyjMlWEwYuSrqfBGOww8vLHu9xeoj73qcKvjQ4lEwecB+xgF1xjoTNitKLgjXMFh8FdB8YR6IwGVX3JHFBHwgKz+E58YivYegxOwCr+44KUi1uzHSYVdFhu/iYclOQBy3m2SSruNUranl6Sha3XEX8xe9fcINhO/F/0ORKUcbHMcupx01B3BIcGbtO9vx4xaJ//E/FePsia+kTHxdt+vncwwOGJcDCs2UTgIviGIVn5Izg1gL7ZFSL1CJqSEd5xckz6DgL7mphcQ4z9CPCXb6+Tyn9+0Jnnof3RCT41F+D0rqcRVke40Apo3Sdil3yDoGthiWScj+Q4NgYGdV8Vfc2l80OXkSCCmi2TdhxzUMwVWiUAfc+Et3TRunjdl+AQREIaTjIl5NIZPBm8JwzktiA0AsPeEo7H9vdGiTxieE1RwV7f65UCaINBLvZmAsy59+Nu/iZjSt9wlqX8cqzrRC3Z+Z9PAq4JzReujH/BRvgDYuCu3gD1zWfeDq+TAHETi3tdjIF5U1OBK+qIfCR4mg9dySvtImin5Zmx3XxoP72TcS8i+CA0+8gONcdVkEqTodfHv/zmWfHWwjXJLBBD6HfrbatSFgL3mTXU9U8nJ9y593VSBgMexJJeLndT4BnPh+KMX3bIeCD4teSf2dM6Dx1X++eZLsnoAfo568xfiiy8scUG96pWDHu61oOqoZ0ZBSUj6ctjbWgfbIyb9mYCzjjrJ1967P1V9y0Awviw0jKtNZJr9FgL9gRlKAcGEUn+hdJjXAJSDDy6FfSPQO90/+4jTX9mzLZvvnQHVxUQsdMRKRfRFPyBs0sm+as4bvtgdEnv1o78I/9TSVyf+tuGn7P/9Fu4q+ebHnQeJwpBTz6UWSSgtXD/Gok/H4WHldRdOkv841Ni0sTPziPagmh0yQTACPE5uofbpckRBI6vk+wqZU+whvzumvMpvUwKDeTWG81Ex/CXgyNccvUFcrEzPPRHFsy/S+gwoGNwsEC9dfEkQDg2BGMl1zQ4BPwX26lif/Jz+EpwAV/SDU2AbLjEmFRfAR0H05DD8eSLcz8Ci3p+bskb3lfaKDxWLcpyVylTAoJJ8E4ad+gZZBHLVWTdYErNUprgPf66R6RG4Mw9/OFvK3675GP6AHYGKkOumesA3Y5LK1Ffqzxzk+mQCzvJ94QJKuX/548ExdzidWQkt3D714hZrQwBGZNIiACHgYxIxVs0+SUXSK4oFSU5bco9gXec+nTxtcTkREhWdN+mgFbvepNXYxqYQghFRoh8d9u75QKpCsnEffBG5g4nF40aNfc595QeJu/Uf5czAShr0Iwfy+2KSL0s/I9JzIBZX/TobcmcScyM1gQc+kHfsvIOAF61rSVGYJAfbzRq7ATfLFa6Nxh5XPGm/nPqUmCN1TX765ZcDYUHOXAUhp794ktKvqxknZcvMuyKcu745waKgE4sTN2SuDwD1Jgrasl+Evlscka5S/SfoQU66JdkRlI09Mmj8qYs6j06AkG/APaoEUmp08/PYZ9mNbAWzGL6davklaSIuwTvkCu1LZxyK20ChhZW9XTPgxVyjFan5gylpLUm63ROfI950r2fVF6NPwTcXvQ1B07Nf/ZwrB+fSj78hF7594LFIZq3rYJ5aMfPPyHkK6GXJkZMZUzc/YJRRuwN5Zr0JB4NNxT18qZ1qsv1G3hntNm7EUDQzslHA8FP//2MbHpA4rVjBlix70+2VTF5SajYGmgNKozj1DXo9S4ZcyMtYTF78phGPHKKRzq+TYfqIln+gei0/dl9d4nWPwS9ei6shD3TTOvbdYssG0+GfdOtw8osYJSmbkvF7eyihSYSAJ+uuE4aRxGLVqs6zWHbhT5S2kU9Ep0e4UzQzCzsfeqEl+fZo6I59AMwKPXIJTzU2oHach9J1tF8REYB0XpO3zmQKWcg5TqHdl8dDY9o+Le9KymNpW/VQ4TVqTnqBQERy7WOyCUCvitNIwzyDPa0ItIkWQJi/RjfZkapFkSIfMT34Y0kkaMj2QK6AJPwo6wNkIGAelnhUKDuIpFF2Lr2lbq8SUK7gMnsot9xJW8/RiEm5Kc+0orSp/kkB7L/7FiXkwmaeGB95OfbcC2Hgnr38daaSOBgKnHAaEusU+WW17G4mXoTjEn8kXuk9qOLgY5yN3rCJ7UbqkumwJZPbAkgGfRMnppvX+Z2gmdfG9XL9I1KYtBObTXpGXJ6XllgH261AM9JeCHUvkE+N2Sv4h8hwsWpDUZBHZTLHqwGNYzRJylpy+jTMqYI7pIq25Fu1vEClRcbRa3w0mfkC5IyRSQSSR5aXNWsniLssI0g99xc+/mCOAyreyB15hJFbvE7TkIF6t9ornCHooodH0qc4Rtq9VuKAJ0hjd32j9Yp9w0iy8Uj5Faf/CuWkckEkSYcTalGnRdgsjSRy1QsbeUOrm4DpsszBj4DfzUGidwRhHlEqeilMlnnk6ig9p2AytZWQd0j+gCQbck9S5jnOeDSpifhsCVmCqONowzH9syUEMUQ/6qA26mMPv6Cwj9XXf6nFn1sRj+JlDZ0vv7bIYyvj7pR6ggAFiQpPcJSzVKOCSSvqpCBFBTZP8Kk/Mgm7C4GBppz8weBgQRiWURTuRmJwddUbou2ZNDmYbSdJAkvGaf0dTtV+SQ7V9XDuhKNy5MNgwWDm2ChvAAwe5pOEZBBXL8o/M3jAEnkf8OPy9py8CgPo+mcykATeBtaKovUfPtJeTV4Ekn0HPWyD3rIfgJEQbp/EDhHnoEdZwupfVv+gaXc2ESj+zmTg1dFPmmCz4yKIgCpp27AoS90QJiGXrzJIp9Uo5VdAQA/+0UkKjjm9Iib6hF9tTogTkZKY9jJEd5m8rvwvXgx0XRit+KdlDMyPzrqzH4FgoU4mFvgIt4TbtyFnFdGlkdjApLTDBylvLoIUKyWgP9yf0XqGU86MxUl5GVnRsGNxuub2gdmHwKl9knm6MTB7JEjIufvYixu16XwJP7T+DrbTeRSsxI4vMrJ39Em6QqdNoZp7Ccu5gtV/24H0gPxK+SXm4B/3dl80JsdBIv8DOQ2avDWYlpRn8srDNJCPbnXl35iLaOuyEHIIhHwR0jzWbeVzsMMRMgG6IiH9243xD5q5qhynfh/JmiT2RB/9C0/D9OXvT2LwnlG1D2ax+0sE5MpQWGVwtZegf0HjSX21wrmPkowlU585/I1mUgVhArvbahTMSPM1XXuD4IMpeHaO0ctEp06o0jPJacmCsFSnWh7UzK9EoiQF+CbtKCa9nOOkmlfDBJKHSB6zx/znbetvEUhtHcQ/PicP73k/8P7M35NTBTRsDnFYmrHTAHaJwxt9xGEnw3B5wQwH/8RTkh0Na8E5COiPeUff23F433WOjc+rAIglUs9o0SYpyr3aOQB+tYbjH5maomHr1JXg7uSg8DO5nYS+Rh5fHnONtko27+EVJfsTfFQmLMcssxK7J8nnvakmdwdn3SEc4G6AP+gIClPhTc56HqYLP6tXD3J1HkA7kkxUFzZuRp1xQ/BPG8k/lNe4NyyEBH9ADjiSHP+EasTYbx6OvjNg7Lgfo/vyUzSNs5jnzEcHizx+SOOwvO3HFtb5q7oS6k1yzNTYZxvalK1TJYbkl8TKLLCsBFzNgJT9Np1f1fo0/l1NiKEP/E38vNbyMOQa7BwLNoabK7aVVXQ8Y/ESRhYk7/Q22tGc+xYvhQ/cCixbY5+jHYZCewvP2dZ1QVwUjEBEfrG6Co5d/unUj0LjW9Xfv2PfxJKJbKIPb7lj5SM1zQ/1ZUQuq3r/L3f6YijCuzU0EYbY6xhk8x2xnyipJLJsp3cSFITbs+W1Xh7wyx7Sc296JggniReEA3eBRPRdslEDx9Bs8mlA4vS318OtbnET6sMCy2HVhXBfEn7o8KKICEOxjOFSSRzShg9DJN1icxgEfbl/Fxyhz0pILWH6McaV/kfM66j3toDBq93YU+FtHf3Ue+KIF/HhjwvBkl3CsGOp2se/6NT5j8YYPeKQWr6M9p3y8heflQV9UnnP+OflsLJl58RvVHo7C2bOuhbQYq0EKgJFMUfEK2vPSGfL//WVMyAZgy4Z7wvU+zb3SITn5WJICtrlTbt6hQJxgjJqoHhL0tGqZRDvNJL5olUyA8I6R99JVv+vaXD2jte/LvG2D73af8NPSb6j+jJ9SRhHwcYj9U4QSl42LBVZVju+6s9W/0wCKYckXL+cTatsfVK+AXUN3DELgsIZhzOSphJv+txpEZccB707lirsKQHoIZ8SdP5bMAcEz1wVAX+UJYiHRCa26FhNQkTzDc8MWPTLdxwFPl/lSvO3IuFsxazEa1KS2CklHs0DGpXYYztIQGGnceCz0fiHf5/Gph1sq8FPS3GmrtsssboSFXWHnrJ3qrbf/IN/LG7/uXQ8GQQjPisxGMmLQsnwr58TAwPV5e/8i0zaK4Y4C3x7SIZI4gwigWjXcQ+i3sgysmZA72K1a7/M83fCXqe5HasyPuDnwFc4fAWABPlHPPbzIgvlC6Fh6XPqiyDspMRdM3195EOSLp/Xk2/zutmZ4NrLiDmp56D5nR+y0BXhmv++bQRXBjCrS+BwYtELYVTPBpLTPy2HNxeHSV4HU9JP3qVo0bTrszRYsmvByh91ShlA0M/5W10RT9OM4PuXfgupjmHUUfyNUfHwz4sAiVBuPQO6fURjo3RtuLLfsO8Fp3+zrg8OeWPwI3IefqxAnlJX76lEZIlkW9epxcNAp6GN35EjkK3yGKRb8qNTyQt+/9qITDPLvtyd9nIr+EXbJq3oIM4nQcAabrBsBCEAFyzI/2EGzt5ZL4RPQvqpaGqVxd4/e0k+qnYRKVVgTJMH3qvhi2BNxxuWJDZDiPjLJkJp8ll9+caf0VzXEzBG8vjVi40NXdllIC8/382fDuXHZakLWxV8fmqku8w7gj6DE55FlE6F9sCbnISGJa6FOchKSMFO9uGpy2Pb8vD8Ty6SzFbOxZfI8/23B5516gD+SLsEN8rnpq26mCNbaPwqjdVL4wSYtm2prH5r+RaPLgZNrXXSsOPvqmEHfhnZXCDIYXB7VQQcxpa6QEN+m7V+SY6IYOIOCGrZpd5q3dhpj9r/3AQH2WlivApeMrvKuaZA7Nl0EuwjofYHEHE+cdw3MSd1brIOiw6ugYw50pTfu/Lx1X9eNF4DC5YNGv1Cef0rtPHWzrOD/H9AX71j5Dxs/2XVzUFGvG35a3N4XrUwOvttcoBHwtlRDIX3BCJiHtx7U1CAaRWXvZLOz9SipivxUJZYCSjtST4jk1DLpCMiczk1M3xidpw7TxDeljLPa2D2DC9riD3sIRUoyJJC+Glr/7yGxiKcvn3rtZX5/4yAvEv06m3QudV1DBSEWrnnFLiEjbjx4yX3agRUlwsvdn5FBElCB0HKfXcDbxi2oh+GTjXI0pNzXSLpKyFqWb20/alxUltWdfVAceLbx8PZqobneAMWHPDdyT7Ks+TkN19c8pV6xNyEoij5SRoEdkxtWnu+H8sU3d+ThSvuZ3GSJiE2+Dbmlrwn6AxI8Cde/VH3AkNk4sLoVyoGYl6RUOty9cPzyjoQ4vOovs+AU/nuxZ2Am+1x4bZAojWSrQ+PdXOjkncPJM/jZDMxZI0jY3dqZGQ7RV4sNppIvuZ+6SCo+tOBUrGzcTjm/l78+yJoPeC7PZWB28jTZnQthLC0G4FYZ76wVIY0oJBxkA9MyA8Q/Lbk478yJ8luFaOJc+mXdsm7hBU6AbdZKAuIVS5OhI192eFsVeRUHVz5eiCBay1VSbarJcXZJ5WF+FOUhwX0yK889tfXBAij/VUOSZJHftx9QFIYQsXstE0zwv8nbgx+PXuSb6S/78wnqQhIEHldxT7iNfEX3p/cgmETM6ArxM6BVQTuyOdKnhXwHAqtchKUgZzNSsiYW/J2IKY4JxKFYKQ1bdgRJ1hlQ1F5/ITljekCVocz/RztyCK9mI5OI+EYGdmPybEA21MalBo/CH51AbzRa/juQIiQ+vEU3JAgb2/GfufhGZoz0zYDgZ5/hbPOW4iV+g+fo593BKtRiqmvnpBmJAxzmgAbiUqDp2qoTPUZcJuDSn5gCE5WKk9Zd21sEpEadHWJ1b4IvSKx35jzqqJfTTPdQxqtwcaBfdOfQ0/rikFmJ8J6oeHH3Qbs1+GSjqJgTuHW7gWm/w9T8C/yzm27aSCGogwuqy/zxP9/LJ29JDaJECaxU9JybEtHY3Mp0I3ssR37OwJmkBxyYt8fc458C1Erp4RZcsiJ4frAMAJ8YVK2fyvMNwsI59t2qVKfe7lQEKqkpgSsAiAWPiro3o2kJZC2jHXmIw+UXOxW7irK+VkLXO088xA5LVWlH3UmcvP134vEYf93QN4tHAsV1hr/RE1fapRyaIlsArF9hdYlKD4aBSU3ykogDk3TAd4PRGdDdqZC/KzN8Pkdgn0Toe0DSYJQvRC5E2ZjbthZ4XlCF8gm7ixVM9gSsKeikWCzJRUJHsAqL5H4QnWf8y1sgi8LD096uS9qb2d3lEggKXferfGrZQ0df+TXwFrvLzaq8UwkVEruycGMuorCJXPu/0f6srvXovaAjNi7X5lsg0+SF2LaZ+UuPpGdQO004MWMKPKV+e27o1+s54zHRNgQjnCuJCNYVFMYeh1wX4KjtkwUSR0Pz4okqzDk6/NdBymQZe6XrKTCvjzITJTD0i7zQfiNOv/hv7ZDT/6i0gN+sb4YfKruT42usBpO32Bs8xhxKV0w61M+PuIVvlEAbuFRl+TPPwo5f1S+hFIV+dLUbAZxGwsfq5kULHpNGGYtBZV3ScPB80+Cq743zeANBOzxkAjyIF8mKqOSNXIqN8d9LsNBsvQjkUnI4xn3RxJZc/HnRLL0fPks0rhbgi98uV6E+1AtH7J1lX6Z3REu+ScWDZKDIqPQ+WeSwjgKROViLf2wxPB17uRuIOaEHHkfhLSAoU1TLwO+ml9DQUPhGCic3h2zbEhXSPgoScC7ZROIp7DMIY/0XDSj56qZ7AGpk2NlS6h6L0tGkYpDHq/UGRAcbOV9B6Sb9KWOSDw8iQIvD1b1ZBcB91Uf5bPBw1J2Z8LSgVDo877id1IwVX/r1mXMSS6JuKyAP/q1teiTfFoomIPZSOS2qSIAKAJtALVcEZwN/jo9GQFTm5FsF5g9ojXZI7yGKLw26Yn3Z8GJt/KwCtZBW0DbVFLsPldO+ELCU/AnCJCksOP7QNf9hjldeEsbIBLhetGEJVlEdOCdYCin2k8ArfC7bgAZwVLIf2l6sMn1BmliJz9ZnW+gVwo8S3jlc8Kwz0qvoA9pbgWBfzc78kQE3BqfDMoiQVTpxR6PFnSRWGoHKFovkGj1LhpBv+N3/NVTqFwFg98iLOMpn4K7A4zS0AFG5L6m9IKl9bPWWenPkB0f2SF8w2+XgsP6wfM5X1K5r/S72j8FRhAv+sDsAckrlMcSKuZsAtVLLNjFvslnKwXziJF1Vc9GwCIRJKuUoHNqwnGbR4/WCbx6jpuHmgs5H6ERi+e/J8x8QAG/talZBCF63jugb0Af1s52WAqC2i85QupvEq9/0hKz1z5Xyi+AEXACscO33R2GNNIhLJFQryLeMfsjBRsM+mAIRThvjP712Xpyi0HBZ0I5E7Kcr9P/ybupr3owAS2PC+jo6n0yBVpEa2czcIV5yURxa3qsvLUqM2Ycld81eJch/FhdKJ/p2bc9jb88QPZJCRFRaKKz0IZDYdljkpzKAzvwIQdqC+iepv2zUEIPRzVGOAo34l0vVe0JaE5tOT8MA1H7AP6rEMwZEQKrPSCa8eYYFueGO81zsSgBCedIGPXaRF69PTkqxlM5IvWE5FdjmkezcBCAHuHIK6/KOZltX1gBEFXbAz49/P4IPG252snasMOB5mX7IQqCVvwx1DeIYsZ9IpM6c8c4raWY86eSfcqzYXtG3NGHpf0H3SimQnxj6sbAhide3N8L+oyqTonAQlI+JLLCBgfDMvxASUCEeZDEVUslh6UgZh9nHPKOAnqRWKkOy28/AlW9bpQr4UNO/rYU1Ov8QsM52vWABqLjbkSz8jh8JWnpMB0gFBBj0pZF2iuRT6ofNlUBiG5hYP4HjvZflkDcsGxR57pEUq9s2qSe2TkRWDjZokgIzvnAmWIJuJb31aaVcSRl3Y5pHTlf4M1CM1ZUR175TE0qnQDZMhIaH73zGxWCw6ru7Rk4tBWCrmy1B7zApLX7rwmLyqQ08ih9xZ5tnWe2F8DHKneUhyEF8g3yP+8d+cLUn8GzNZ876OQDI2xvBSwUhDCPFbfNOZkfiVtlQODa1PkE5P+Dd+gEj/Jp27cP0dCNRJ79H8Id1WX3cTkLnCO/9kOfovdr2IjkP0OGMfT961atXFnMxP5e4/LeAn1zdY+wtzgHUv8yR/90o3//OOkpe2/UV8ISqQrcWbhSkvE+ld8x0JNjypTsw7PR/62EI6Wm1pF7NC8JmO0wKbZ30ya5HHoejZ9mELAEdNotfwRnB3F4AtvQCYinev3faee/mgI6QgzkhYJbFk1/g6FlbRWx7Ud6tDh21D1UzQ3hVVcTxfVXbCZtevohznACZcsrJexkoJfe8b42kBj5tdwWIwFlYETtTOzN2YGO22cOSgLa1Ii/t5H/VYNgMXzJOLWtIPEU2efVh6OSizlG/AzsS422as+IBYi8ahdtPT91LVDcfX0/1l3COHdm2T/1Ryn79p4d1MnCcf+nqYjA+kFyjbLnY/0WZgX7P53sU/3nK71Eegk7MXN7sRUknqIZUQLGx0mRMcsu/eck5E8kSk+BTzrp1Vp7zkWy7WP5dPRr1GKPgKLCWnZ33dXn03SmJfd50A4dxaGQE3zX9CMR3O0AqZE/EpUXKN57MuwZYK9vLGTKi7dBwUKcD+4Lt0o/bTrRNxf7KFk5FXZOeK6adR+Is7giCaicIyKj/wuFQzuGhuVY41dfd3WFvUjlrj/nB57tvfePl5jQi5aBtRQJLhVkrJaaGHa0Tpu4sxbWa73iXZRIPuZm0jbPE/ZXHQm3PR1CkH+tYJ/nwSsH9qAhK6m9RRDuxVq7PyrljgRgPe19nRLQA6zNBY2sOM+CL3rAlaP6j9CH8iuWe857LH9YQq/edOEZjvmyBXrmV2A9WKPCEF21ZnLF1dB81ECYnihlV4dMMsKnc6vTHSPWfQlOzCXM2e5tBN8oNiBbI7iXb83C5PnwEhb61c8SEW2+LwErGOszcz45jKExpJ4rz0mx8VBJQR+ak429yq6x6wG/Zn4T1Vv6fJcER7vDhITeke7vS/OmTI33+9eXXsUA9glff/9wjVpfM83xSphyWU5oDZ1L6ewq5dI0nWA6vPtlsSgbGNW0hEpwkiMI9IOPxy0OtvJtqd+yvvwwySSi8CN73otxfpgNX56Zewnn4JxY2CbJ3sYL/hhgIxArBG0EIWAvL/lLQvU5zpGT9zgiKzqv7ftigW+/i/zmvTzd+0S3P9+sYa6SZgImF6nSY4+lfj5JfW99BaFLJtFEjuhu6XXgSZ7yLu1Y2WLoZn3NLnC5Xl4LJGUTuE6Gy2dStJKHRKdLSEgeTu6XntEc8ikjMI4BVuHXnvJi3G3VElDyBSGWC/PxsDf+dm+CfqWiO2go+USfrZ+2POfEP+//te9LjVJ0p47pJFgUgsKuzIEYq/8lsa+8ldHSPRIYx5iLAeGlF0FZ9fLH6q8XdPMN0mjsfoIIhrDKFTYWhnxR8d6rA0m51uuCvj1GDnqL4Mb4pKLErpGL3m8TdlqKiUXzTwRUIIE1eqTPcW48MnmhD63xA/ATeSWhizv+6lMgroyMD/3M7wNBKETkkuNRXMEK//tZ5HQaAVbf4lff3RCux7bgdtCMtexVHxZ0MdwoZ0RISME8jQUUXDXYq4/7V/ix8GwIzjFG7PwUnR6ZxBXBFcHenFPmoc32LpLgnCCQwLpJwD3FNElSgwJDKUbYiobmXTWIvZzjTYM/iL3+WrTthqe3+pUiWCOSGv/PNHDPQqFhdLy2zzbWHjOIaTFmLwmS3efgqFMeBBd3Fh7e/fdZ5lFI5ZE9/C36aofTiquABDwjWXvI9WeaZYWvShBqwxSfMyTEQOJiHCEfJaFgg3uJPMbCYynejt8loBywMXIXi9LrHq5xx0FD/vm1nakvzUC5m7a5ffbqW/gTPwP3g72zXXKcBqJolC0Xf3j/54Wc6q4DvhjbSTaTyegqVn9YwC4wZ1uWI90Pwkxa+MXjvVXWVL5qKLniJAJ85V+pJ6BiTdrbAe5zFBwxG7a10Tmi1Q+DUktmJGFtHHilczt2WuqPNe9IxA25h3Jq3NPhBqNvTnOHR4YA8+YUBnGo/m7ryhDwlCyWavLovBjHlSW6L1w7kXP+IjtrfoznAlDUpXLnPyuOMWe9p/A3MtAMB+88PhtyyxCHjLQkjnHyNkszWtx8pkasA913nLwP/LMKTLkKQudEmHQ7bt+Ze8boKnPrA5aEH44MlIi93T5+HcXJ3T/bMoIlFea+wLD+wqMElBB5i494eSHmRpkMx5ByYrnQrYrmz9Nln322WnF0ghwPrur6cW9BIzX2QRChfNLjcrx+1HYjNiy0U9I08YdO/ccbZ89YxmtKY2NPrpO60hKDqUWvMQjvyi43s2xMfxWwoxlilYFfHG7P0PhPYpeRsXUsk6lKWwPer4ZLOeuJpfXg2H8bxQTX6RrSv0mjrQtUWceoCn678tv2Zi9RKRiqMefAJVGTEjrJQWSirthssR1ajKPJO9tNjrbfpKC5x+UvzyfKuVP2OfFaoHjbwyCfjrjco7jl9+RSoi9sbqdqpHGZpJzKC8HOc6fqRYdRAz4sv0gibmRSRy6f0KVGZI++gzj8KBE4/FVhkPrdKPQHRjdeM/vvw8Nn+ZfKik9lalVPS71AJ2mDqAFdPlHDUXbasbPFgRoPPguQ+LHR6ym5derIki8F9IRhuTe/14WF39UrMOjMF0NVaGHITau/8tT2ZjMGLioTIAn4bMmZAYGI8KwJ7XUjMJSd7WAkrUO7BB3lNKA7/RrFJuor4nXkhEYYTvad0Ygg6z8vczSDeGQoNPe3a6Xfw10Oe0BxuPrInRzuZODwh01tgNCJsDPhW2gB6CaqdkLLQAf60RPFAIFWDWm0mbAgpD2dgNe2kW8OWo7dYtEWqxaePSTcuN3h0LqSRU86fwm/TXmev8lcKmxr1ZFF4EdvgPqohvYsZbIIDA4SCLUcePiwvkDi8zWisI0/dLs7pus/3cSdGQ8TXoxh4YJxIaQ85LKIiqd/Is8Rf8uROComyAT6Brr6T68Br9tpQeUwv3g8ELZHOXd2Nl0AJXKwf6P2U4x9urbPOHe11xQ2VglbJH/2C3/P3VlQDfuEKJ6BYb4FLRV1uIwwL9GwF3Z8KsQlOKnDW+g7/QWI3dAvXCC41LG46qrJkpAP3DPDx1kx/b9QRjNgUDGQO9WTR9aAL5DYoyegyUTZ1Q6eYlhjz6SRuReoyZbZ3OzPB+0Xg3j/zx+pCb+nUGGbdnlAXSZVFoExysDwFU8z8tljPGnG3PPK25FngDkPpsE9d5Gm1XxY8NEn/7bPmpOBsdv0FgeRQboS8FVq3hm21TQE8xGeM11yykQNeK0EIj2Ac+JrEPsf0E/o/TaNzRSOvt3KGJ7Vqwr5QbfeB5HMIzWgz5kO7h8NAdsFfTbWiCtbaodMviaY+0gbiL8ciRGDeKTwae1iIeAXC3gZ2SszEvELdRkqj+Gxa5PHYhciYzL8EQd/fIWEmHEoQbZZ0dlHhGu4s9zyCg0N1jbohOFRWU7QjmhxQfjWY0gUBHHrAwClITbwZwjt8DFYybhBT8iXau7JzcvXIzAUBZ6ZyH+dLv/ucTASMfdNchqcT/O//cnn76KRmZ3ECC+UI758s7JBy01ptjcsPCk3i1+WHfT1VeFSriCsrvnXIg4FuxqEEjFenjHNQCkpOmWffyE1YOjFUKQMzNy76bKVdslXEy+sNhQlIQ7uz933+eVKhGG0JrMyfJuZr4rvkD9jpyzUwSb4tgTzxGK3mga7fSBjGoRJO62dL8vIQseRbYPri4ZejufzpjXgu+iSLg5dHDtrumwzsPq2xctZ7f1ujUzdUcCNr6/2/l+xZ3VnxCD5U3KFch+BpvTkIB/XS2oOLAm5UklDuRZvCBpW3OlWArN5yL+lTU06KnXJME4qc7rrxxJQ/eiTP75A4xl1W1btBq9G5dDbOCtKc4ek4NjmoLCz8OPDRcL3pH/VWH2rQL1EoH53wbquAJtu3qjICtHb/GBO3B1WvnhP77/CWAR2rAVhnhs7Fz/eROMb/qk01pMMnPUpd/qHtN4yeBmCLiT1cOmtA3sZBENMW/zWHMLQbUrsZYqLZlYWahlg6rJaupyV4LjE23x45Ox0LuvngN1jvufP1I/W2Ehq1Bu8zDR0cOUf3s3t9oCO75Wgv8g/AOmWWXiofHq0h0Jh5rIHxuSmHOigfkZvGfPzkLenBp8otIgzlIL1iW9b4c2Hf1+vj/u37/NmXwvkg8uF7qFgz4NvzsmXYpZy8XC8B/agIhRM+NFrhFgKpFnyEWolJdblEUQNaI2cDCT9M6rCy07awJmvSxrdhJzpEp7BJ/4ofpK+33+ccbGPpzWP1oC0o9t+LuvAU5aw7B6DKQTSRGE4Qb69pD5WPLbpoH9KpR/mQyF3jOOJvRXgzNXY3HTOis875f7wg8+nnqmcpLv6a9j0ewCD4gx3X06DqyduI/rg3s3B0pp7ndnmnKEezay8iwy6rH6i9fkEDT5xyfhSV+S9Y0YkyrlqJLTOgA3Q3Pd56vnKbW0k4p1vB6prX2hcl4Pln4Vf4w+f/aOr90wR+jKir1D4uDy13QwEjG3sMPQ6KPRhWKzfeDtG/tFKhha7G0DErYN+52rv1G/U2DhL3VW5R2rAK50bHbsjVhZ827sHtkuzCMRaAdIT0TPk2MKIPmEOMasLAV05sgakGccfIHqGb8m/Mxx3XO41hOIQWeFIn/v9ObyiWf1N/Rblfq063h33b50KBz0S45SafnSEGJo7yPS+0oCwqWgFqAyTcJnek6esOF8TBNU29d514OXESNc2hJ6kG9h8FJjP/TAx/x2f8Jx96nvIH2N6JPfulOf+aPepF3vou4sMlgvw+dfBQC7SFXr48L3KAtEaMJ7/NRFLRo4k7GToSSy8aI9Kep8ajpGEcahvp4xU81Hq8QmNSb+p3yf//8vDmyTi/W+7XXXd0X1XcE8aarjjjX43hsYTQmLYd6WTfiJxj3Y5KNX/2jB84hCLRoRAMpYc7zLvPab1Sm5ljYtpDiSsII+MReNNXpGd+uHKo+5ihRPvHrlRMQhUJ8pCHwYu+JgaAAD9Egk4dL1Y8uF1dF4AFUpWCZjn6w+hKC10MPLjrKRnKtM5IINHfxUXPz44sfkHg2Kco3S5OZdApl6o1SNoA+/lH/b3y3NEwGHALjPSr16K9o7XL5tRn0SMsQT0FM4O74JiHNEo9iqoBC1nwq4xvc3jv43pbTdibFZzgzD2ee5uazacGm2/ye4iU5+kwdWKDdqMY2HzmDydDJfgyEKI8EPtkcQr9C18fvmAkJrN0g9T4mblRKP3vaexCISATvXi4BcRAA3wMFzio4LHi7LL4xC9aMWVqaJfO3YWf5KvHRNxsgRjbIQTd1NfqvzTmsaHC3nvrDz88fgzQalX/XIThhTIQ3H+XIMQdxF9dCBTPHJxQ+aVYwpT8dWfZgQHysR7bziCQvyJlLa4Jl/+VnUW/IQY4/59+lu7SebLM7Hn0sf8fu/Um2locGOGHJXBPbrqen633EqJMxyuDvEj0afM+XGRpJ8HLl3fFdCkoBEjxR8q2/6/z1rJr/RLQYwvTgcVyRudWJiVko/A0bH5qyQw5fHSxHbNutj8CoNnIYgyMz7kS6ZT31IjasB8EPScIuQKCs9+Uc45MX2/HlgueS3GyfHNxcPhBoyrvMhs0OF0jBGTTcZLPreyxDOkayMnSbUfRMzNVE5MdmVUjDMZs1g5F0VgLotltYc/9MuTjcjc2Hr8Ms/8mPo6jVyAs8vdUx+sBq0CT2yeVejjMmn+aglIq467lVpAnx0ZPLHo1LiHVWD2chFoGkWs9YUZAhxzIkbWiTHyZryFW8pQZrWvzGlix0MiqYdj2x6DBi1LYu+P+cbz1Ntp3D7d+agndgCge3D/6B0E7jPRyq8xePPN+SgQn3xzzr2n68L3WV9NmGvweljNgvObrPn11+7kC4244YMr6ESJ/kA5SqBG4dhG3tmMY5NDIvneAJPVsqtx7h1/38lBNT5nX6Wpz5VHIA8XgTto5zEVAzHLYezpoHKV5WCNxQFheKhGVIpjSJZeP6GXnB7bTlDbc12khBTEeKcC4SQpOxJ+GJtJGddGdVEZ1WGNNMln+/3lFXdNrKm8BiFxziIGzcA2WTf1plq9zoEzYhKTR3/dXweWaeGdUKyJEEMyHwgSCUbyi2TzDn79HQhrP37/Xj0eoMbuYsb5ndce1gkp6cfGsICh7POOuBKhdCTqxgZg/QhZ/IqzZqV1cnWikUGNaOkrb86nflPvp38XMTScKC4qfoCBQJALDa6z8j2ZijtRqoDLp4K/OgJ41oiEfUdSytEqDvNnFxN4ww9AVEZAyUqTUaiJRdnoEFm2NefV6ss1Lkf6DyMujxuGPSqfJItO/KTcrAan3lKDi75rwDzJnzaeNBGmYyI8jtZ9+rlGcnO8CeHwPHYJK+6EYw/GXxjkP8qb9RxQ5cu+2PRpDrIDLQbxhTvhVoFDAoTlONJRMSLn6CY7JRON8TcOcSP8sG3Up36GRryM4P//RsYPvJJ7FX+lZRx5Pzol/KAfBR0JX5TppEdwdgOHtn8PIb4udVNSEmTJLAhR802KEMgRbLxII3gkE2l62TMknh5Xm7gXKy6DiLRZbBl/R+b9PXA5iL47h8xqb+r7aYSN5cBHz0a75uLwaBKGYNo2E10MxpgvAnZulSQfXyYpMuKUZCRZEtvf3h+6BoY5URRagsSBTl2JKpSUPbTpRiey5GnHtHxQmWvZwnDrzRYuSaiLCMMbsxKcem8N+ty2N160sD2CQfpeDx6SLbSX1xFzZqDXgvBidZnSbjG3kOw03Ks83U4JLTYEUOKib8spp5zde7eaiORWvAUj7OJm1I5YU3IRM3StW1vmLRTnOW5Tn6j4KaQ9+HV85ZNAS8F75sJd54k+aQb3Ok0eh6uypsv6amHHBUFu7f0L090+lIXmHXs9jxXiwyW3OqxPpySZYJWMJswOfy1yF8VM1pazf+Nhau7vMvWdNMr46ZCgWx6R8YjAHs4u6yzaDD1gGOMYbslB14RxsRj6vtPIE4auAcNS0tsHrhjla0Y5JqtD+v7or1dgvYSi1Z05QRjnwNQ9X3sy5dgicVR4+Yuc6x5TH6JxUTJP16dRdCSfo6tAPCm4ZLSILlHmDStCYvrGpR+XUrjp7VgJwWxwL/gn8MqrwBu4JnNdBSOncpkZ6wjiNp3sIaQrgSMGs5jztkmCHjvpN/Uh6h8zlPt+tv88+jkjFma4p7SEY6XodJfeJeKmIXkiM+Rif+r4EdfPdOIh0Weoa8parYJgJMYyLp/qxeNESWaaMCe1IhEZzz0Npj5R8RV/XXqar1gIxmfqXgS6LsxH4x1u9ihJSODgypLTVP14sILO3LAzLaV0q3NoXu01vPpDIBU3gJbM9b+jg/0l5B+LZjVqzGJw6ptrWId4DMbwJy6OyX74/ZhcHbkPgFqzhLLQlRBH4nsMCTJ//SUEd/knqPYXjLnsotjSw3rp5VM5QZZnUHJlDRhLNkaY+Zbz1A/UoOGMIQ1HvhvzPMlEAXYehDvhogf1EOO8X75Od3dQYGiNAmNRCUovvBhZYWs4xmFRXCJvGxtiDTupN1E49cEaGrR+Hp+bxDwDg1c9z5V7viSZk2HlsnCczOS4e58rpARahXlHi8QYfj7ho9NPkjlSNMb3e1WAc3619y/2zmhXThgGohhp//+XK41sHZURhXZhL9XOgU3s0PahD0eBgBO+AHvurQgLdmR1jN8FA/aBl/7ZeFZTlVgHvHCdb1/MheUAE4arA/0YtV9P3kRl2O20v5p9vEZT5j2R733Dl1GWiJn0cUz6Hmt3q2JFbKqkVCc4r8OZHyBDLnvBGYZI7vn/3VMR2eS+0Ivgtq3wOaCJb/fFllR0CV8Nt1etuI77EsfGiu+AABWuCpDQKVDZWX5f+HDYovM6+ZF5ZKlRNuy5bXbg999AApUZX/hefJ7As3krnT+RWC58R1oGlHvkw/O8/nW2SExIfpX49s3mCTFzPDBp4jZL3ZKe5NWWEIZiLZJvC3rMREh2CZSOGROiI7K3eFlyuKy8XEqd38SK3q+X3yAzDvWHfygP+0I4WzVm2S8VMy68UIG6GR7qddVS8evMBWe5HhRmvvGsiCxvyDxw8mFvCI5/1k8ytlO0rVpyJXgQ602Pp+oN4R1N+ZzlA9Qtc0lw3KgVF4bQ+EsVvBs4rQKF5BfAliLSYGdqsN8nWX6K0u88+XQ3hPfxD6S6V+CFOatorv5CRMlAIYUTvCz2y6/HGbAOLxa5k9f5QriAIlKMDLcHnZfOesOKvA44GZssYUSSO0CUy6cp2qM/UDsXU7wqhMvqZVW3HObB4p74bVZPV1aJ5SUFioTyutZ79MtPguoOqcz8QrgQ159tIsLJmPIr4UHg2LDxAgin9Xae188bEAAqE74QbqD8O3qFDOI/5oHXw3oI+lOrF2Vu5SFzwBDCZyl6oiKaVMFmszJ1lzuQkFXhzaab/1hgMAYMIQDszPxmytcZA8qqCIwrdxcpHNhdqSM/RQwYQtintgniw4pV9OruvCtedZYa9x6rJbq+U/vARyoGDCEYvjsZQVFSf44+53e9/AjX7hUyB5wM0YFdsYvtzG4rBgzhWymdQNqiU7OpmHW3A4Hq0p2s/EaFA17Ef05lDhhCEENtG9/1u8p21/yM/6QsRWp0FPKrKYlaRTXUsaaGZlBht4i0yaslIXw9ZfXcx322hZKy7m4VoYSntsGE3Be39pToD3QCL/0xYHkld8EhhKa8SkwnE/lRN9aQWXfHWSvBe3jtNXZDdIzorMpdcAiBJQ/y2i8izUFnNaTvZO1OPTKjxkJtS69C6a1Cro8xKwYMISBC3/tbJ7fDSpkCEt4FbrNBhLjqN4qbUwfupEAr68p5DhjC11NE3BLjwqOKMdWh+ntZCbkBxpGA9FDiWgoU8ZcyBwwhiCIsMtuoVoeZ8MMgMTq2pBvXUXEBNMjfyhwwhG+nFiiz3SJL2B6aM+C7bH6McRswgBAn4iL3wxUDhhCcIix+vhQsOiMy7hEjHiQGCs4YDOY5YAhhKNtERAlBH9wCuxXV/zzral4kgMwBQwhQ3tX8OH5zYPnuwo9wIEAMGEIAKAKmgqTdcOrYfwi4PMiCa+0TA4YQDJMhCyITMgNU3GdNLB6kwRgwhPBX6vPYawbKir+rcNKHPBCMAUMI78K6x1JlS8MaxYT/1SRwCSEEZyynZvjdeUwA7RVp/uBTVodjwBDCScoHkN6cPA9Uihox3vjxuUvESwghmP7odDRMCb2EtDqbAxZfDz/SgUsIIRzzmwg75jZZnd/1zlAtj3pBJgYMIZyl+seUj6S4N1bvVVRR4iOfCC4hhAClhtiwh3+TbuVHT3JuNrj/B2LAEMIH8ZpZpLgP5fHCTKmfQyioR30ysoQQwpH7CHVMo5HqsTmZ9XXTrkSDD3ouuIQQwiFlyXiNsdr/ZPixLwYuIYRwTn01p28yPBkyLI4ZYdRr7Ks/JAYMITwA1j4mR2xKyNt/XBXKGFJ7TAwYQvgY1Z2bj2FZjCvIDwkq7HgCnHfsQK7FgCGEH6Ls/UDGZoSGp4GdKS/sNwnNsediwBDCAxjlEW2KYvGSNBdo0J84XU0mBgwhvMGdWwwDtquFwzccZlxn5oC/2Dm33bZhIArq/P9PF1iYGISngtUmviSZUcrLcu2+DTYiQxH5JvT7v9VU99F+9TKQWCccVyx2SXUaUEQ+SRhARbMZEqttJwbDaqarXRGYZGtAEXkjwq4I3mM2fbZ16sG6TQFZTlfm04Ai8lJyf6lPDIbND8q9Wc2uvaC/25gBs0MDisgrCQOEt55theUJzaCPCDLBc8iTvDNqqdZJOjSgiHyO0NcK9d5a53DMGqG86XEczVYMYkamDC5zWAOKyH+Sk2BwXy+N9LDaJsE1YoKlzneQQxaTYn2mv1cDisjDfDgPagypvTUc5EY5yEPTbwsZbdrEpnvuNNaAIvKF4LMSY1jOdOQiyenJKvFtNSQWZAWBDrv9GFgDisiXHYUB5qlnJVIR4iyukaE2rKYUhuE2eo3PcFmDBhSRZx+SoZLro4KZQd2mhfuwY52bOXjKkHXE0BpQRL5SecSo+EIgREjft0aIrA9sYrtJMmiy713Fh6kesypAEYGH14JdB5KO2862iAlNHsUfg+BOXEoOU2tAEXkwbHIw5pkfqrysSe2UoCvGfUJ6PofmUOLKQKTY0feAIvKU89HFfrNqXZqwiyok8DBYDTFE2ekKUEQeSWiHs1LwYEBiSO3Cr3yJ2tYIW2JBHDqNChSRJxD6pm+Ynmc5rGV5W+zCbn7o06Xi0uha8jSMiDyE0BIgGuT29yKQWxQScleEQJd/2I8kfMljDSgiTyA1Q4/UgCiJ5azVkBiifICD1be23Lnpz/eAIvJCMBgSBJwVOno+uywa8qfNDFdDTbmdVFSBIvJIQheC1VWNNmEI/zjmV2driNLU5u9HB2pAEXkAOQv2IEzJrFIQ+e2JpPVmM5OVTK4HokXkyeRkVr66teQxnqf2Rtg74WdCfRf/sbAGFJHHEbomNYSsJgiRKg8QHZe91Gs+oh++1D8MFpEXgMYYICZMdWtaln3Gpe9k2ArK+Zko/4M1oIi8ktAOFWdjBDumEjk/SPZaS8IH0W/iVrCIPItcWmUcYkxy9EHAdt4MeS/I11r/icjbEDoGqZT2Gn1Xd9PiRyazjv88DigiTyb/k58u4aj/NvNtEg2KQ4CDZwFF5Olc2v1tUfEPqqarl4dYcJ6tJvQwjIi8MWfCQ5NAdUhkS9oT/B1YRF5Pyna9nvMlCrrU17GcPWQNKCKvJvdCYcSkM5AhuXiO1FgCisi7kctBVtJRBn0AZs+MFaCIvBX5xxSuD+yjNUGUJETpicjbE4bXTy/n7hfRWgOKyNuTKzsjqZV0wjb1bhgR+W7k6gKEke4TkW9CasrgPp0b/xBERL4l+cdLtqYtrP9E5EeQ4wBdJyLyt7tm1KCI/BByOd54BFpERAuKyK9Az4nIryJ3E/ydWERERORPe3BIAAAAACDo/2tX2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF4BsepEPR/I9hsAAAAASUVORK5CYII=);background-position:top;background-size:cover;background-repeat:no-repeat;overflow:hidden;background-color:#f6f7fa}.SiriusModal-module_aiStyleModal__2UcDF .lx-ant-modal-content .lx-ant-modal-header{background-color:transparent}.ant-modal-confirm.sirius-confirm .ant-modal-content{border-radius:8px}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body{display:flex;flex-wrap:wrap;align-items:flex-start}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body .ant-modal-confirm-title{color:#272e47;line-height:24px;margin-left:0!important}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body .ant-modal-confirm-content{color:#747a8c;line-height:22px;padding-left:6px!important}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body>.sirius-icon+.ant-modal-confirm-title{display:flex;flex:1 1;max-width:332px}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body>.sirius-icon{margin-inline-end:8px;margin-top:3px}.ant-modal-confirm.sirius-confirm .ant-modal-body{padding:20px 20px 18px}.ant-modal-confirm.sirius-confirm .ant-modal-close{top:20px;right:20px}.ant-modal-confirm.sirius-confirm .ant-modal-close-x{width:20px;height:20px;font-size:20px;line-height:20px}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body .ant-modal-confirm-title+.ant-modal-confirm-content{margin-block-start:8px;flex-basis:100%}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body>.sirius-icon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-inline-start:26px}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn{height:32px;min-width:76px;padding:0 18px;border-radius:4px;cursor:pointer;background-image:none;box-shadow:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;background:#fff;color:var(--Text-4,#545a6e);border:1px solid var(--Line-3,#e1e3e8)}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.SiriusModal-module_disabled__3dk7C,.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn[disabled]{cursor:not-allowed}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.SiriusModal-module_disabled__3dk7C>*,.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn[disabled]>*{pointer-events:none}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.SiriusModal-module_inline__3aPKN{display:inline-flex}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.SiriusModal-module_disabled__3dk7C,.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn[disabled]{color:var(--Text-1,#b7bac2);border:1px solid var(--Line-1,#f0f1f5)}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn:not([disabled]):hover{background-color:var(--Fill-1,#f8f9fa)}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn:not([disabled]):active{background-color:var(--Fill-3,#ebedf2)}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary{height:32px;min-width:76px;padding:0 18px;border-radius:4px;cursor:pointer;background-image:none;box-shadow:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;font-family:PingFang SC;font-weight:400;font-size:14px;line-height:22px;background-color:var(--Brand-6,#4c6aff);color:#fff;border:none}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary.SiriusModal-module_disabled__3dk7C,.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary[disabled]{cursor:not-allowed}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary.SiriusModal-module_disabled__3dk7C>*,.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary[disabled]>*{pointer-events:none}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary.SiriusModal-module_inline__3aPKN{display:inline-flex}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary.SiriusModal-module_disabled__3dk7C,.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary[disabled]{background-color:var(--Brand-3,#b7c3ff)}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary:not([disabled]):hover{background-color:var(--Brand-5,#7088ff)}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary:not([disabled]):active{background-color:var(--Brand-7,#445fe5)}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns{margin-top:18px}.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn+.ant-btn{margin-left:12px}.SiriusModal-module_siConfirm__15Ewl{font-size:18px;color:#ffb54c}.SiriusModal-module_siSuccess__19hxd{font-size:18px;color:#0fd683}.SiriusModal-module_siInfo__35Zt5{font-size:18px;color:#4c6aff}.SiriusModal-module_siError__2bW5d,.SiriusModal-module_siWarning__1fow3{font-size:18px;color:#fe5b4c}.SiriusModal-module_deFooter__2ar7f{display:flex;justify-content:flex-end;gap:12px}.SiriusModal-module_deFooter__2ar7f .lx-ui-btn+.lx-ui-btn{margin-left:0}.SiriusModal-module_deFooter__2ar7f.SiriusModal-module_btnsReverse__1RjDT{flex-direction:row-reverse}.sirius-cascader-select-single .sirius-cascader-select-selector{display:flex}.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-search{position:absolute;top:0;right:11px;bottom:0;left:11px}.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-search-input{width:100%}.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-item{position:relative;-webkit-user-select:none;user-select:none}.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder{pointer-events:none}.sirius-cascader-select-single.sirius-cascader-select-show-arrow .sirius-cascader-select-selection-search{right:25px}.sirius-cascader-select-single.sirius-cascader-select-open .sirius-cascader-select-selection-item{color:var(--Text-1,#b7bac2)}.sirius-cascader-select-single:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-arrow,.sirius-cascader-select-single:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-clear{top:16px}.sirius-cascader-select-single:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{width:100%;height:32px;padding:0 11px}.sirius-cascader-select-single:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-search-input{height:30px}.sirius-cascader-select-single:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector:after{line-height:30px}.sirius-cascader-select-single.sirius-cascader-select-customize-input .sirius-cascader-select-selector:after{display:none}.sirius-cascader-select-single.sirius-cascader-select-customize-input .sirius-cascader-select-selector .sirius-cascader-select-selection-search{position:static;width:100%}.sirius-cascader-select-single.sirius-cascader-select-customize-input .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder{position:absolute;right:0;left:0;padding:0 11px}.sirius-cascader-select-single.sirius-cascader-select-customize-input .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder:after{display:none}.sirius-cascader-select-single.sirius-cascader-select-lg .sirius-cascader-select-arrow,.sirius-cascader-select-single.sirius-cascader-select-lg .sirius-cascader-select-clear{top:17px}.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{height:36px;padding:0 11px}.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input):not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search-input{height:34px}.sirius-cascader-select-single.sirius-cascader-select-sm .sirius-cascader-select-arrow,.sirius-cascader-select-single.sirius-cascader-select-sm .sirius-cascader-select-clear{top:13px}.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{height:28px;padding:0 7px}.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search{right:7px;left:7px}.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input):not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search-input{height:26px}.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-search{right:28px}.sirius-cascader-select-single.sirius-cascader-select-mn .sirius-cascader-select-arrow,.sirius-cascader-select-single.sirius-cascader-select-mn .sirius-cascader-select-clear{top:11px}.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{height:24px;padding:0 7px}.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search{right:7px;left:7px}.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input):not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search-input{height:22px}.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-search{right:28px}.sirius-cascader-select-multiple:not(.sirius-cascader-select-multi-line) .sirius-cascader-select-selection-overflow{flex-wrap:nowrap;overflow-x:auto}.sirius-cascader-select-multiple:not(.sirius-cascader-select-multi-line) .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}.sirius-cascader-select-multiple:not(.sirius-cascader-select-multi-line) .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar:horizontal{height:6px}.sirius-cascader-select-multiple:not(.sirius-cascader-select-multi-line) .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar-button{display:none}.sirius-cascader-select-multiple:not(.sirius-cascader-select-multi-line) .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6);border-radius:3px;padding-right:4px;width:6px;opacity:0}.sirius-cascader-select-multiple:not(.sirius-cascader-select-multi-line) .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#ddd)}.sirius-cascader-select-multiple:not(.sirius-cascader-select-multi-line) .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar-corner{display:none}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selector{max-height:116px}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selection-overflow{max-height:112px;overflow-y:auto;overflow-y:overlay;overflow-x:hidden}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selection-overflow::-webkit-scrollbar{opacity:0;width:6px;right:4px;background-color:transparent}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar:horizontal{height:6px}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar-button{display:none}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6);border-radius:4px;padding-right:4px;width:6px;opacity:0}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#ddd)}.sirius-cascader-select-multiple.sirius-cascader-select-multi-line .sirius-cascader-select-selection-overflow:hover::-webkit-scrollbar-corner{display:none}.sirius-cascader-select-multiple .sirius-cascader-select-selector{display:flex;flex-wrap:wrap;align-items:center;padding:1px 4px}.sirius-cascader-select-multiple .sirius-cascader-select-selector:after{display:inline-block;width:0;margin:2px 0;line-height:24px;content:" "}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item{position:relative;display:flex;flex:none;box-sizing:border-box;max-width:100%;max-width:146px;height:24px;margin-top:2px;margin-bottom:2px;line-height:22px;background:var(--Fill-2_5,#f0f2f7);border:1px solid var(--Fill-2_5,#f0f2f7);border-radius:2px;cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;user-select:none;margin-inline-end:4px;padding-inline-start:4px;padding-inline-end:4px}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-content{display:inline-block;margin-right:4px;overflow:hidden;white-space:pre;text-overflow:ellipsis}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;text-rendering:optimizeLegibility;display:inline-flex;align-items:center;font-size:10px;line-height:inherit;cursor:pointer}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove>*{line-height:1}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove svg{display:inline-block}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove:before{display:none}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove .sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove-icon{display:block}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove>.anticon{vertical-align:-.2em}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove:hover{color:rgba(0,0,0,.75)}.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove .sirius-icon{display:inline-flex;align-items:center;justify-content:center}.sirius-cascader-select-multiple .sirius-cascader-select-selection-overflow-item+.sirius-cascader-select-selection-overflow-item .sirius-cascader-select-selection-search{margin-inline-start:0}.sirius-cascader-select-multiple .sirius-cascader-select-selection-search{position:relative;max-width:100%;margin-top:2px;margin-bottom:2px;margin-inline-start:7px}.sirius-cascader-select-multiple .sirius-cascader-select-selection-search-input{width:100%;min-width:4.1px}.sirius-cascader-select-multiple .sirius-cascader-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:pre;visibility:hidden}.sirius-cascader-select-multiple .sirius-cascader-select-selection-placeholder{position:absolute;top:50%;right:11px;left:11px;transform:translateY(-50%);transition:all .3s}.sirius-cascader-select-multiple .sirius-cascader-select-arrow,.sirius-cascader-select-multiple .sirius-cascader-select-clear{top:15px}.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-arrow,.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-clear{top:17px}.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selector:after{line-height:28px}.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selection-item{line-height:26px;height:28px;line-height:28px}.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selection-search{height:28px;line-height:28px}.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-arrow,.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-clear{top:13px}.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selector:after{line-height:20px}.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-item{height:20px;line-height:18px}.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-search{height:20px;line-height:20px;margin-inline-start:3px}.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-placeholder{left:7px}.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-arrow,.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-clear{top:11px}.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selector:after{line-height:16px}.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-item{height:16px;line-height:14px}.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-search{height:16px;line-height:16px;margin-inline-start:3px}.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-placeholder{left:7px}.sirius-cascader-select-multiple.sirius-cascader-select-disabled.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{background:var(--Fill-2,#f6f7fa)}.sirius-cascader-select-multiple.sirius-cascader-select-disabled.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder{color:var(--Text-1,#b7bac2)}.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-item,.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder{padding:0;line-height:30px;transition:all .3s}.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-item:after,.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder:after,.sirius-cascader-select-single .sirius-cascader-select-selector:after{display:inline-block;width:0;visibility:hidden;content:" "}.sirius-cascader-select-single.sirius-cascader-select-show-arrow .sirius-cascader-select-selection-item,.sirius-cascader-select-single.sirius-cascader-select-show-arrow .sirius-cascader-select-selection-placeholder{padding-right:18px}.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-item,.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder,.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector:after{line-height:34px}.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-item,.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder,.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector:after{line-height:26px}.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-item,.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-placeholder{padding-right:21px}.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-item,.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder,.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector:after{line-height:22px}.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-item,.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-placeholder{padding-right:21px}.sirius-cascader-select-selection-overflow{position:relative;display:flex;flex:auto;flex-wrap:wrap;max-width:100%}.sirius-cascader-select-selection-overflow-item{flex:none;align-self:center;max-width:100%}.sirius-cascader-select-show-search.sirius-cascader-select-multiple .sirius-cascader-select-selector,.sirius-cascader-select-show-search.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{cursor:text}.sirius-cascader-select-show-search.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector input{cursor:auto;caret-color:var(--Avatar-6,#4c6aff)}.sirius-cascader-select-disabled.sirius-cascader-select-multiple .sirius-cascader-select-selector{background:#f5f5f5;cursor:not-allowed}.sirius-cascader-select-disabled.sirius-cascader-select-multiple .sirius-cascader-select-selection-item{color:var(--Text-1,#b7bac2);border-color:#d9d9d9;cursor:not-allowed}.sirius-cascader-select-disabled .sirius-cascader-select-selection-item-remove{display:none}.sirius-cascader-select-disabled.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{color:var(--Text-2,#9fa2ad);background:var(--Fill-2,#f6f7fa);cursor:not-allowed}.sirius-cascader-select-disabled .sirius-cascader-select-arrow,.sirius-cascader-select-disabled.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector input{cursor:not-allowed}.sirius-cascader-select-multiple.sirius-cascader-select-allow-clear .sirius-cascader-select-selector,.sirius-cascader-select-multiple.sirius-cascader-select-show-arrow .sirius-cascader-select-selector{padding-right:24px}.sirius-cascader-select-multiple .sirius-cascader-select-selection-search-input,.sirius-cascader-select-multiple .sirius-cascader-select-selection-search-mirror{height:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:24px;transition:all .3s}.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selection-search-input,.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selection-search-mirror{height:32px;line-height:30px}.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-search-input,.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-search-mirror,.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-search-input,.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-search-mirror{height:16px;line-height:14px}.sirius-cascader-select{box-sizing:border-box;margin:0;padding:0;color:var(--Text-5,#272e47);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;cursor:pointer}.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{position:relative;background-color:#fff;border:1px solid var(--Fill-4,#e1e3e8);border-radius:4px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector input{cursor:pointer}.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-search-input{margin:0;padding:0;background:transparent;border:none;outline:none;-webkit-appearance:none;appearance:none}.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-search-input::-webkit-search-cancel-button{display:none}.sirius-cascader-select:not(.sirius-cascader-select-disabled):hover .sirius-cascader-select-selector{border-color:var(--Brand-5,#7088ff);border-right-width:1px!important}.sirius-cascader-select:hover .sirius-cascader-select-clear{opacity:1}.sirius-cascader-select-focused:not(.sirius-cascader-select-disabled).sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector{border-color:var(--Brand-5,#7088ff);border-right-width:1px!important;outline:0;box-shadow:none}.sirius-cascader-select-selection-item,.sirius-cascader-select-selection-placeholder{flex:1 1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sirius-cascader-select-selection-placeholder{color:var(--Text-1,#b7bac2);pointer-events:none}.sirius-cascader-select-arrow{display:inline-block;color:inherit;font-style:normal;line-height:0;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;position:absolute;top:50%;right:8px;width:16px;height:16px;margin-top:-7px;color:rgba(0,0,0,.25);font-size:12px;line-height:1;text-align:center;pointer-events:none}.sirius-cascader-select-arrow>*{line-height:1}.sirius-cascader-select-arrow svg{display:inline-block}.sirius-cascader-select-arrow:before{display:none}.sirius-cascader-select-arrow .sirius-cascader-select-arrow-icon{display:block}.sirius-cascader-select-arrow .anticon{vertical-align:top;transition:transform .3s}.sirius-cascader-select-arrow .anticon>svg{vertical-align:top}.sirius-cascader-select-arrow .anticon:not(.sirius-cascader-select-suffix){pointer-events:auto}.sirius-cascader-select-clear{position:absolute;top:50%;right:8px;z-index:1;display:inline-block;width:16px;height:16px;margin-top:-7px;color:rgba(0,0,0,.25);font-size:12px;font-style:normal;line-height:1;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;transition:color .3s ease,opacity .15s ease;text-rendering:auto}.sirius-cascader-select-clear:before{display:block}.sirius-cascader-select-clear:hover{color:rgba(0,0,0,.45)}.sirius-cascader-select-dropdown{margin:0;padding:0;color:var(--Text-5,#272e47);font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;box-sizing:border-box;overflow:hidden;font-size:14px;font-variant:normal;background-color:#fff;border-radius:2px;outline:none;filter:drop-shadow(0 4px 16px rgba(var(--Text-5-r,39),var(--Text-5-g,46),var(--Text-5-b,71),.08))}.sirius-cascader-select-dropdown .sirius-cascader-menu{overflow-y:auto;overflow-y:overlay;overflow-x:hidden}.sirius-cascader-select-dropdown .sirius-cascader-menu::-webkit-scrollbar{opacity:0;width:6px;right:4px;background-color:transparent}.sirius-cascader-select-dropdown .sirius-cascader-menu:hover::-webkit-scrollbar{opacity:1;display:block;background-color:transparent;width:6px;padding-right:4px}.sirius-cascader-select-dropdown .sirius-cascader-menu:hover::-webkit-scrollbar:horizontal{height:6px}.sirius-cascader-select-dropdown .sirius-cascader-menu:hover::-webkit-scrollbar-button{display:none}.sirius-cascader-select-dropdown .sirius-cascader-menu:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#d4d4d6);border-radius:4px;padding-right:4px;width:6px;opacity:0}.sirius-cascader-select-dropdown .sirius-cascader-menu:hover::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover,#ddd)}.sirius-cascader-select-dropdown .sirius-cascader-menu:hover::-webkit-scrollbar-corner{display:none}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0 0;opacity:1}to{transform:scaleY(.8);transform-origin:0 0;opacity:0}}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0 0;opacity:0}to{transform:scaleY(1);transform-origin:0 0;opacity:1}}.sirius-cascader-select-dropdown.sirius-cascader-slide-up-enter{animation-name:antSlideUpIn}.sirius-cascader-select-dropdown.sirius-cascader-slide-up-leave{animation-name:antSlideUpOut}.sirius-cascader-select-dropdown-hidden{display:none}.sirius-cascader-select-dropdown-empty{color:rgba(0,0,0,.25)}.sirius-cascader-select-item-empty{color:var(--Text-5,#272e47);color:rgba(0,0,0,.25)}.sirius-cascader-select-item,.sirius-cascader-select-item-empty{position:relative;display:block;min-height:32px;padding:5px 12px;font-weight:400;font-size:14px;line-height:22px}.sirius-cascader-select-item{color:var(--Text-5,#272e47);cursor:pointer;transition:background .3s ease}.sirius-cascader-select-item-group{color:rgba(0,0,0,.45);font-size:12px;cursor:default}.sirius-cascader-select-item-option{display:flex}.sirius-cascader-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sirius-cascader-select-item-option-state{flex:none}.sirius-cascader-select-item-option-active:not(.sirius-cascader-select-item-option-disabled){background-color:#f5f5f5}.sirius-cascader-select-item-option-selected:not(.sirius-cascader-select-item-option-disabled){color:var(--Text-5,#272e47);font-weight:600;background-color:#e6f7ff}.sirius-cascader-select-item-option-selected:not(.sirius-cascader-select-item-option-disabled) .sirius-cascader-select-item-option-state{color:var(--Avatar-6,#4c6aff)}.sirius-cascader-select-item-option-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.sirius-cascader-select-item-option-disabled.sirius-cascader-select-item-option-selected{background-color:#f5f5f5}.sirius-cascader-select-item-option-grouped{padding-left:24px}.sirius-cascader-select-lg{font-size:16px}.sirius-cascader-select-borderless .sirius-cascader-select-selector{background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.sirius-cascader-removeIcon{color:#8d92a1;font-size:12px}.sirius-cascader-removeIcon:hover{color:#3f465c}.sirius-cascader-single .sirius-cascader-menu-item{max-width:220px}.sirius-cascader-single .sirius-cascader-menu-item-content{word-break:break-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sirius-cascader-single .sirius-cascader-menu-item-active{color:var(--Avatar-6,#4c6aff)}.sirius-cascader-multiple .sirius-cascader-menu-item{max-width:220px}.sirius-cascader-multiple .sirius-cascader-menu-item-content{word-break:break-all;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sirius-cascader-dropdown{min-height:auto;border:1px solid var(--Fill-4,#e1e3e8);border-radius:4px}.sirius-cascader-menus{display:flex;flex-wrap:nowrap;height:184px}.sirius-cascader-menu{flex:none;margin:0;padding:3px 0;list-style:none;border-left:1px solid var(--Fill-4,#e1e3e8);min-width:134px;overflow:auto}.sirius-cascader-menu:first-child{border-left:0;flex-grow:1}.sirius-cascader-menu-item{display:flex;flex-wrap:nowrap;padding:5px 10px;align-items:center;position:relative}.sirius-cascader-menu-item-active,.sirius-cascader-menu-item-selected{background:var(--Brand-1,#f2f5ff)}.sirius-cascader-menu-item:not(.sirius-cascader-menu-item-disabled){cursor:pointer}.sirius-cascader-menu-item-disabled{cursor:not-allowed;color:var(--Text-1,#b7bac2)}.sirius-cascader-menu-item-disabled .sirius-cascader-checkbox-disabled{opacity:.5}.sirius-cascader-menu-item-expand-icon{display:inherit;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.sirius-cascader-menu-item-keyword{color:var(--Avatar-6,#4c6aff)}.sirius-cascader-menu-empty{display:flex;justify-content:center;align-items:center;min-height:168px}.sirius-cascader-menu-empty .sirius-cascader-menu-item-content{margin:auto}.sirius-cascader-menu-loading{width:16px;height:16px;animation:loading .8s linear infinite}.sirius-cascader-checkbox{position:relative;display:block;flex:none;width:16px;height:16px;border:1px solid var(--label-6_2,#c0c8d6);border-radius:2px;margin-right:8px}.sirius-cascader-checkbox:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:""}.sirius-cascader-checkbox-checked{background:var(--Avatar-6,#4c6aff);border:none}.sirius-cascader-checkbox-checked:after{position:absolute;width:5px;height:8px;border-color:#fff;border-style:solid;border-width:0 2px 2px 0;transform:rotate(45deg) scale(1) translate(-50%,-50%);left:5px;content:" "}.sirius-cascader-checkbox-indeterminate{background:var(--Avatar-6,#4c6aff);border:none}.sirius-cascader-checkbox-indeterminate:after{position:absolute;height:2px;width:6px;background-color:#fff;content:" "}.sirius-select-ui-single .sirius-select-ui-front{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--Text-5,#272e47)}.sirius-select-ui.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.sirius-select-ui.lx-ant-select-single:not(.lx-ant-select-customize-input) .lx-ant-select-selector{padding-right:24px}.sirius-select-ui-multi .sirius-select-ui-front{display:inline-flex;width:100%}.sirius-select-ui-multi .sirius-select-ui-front .sirius-select-ui-main-option{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--Text-5,#272e47)}.sirius-select-ui-multi .ant-select-item-option .sirius-select-ui-checked:not(.ant-select-item-option-selected) label.sirius-select-ui-checked,.sirius-select-ui-multi .ant-select-item-option .sirius-select-ui-checked:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-checked,.sirius-select-ui-multi .lx-ant-select-item-option .sirius-select-ui-checked:not(.ant-select-item-option-selected) label.sirius-select-ui-checked,.sirius-select-ui-multi .lx-ant-select-item-option .sirius-select-ui-checked:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-checked{height:16px;display:none}.sirius-select-ui-multi .ant-select-item-option .sirius-select-ui-checked:not(.ant-select-item-option-selected) label.sirius-select-ui-no-checked,.sirius-select-ui-multi .ant-select-item-option .sirius-select-ui-checked:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-no-checked,.sirius-select-ui-multi .lx-ant-select-item-option .sirius-select-ui-checked:not(.ant-select-item-option-selected) label.sirius-select-ui-no-checked,.sirius-select-ui-multi .lx-ant-select-item-option .sirius-select-ui-checked:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-no-checked{margin-left:0;margin-right:12px}.sirius-select-ui .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-no-checked,.sirius-select-ui .ant-select-selection-item-content .sirius-select-ui-front .sirius-select-ui-checkbox,.sirius-select-ui .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-no-checked,.sirius-select-ui .lx-ant-select-selection-item-content .sirius-select-ui-front .sirius-select-ui-checkbox{display:none}.sirius-select-ui .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked,.sirius-select-ui .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked{margin-right:12px;display:inline-flex}.sirius-select-ui .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .ant-checkbox-checked .ant-checkbox-inner,.sirius-select-ui .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .ant-checkbox-checked .lx-ant-checkbox-inner,.sirius-select-ui .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .lx-ant-checkbox-checked .ant-checkbox-inner,.sirius-select-ui .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .lx-ant-checkbox-checked .lx-ant-checkbox-inner,.sirius-select-ui .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .ant-checkbox-checked .ant-checkbox-inner,.sirius-select-ui .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .ant-checkbox-checked .lx-ant-checkbox-inner,.sirius-select-ui .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .lx-ant-checkbox-checked .ant-checkbox-inner,.sirius-select-ui .lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .lx-ant-checkbox-checked .lx-ant-checkbox-inner{background-color:var(--Brand-6,#4c6aff);border-color:var(--Brand-6,#4c6aff)}.sirius-select-ui .ant-select-item-option .sirius-select-ui-checkbox:not(.ant-select-item-option-selected) label.sirius-select-ui-checked,.sirius-select-ui .ant-select-item-option .sirius-select-ui-checkbox:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-checked,.sirius-select-ui .lx-ant-select-item-option .sirius-select-ui-checkbox:not(.ant-select-item-option-selected) label.sirius-select-ui-checked,.sirius-select-ui .lx-ant-select-item-option .sirius-select-ui-checkbox:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-checked{display:none}.sirius-select-ui .ant-select-item-option .sirius-select-ui-checkbox:not(.ant-select-item-option-selected) label.sirius-select-ui-no-checked,.sirius-select-ui .ant-select-item-option .sirius-select-ui-checkbox:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-no-checked,.sirius-select-ui .lx-ant-select-item-option .sirius-select-ui-checkbox:not(.ant-select-item-option-selected) label.sirius-select-ui-no-checked,.sirius-select-ui .lx-ant-select-item-option .sirius-select-ui-checkbox:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-no-checked{margin-left:0;margin-right:12px}.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-no-checked,.ant-select-selection-item-content .sirius-select-ui-front .sirius-select-ui-checkbox,.lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-no-checked,.lx-ant-select-selection-item-content .sirius-select-ui-front .sirius-select-ui-checkbox,.sirius-select-ui span.ant-select-item-option-state,.sirius-select-ui span.lx-ant-select-item-option-state{display:none}.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked,.lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked{margin-right:12px;display:inline-flex}.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .ant-checkbox-checked .ant-checkbox-inner,.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .ant-checkbox-checked .lx-ant-checkbox-inner,.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .lx-ant-checkbox-checked .ant-checkbox-inner,.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .lx-ant-checkbox-checked .lx-ant-checkbox-inner,.lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .ant-checkbox-checked .ant-checkbox-inner,.lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .ant-checkbox-checked .lx-ant-checkbox-inner,.lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .lx-ant-checkbox-checked .ant-checkbox-inner,.lx-ant-select-item-option-selected:not(.lx-ant-select-item-option-disabled) span.sirius-select-ui-checkbox label.sirius-select-ui-checked .lx-ant-checkbox-checked .lx-ant-checkbox-inner{background-color:var(--Brand-6,#4c6aff);border-color:var(--Brand-6,#4c6aff)}.ant-select-item-option .sirius-select-ui-checkbox:not(.ant-select-item-option-selected) label.sirius-select-ui-checked,.ant-select-item-option .sirius-select-ui-checkbox:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-checked,.lx-ant-select-item-option .sirius-select-ui-checkbox:not(.ant-select-item-option-selected) label.sirius-select-ui-checked,.lx-ant-select-item-option .sirius-select-ui-checkbox:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-checked{display:none}.ant-select-item-option .sirius-select-ui-checkbox:not(.ant-select-item-option-selected) label.sirius-select-ui-no-checked,.ant-select-item-option .sirius-select-ui-checkbox:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-no-checked,.lx-ant-select-item-option .sirius-select-ui-checkbox:not(.ant-select-item-option-selected) label.sirius-select-ui-no-checked,.lx-ant-select-item-option .sirius-select-ui-checkbox:not(.lx-ant-select-item-option-selected) label.sirius-select-ui-no-checked{margin-left:0;margin-right:12px}span.ant-select-item-option-state,span.lx-ant-select-item-option-state{display:none}.lx-ui-comp-alert{padding:6px 12px;border-radius:4px;display:flex;position:relative}.lx-ui-comp-alert .icon{margin:0 6px 0 0}.lx-ui-comp-alert .sirius-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:20px!important}.lx-ui-comp-alert .content{flex:1 1}.lx-ui-comp-alert .content .title{color:var(--Text-5,#272e47);font-family:PingFang SC;font-weight:500;font-size:12px;line-height:20px;margin:0;padding-right:32px}.lx-ui-comp-alert .content .message-box{display:flex}.lx-ui-comp-alert .content .message-box .message{color:var(--Text-4,#545a6e);font-family:PingFang SC;font-weight:400;font-size:12px;line-height:20px;flex:1 1;margin:0}.lx-ui-comp-alert .action-block,.lx-ui-comp-alert .content .message-box .action{margin:0}.lx-ui-comp-alert .close-icon{margin:0 0 0 16px}.lx-ui-comp-alert-has-title .close-icon{position:absolute;right:12px;top:6px}.lx-ui-comp-alert-info{background-color:rgba(var(--Brand-6-r,76),var(--Brand-6-g,106),var(--Brand-6-b,255),.09)}.lx-ui-comp-alert-warning{background-color:rgba(var(--Warning-6-r,255),var(--Warning-6-g,181),var(--Warning-6-b,76),.1)}.lx-ui-comp-alert-danger,.lx-ui-comp-alert-error{background-color:rgba(var(--Error-6-r,254),var(--Error-6-g,91),var(--Error-6-b,76),.1)}.lx-ui-comp-alert-success{background-color:rgba(var(--Success-6-r,15),var(--Success-6-g,214),var(--Success-6-b,131),.1)}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.SiriusMessage-module--siriusMessageInfo--DcPPj .ant-message-notice-content {
  border-radius: 4px !important;
  border: 1px solid #b7c3ff !important;
  border: 1px solid var(---Brand-3-, #b7c3ff) !important;
  background: #f2f5ff !important;
  background: var(---Brand-1-, #f2f5ff) !important;
  /* shadow-small */
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12) !important;
}
.SiriusMessage-module--siriusMessageInfo--DcPPj .anticon {
  background-image: none !important;
}
.SiriusMessage-module--siriusMessageInfo--DcPPj .anticon svg {
  visibility: visible !important;
}

.SiriusMessage-module--siriusMessageSuccess--346H6 .ant-message-notice-content {
  border-radius: 4px !important;
  border: 1px solid #9fefcd !important;
  border: 1px solid var(---Success-3, #9fefcd) !important;
  background: #e7fbf3 !important;
  background: var(---Success-1, #e7fbf3) !important;
  /* shadow-small */
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12) !important;
}
.SiriusMessage-module--siriusMessageError--PdDsb .ant-message-notice-content {
  border-radius: 4px !important;
  border: 1px solid #ffbdb7 !important;
  border: 1px solid var(---Error-3, #ffbdb7) !important;
  background: #ffefed !important;
  background: var(---Error-1, #ffefed) !important;
  /* shadow-small */
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12) !important;
}
.SiriusMessage-module--siriusMessageError--PdDsb .anticon {
  background-image: none !important;
}
.SiriusMessage-module--siriusMessageError--PdDsb .anticon > svg {
  visibility: visible !important;
}

.SiriusMessage-module--siriusMessageWarn--VPsMH .ant-message-notice-content {
  border-radius: 4px !important;
  border: 1px solid #ffe1b7 !important;
  border: 1px solid var(---Warning-3, #ffe1b7) !important;
  background: #fff8ed !important;
  background: var(---Warning-1, #fff8ed) !important;
  /* shadow-small */
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12) !important;
}
.SiriusMessage-module--siriusMessageWarn--VPsMH .anticon {
  background-image: none !important;
}
.SiriusMessage-module--siriusMessageWarn--VPsMH .anticon > svg {
  visibility: visible !important;
}
.alert-module--alert--1\+Uj\+ {
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  animation: none;
  position: absolute;
  left: 50%;
}
.alert-module--alert--1\+Uj\+ .alert-module--btnLeft--qcnT- {
  margin-right: auto;
}
.alert-module--alert--1\+Uj\+ .ant-modal-close {
  right: 16px;
  top: 16px;
}
.alert-module--alert--1\+Uj\+ .ant-modal-close .ant-modal-close-x {
  height: 16px;
  width: 16px;
  line-height: 16px;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content {
  border-radius: 6px;
  box-shadow: none;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body {
  padding: 20px;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
  line-height: 20px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
  margin-left: 30px;
  margin-top: 16px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: 16px;
  align-items: center;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns label.ant-checkbox-wrapper,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN label.ant-checkbox-wrapper {
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-checkbox .ant-checkbox-inner,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-checkbox .ant-checkbox-inner {
  border-radius: 2px;
  height: 12px;
  width: 12px;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-checkbox .ant-checkbox-inner::after,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-checkbox .ant-checkbox-inner::after {
  animation: none;
  transition: none;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
  border: 1px solid #b7bac2;
  border: 1px solid var(--Text-1, #b7bac2);
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-checkbox-checked .ant-checkbox-inner::after,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(45deg) scale(0.75) translate(-50%, -50%);
  top: 4px;
  left: 1px;
  animation: none;
  transition: none;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-checkbox-checked::after,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-checkbox-checked::after {
  animation: none;
  transition: none;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button + button,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN button + button {
  margin-left: 12px;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-btn {
  transition: none;
  padding: 4px 20px;
  border-radius: 4px;
  height: 32px;
  border: 1px solid rgba(39, 46, 71, 0.1);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
  text-shadow: none;
  box-shadow: none;
  transition: none;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn:hover, .alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn:focus,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-btn:hover,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-btn:focus {
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
  border: 1px solid rgba(39, 46, 71, 0.1);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn.ant-btn-primary,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-btn.ant-btn-primary {
  background: #386ee7;
  border-color: #386ee7;
  color: #ffffff;
}
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn.ant-btn-dangerous,
.alert-module--alert--1\+Uj\+ .ant-modal-content .ant-modal-body .alert-module--btns--3MCtN .ant-btn.ant-btn-dangerous {
  background: #f74f4f;
  color: #ffffff;
  border-color: #f74f4f;
}
.alert-module--alert-custom-btns--s\+lst .ant-modal-confirm-btns {
  display: none !important;
}
.alert-module--alert-custom-content--OiUMj .ant-modal-confirm-content {
  margin-left: 0 !important;
}
.alert-module--alert-no-content--NmKnZ .ant-modal-confirm-content {
  display: none;
}
.alert-module--alert-footer-border--s0mUI .ant-modal-confirm-content {
  margin-bottom: 16px;
}
.alert-module--alert-footer-border--s0mUI .alert-module--btns--3MCtN,
.alert-module--alert-footer-border--s0mUI .ant-modal-confirm-btns {
  position: relative;
}
.alert-module--alert-footer-border--s0mUI .alert-module--btns--3MCtN::after,
.alert-module--alert-footer-border--s0mUI .ant-modal-confirm-btns::after {
  content: " ";
  position: absolute;
  height: 1px;
  width: auto;
  left: -24px;
  right: -24px;
  top: -18px;
  background-color: rgba(39, 46, 71, 0.12);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  transform: scale(1, 0.5);
}

.alert-module--colort3--Mm8Gz {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.alert-module--buzzkf--KkIGB {
  color: #4c6aff;
  cursor: pointer;
  text-decoration: underline;
  padding: 0 2px;
  text-decoration: underline;
}
.index-module--page-loading--zyoIB {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.index-module--page-loading--zyoIB .ant-spin-text {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.sirius-checkbox {
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiByeD0iMC44IiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIi8+Cjwvc3ZnPgo=);
  background-size: 100% 100%;
}
.sirius-checkbox.checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiByeD0iMC44IiBmaWxsPSIjMzg2RUU3IiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhMNi43MTQyOSAxMEwxMSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.sirius-checkbox.disabled {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiByeD0iMC44IiBmaWxsPSIjQThBQUFEIiBzdHJva2U9IiNBOEFBQUQiIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhMNi43MTQyOSAxMEwxMSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.SiriusModal-module--modalCheckContentWrap--Txr1I {
  display: flex;
}
.SiriusModal-module--modalCheckContentWrap--Txr1I .SiriusModal-module--checkboxWrap--PoB2t {
  flex: none;
  width: 16px;
  height: 16px;
}
.SiriusModal-module--modalCheckContentWrap--Txr1I .SiriusModal-module--childrenWrap--4pHwV {
  flex: 1 1;
  display: flex;
}

.SiriusModal-module--modalWrap--6E2W3 {
  left: 68px;
  top: 47px;
}
.SiriusModal-module--modalWrap--6E2W3 .ant-modal-header {
  background: #ffffff;
  background: var(--white, #ffffff);
  border-bottom: 1px solid #f0f0f1;
  border-bottom: 1px solid var(--white-hover-bg, #f0f0f1);
}
.SiriusModal-module--modalWrap--6E2W3 .ant-modal-title {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.SiriusModal-module--confirmError--jvVAM .ant-modal-confirm-title {
  margin-left: 28px !important;
}
.SiriusModal-module--confirmError--jvVAM .SiriusModal-module--confirmErrorIcon--nkiXs {
  position: relative;
  top: 3px;
  display: flex;
  height: 0;
}
.useLimit24Hour-module--alert--GY71M {
  font-size: 12px;
  border: none;
  padding: 7px 23px;
  background-color: #fff8ed;
  background-color: var(--Warning-1, #fff8ed);
}
.useLimit24Hour-module--alert--GY71M .anticon {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
}
.useLimit24Hour-module--alert--GY71M.useLimit24Hour-module--disabled--EM0ix {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.useLimit24Hour-module--alert--GY71M.useLimit24Hour-module--disabled--EM0ix .anticon {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.useLimit24Hour-module--alert--GY71M .useLimit24Hour-module--remaining-time--0FqkG {
  display: inline-block;
  width: 80px;
  text-align: center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes imgPreview-module--spin--pckqT {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.imgPreview-module--preview--p9te\+ {
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #f4f4f5;
}
.imgPreview-module--preview--p9te\+ .imgPreview-module--header--UAEVT {
  flex: none;
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff;
  align-items: center;
  height: 44px;
  box-sizing: border-box;
}
.imgPreview-module--preview--p9te\+ .imgPreview-module--header--UAEVT .imgPreview-module--title--N93ot {
  width: calc(100% - 219px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.imgPreview-module--preview--p9te\+ .imgPreview-module--header--UAEVT .imgPreview-module--operate---V7S2 {
  display: flex;
  height: 32px;
  -webkit-app-region: no-drag;
}
.imgPreview-module--preview--p9te\+ .imgPreview-module--header--UAEVT .imgPreview-module--operate---V7S2 .imgPreview-module--operate-item--fl4VH {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  cursor: pointer;
}
.imgPreview-module--preview--p9te\+ .imgPreview-module--header--UAEVT .imgPreview-module--operate---V7S2 .imgPreview-module--operate-item--fl4VH:hover {
  background: #f0f0f1;
  border-radius: 6px;
}
.imgPreview-module--preview--p9te\+ .imgPreview-module--header--UAEVT .imgPreview-module--operate---V7S2 .imgPreview-module--operate-item-nosty--Tz82A:hover {
  background: none;
  border-radius: 0;
  cursor: auto;
}
.imgPreview-module--preview--p9te\+ .imgPreview-module--header--UAEVT .imgPreview-module--operate---V7S2 .imgPreview-module--line--Gol8M {
  height: 20px;
  width: 1px;
  background: rgba(39, 46, 71, 0.2);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.imgPreview-module--preview--p9te\+ .imgPreview-module--mac-header--SgZbN {
  padding-left: 100px;
}

.imgPreview-module--modal--ap\+9l.ant-modal {
  width: 100% !important;
  height: calc(100% - 200px);
}
.imgPreview-module--modal--ap\+9l .ant-modal-content {
  height: 100%;
}
.imgPreview-module--modal--ap\+9l .ant-modal-body {
  height: 100%;
  padding: 0;
}
.imgPreview-module--modal--ap\+9l .ant-modal-close-x {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.imgPreview-module--content-wrap--Dyz3J {
  flex: 1 1;
  height: 100%;
  overflow: auto;
}
.imgPreview-module--content-wrap--Dyz3J .imgPreview-module--img-content--XvIBZ {
  max-width: 100%;
  max-height: 100%;
}
.imgPreview-module--content-wrap--Dyz3J .imgPreview-module--img-content--XvIBZ::selection {
  background: none;
}

.imgPreview-module--content-video-wrap--82cJx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1;
}

.imgPreview-module--content-video--j-rEN {
  max-width: 100%;
  max-height: 100%;
}

.imgPreview-module--spin--pckqT {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 44px);
  position: absolute;
  top: 44px;
  background-color: #fff;
}
.imgPreview-module--spin--pckqT .imgPreview-module--spin-icon--TL1yO {
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  animation: imgPreview-module--spin--pckqT 1s linear infinite;
}
@charset "UTF-8";
.contextmenu-module--dropdownMenu--kDCWW {
  min-width: 88px;
  background: #ffffff;
  /* 背景及分割线/12% */
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  /* 灵犀桌面端弹窗投影 */
  box-shadow: 0px 2px 4px rgba(39, 46, 71, 0.08);
  box-shadow: 0px 2px 4px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 4px;
  padding: 8px 0;
}
.contextmenu-module--dropdownMenu--kDCWW .ant-dropdown-menu-item {
  padding: 8px 16px;
  line-height: 14px;
  font-size: 14px;
  color: #262a33;
  transition: none;
}
.contextmenu-module--dropdownMenu--kDCWW .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
}
.contextmenu-module--dropdownMenu--kDCWW .ant-dropdown-menu-item-active {
  background-color: #f0f0f1;
}
.contextmenu-module--dropdownMenu--kDCWW .ant-btn {
  border: none;
  padding: 0;
  min-width: 0;
  height: auto;
  background: none;
  color: #262a33;
}
.contextmenu-module--dropdownMenu--kDCWW .ant-btn-loading-icon {
  min-width: 20px;
}
.login_error-module--loginErrorWrapper--erEhL {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 800px;
  min-height: 400px;
  z-index: 1000;
  background-color: #fff;
}
.login_error-module--loginErrorWrapper--erEhL > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_error-module--loginErrorWrapper--erEhL .login_error-module--errorBg---dOD7 {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
}
.login_error-module--loginErrorWrapper--erEhL .login_error-module--errorInfo--wurET {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #51555c;
  margin-bottom: 16px;
}
.new_version_loading-module--loading-wrapper--p8wp7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 400px;
  z-index: 1000;
  background-color: #fff;
}
.new_version_loading-module--loading-wrapper--p8wp7 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_version_loading-module--loading-wrapper--p8wp7 img {
  width: 140px;
  height: 140px;
}
.new_version_loading-module--loading-wrapper--p8wp7 .new_version_loading-module--content--Aa5oR {
  margin-top: 25px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #51555c;
}
.kf-module--kfWrap--qioOF {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
.kf-module--kfWrap--qioOF .kf-module--iframeWrap--AdZ5d {
  width: 100%;
  height: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--mobile-message--VHWRz {
  margin-top: 340px;
}
.index-module--mobile-message--VHWRz .index-module--content--ITXvT {
  border-radius: 6px;
  min-width: 172.5px;
  min-height: 44px;
  background: rgba(0, 0, 0, 0.7);
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 44px;
  padding: 0 12px;
  text-align: center;
  color: #ffffff;
}
.index-module--mobile-message--VHWRz .ant-message-notice-content {
  height: initial !important;
  background: transparent !important;
}

.index-module--mobile-modal--ViImE {
  max-width: 100vw !important;
  width: 300px !important;
}
.index-module--mobile-modal--ViImE .index-module--mobile-modal-body--swcM3 {
  background: #ffffff;
  border-radius: 6px;
  width: 100%;
  pointer-events: auto;
}
.index-module--mobile-modal--ViImE .index-module--mobile-modal-body--swcM3 .index-module--mobile-modal-content--dUq-9 {
  padding: 20px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Fill-3, #ebedf2);
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #262a33;
}
.index-module--mobile-modal--ViImE .index-module--mobile-modal-body--swcM3 .index-module--mobile-modal-btn--QfmTi {
  height: 49px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 49px;
  text-align: center;
  color: #386ee7;
}

.index-module--mobile-login-wrapper--9crK9 {
  position: relative;
  padding: 0 28px 0 28px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 {
  padding-top: 95.5px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--icon-wrapper--waUSN {
  position: absolute;
  top: 0px;
  left: 21.55px;
  height: 48.5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--icon-wrapper--waUSN .index-module--icon--UhJx9 {
  height: 26px;
  width: 26px;
  background-image: url(/static/favicon-af29628a3db308f0d0cd8e269c34d63d.png);
  background-size: cover;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--icon-wrapper--waUSN .index-module--icon--UhJx9.index-module--iconEdm--Jd9oJ {
  background-image: url(/static/favicon_edm-119bca437c5cd3a14d770213f111c773.png);
  background-size: cover;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--icon-wrapper--waUSN .index-module--text--c2W81 {
  margin-left: 11.87px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--title--WLRhe {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 38px;
  color: #262a33;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT {
  margin-top: 58px;
  width: 100%;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 {
  width: 100%;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--name-input--uONdm,
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--pwd-input--nC5MW {
  width: 100%;
  height: 49px;
  border-radius: 3px;
  background: #f5f5f5;
  border-width: 1px !important;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--name-input--uONdm > input,
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--pwd-input--nC5MW > input {
  background: #f5f5f5;
  font-size: 16px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--name-input--uONdm.index-module--warn--L4UHS,
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--pwd-input--nC5MW.index-module--warn--L4UHS {
  border-color: #f74f4f;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--name-input--uONdm {
  margin-bottom: 5px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--pwd-input--nC5MW {
  margin-top: 10px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--warning-text--gC1EC {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #f74f4f;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--policy--NmXK8 {
  margin-top: 16.5px;
  height: 15px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  color: #a8aaad;
  display: flex;
  align-items: center;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--policy--NmXK8 .sirius-radio {
  width: 15px;
  height: 15px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--submit-btn--vz0lJ {
  margin-top: 30.5px;
  height: 49px;
  width: 100%;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  box-shadow: 0px 6px 15px rgba(159, 162, 173, 0.24);
  box-shadow: 0px 6px 15px rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.24);
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--submit-btn--vz0lJ.index-module--disabled--F6nD7 {
  opacity: 0.3;
  cursor: not-allowed;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--bottom-btn--GlkSQ {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--bottom-btn--GlkSQ .index-module--forget-pwd-btn--6HOmN {
  text-align: right;
  color: #51555c;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--login-wrapper--ejae1 .index-module--content--ITXvT .index-module--form--vTaf0 .index-module--bottom-btn--GlkSQ .index-module--register-btn--42qt8 {
  color: #386ee7;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z {
  padding-top: 89px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--header-bar--ZwQr4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 44px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--header-bar--ZwQr4 .index-module--back-btn-wrapper--z2tJl {
  position: absolute;
  top: 15.25px;
  left: 17.25px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--header-bar--ZwQr4 .index-module--back-btn-wrapper--z2tJl .index-module--back-btn--qVOAh {
  width: 9.2px;
  height: 9.2px;
  border-left: 2px solid #8d92a1;
  border-left: 2px solid var(--Fill-6, #8d92a1);
  border-bottom: 2px solid #8d92a1;
  border-bottom: 2px solid var(--Fill-6, #8d92a1);
  transform: rotate(45deg);
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--header-bar--ZwQr4 .index-module--title--WLRhe {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  color: #262a33;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--msg-tip-text--wLSuS {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #262a33;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--phone-number--LR3ER {
  color: #386ee7;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--code-input-wrapper--zpcd- {
  position: relative;
  margin-top: 56.25px;
  width: 100%;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--code-input-wrapper--zpcd- .index-module--code-input--w0jMB {
  width: 100%;
  height: 49px;
  background: #f5f5f5;
  border-width: 1px !important;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--code-input-wrapper--zpcd- .index-module--code-input--w0jMB > input {
  background: #f5f5f5;
  font-size: 16px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--code-input-wrapper--zpcd- .index-module--retry-tip--eS1xp {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22.5px;
  text-align: right;
  color: #a8aaad;
  width: 80px;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--code-input-wrapper--zpcd- .index-module--retry-btn--PSAuE {
  color: #386ee7;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--submit-btn--vz0lJ {
  margin-top: 24px;
  height: 49px;
  width: 100%;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  box-shadow: 0px 6px 15px rgba(159, 162, 173, 0.24);
  box-shadow: 0px 6px 15px rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.24);
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--submit-btn--vz0lJ.index-module--disabled--F6nD7 {
  opacity: 0.3;
  cursor: not-allowed;
}
.index-module--mobile-login-wrapper--9crK9 .index-module--validate-wrapper--SM\+3Z .index-module--help--5qkVY {
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #7d8085;
}
.loginResetPwd-module--addAccountWrap--e3RP\+ {
  width: 100%;
  height: 100%;
}
.loginResetPwd-module--addAccountWrap--e3RP\+ .loginResetPwd-module--loginWrap--4tjrJ {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginResetPwd-module--addAccountWrap--e3RP\+ .loginResetPwd-module--resetPasswordWrap--p\+xGf {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@charset "UTF-8";
/* 定义闪烁动画 */
@keyframes index-module--blink--kV\+1E {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(2);
    opacity: 1;
  }
}
.index-module--loading-container--SrQgW {
  height: calc(100% - 60px);
  position: relative;
}

.index-module--aiWriteWrap--w\+hRE {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.index-module--aiWriteWrap--w\+hRE .index-module--ant-spin-blur--n4ec8 {
  opacity: 0.8;
}

.index-module--loading-wrap--FrjLF {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 12;
  background: rgba(255, 255, 255, 0.6);
}
.index-module--loading-wrap--FrjLF .index-module--loading-label--yRNUM {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  text-align: center;
  white-space: nowrap;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.index-module--loading-wrap--FrjLF .index-module--transformload--Zn0wY {
  border-radius: 111px;
  box-shadow: 5px 5px 10px 0px rgba(8, 10, 74, 0.12);
}
.index-module--loading-wrap--FrjLF .index-module--loadText--w\+Baw {
  margin-top: 34px;
  background: linear-gradient(96.64deg, #4d6aff 1.51%, #9c40ff 77.1%, #ca40ff 98.42%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-module--loading-wrap--FrjLF .index-module--loading-img--v30Vb {
  width: 72px;
  height: 72px;
}

.index-module--bodyBg--gT5Ye {
  background-image: url(/static/Bg-74c744bada478c6406caceec27b5c285.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: -1px;
  height: calc(100% - 44px);
  background-color: #f6f7fa;
}

.index-module--aiWriteMail--jNYiX {
  height: 100%;
}
.index-module--aiWriteMail--jNYiX .index-module--dateBox--tuzVE {
  display: flex;
  align-items: center;
}
.index-module--aiWriteMail--jNYiX .index-module--dateBox--tuzVE .index-module--time-input--2AWhg {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--aiWriteMail--jNYiX .index-module--dateBox--tuzVE .react-datepicker__aria-live {
  display: none;
}
.index-module--aiWriteMail--jNYiX .index-module--dateBox--tuzVE .ant-form-item {
  margin: 0;
}
.index-module--aiWriteMail--jNYiX .index-module--dateBox--tuzVE .index-module--margin-left8-style--\+MV0z {
  margin-left: 8px;
}
.index-module--aiWriteMail--jNYiX .index-module--dateBox--tuzVE .index-module--time-line--lbG-W {
  width: 16px;
  height: 1px;
  background-color: rgba(39, 46, 71, 0.5);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin: 0 12px;
}
.index-module--aiWriteMail--jNYiX .index-module--header--tw2QT {
  padding: 0px 20px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
}
.index-module--aiWriteMail--jNYiX .index-module--header--tw2QT .index-module--title-left--yOYbs {
  align-items: center;
  display: flex;
  gap: 8px;
}
.index-module--aiWriteMail--jNYiX .index-module--header--tw2QT .index-module--title-left--yOYbs .index-module--title--Mzmky {
  display: flex;
  align-items: center;
  color: #262a33;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  gap: 4px;
}
.index-module--aiWriteMail--jNYiX .index-module--header--tw2QT .index-module--title-left--yOYbs .index-module--for-free--NUU3A {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3fde9c;
  border-radius: 2px;
  padding: 2px 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.index-module--aiWriteMail--jNYiX .index-module--header--tw2QT .index-module--title-left--yOYbs .index-module--quick-introduction--sS\+yN {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #4c6aff;
  cursor: pointer;
}
.index-module--aiWriteMail--jNYiX .index-module--header--tw2QT .index-module--title-right--2xBTE {
  align-items: center;
  display: flex;
  gap: 8px;
}
.index-module--aiWriteMail--jNYiX .index-module--header--tw2QT .index-module--title-right--2xBTE .index-module--title--Mzmky {
  color: rgb(84, 90, 110);
  font-size: 14px;
  line-height: 20px;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu {
  height: 38px;
  line-height: 38px;
  width: 100%;
  padding: 0px 20px;
  display: flex;
  box-shadow: 0px 1px 0px #ebedf2;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu.index-module--dis--pKGPP .index-module--tabPane--K0mST {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  cursor: not-allowed;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .index-module--tabsTitle--wKFAd {
  width: 70px;
  color: #262a33;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .index-module--tabsTabs---aQPi {
  color: #7a8599;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .index-module--tabsTabs---aQPi .ant-tabs-nav {
  margin-bottom: 0;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .index-module--tabsTabs---aQPi .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .index-module--tabsTabs---aQPi .ant-tabs-tab:hover {
  color: #4c6aff;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .index-module--tabsTabs---aQPi .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 24px;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .index-module--tabsTabs---aQPi .ant-tabs-ink-bar {
  background-color: transparent;
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .index-module--tabsTabs---aQPi .ant-tabs-ink-bar::after {
  content: "";
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #4c6aff;
  transform: translateX(-50%);
}
.index-module--aiWriteMail--jNYiX .index-module--tabs--5vhDu .ant-tabs-nav {
  height: 38px;
  line-height: 38px;
}
.index-module--aiWriteMail--jNYiX .index-module--toneFormItem--G2v\+N .ant-form-item-control-input-content {
  display: block;
}
.index-module--aiWriteMail--jNYiX .index-module--toneFormItem--G2v\+N .ant-form-item-tooltip {
  cursor: auto;
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl.index-module--dis--pKGPP .ant-form-item-control-input-content {
  background: #f6f7fa !important;
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl .ant-input {
  border: none;
  resize: none;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl .ant-input::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl .ant-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl .ant-input::-webkit-scrollbar-button {
  display: none;
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl .ant-input::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl .ant-input::-webkit-scrollbar-thumb:hover {
  background: #dddddd;
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl .ant-input::-webkit-scrollbar-corner {
  display: none;
}
.index-module--aiWriteMail--jNYiX .index-module--extraDescFormItem--Lrkbl .ant-form-item-control-input-content {
  border: 1px solid #d9d9d9;
  padding-bottom: 32px;
  background: white;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--title--Mzmky {
  color: #262a33;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--subTitle--h2VZ0 {
  color: #9fa2ad;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--oriContent---QTJG {
  margin-top: 20px;
  white-space: pre-wrap;
  display: flex;
  color: #262a33;
  font-size: 14px;
  line-height: 22px;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--oriContent---QTJG.index-module--oriContentFrom--D\+beh {
  margin-left: 20px;
  margin-right: 20px;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--title-area--wQgSo {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--title-area--wQgSo .index-module--title-content--vEIc8 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--title-area--wQgSo .index-module--copy-action--z9TFU {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  gap: 10px;
  border: none;
  width: 92px;
  height: 32px;
  background: #ebedf2;
  border-radius: 4px;
}
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--title-area--wQgSo .index-module--retouch-action--YM0Ed {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  color: #ffffff;
  width: 92px;
  height: 32px;
  border-radius: 4px;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 {
  padding: 20px;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-form-item-label > label {
  width: 100%;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .index-module--numCount--HSt6f {
  position: absolute;
  right: 0px;
  color: #9fa2ad;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .index-module--formFooter--pAg7Z {
  bottom: 0px;
  width: 100%;
  margin-left: -20px;
  margin-bottom: 0px;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .index-module--err--tjlB1 {
  position: absolute;
  bottom: 0px;
  height: 32px;
  line-height: 32px;
  background: #ffefed;
  color: #232d47;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: -20px;
  z-index: 1;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .index-module--err--tjlB1 .index-module--icon---Kgme {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .index-module--err--tjlB1 .index-module--refresh--3grm1 {
  cursor: pointer;
  color: #4c6aff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .overflow-item .ant-select-auto-complete {
  max-width: 348px;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-group {
  padding-top: 16px;
  color: #a9b2c2;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-focused .ant-select-selector {
  border: none !important;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option-content {
  font-size: 12px;
  color: #4e5a70;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option-active {
  background: #fff;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option-active .ant-select-item-option-content {
  color: #4e5a70;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option-selected.ant-select-item-option-active {
  background: #fff;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option-selected.ant-select-item-option-active .ant-select-item-option-content {
  color: #4e5a70;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option-grouped {
  padding-left: 12px;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option-selected {
  background: #fff;
  font-weight: normal;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option:hover {
  background: #f9fafb !important;
}
.index-module--aiWriteMail--jNYiX .index-module--form--Esdl7 .ant-select-auto-complete .ant-select-item-option:hover .ant-select-item-option-content {
  color: #4c6aff;
}
.index-module--aiWriteMail--jNYiX .index-module--content--m5BwU,
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao {
  padding-bottom: 30px;
}
.index-module--aiWriteMail--jNYiX .index-module--content--m5BwU .index-module--ai-header--qw8c5,
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--ai-header--qw8c5 {
  margin: 0 12px;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 18px;
}
.index-module--aiWriteMail--jNYiX .index-module--content--m5BwU .index-module--contentName--3ohuI,
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--contentName--3ohuI {
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  background: #ebedf2;
  border-radius: 10px;
  display: inline-flex;
}
.index-module--aiWriteMail--jNYiX .index-module--content--m5BwU .index-module--contentHeader--UFx35,
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--contentHeader--UFx35 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--aiWriteMail--jNYiX .index-module--content--m5BwU .index-module--contentHeader--UFx35 .index-module--contentOperate--JEjTG,
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--contentHeader--UFx35 .index-module--contentOperate--JEjTG {
  display: flex;
  align-items: center;
}
.index-module--aiWriteMail--jNYiX .index-module--content--m5BwU .index-module--contentHeader--UFx35 .index-module--contentOperate--JEjTG .index-module--pages--bFpVD .index-module--contentCount--GsGa9,
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--contentHeader--UFx35 .index-module--contentOperate--JEjTG .index-module--pages--bFpVD .index-module--contentCount--GsGa9 {
  margin: 0px 16px;
  white-space: nowrap;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  background: transparent;
}
.index-module--aiWriteMail--jNYiX .index-module--content--m5BwU .index-module--contentHeader--UFx35 .index-module--contentBtn--cbLfx,
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--contentHeader--UFx35 .index-module--contentBtn--cbLfx {
  margin-left: 16px;
}
.index-module--aiWriteMail--jNYiX .index-module--content--m5BwU .index-module--contentHeader--UFx35 .index-module--contentBtn--cbLfx.index-module--enter2Mail--CzxsU,
.index-module--aiWriteMail--jNYiX .index-module--retouch--SV8ao .index-module--contentHeader--UFx35 .index-module--contentBtn--cbLfx.index-module--enter2Mail--CzxsU {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}

.index-module--contentFooter--cVxjk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: transparent;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  will-change: background;
}
.index-module--contentFooter--cVxjk.index-module--fixedBottom--QWaIE {
  background: #ffffff;
  background: var(--white, #ffffff);
}
.index-module--contentFooter--cVxjk .index-module--contentOperate--JEjTG {
  display: flex;
  align-items: center;
}
.index-module--contentFooter--cVxjk .index-module--contentOperate--JEjTG .index-module--pages--bFpVD .index-module--contentCount--GsGa9 {
  margin: 0px 16px;
  white-space: nowrap;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  background: transparent;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.index-module--contentFooter--cVxjk .index-module--contentBtn--cbLfx {
  margin-left: 16px;
}
.index-module--contentFooter--cVxjk .index-module--contentBtn--cbLfx.index-module--enter2Mail--CzxsU {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}

.index-module--spinWrapper--Noe0U {
  min-height: calc(100% - 55px);
}

.index-module--watermarkFooter--zaTMZ {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.index-module--loading-gif--I5O53 {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 120px;
}

.index-module--content-body--dIh8y {
  margin: 0 20px;
  position: relative;
}

.index-module--thinkArea--2pFOn {
  margin: 0 20px;
  padding-bottom: 16px !important;
}
.index-module--thinkArea--2pFOn .index-module--thinkHeader--A\+Mwk {
  display: flex;
  align-items: center;
  position: relative;
}
.index-module--thinkArea--2pFOn .index-module--thinkHeader--A\+Mwk .index-module--thinkTitle--KrgWF {
  padding: 8px 10px;
  font-weight: 400;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  background: #ebedf2;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.index-module--thinkArea--2pFOn .index-module--thinkHeader--A\+Mwk .index-module--thinkTitle--KrgWF .index-module--atomIcon--ZXghZ {
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
}
.index-module--thinkArea--2pFOn .index-module--thinkHeader--A\+Mwk .index-module--thinkTitle--KrgWF .index-module--thinkModel--gFOu9 {
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 21px;
}
.index-module--thinkArea--2pFOn .index-module--thinkHeader--A\+Mwk .index-module--thinkExpand--F1of3 {
  font-weight: 400;
  color: #4c6aff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.index-module--thinkArea--2pFOn .index-module--thinkHeader--A\+Mwk .index-module--thinkExpand--F1of3 .index-module--expandArrow--YWr5D {
  margin: 0 2px;
}
.index-module--thinkArea--2pFOn .index-module--thinkHeader--A\+Mwk .index-module--thinkExpand--F1of3 .index-module--expandArrow--YWr5D.index-module--unexpand--noJo\+ {
  transform-origin: center center;
  transform: rotate(-180deg);
}
.index-module--thinkArea--2pFOn .index-module--thinkCont--KKW5W {
  margin-top: 12px;
  padding-left: 13px;
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 22px;
  letter-spacing: 0;
  border-left: 3px solid #e1e3e8;
}

.index-module--thinkTypewriterArea--eIUQq {
  margin: 20px 20px 16px 20px;
  padding-bottom: 16px !important;
}
.index-module--thinkTypewriterArea--eIUQq .index-module--thinkHeader--A\+Mwk {
  display: flex;
  align-items: center;
  position: relative;
}
.index-module--thinkTypewriterArea--eIUQq .index-module--thinkHeader--A\+Mwk .index-module--thinkTitle--KrgWF {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(93.19deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.index-module--thinkTypewriterArea--eIUQq .index-module--thinkHeader--A\+Mwk .index-module--thinkTitle--KrgWF img {
  margin-right: 4px;
  width: 18px;
  height: 13px;
}
.index-module--thinkTypewriterArea--eIUQq .index-module--thinkHeader--A\+Mwk .index-module--thinkTitle--KrgWF span {
  font-weight: 400;
  color: transparent;
  background: linear-gradient(90.08deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
}
.index-module--thinkTypewriterArea--eIUQq .index-module--thinkHeader--A\+Mwk .index-module--expandArrow--YWr5D {
  margin: 0 2px;
}
.index-module--thinkTypewriterArea--eIUQq .index-module--thinkHeader--A\+Mwk .index-module--expandArrow--YWr5D.index-module--unexpand--noJo\+ {
  transform-origin: center center;
  transform: rotate(-180deg);
}
.index-module--thinkTypewriterArea--eIUQq .index-module--thinkTypewriterCont--KmSA9 {
  margin-top: 12px;
  padding-left: 13px;
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 22px;
  letter-spacing: 0;
  white-space: pre-line;
  border-left: 3px solid #e1e3e8;
}

.index-module--mailArea--qGIqo {
  padding-bottom: 16px !important;
  display: none;
}
.index-module--mailArea--qGIqo.index-module--showCont--pK4lU {
  display: block;
}
.index-module--mailArea--qGIqo .index-module--mailHeader--WoXhq {
  margin: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.index-module--mailArea--qGIqo .index-module--mailHeader--WoXhq .index-module--mailTitle--bZRXk {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(93.19deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.index-module--mailArea--qGIqo .index-module--mailHeader--WoXhq .index-module--mailTitle--bZRXk img {
  margin-right: 4px;
  width: 18px;
  height: 13px;
}
.index-module--mailArea--qGIqo .index-module--mailHeader--WoXhq .index-module--mailTitle--bZRXk span {
  font-weight: 400;
  color: transparent;
  background: linear-gradient(90.08deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
}
.index-module--mailArea--qGIqo .index-module--mailHeader--WoXhq .index-module--thinkExpand--F1of3 {
  font-weight: 400;
  color: #4c6aff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.index-module--mailArea--qGIqo .index-module--mailHeader--WoXhq .index-module--thinkExpand--F1of3 .index-module--expandArrow--YWr5D {
  margin: 0 2px;
}
.index-module--mailArea--qGIqo .index-module--mailHeader--WoXhq .index-module--thinkExpand--F1of3 .index-module--expandArrow--YWr5D.index-module--unexpand--noJo\+ {
  transform-origin: center center;
  transform: rotate(-180deg);
}
.index-module--mailArea--qGIqo .index-module--mailCont--vfy6g {
  margin: 12px 20px 0 20px;
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
  letter-spacing: 0;
  white-space: pre-line;
}
.index-module--mailArea--qGIqo .index-module--mailCont--vfy6g .sensitiveWords.correct {
  color: #00ad65;
}
.index-module--mailArea--qGIqo .index-module--mailCont--vfy6g .redProgress {
  background: #f6d2d2;
}

.index-module--translation-list--SuERc {
  margin: 0 20px;
  padding-top: 8px;
}
.index-module--translation-list--SuERc p {
  margin: 0;
}
.index-module--translation-list--SuERc .index-module--item--D9X\+k {
  overflow: hidden;
}
.index-module--translation-list--SuERc .index-module--item--D9X\+k .index-module--original--rnMqC {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 10px;
}
.index-module--translation-list--SuERc .index-module--item--D9X\+k .index-module--translation-box--U\+CK2 {
  padding: 12px 0 8px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  margin-top: 12px;
}
.index-module--translation-list--SuERc .index-module--item--D9X\+k .index-module--translation--rFNUF {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--translation-list--SuERc .index-module--item--D9X\+k .index-module--translation--rFNUF span {
  display: inline-block;
  width: 34px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: #deebfd;
  background: var(--label-1_1, #deebfd);
  border-radius: 2px;
  margin-right: 4px;
  transform: scale(0.83, 0.83);
  font-size: 12px;
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
}
.index-module--translation-list--SuERc .index-module--item--D9X\+k .index-module--youdao--EZjgV {
  display: flex;
  justify-content: flex-end;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  margin-top: 12px;
}
.index-module--translation-list--SuERc .index-module--item--D9X\+k .index-module--youdao--EZjgV span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  width: 17px;
  font-size: 12px;
  border: 1px solid #8d92a1;
  border: 1px solid var(--Fill-6, #8d92a1);
  margin-right: 1px;
  border-radius: 1px;
  transform: scale(0.7, 0.7);
}

.index-module--page-loading--aoAp0 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
@keyframes index-module--fadenum--GuFBm {
  100% {
    transform: rotate(360deg);
  }
}
.index-module--page-loading--aoAp0 .ant-spin {
  display: flex;
  align-items: center;
}
.index-module--page-loading--aoAp0 .sirius-spin {
  display: inline-block;
}
.index-module--page-loading--aoAp0 .ant-spin-dot {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  animation: index-module--fadenum--GuFBm 1s linear infinite;
}
.index-module--page-loading--aoAp0 .ant-spin-text {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.expand-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}

.ant-input:focus, .ant-input:hover, .ant-input-focused {
  border-color: #386ee7;
  box-shadow: none;
}
.ant-picker:focus, .ant-picker:hover:not(.ant-picker-disabled), .ant-picker-focused {
  border-color: #386ee7;
}
.ant-select-selection-search-input:focus, .ant-select-selection-search-input:hover {
  border-color: #386ee7;
  box-shadow: none;
}

.index-module--dropdownClassName--31Asp .ant-select-item {
  color: #262a33;
}
.index-module--dropdownClassName--31Asp .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  font-weight: normal;
  background-color: #ffffff;
}
.index-module--dropdownClassName--31Asp .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f0f0f1;
}

.index-module--history--C-8NB {
  height: 24px;
  line-height: 24px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.index-module--history--C-8NB.index-module--dis--pKGPP .index-module--everySpan--XP\+iP {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  background: #f0f1f5 !important;
  cursor: not-allowed;
}
.index-module--history--C-8NB .index-module--title--Mzmky {
  color: #747a8c;
  font-size: 12px;
  width: 60px;
  height: 16px;
}
.index-module--history--C-8NB .index-module--everySpan--XP\+iP {
  display: inline-block;
  max-width: 162px;
  height: 24px;
  background: #f6f7fa;
  border-radius: 16px;
  font-size: 12px;
  color: #747a8c;
  padding: 2px 12px;
  font-weight: 400;
  margin-right: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.index-module--history--C-8NB .index-module--everySpan--XP\+iP:hover {
  background: #ebedf2;
}

.index-module--radioGroup--5Kn7M span.ant-radio + * {
  padding-right: 16px;
}

.index-module--typeTab--CibPR {
  height: 44px;
  padding-top: 10px;
  background-size: auto 34px;
  background-position-y: 10px;
  background-repeat: no-repeat;
}
.index-module--typeTab--CibPR .index-module--typeTabBtn--mueNO {
  display: inline-block;
  width: 137px;
  height: 34px;
  cursor: pointer;
}
.index-module--typeTab--CibPR .index-module--close--8AjxV {
  background-repeat: round;
  float: right;
  margin-right: 12px;
  margin-top: 8px;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNEwxMiAxMk0xMiA0TDQgMTIiIHN0cm9rZT0iIzM3NDM1QyIvPgo8L3N2Zz4K);
  cursor: pointer;
}

.index-module--retouchTypeBG--mjLYo {
  background-image: url(/static/tabretouch-58aee0f086838038322f0bd3bda77632.png);
}

.index-module--writeTypeBG--kjeg4 {
  background-image: url(/static/tabwrite-477d4a46fb7b4014ec446a964716f5ec.png);
}

.index-module--retouchDis--hEXhW {
  background-image: url(/static/retouchDis-6218b888b138322e5fa52d644166d9e0.png);
}

.index-module--writeDis--Goe6x {
  background-image: url(/static/writeDis-db6478575b0aa72e028a29d73e2e6bf6.png);
}

.index-module--wirteSubmit--pT7x\+ {
  background: linear-gradient(96.64deg, #4d6aff 1.51%, #9c40ff 77.1%, #ca40ff 98.42%);
  display: inline-flex;
  align-items: center;
  border: none;
}
.index-module--wirteSubmit--pT7x\+:hover {
  background: linear-gradient(96.64deg, #8297ff 1.51%, #bb79ff 77.1%, #d979ff 98.42%);
  border: none;
}
.index-module--wirteSubmit--pT7x\+[disabled] {
  background: linear-gradient(96.64deg, #cad2ff 1.51%, #e2c6ff 77.1%, #efc6ff 98.42%);
  opacity: 1;
}
.index-module--wirteSubmit--pT7x\+[disabled]:hover {
  background: linear-gradient(96.64deg, #cad2ff 1.51%, #e2c6ff 77.1%, #efc6ff 98.42%);
  opacity: 1;
}

.index-module--AISubicon--Bnq0j {
  margin-right: 3px;
}

.index-module--tabPane--K0mST.index-module--activeTabPane--X1tZu {
  color: rgb(76, 106, 255) !important;
  border: 1px solid rgb(76, 106, 255);
  background: rgb(239, 242, 255);
}

.index-module--tabPane--K0mST {
  display: inline-flex;
  cursor: pointer;
  background: white;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 12px;
  color: rgb(39, 46, 71);
  height: 24px;
  padding: 2px 12px;
  gap: 6px;
  border-radius: 16px;
}

.index-module--writeBasicTitle--ZZeTA {
  padding-left: 20px;
  position: relative;
  top: 10px;
  color: rgb(39, 46, 71);
  font-size: 14px;
  font-weight: bold;
}

.index-module--generateSteps--ipQVh {
  padding: 4px 20px 8px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 10;
}
.index-module--generateSteps--ipQVh.index-module--fixTop--Yh4Mx {
  background-image: url(/static/Bg-74c744bada478c6406caceec27b5c285.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #f6f7fa;
  background-position: 0 -60px;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item {
  padding-left: 16px !important;
  flex: unset !important;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item:first-child {
  padding-left: 0 !important;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  border-color: #9fa2ad;
  border-color: var(--Text-2, #9fa2ad);
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-icon {
  height: 24px !important;
  line-height: 24px !important;
  font-weight: 400;
  font-size: 14px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item-content .ant-steps-item-title {
  margin-right: 18px;
  padding-right: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item-content .ant-steps-item-title::after {
  height: 2px;
  background: #c9cbd6;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon {
  border-color: #6557ff;
  border-color: var(--Avatar-1, #6557ff);
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon {
  width: 24px;
  height: 24px;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item.ant-steps-item-finish .ant-steps-item-title {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item.ant-steps-item-finish .ant-steps-item-title::after {
  background: linear-gradient(90deg, #747bff 0%, #9f85ff 75%, #b985ff 100%) !important;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item.ant-steps-item-process .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 999px;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
  height: 24px;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .ant-steps-item.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
  color: transparent;
  background: linear-gradient(90.08deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
}
.index-module--generateSteps--ipQVh .index-module--steps--8dv4J .index-module--finishStep--Vu7fc .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
  font-weight: 400 !important;
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
  background: unset !important;
  background-clip: unset !important;
  -webkit-background-clip: text !important;
}

.index-module--pendingIcon--F0OSE {
  width: 24px;
  height: 24px;
  background: linear-gradient(96.64deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  border-radius: 999px;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.index-module--pendingIcon--F0OSE .index-module--star--tFGcq {
  width: 5.8px;
  height: 5.8px;
  animation: index-module--blink--kV\+1E 1s infinite;
  transform-origin: center center;
}
.index-module--pendingIcon--F0OSE .index-module--star--tFGcq.index-module--star1--i9gro {
  margin-right: 3px;
  animation-delay: 0.5s;
}

.index-module--finishedIcon--LAIrZ {
  width: 24px;
  height: 24px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.index-module--finishedIcon--LAIrZ > img {
  width: 100%;
  height: 100%;
}

.index-module--aiForm--X295x .ant-select-disabled .ant-select-selector {
  background: #f6f7fa !important;
}
.index-module--aiForm--X295x .ant-input[disabled] {
  background: #f6f7fa !important;
}
.index-module--aiForm--X295x .ant-select-selector {
  border-radius: 4px !important;
}
.index-module--aiForm--X295x .ant-input {
  border-radius: 4px !important;
}
.index-module--aiForm--X295x .ant-form-item-control-input-content {
  border-radius: 4px !important;
}
.drawer-module--customer-drawer--RNOlE {
  transform: translateX(0) !important;
}
.drawer-module--customer-drawer--RNOlE .ant-drawer-header-no-title {
  position: relative;
}
.drawer-module--customer-drawer--RNOlE .ant-drawer-close {
  padding: 22px 26px 12px;
}
.drawer-module--customer-drawer--RNOlE.drawer-module--is-windows--s7VSJ .ant-drawer-wrapper-body {
  padding-top: 32px;
}
.index-module--translate-box--S0bQ7 {
  display: flex;
  width: 46px;
  height: 26px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 2px;
  margin: 0;
}
.index-module--translate-box--S0bQ7 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-weight: 600;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  cursor: pointer;
}
.index-module--translate-box--S0bQ7 span.index-module--checked--Mv9yo {
  color: #fff;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-radius: 1px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK {
  padding: 4px 20px;
  max-height: 506px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK:hover::-webkit-scrollbar-button {
  display: none;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK:hover::-webkit-scrollbar-corner {
  display: none;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--emailArea--xF0uV {
  display: flex;
  align-items: flex-start;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--emailArea--xF0uV .ant-form-item {
  margin-bottom: 0;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--emailArea--xF0uV .mailListForm-module--emailPrefixItem--jR4Tt {
  width: 190px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--emailArea--xF0uV .mailListForm-module--domainItem--ZnpTL {
  flex: 1 1;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--emailArea--xF0uV .mailListForm-module--at--6AyIz {
  padding: 0 9.5px;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  line-height: 32px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--memberAreaBox--Q1Fp8 .ant-form-item-control {
  overflow: hidden;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--memberArea--HSl4H .mailListForm-module--remark--OKUjX {
  margin: 8px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--memberArea--HSl4H .mailListForm-module--unitListItem--KlQQX {
  margin-bottom: 0;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--memberArea--HSl4H .mailListForm-module--memberListItem--87u97 {
  margin-bottom: 0;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--memberArea--HSl4H .mailListForm-module--inputLabel--SbyAb {
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf {
  margin-top: 24px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--advancedSettingText--0\+USj {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--adminArea--jr5jY {
  display: flex;
  align-items: flex-start;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--adminArea--jr5jY .mailListForm-module--adminText--9I8A- {
  line-height: 32px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--adminArea--jr5jY .mailListForm-module--maintainerListItem--hmIKm {
  margin-bottom: 0;
  flex: 1 1;
  margin-left: 8px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--useRangeArea--1ip9z {
  display: flex;
  align-items: center;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--useRangeArea--1ip9z .mailListForm-module--rangeText--dnRm4 {
  margin-right: 5px;
  white-space: nowrap;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--useRangeArea--1ip9z .mailListForm-module--useRangeItem--OAnPg {
  flex: 1 1;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--useRangeArea--1ip9z .ant-form-item {
  margin-bottom: 0;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--customUserArea--sEvjF {
  margin-top: 12px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--customUserArea--sEvjF .mailListForm-module--customUserTitle--0\+dY1 {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .mailListForm-module--advancedSetting--0A1tf .mailListForm-module--customUserArea--sEvjF .mailListForm-module--safeListItem--fDkE0 {
  margin-bottom: 0;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--formContent--XAtNK .ant-select-focused:not(.ant-select-disabled) .ant-select-selector {
  box-shadow: none !important;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--footer--COhTp {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--footer--COhTp .mailListForm-module--advancedSetting--0A1tf {
  position: absolute;
  left: 20px;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--footer--COhTp .mailListForm-module--cancelBtn--RD7sn {
  margin-right: 12px;
}
.mailListForm-module--mailListForm--8hCqe .ant-form-item {
  margin-bottom: 16px;
}
.mailListForm-module--mailListForm--8hCqe .ant-form-item .ant-input {
  height: 32px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.mailListForm-module--mailListForm--8hCqe .ant-form-item .ant-input:hover, .mailListForm-module--mailListForm--8hCqe .ant-form-item .ant-input:focus, .mailListForm-module--mailListForm--8hCqe .ant-form-item .ant-input-focused {
  box-shadow: none;
  border-color: #386ee7;
}
.mailListForm-module--mailListForm--8hCqe .ant-checkbox::after {
  display: none;
}
.mailListForm-module--mailListForm--8hCqe .ant-form-item-explain-error {
  margin-top: 6px;
  min-height: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--icon--4izzQ {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-size: cover;
  opacity: 0.6;
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--icon--4izzQ.mailListForm-module--list-name--VMIfW {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSAyLjVDMi41IDIuMjIzODYgMi43MjM4NiAyIDMgMkgxM0MxMy4yNzYxIDIgMTMuNSAyLjIyMzg2IDEzLjUgMi41VjEzLjVDMTMuNSAxMy43NzYxIDEzLjI3NjEgMTQgMTMgMTRIOEgzQzIuNzIzODYgMTQgMi41IDEzLjc3NjEgMi41IDEzLjVWMi41WiIgc3Ryb2tlPSIjM0Y0NjVDIi8+CjxwYXRoIGQ9Ik01IDVIMTFNNSA4SDguNSIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--icon--4izzQ.mailListForm-module--email--Ps8MS {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAzQzEuNSAyLjcyMzg2IDEuNzIzODYgMi41IDIgMi41SDE0QzE0LjI3NjEgMi41IDE0LjUgMi43MjM4NiAxNC41IDNWMTNDMTQuNSAxMy4yNzYxIDE0LjI3NjEgMTMuNSAxNCAxMy41SDJDMS43MjM4NiAxMy41IDEuNSAxMy4yNzYxIDEuNSAxM1YzWiIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIgM0w3LjU1NjI0IDYuNzA0MTZDNy44MjQ5NiA2Ljg4MzMxIDguMTc1MDQgNi44ODMzMSA4LjQ0Mzc2IDYuNzA0MTZMMTQgMyIgc3Ryb2tlPSIjM0Y0NjVDIi8+Cjwvc3ZnPgo=);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--icon--4izzQ.mailListForm-module--lock--OaUxI {
  background-image: url(/static/tongyong_suo_guan.7ebf848b.svg);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--icon--4izzQ.mailListForm-module--info--LodgX {
  width: 11px;
  height: 10px;
  margin-right: 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSByPSI2LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDggOCkiIHN0cm9rZT0iIzNGNDY1QyIvPgo8cGF0aCBkPSJNOCAxMS4zVjcuMDAwMDYiIHN0cm9rZT0iIzNGNDY1QyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik04LjU5OTk5IDQuOUM4LjU5OTk5IDQuNTY4NjMgOC4zMzEzNiA0LjMgNy45OTk5OSA0LjNDNy42Njg2MiA0LjMgNy4zOTk5OSA0LjU2ODYzIDcuMzk5OTkgNC45QzcuMzk5OTkgNS4yMzEzNyA3LjY2ODYyIDUuNSA3Ljk5OTk5IDUuNUM4LjMzMTM2IDUuNSA4LjU5OTk5IDUuMjMxMzcgOC41OTk5OSA0LjlaIiBmaWxsPSIjM0Y0NjVDIi8+Cjwvc3ZnPgo=);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--icon--4izzQ.mailListForm-module--member--vq1\+l {
  background-image: url(/static/tongyong_renyuan1.61f97461.svg);
}
.mailListForm-module--mailListForm--8hCqe .mailListForm-module--icon--4izzQ.mailListForm-module--admin--mGme1 {
  background-image: url(/static/tongyong_renyuan11.b7328125.svg);
}

.mailListForm-module--expand-icon--sh72W {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}

.mailListForm-module--selectDropDown--h2Q0p {
  padding: 4px 0;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  box-shadow: 0px 4px 16px rgba(39, 46, 71, 0.08);
  box-shadow: 0px 4px 16px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.mailListForm-module--selectDropDown--h2Q0p .mailListForm-module--selectOption--QUZIE {
  height: 32px;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.mailListForm-module--selectDropDown--h2Q0p .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #ffffff;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.MemberTable-module--memberTableWrapper--3vSp0 {
  width: 100%;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .ant-table {
  table-layout: fixed;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .ant-table-thead > tr > th {
  padding: 4px 16px 4px 8px;
  background: #fafafa;
  font-weight: 500;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .ant-table-tbody > tr > td {
  padding: 8px;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  overflow: hidden;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .ant-table-tbody > tr:hover > td {
  background: #f5f5f5;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .ant-table-filter-trigger {
  margin-left: 4px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .MemberTable-module--nameCell--GK4L- {
  display: flex;
  align-items: center;
  gap: 8px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .MemberTable-module--nameCell--GK4L- .MemberTable-module--nameText--FEnpB {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .MemberTable-module--emailText--BX1Wo {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .MemberTable-module--actionCell--m28B5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .MemberTable-module--actionCell--m28B5 .MemberTable-module--deleteIcon--0Bvkl {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .MemberTable-module--actionCell--m28B5 .MemberTable-module--deleteIcon--0Bvkl:hover path {
  stroke: #000;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberTable--CNcgX .MemberTable-module--actionCell--m28B5 .MemberTable-module--deleteIcon--0Bvkl .dark-invert {
  width: 16px;
  height: 16px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--summaryInfo--Zwv1l {
  margin-top: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--summaryInfo--Zwv1l .MemberTable-module--filterTag--vrQ\+E {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: #f0f0f0;
  border-radius: 4px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--summaryInfo--Zwv1l .MemberTable-module--filterTag--vrQ\+E .MemberTable-module--filterTagClose--CPwP1 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  transition: background-color 0.2s;
  margin-left: 2px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--summaryInfo--Zwv1l .MemberTable-module--filterTag--vrQ\+E .MemberTable-module--filterTagClose--CPwP1:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--summaryInfo--Zwv1l .MemberTable-module--filterTag--vrQ\+E .MemberTable-module--filterTagClose--CPwP1 .dark-invert {
  width: 12px;
  height: 12px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--summaryInfo--Zwv1l .MemberTable-module--summaryText--ErYUL {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN {
  margin-bottom: 12px;
  margin-top: 12px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--inputLabel--z0rx9 {
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 500;
  white-space: nowrap;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--emailInputContainer--nLFO0 {
  flex: 1 1;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--emailInputContainer--nLFO0 .sirius-contact-wrap .ant-select-selector {
  min-height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 4px 11px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--emailInputContainer--nLFO0 .sirius-contact-wrap .ant-select-selector:hover, .MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--emailInputContainer--nLFO0 .sirius-contact-wrap .ant-select-selector:focus-within {
  border-color: #386ee7;
  box-shadow: 0 0 0 2px rgba(56, 110, 231, 0.1);
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--emailInputContainer--nLFO0 .sirius-contact-wrap .ant-select-selection-search-input {
  font-size: 12px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--emailInputContainer--nLFO0 .sirius-contact-wrap .ant-select-selection-search-input::placeholder {
  color: #999;
  font-size: 12px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--emailInputContainer--nLFO0 .sirius-contact-wrap .ant-select-selection-item {
  font-size: 12px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--memberInputSection--FbpHN .MemberTable-module--inputWithLabel--IoJh8 .MemberTable-module--emailInputContainer--nLFO0 .sirius-contact-wrap .ant-select-dropdown {
  font-size: 12px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--addButtonWrapper--slAjP {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  color: #386ee7;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--addButtonWrapper--slAjP .MemberTable-module--buttonGroup--9gzLi {
  display: flex;
  gap: 16px;
}
.MemberTable-module--memberTableWrapper--3vSp0 .MemberTable-module--addButtonWrapper--slAjP .MemberTable-module--buttonGroup--9gzLi span {
  cursor: pointer;
}

.memberTableFilterDropdown {
  padding: 8px;
  min-width: 200px;
}
.memberTableFilterDropdown .memberTableFilterInput {
  margin-bottom: 8px;
  font-size: 12px;
}
.memberTableFilterDropdown .memberTableFilterButtons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.memberTableFilterDropdown .memberTableFilterButtons button {
  flex: 1 1;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--contactSelectWrap--ZoECo {
  position: relative;
  width: 100%;
  min-width: 220px;
  min-height: 32px;
}
.index-module--contactSelectWrap--ZoECo .ant-select-selection-item {
  background-color: #ffffff;
  border: none;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector {
  max-height: 230px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--contactSelectWrap--ZoECo .ant-select-selector:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--contactSelectWrap--ZoECo .ant-select-clear {
  right: 36px;
  top: 16px;
}
.index-module--contactSelectWrap--ZoECo.index-module--suffixPadding--9J0NV .ant-select-selector {
  padding-right: 32px;
}
.index-module--contactSelectWrap--ZoECo.index-module--suffixPaddingTxt--dt4b- .ant-select-selector {
  padding-right: 80px;
}
.index-module--contactSelectWrap--ZoECo.index-module--clearPadding--14lIg .ant-select-selector {
  padding-right: 32px;
}
.index-module--contactSelectWrap--ZoECo.index-module--clearSuffixIconPadding--JuUhY .ant-select-selector {
  padding-right: 52px;
}
.index-module--contactSelectWrap--ZoECo.index-module--clearSuffixTxtPadding--29DY6 .ant-select-selector {
  padding-right: 100px;
}
.index-module--contactSelectWrap--ZoECo .index-module--contactSelectClearIcon--YUzBd {
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 32px;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMTYiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk5ODIzIDguNzA2NDJMNS4yMDY4NiAxMS40OTc4TDQuNDk5NzYgMTAuNzkwN0w3LjI5MTEyIDcuOTk5MzFMNC41MDA4OCA1LjIwOTA2TDUuMjA3OTkgNC41MDE5NUw3Ljk5ODIzIDcuMjkyMkwxMC43OTA0IDQuNUwxMS40OTc1IDUuMjA3MTFMOC43MDUzNCA3Ljk5OTMxTDExLjQ5ODcgMTAuNzkyNkwxMC43OTE2IDExLjQ5OTdMNy45OTgyMyA4LjcwNjQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.index-module--contactSelectWrap--ZoECo .index-module--contactSelectSuffixIcon--r84O7 {
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 12px;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  background-image: url(/static/schedule_add_contact.4d33aecf.svg);
}
.index-module--contactSelectWrap--ZoECo .index-module--contactSelectSuffixIconDisable--OqdtZ {
  background-image: url(/static/schedule_add_contact_gray.9bf4834c.svg);
}
.index-module--contactSelectWrap--ZoECo .index-module--contactSelectSuffixTxt--4LnO0 {
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 12px;
  color: #386ee7;
}
.index-module--contactSelectWrap--ZoECo .index-module--contactSelectSuffixTxt--4LnO0.index-module--contactSelectSuffixTxtDisable--kaR2K {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  max-height: 90px;
  overflow-y: scroll;
  margin-right: 20px;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selector::after {
  content: "";
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-overflow-item:last-child {
  flex: 1 1 auto;
  display: flex;
}
.index-module--contactSelectScroll--TzKP3 .ant-select-selection-search:last-child {
  flex-grow: 1;
}

.index-module--dropDownWrapper--iuQc7 {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 8px 0;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.index-module--dropDownWrapper--iuQc7 .index-module--selectOption--exEfl {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 30px;
  min-height: 30px;
  font-weight: normal !important;
}
.index-module--dropDownWrapper--iuQc7 .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: rgba(39, 46, 71, 0.1);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  color: #386ee7;
}

.index-module--dropDownHideFirstChild--Ftmo- .ant-select-item:first-child {
  display: none;
}

.index-module--tagWrapper--eAZbi {
  display: flex;
  align-items: center;
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 12px;
  padding: 2px 8px 2px 2px;
  font-size: 12px;
  margin: 4px;
  height: 24px;
}
.index-module--tagWrapper--eAZbi.index-module--tagWrapperError--eVH29 {
  background: rgba(247, 79, 79, 0.1);
}
.index-module--tagWrapper--eAZbi .index-module--tagAvatar--zZP-w {
  margin-right: 4px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  flex: none;
}
.index-module--tagWrapper--eAZbi .index-module--tagName--LOcH\+ {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 128px;
}
.index-module--tagWrapper--eAZbi .index-module--tagName-error--EVm0X {
  color: #f74f4f;
}
.index-module--tagWrapper--eAZbi .index-module--tagNameWidth--U-pof {
  max-width: inherit;
}
.index-module--tagWrapper--eAZbi .index-module--tagClose---qrFY {
  cursor: pointer;
  margin-left: 4px;
}
.index-module--tagWrapper--eAZbi .index-module--tagClose---qrFY:hover svg path {
  stroke: #386ee7;
  stroke-opacity: 1;
}

.index-module--contactSelectNoData--viO5M {
  display: flex;
  align-items: center;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
}
.index-module--contactSelectNoData--viO5M .index-module--contactIcon--osZC5 {
  flex: none;
  background-image: url(/static/contact_enhance.e93c2a15.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.index-module--contactSelectNoData--viO5M .index-module--contactValue--FFHFG {
  flex: 1 1;
}

.index-module--optionWrapper--pT1\+G {
  display: flex;
  align-items: center;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 12px;
}
.index-module--optionWrapper--pT1\+G b {
  color: #386ee7;
}
.index-module--optionWrapper--pT1\+G .index-module--optionAvatarWrap--aJt7- {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.index-module--optionWrapper--pT1\+G .index-module--optionDepart--dDsXc {
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
}
@charset "UTF-8";.base-form{background:#fff;width:780px;padding:16px;margin:0 auto}.base-form .form-condition-list-wrapper{display:flex;flex-direction:column;row-gap:16px}.base-form .form-conditon-item-wrapper{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.base-form .form-item-info-icon{color:#8d92a1;font-size:16px}.base-form .expand-button{text-align:right;height:100%;display:flex;flex-direction:column;justify-content:end;align-items:flex-end;width:100%}.base-form .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#fff}.base-form .ant-checkbox-disabled .ant-checkbox-inner{border-color:#b7c3ff;background-color:#b7c3ff}._container_1cc8g_2{max-width:800px;box-sizing:border-box;font-family:PingFang SC;font-size:14px;font-style:normal;line-height:22px}._container_1cc8g_2._containerUser_1cc8g_11{padding:20px}._container_1cc8g_2 ._header_1cc8g_14{display:flex;justify-content:space-between}._container_1cc8g_2 ._header_1cc8g_14 ._title_1cc8g_18{color:var(--Text-5, #272E47);font-family:PingFang SC;font-size:16px;font-style:normal;font-weight:500;line-height:24px}._container_1cc8g_2 ._header_1cc8g_14 ._title_1cc8g_18._subtitle_1cc8g_28{color:var(--text-4, #545A6E);font-weight:400;margin-top:4px;font-size:14px}._container_1cc8g_2 ._tableWrapper_1cc8g_34{display:flex;margin-top:20px}._container_1cc8g_2 ._tableWrapper_1cc8g_34 ._tableUsers_1cc8g_38{flex-shrink:0;display:flex;flex-direction:column;max-height:350px;overflow-y:auto;padding-right:20px;border-right:solid .5px #E1E3E8}._container_1cc8g_2 ._tableWrapper_1cc8g_34 ._tableUsers_1cc8g_38 ._userNav_1cc8g_47{box-sizing:border-box;padding:9px 18px;text-align:left;border-radius:4px;font-weight:400;cursor:pointer;width:100px}._container_1cc8g_2 ._tableWrapper_1cc8g_34 ._tableUsers_1cc8g_38 ._userNav_1cc8g_47._userNavActive_1cc8g_57,._container_1cc8g_2 ._tableWrapper_1cc8g_34 ._tableUsers_1cc8g_38 ._userNav_1cc8g_47 ._userNavActiveText_1cc8g_58{background:var(--Brand-2, #EFF2FF);font-weight:500;color:var(---Brand-6, #4C6AFF)}._container_1cc8g_2 ._tableWrapper_1cc8g_34 ._tableContent_1cc8g_63{flex-grow:1;padding-left:20px}._container_1cc8g_2 ._tableWrapper_1cc8g_34 ._tableContent_1cc8g_63._full_1cc8g_67{padding-left:0;border-radius:8px;background:var(--Fill-2, #F6F7FA)}._table_13jig_2 ._typoText_13jig_2{color:var(--text-4, #545A6E);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._table_13jig_2 ._tableRow_13jig_12{background:#fafafa}._table_13jig_2 ._tableRowAdmin_13jig_15{background:#f6f7fa}._uploadBody_11175_2{display:flex;flex-direction:column}._uploadBody_11175_2 ._formItem_11175_6{display:flex}._uploadBody_11175_2 ._formItem_11175_6:nth-child(n+1){margin-bottom:20px}._uploadBody_11175_2 ._formItem_11175_6 ._label_11175_12{color:var(--text-4, #545A6E);font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px;width:75px;flex-shrink:0}._uploadBody_11175_2 ._formItem_11175_6 ._upload_11175_2{width:calc(100% - 75px)}._uploadBody_11175_2 ._footer_11175_27{margin-top:20px;text-align:center}._fileItem_11175_32{display:flex;align-items:center;gap:8px;padding:6px 0}._fileItem_11175_32:hover{background-color:#f6f7fa;border-radius:4px}._fileItem_11175_32:hover ._fileRemove_11175_42{opacity:1}._fileItem_11175_32 ._fileName_11175_45{overflow:hidden;color:var(--text-4, #545A6E);text-overflow:ellipsis;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:22px}._fileItem_11175_32 ._fileRemove_11175_42{opacity:0;margin-left:auto;color:#545a6e}._fileItem_11175_32 ._fileRemove_11175_42:hover{background-color:#eff2ff}

@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.contact-module--modalCheckContentWrap--Dlj4a {
  display: flex;
  align-items: center;
}

.contact-module--page-content-wm--gCtPn {
  height: 100%;
}

.contact-module--contact-detail-box--0cFfo {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.contact-module--list-layout--vJwWL {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  /** 保证子组件的绝对布局以及不超出容器范围 */
  position: relative;
  overflow: hidden;
  outline: 0;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.contact-module--list-layout--vJwWL::-webkit-scrollbar {
  display: none;
}
.contact-module--list-layout--vJwWL::-webkit-scrollbar-button {
  display: none;
}
.contact-module--list-layout--vJwWL::-webkit-scrollbar-thumb {
  display: none;
}
.contact-module--list-layout--vJwWL::-webkit-scrollbar-corner {
  display: none;
}

.contact-module--contact-tree-list--D1g52 {
  position: absolute;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.contact-module--contact-tree-list--D1g52::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.contact-module--contact-tree-list--D1g52::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contact-module--contact-tree-list--D1g52:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.contact-module--contact-tree-list--D1g52:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.contact-module--contact-tree-list--D1g52:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contact-module--contact-tree-list--D1g52:hover::-webkit-scrollbar-button {
  display: none;
}
.contact-module--contact-tree-list--D1g52:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.contact-module--contact-tree-list--D1g52:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.contact-module--contact-tree-list--D1g52:hover::-webkit-scrollbar-corner {
  display: none;
}
.contact-module--contact-tree-list-offline--HUjmb {
  top: 92px;
}
.contact-module--contact-tree-list-searching-tag--N3TCh {
  padding-left: 36px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.contact-module--tree-wrapper--CF0ab {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.contact-module--tree-wrapper--CF0ab::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.contact-module--tree-wrapper--CF0ab::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contact-module--tree-wrapper--CF0ab:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.contact-module--tree-wrapper--CF0ab:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.contact-module--tree-wrapper--CF0ab:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contact-module--tree-wrapper--CF0ab:hover::-webkit-scrollbar-button {
  display: none;
}
.contact-module--tree-wrapper--CF0ab:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.contact-module--tree-wrapper--CF0ab:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.contact-module--tree-wrapper--CF0ab:hover::-webkit-scrollbar-corner {
  display: none;
}
.contact-module--tree-wrapper-offline--horyM {
  top: 92px;
}

.contact-module--treeContainer--kJol8 {
  width: 100%;
  height: 100%;
}
.contact-module--treeContainer--kJol8 .VListTreeCard-Wrap {
  padding: 0 12px;
}
.contact-module--treeContainer--kJol8 .VListTreeCard-Wrap:hover .contact-module--titleIcon--FJh7p {
  display: flex;
}
.contact-module--treeContainer--kJol8 .VListTreeCard-Wrap:hover .contact-module--titleIcon--FJh7p .contact-module--moreIcon--kYOTT {
  display: block;
}

.contact-module--titleIcon--FJh7p {
  display: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-module--titleIcon--FJh7p.contact-module--rootAddIcon--12oY- {
  display: flex;
}
.contact-module--titleIcon--FJh7p .contact-module--addIcon--aQ8m2 {
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQgOC42VjE0SDguNlY4LjZIMTRWNy40SDguNlYySDcuNFY3LjRIMlY4LjZINy40WiIgZmlsbD0iIzdEODA4NSIvPgo8L3N2Zz4K);
}
.contact-module--titleIcon--FJh7p .contact-module--moreIcon--kYOTT {
  display: none;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-image: url(/static/fold_more.a099da1f.svg);
}
.contact-module--titleIcon--FJh7p:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}

.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 {
  padding: 16px 12px;
  position: absolute;
  display: flex;
  left: 0;
  right: 2px;
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 .contact-module--searchIcon--eHAOf {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 .ant-input {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 .ant-input-affix-wrapper {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  font-size: 12px;
  height: 28px;
  border-radius: 24px;
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 .ant-input-affix-wrapper:hover {
  background: #ffffff;
  background: var(--white, #ffffff);
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 .ant-input-affix-wrapper:hover .contact-module--searchIcon--eHAOf {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 .ant-input-affix-wrapper:hover .ant-input::placeholder {
  color: #386ee7;
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  line-height: 12px;
  background: transparent;
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 .ant-input-affix-wrapper .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.contact-module--contact-tree-container--sTX4K .contact-module--search-container--a-Wo8 i {
  flex-shrink: 0;
}
.contact-module--contact-tree-container--sTX4K .contact-module--personalTipWrap--mL\+U5 {
  position: relative;
  margin: 10px 12px 16px;
  padding: 12px 40px 12px 12px;
  background: rgba(39, 46, 71, 0.04);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.04);
  border-radius: 4px;
}
.contact-module--contact-tree-container--sTX4K .contact-module--personalTipWrap--mL\+U5 .contact-module--close---xUW1 {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSAxMi41TDggOE04IDhMMy41IDMuNU04IDhMMTIuNSAxMi41TTggOEwxMi41IDMuNSIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.contact-module--contact-tree-container--sTX4K .contact-module--personalTipWrap--mL\+U5 .contact-module--tips--xXG4\+ {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7d8085;
}
.contact-module--contact-tree-container--sTX4K .contact-module--personalTipWrap--mL\+U5 .contact-module--createPersonalOrg--EerKw {
  cursor: pointer;
  margin-top: 8px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #386ee7;
}
.contact-module--contact-tree-container--sTX4K .contact-module--dividerContainer--e5Qop {
  padding: 0 12px;
}
.contact-module--contact-tree-container--sTX4K .contact-module--dividerContainer--e5Qop .ant-divider-horizontal {
  margin: 8px 0;
}

.contact-module--virtual-list--m1ODB {
  padding: 0 12px;
}

.contact-module--virtual-list-padding--mfmJ2 {
  padding: 12px;
}

.contact-module--fixHeader--Mv4W6 {
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(39, 46, 71, 0.12);
  border-bottom: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.contact-module--fixHeader--Mv4W6 .contact-module--headerLeft--nIqHo {
  display: flex;
  justify-content: flex-start;
  flex: none;
  align-items: center;
}
.contact-module--fixHeader--Mv4W6 .contact-module--headerRight--zWIka {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-module--fixHeader--Mv4W6 .contact-module--addBtn--OoIVx {
  -webkit-app-region: no-drag;
  height: 28px;
  padding: 0 7px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.contact-module--fixHeader--Mv4W6 .contact-module--addBtn--OoIVx:hover {
  background: rgba(39, 46, 71, 0.04);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.04);
}
.contact-module--fixHeader--Mv4W6 .contact-module--addBtn--OoIVx i {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQgOC42VjE0SDguNlY4LjZIMTRWNy40SDguNlYySDcuNFY3LjRIMlY4LjZINy40WiIgZmlsbD0iIzdEODA4NSIvPgo8L3N2Zz4K);
}
.contact-module--fixHeader--Mv4W6 .contact-module--addBtn--OoIVx span {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.contact-module--fixHeader--Mv4W6.contact-module--mailListHeader--ker8Q {
  margin: 0;
  padding: 0 16px;
  width: 99.9%;
  background: white;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: none;
}

.contact-module--sortTip--E1skJ {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  height: 62px;
  margin: 0 12px;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 6px;
  padding: 12px 36px 12px 12px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  z-index: 1;
}
.contact-module--sortTip--E1skJ .contact-module--sortTipClose--QBoMo {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSAxMi41TDggOE04IDhMMy41IDMuNU04IDhMMTIuNSAxMi41TTggOEwxMi41IDMuNSIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: 100% 100%;
  cursor: pointer;
}
.contact-module--sortTip--E1skJ .contact-module--sortIcon--2xHYS {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/static/drag_btn.f6877e71.svg);
  background-size: 100% 100%;
  position: relative;
  top: 3px;
}

.contact-module--footerHeightHidden--fkd7L {
  height: 0px;
  display: none;
}
.contact-module--footerHeightHidden--fkd7L:hover {
  height: 60px;
  display: block;
}

.contact-module--footerHeightShow--c5dZU {
  height: 60px;
  display: block;
}

.contact-module--footerHeightFixed--nzk2E {
  position: fixed;
  top: 0px;
}

.contact-module--footerHeightCancel--oJarK {
  height: 0px !important;
  display: none !important;
}

.contact-module--noPersonalData--RNZuw {
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  /* 黑白灰/字体 50% */
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.contact-module--back-top-wrapper--LToHE {
  position: fixed;
  bottom: 0;
  width: 58px;
  height: 58px;
  transition: bottom 0.3s;
}
.contact-module--back-top-wrapper-with-footer--XGOMP {
  bottom: 60px;
}

.contact-module--search-tab-container--X\+p\+A p {
  padding: 10px 0 10px 36px;
  font-size: 14px;
  line-height: 16px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.contact-module--search-tab-container--X\+p\+A .contact-module--search-tab-btn--xmiH- {
  width: 100%;
  padding-left: 36px;
  height: 36px;
  line-height: 36px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}
.contact-module--search-tab-container--X\+p\+A .contact-module--search-tab-btn--xmiH-:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.contact-module--search-tab-container--X\+p\+A .contact-module--search-tab-btn-focus--kaTFA {
  background: rgba(214, 230, 252, 0.9);
  background: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.9);
}

.contact-module--createBtn--g49Fo {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: none;
  line-height: 32px;
  width: 118px;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  font-size: 16px;
}

.contact-module--titleIconDropMenu--hlpcA .ant-dropdown-menu {
  padding: 8px 0;
  background: #ffffff;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
}
.contact-module--titleIconDropMenu--hlpcA .ant-dropdown-menu-item {
  padding: 0 16px;
  height: 30px;
  font-size: 14px;
  line-height: 14px;
}

.contact-module--mailListTitle--PCz4B {
  font-size: 14px;
  line-height: 20px;
  flex: 1 1;
}

.contact-module--mailListTabs--Lm5rK {
  flex: 1 1;
  -webkit-app-region: no-drag;
}
.contact-module--mailListTabs--Lm5rK .ant-tabs-nav {
  margin-bottom: 0;
}
.contact-module--mailListTabs--Lm5rK .ant-tabs-tab {
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
}
.contact-module--mailListTabs--Lm5rK .ant-tabs-tab:nth-child(1) {
  margin-left: 0;
}
.contact-module--mailListTabs--Lm5rK .ant-tabs-tab:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.contact-module--mailListTabs--Lm5rK .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.contact-module--mailListTabs--Lm5rK .ant-tabs-ink-bar {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
}

.contact-module--personalMarkEmptyWrap--hbBuo {
  width: 100%;
  height: 100%;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.contact-module--personalMarkEmptyWrap--hbBuo .contact-module--image--MJsF7 {
  width: 290px;
  height: 192px;
  background-image: url(/static/no_personal_mark-23051f3e3fdda22371c957015392e41e.png);
  background-size: 100%;
}
.contact-module--personalMarkEmptyWrap--hbBuo .contact-module--title--K0E22 {
  margin-top: 24px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.contact-module--personalMarkEmptyWrap--hbBuo .contact-module--content--4Nq5M {
  margin-top: 12px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.contact-module--personalMarkEmptyWrap--hbBuo .contact-module--btn--w2UIx {
  margin-top: 24px;
  width: 203px;
  height: 36px;
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.ContactMultOperPanel-module--uReadWrapper--LIbOI {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
          user-select: none;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--mopContetn--0WadI {
  flex: 1 1;
  margin-top: -6%;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--detailWrap--CXu-b {
  display: flex;
  justify-content: center;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--logoWrap--9YDVx {
  margin-right: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--logoWrap--9YDVx .ContactMultOperPanel-module--logoWrapIcon--\+FcC6 {
  width: 140px;
  height: 140px;
  background-image: url(/static/contact_multiple-b5b9c47504d55aa09c5f619495ab676c.png);
  background-size: 100% 100%;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--numWrap--mSgc3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--numWrap--mSgc3 .ContactMultOperPanel-module--num--ovqLI {
  font-size: 56px;
  font-weight: 700;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-top: -24px;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--numWrap--mSgc3 .ContactMultOperPanel-module--tip--Bq6H3 {
  font-size: 14px;
  height: 16px;
  margin-top: -8px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--operWrap--V5T-r {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--btnWrap--9udl2 {
  padding: 5px 16px;
  margin-left: 20px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  cursor: pointer;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--btnWrap--9udl2:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--btnWrap--9udl2:first-child {
  margin-left: 0;
}
.ContactMultOperPanel-module--uReadWrapper--LIbOI .ContactMultOperPanel-module--user-select--n93IU {
  margin-right: 0;
}

.ContactMultOperPanel-module--folder-svg-warp--SpqpR.ContactMultOperPanel-module--mop-floder-one--PnQzq .ContactMultOperPanel-module--one--yjpAs {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.ContactMultOperPanel-module--folder-svg-warp--SpqpR.ContactMultOperPanel-module--mop-floder-one--PnQzq .ContactMultOperPanel-module--two--c-xDj {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.ContactMultOperPanel-module--folder-svg-warp--SpqpR.ContactMultOperPanel-module--mop-floder-two--u0clC .ContactMultOperPanel-module--one--yjpAs {
  transform: rotate(-10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.ContactMultOperPanel-module--folder-svg-warp--SpqpR.ContactMultOperPanel-module--mop-floder-two--u0clC .ContactMultOperPanel-module--two--c-xDj {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.ContactMultOperPanel-module--folder-svg-warp--SpqpR.ContactMultOperPanel-module--mop-floder-three--Xou9l .ContactMultOperPanel-module--one--yjpAs {
  transform: rotate(10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.ContactMultOperPanel-module--folder-svg-warp--SpqpR.ContactMultOperPanel-module--mop-floder-three--Xou9l .ContactMultOperPanel-module--two--c-xDj {
  transform: rotate(-10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.ContactMultOperPanel-module--folder-svg-warp--SpqpR.ContactMultOperPanel-module--mop-floder-four--37A-p .ContactMultOperPanel-module--one--yjpAs {
  transform: rotate(-10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.ContactMultOperPanel-module--folder-svg-warp--SpqpR.ContactMultOperPanel-module--mop-floder-four--37A-p .ContactMultOperPanel-module--two--c-xDj {
  transform: rotate(10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.syncloading-module--syncIcon---NRv5 {
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border: 1px solid var(--white, #ffffff);
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-size: 16px 16px;
  background: #ffffff url(/static/sync.d79843e8.svg) no-repeat center center;
  background: var(--white, #ffffff) url(/static/sync.d79843e8.svg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
  -webkit-app-region: no-drag;
}
.syncloading-module--syncIcon---NRv5:hover {
  border: 1px solid #386ee7;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.modal-module--wrap--EbpsK {
  width: 640px;
  height: 636px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-module--wrap--EbpsK .modal-module--modalTitle--2XAgf {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0.5px solid rgba(39, 46, 71, 0.16);
  border-bottom: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  flex: none;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
}
.modal-module--wrap--EbpsK .modal-module--modalTitle--2XAgf .modal-module--titleName--g12Mo {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.modal-module--wrap--EbpsK .modal-module--modalTitle--2XAgf .modal-module--titleName--g12Mo .modal-module--icon--4MzyG {
  -webkit-app-region: no-drag;
  margin-right: 4px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUgMTNMNS41IDhMMTAuNSAzIiBzdHJva2U9IiMzQzNGNDciIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.modal-module--wrap--EbpsK .modal-module--modalTitle--2XAgf .modal-module--close--a\+ceA {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--createFormWrap--c1g78 {
  width: 100%;
  height: 100%;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i {
  margin: 20px 20px 0;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--modalInput--EtHCL {
  height: 32px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  font-size: 12px;
  padding: 6px 11px;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--modalInput--EtHCL.modal-module--error--vXRKJ {
  border-color: #f74f4f;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--modalInput--EtHCL:hover, .modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--modalInput--EtHCL:focus, .modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--modalInput-focused--UQ2Uv {
  box-shadow: none;
  border-color: #386ee7;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--modalInput--EtHCL:hover.modal-module--error--vXRKJ, .modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--modalInput--EtHCL:focus.modal-module--error--vXRKJ, .modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--modalInput-focused--UQ2Uv.modal-module--error--vXRKJ {
  border-color: #f74f4f;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalInputWrap--i844i .modal-module--inputError--Y\+4Qx {
  height: 16px;
  margin-top: 4px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  /* 辅助色/提示、错误 */
  color: #f74f4f;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--subTitle--SXsJB {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--subTitle--SXsJB .modal-module--subName--E8\+nW {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  color: #737373;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--subTitle--SXsJB .modal-module--createContact--1Oa9T {
  cursor: pointer;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  text-align: right;
  /* 主色/灵犀蓝 */
  color: #386ee7;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalBody--5Fqkj {
  margin: 8px 20px 0;
  flex: 1 1;
  display: flex;
  overflow: hidden;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalBody--5Fqkj .modal-module--body-left--Z0ONm {
  flex: none;
  width: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 0.5px solid rgba(39, 46, 71, 0.16);
  border-right: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalBody--5Fqkj .modal-module--body-left--Z0ONm .modal-module--contact-search-wrap--OE\+\+e {
  flex: none;
  width: 248px;
  height: 28px;
  margin: 12px auto;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalBody--5Fqkj .modal-module--body-left--Z0ONm .modal-module--contact-search-wrap--OE\+\+e .modal-module--contact-search--onSLc {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 24px;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalBody--5Fqkj .modal-module--body-left--Z0ONm .modal-module--contact-list-tab--2kiPp {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalBody--5Fqkj .modal-module--body-left--Z0ONm .modal-module--contact-tree-tab--F25CX {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalBody--5Fqkj .modal-module--body-right--Tpevq {
  flex: 1 1;
  height: 100%;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalFooter--Dh2MM {
  border-top: 0.5px solid rgba(39, 46, 71, 0.16);
  border-top: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  margin-top: 24px;
  height: 52px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalFooter--Dh2MM .modal-module--cancelBtn--TyHJV {
  margin-right: 16px;
}
.modal-module--wrap--EbpsK .modal-module--modalContent--AV5ty .modal-module--modalFooter--Dh2MM .modal-module--sureBtn--NpsqH {
  margin-right: 24px;
}

.ant-modal-content {
  /* 投影样式 */
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--treeWrap--ofG7B {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-module--ContactTree--iOns1 {
  width: 100%;
}
.index-module--ContactTree--iOns1 .index-module--divider--xhKOR {
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  margin: 8px 16px;
}
.index-module--ContactTree--iOns1 .ant-tree {
  background: transparent;
  font-size: 14px;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode {
  padding: 2px 0 2px 12px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode .ant-tree-checkbox {
  margin: 0 8px 0 0;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 5px;
  line-height: 32px;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode .ant-tree-switcher-noop {
  width: 0;
  padding-left: 0;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  flex: 1 1;
  min-height: auto;
  line-height: inherit;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background: rgba(39, 46, 71, 0.1) !important;
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1) !important;
}
.index-module--ContactTree--iOns1 .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.index-module--ContactOrgTree--nLpWi {
  width: 100%;
  height: 100%;
}
.index-module--ContactOrgTree--nLpWi .ant-tree {
  background: transparent;
  font-size: 14px;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode {
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 5px;
  line-height: 38px;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode .ant-tree-switcher-noop {
  width: 0;
  padding-left: 3px;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  flex: 1 1;
  min-height: auto;
  line-height: inherit;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background: rgba(39, 46, 71, 0.1) !important;
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1) !important;
}
.index-module--ContactOrgTree--nLpWi .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}

.index-module--rootKeyWrap--opS1m {
  display: flex;
  align-items: center;
}
.index-module--rootKeyWrap--opS1m .index-module--rootKeyIcon--O1PCl {
  flex: none;
  margin: 0 8px 0 4px;
  display: flex;
  align-items: center;
}
.index-module--rootKeyWrap--opS1m .index-module--rootKeyName--LmqP\+ {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-module--empty--wbcFH {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-module--empty--wbcFH .index-module--emptyTxt--jhNHP {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #a8aaad;
}

.index-module--nodeSeparator--cnhYM {
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--nodeSeparator--cnhYM .index-module--nodeSeparatorLine--HadTe {
  flex: 1 1;
  margin: 0 8px;
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}

.index-module--contactTreeNode--iwc4f {
  min-height: 32px;
  display: flex;
  align-items: center;
}

.index-module--contactTreeLeafWrap--0GBLY {
  padding-right: 12px;
  display: flex;
  align-items: center;
  height: 38px;
  flex: 1 1;
  overflow: hidden;
}
.index-module--contactTreeLeafWrap--0GBLY.index-module--noAvatar--8CiKF {
  height: inherit;
}
.index-module--contactTreeLeafWrap--0GBLY .index-module--orgSelect--cTg6j {
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #7d8085;
}
.index-module--contactTreeLeafWrap--0GBLY:hover .index-module--orgSelect--cTg6j {
  display: flex;
}

.index-module--leafWrapContainer--Th9Dl {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.index-module--leafWrapContainer--Th9Dl .index-module--orgSelectMail--rH5Jn {
  display: none;
}
.index-module--leafWrapContainer--Th9Dl:hover .index-module--orgSelectMail--rH5Jn {
  display: flex;
}
.index-module--leafWrapContainer--Th9Dl:hover .index-module--leafWrapMail--7dMSt {
  width: 150px;
}
.index-module--leafWrapContainer--Th9Dl:hover .index-module--contact-tree-org-select-mail--fZMow {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 10px;
}

.index-module--orgWrap--zPs5u {
  padding-right: 12px;
  position: relative;
  display: flex;
  flex: 1 1;
  overflow: hidden;
}
.index-module--orgWrap--zPs5u .index-module--orgTitle--MsSoY {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--orgWrap--zPs5u .index-module--orgTitleLabel--QhKI9 {
  flex: none;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--orgWrap--zPs5u .index-module--orgSelect--cTg6j {
  display: none;
  align-items: center;
  justify-content: center;
  width: 68px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #386ee7;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
}
.index-module--orgWrap--zPs5u:hover .index-module--orgSelect--cTg6j {
  display: flex;
}

.index-module--orgWrapRecentRoot--P\+Rl5 .index-module--orgTitleSvg--QkumE {
  margin-left: 5px;
}

.index-module--contactTreeAvatar--EBYCh {
  flex: none;
  margin-right: 8px;
  width: 28px;
  height: 28px;
}

.index-module--treeLeafCheckbox--EO\+8i {
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.index-module--treeLeafCheckbox--EO\+8i.index-module--orgTreeLeafCheckbox--WmC63 {
  margin-right: 8px;
}

.index-module--recentTooltipArrow--Yxerb .ant-tooltip-arrow {
  display: block !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.item-module--itemWrap--izaQV {
  width: 100%;
  height: 100%;
  position: relative;
}

.item-module--itemDragWrap--7eO4O {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  padding: 0 12px;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  z-index: 9999;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

.item-module--item--9tk5i {
  flex: 1 1;
  padding: 0 12px;
  display: flex;
  height: 100%;
  border-radius: 6px;
  position: relative;
  align-items: center;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  -webkit-app-region: no-drag;
  overflow: hidden;
}
.item-module--item--9tk5i .item-module--itemContent--nnfIq {
  margin-left: 12px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-app-region: no-drag;
  overflow: hidden;
}
.item-module--item--9tk5i .item-module--itemContent--nnfIq.item-module--isOrg--lS16v {
  justify-content: center;
}
.item-module--item--9tk5i .item-module--itemContent--nnfIq .item-module--titleWrap--2Ocd9 {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.item-module--item--9tk5i .item-module--itemContent--nnfIq .item-module--titleWrap--2Ocd9 .item-module--titleTxt--5HXar {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.item-module--item--9tk5i .item-module--itemContent--nnfIq .item-module--descWrap--JyP3Q {
  width: 100%;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.item-module--item--9tk5i .item-module--itemContent--nnfIq .item-module--descWrap--JyP3Q .item-module--emailWrap--OKoE8 {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.item-module--item--9tk5i .item-module--itemContent--nnfIq .item-module--descWrap--JyP3Q .item-module--emailWrap--OKoE8 .item-module--emailTxtWrap--RqyNa {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.item-module--item--9tk5i .item-module--itemAvatarWrap--oZK2P {
  flex: none;
  position: relative;
  display: flex;
  align-items: center;
}
.item-module--item--9tk5i .item-module--itemAvatarWrap--oZK2P.item-module--paddingLeft--R2Ece {
  padding-left: 38px;
}
.item-module--item--9tk5i .item-module--itemAvatarWrap--oZK2P .item-module--expandWrap--5u51b {
  position: absolute;
  width: 8px;
  height: 8px;
  left: -10px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.item-module--item--9tk5i .item-module--itemAvatarWrap--oZK2P .item-module--expandWrap--5u51b .item-module--expandIcon--ClkAt {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 10px;
}
.item-module--item--9tk5i .item-module--itemAvatarWrap--oZK2P .item-module--itemAvatarCheckbox--lSdPL {
  display: flex;
  margin-right: 8px;
}
.item-module--item--9tk5i .item-module--dragBtn--ev3ed {
  flex: none;
  width: 16px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/static/drag_btn.f6877e71.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: grab;
}
.item-module--item--9tk5i .item-module--sendIcon--v26YF {
  margin-left: 12px;
  display: none;
}
.item-module--item--9tk5i .item-module--tag--GuBwp {
  flex: none;
  color: #386ee7;
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  padding: 0 6px;
  margin-left: 8px;
}
.item-module--item--9tk5i .item-module--position--xHs\+9 {
  max-height: 36px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  margin-top: 8px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 行数 */
  -webkit-box-orient: vertical;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.item-module--item--9tk5i .item-module--position--xHs\+9 p {
  margin-bottom: 0;
  text-indent: 8px;
  position: relative;
}
.item-module--item--9tk5i .item-module--position--xHs\+9 p::before {
  position: absolute;
  content: "•";
  display: block;
  left: -8px;
}
.item-module--item--9tk5i .item-module--hit-text--J102\+ {
  color: #386ee7;
}
.item-module--item--9tk5i:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.item-module--item--9tk5i:hover .item-module--sendIcon--v26YF {
  display: flex;
}
.item-module--item--9tk5i.item-module--selected--ujfO- {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}

.item-module--dragLine--cwYJA {
  position: relative;
  top: -2px;
  display: flex;
  align-items: center;
}
.item-module--dragLine--cwYJA .item-module--circle--IP8jT {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  box-sizing: border-box;
}
.item-module--dragLine--cwYJA .item-module--line--tsC9a {
  flex: 1 1;
  height: 1px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}

.item-module--item-fixed-header--7W2hY {
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  background-color: #ffffff;
  padding-left: 18px;
  color: #737373;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(39, 46, 71, 0.2);
  border-bottom: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}

.item-module--item-header--rMSDv {
  color: #737373;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.item-module--item-header-fixed--IjSf\+ {
  border-bottom: 0.5px solid rgba(56, 110, 231, 0.2);
}
.item-module--item-header-is-sticky--prcoi::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  left: -8px;
}
.item-module--item-header-is-sticky--prcoi::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  width: 8px;
  top: 0;
  background-color: #ffffff;
  right: -8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.list-module--listContainer--Um0nC {
  flex: 1 1;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.list-module--listContainer--Um0nC div[tabindex="-1"],
.list-module--listContainer--Um0nC div[tabindex="-1"]:focus {
  outline: 0;
}
.list-module--listContainer--Um0nC .list-module--batchCheckBoxWrap--gZigl {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
}
.list-module--listContainer--Um0nC .list-module--backTopWrapper--8rcr5 {
  position: fixed;
  bottom: 0;
  width: 58px;
  height: 58px;
  transition: bottom 0.3s;
}
.list-module--listContainer--Um0nC .list-module--backTopWrapper--8rcr5 .list-module--backTopWrapperWithFooter--\+NdwJ {
  bottom: 60px;
}
.list-module--listContainer--Um0nC .list-module--itemSkeleton--ZLpcl {
  padding: 0 16px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-module--listContainer--Um0nC .list-module--itemSkeleton--ZLpcl ul {
  margin: 0;
}

.list-module--vListInnerWrap--zawjV {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
.list-module--vListInnerWrap--zawjV .list-module--vListInnerDragPlaceholder--zkctz {
  width: 100%;
  margin: 0 12px;
  position: relative;
  bottom: -16px;
  display: flex;
  align-items: center;
}
.list-module--vListInnerWrap--zawjV .list-module--vListInnerDragPlaceholder--zkctz .list-module--circle--wVIIE {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  box-sizing: border-box;
}
.list-module--vListInnerWrap--zawjV .list-module--vListInnerDragPlaceholder--zkctz .list-module--line--QKteL {
  flex: 1 1;
  height: 1px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.footer-module--footer--mpZsv {
  height: 60px;
  border-top: 0.5px solid rgba(38, 42, 51, 0.02);
  box-shadow: inset 0px 0.5px 0px rgba(38, 42, 51, 0.24);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: solid 1px rgba(39, 46, 71, 0.12);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  -webkit-app-region: no-drag;
}
.footer-module--footer--mpZsv.footer-module--create--XiYSV {
  font-size: 14px;
  color: rgba(38, 42, 51, 0.7);
  color: rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.7);
}
.footer-module--footer--mpZsv .footer-module--createButton--X0z4N {
  margin: 0 auto;
  cursor: pointer;
}
.footer-module--footer--mpZsv .footer-module--check-box--1HYhF {
  margin-left: 8px;
  font-size: 14px;
  color: rgba(38, 42, 51, 0.7);
  color: rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.7);
}
.footer-module--footer--mpZsv .footer-module--operations--iqQMd {
  display: flex;
  align-items: center;
}
.footer-module--footer--mpZsv .footer-module--operations--iqQMd > span {
  margin-left: 18px;
}
.footer-module--footer--mpZsv .footer-module--operations--iqQMd > span:first-child {
  margin-left: 0;
}
.footer-module--footer--mpZsv .footer-module--operations--iqQMd .footer-module--deleteIcon--btCH0 {
  cursor: pointer;
  display: flex;
  width: 16px;
  height: 16px;
  background-image: url(/static/delete_icon.cc75f61a.svg);
  background-size: 100%;
}
.footer-module--footer--mpZsv .footer-module--cancel-btn--jtyuQ {
  color: #386ee7;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.modal-module--importWrap--ypTnc {
  width: 480px;
}
.modal-module--importWrap--ypTnc .modal-module--selectOptionWrap--Ot7lT {
  display: flex;
  align-items: center;
}

.modal-module--titleWrap--UFx3d {
  padding: 24px 24px 16px 24px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-module--titleWrap--UFx3d .modal-module--title--iVosu {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  flex: 1 1;
}
.modal-module--titleWrap--UFx3d .modal-module--close--WE6ku {
  margin-left: 8px;
  flex: none;
  cursor: pointer;
}
.modal-module--titleWrap--UFx3d .modal-module--titleLine--7XXAp {
  display: flex;
  align-items: center;
}
.modal-module--titleWrap--UFx3d .modal-module--subTitle--RaM-q {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}

.modal-module--contentWrap--lP1rt {
  padding: 12px 24px;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+:first-child {
  margin-top: 0;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+.modal-module--downloadRow--EQGTF, .modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+.modal-module--fileError--H7t6S {
  margin-top: 4px;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--label--nVJNZ {
  flex: none;
  width: 140px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l {
  flex: 1 1;
  overflow: hidden;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l.modal-module--downloadWrap--Nnaxz {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l.modal-module--downloadWrap--Nnaxz .modal-module--downloadTxt--E2R6Y {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l.modal-module--fileErrorWrap--WTtqU {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .modal-module--selectWrap--vSM9V {
  width: 100%;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .modal-module--uploadInput--vUIj5 {
  cursor: pointer;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .modal-module--uploadInput--vUIj5.modal-module--errorInput--J675p {
  border-color: #fe5b4c;
  border-color: var(--Error-6, #fe5b4c);
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .modal-module--uploadInput--vUIj5.modal-module--errorInput--J675p:hover {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .modal-module--uploadInput--vUIj5:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .modal-module--uploadInput--vUIj5:hover .ant-input-suffix {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .modal-module--uploadInput--vUIj5 .ant-input {
  cursor: pointer;
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .modal-module--uploadInput--vUIj5 .ant-input-suffix {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.modal-module--contentWrap--lP1rt .modal-module--row--RVw\+\+ .modal-module--value--pEB\+l .ant-select-selector {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.modal-module--selectRenderWrap--yqN0A .modal-module--dividerWrap--r19vF {
  margin: 0 12px;
}
.modal-module--selectRenderWrap--yqN0A .modal-module--addItemWrap--q\+zIX {
  cursor: pointer;
  padding: 0 12px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.modal-module--selectRenderWrap--yqN0A .modal-module--addItemWrap--q\+zIX:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.modal-module--footerWrap--eR1tX {
  padding-right: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
}
.modal-module--footerWrap--eR1tX .modal-module--cancel--h9BBu {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.modal-module--footerWrap--eR1tX .modal-module--sureBtn--T0\+68 {
  margin-left: 16px;
}

.modal-module--addPersonalOrgWrap--X\+Xnv .modal-module--content--M\+3tU {
  margin: 16px 24px;
}

.modal-module--importStatusWrap--ipXzY .modal-module--titleWrap--UFx3d {
  background: #ffffff;
  background: var(--white, #ffffff);
  box-shadow: inset 0px -0.833333px 0px #ebedf2;
  box-shadow: inset 0px -0.833333px 0px var(--Line-2, #ebedf2);
}
.modal-module--importStatusWrap--ipXzY .modal-module--content--M\+3tU {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 44px;
}
.modal-module--importStatusWrap--ipXzY .modal-module--content--M\+3tU .modal-module--txt--8iOkT {
  margin-top: 16px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.modal-module--importStatusWrap--ipXzY .modal-module--content--M\+3tU .modal-module--txt2--0AT6A {
  margin-top: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.modal-module--importStatusWrap--ipXzY .modal-module--content--M\+3tU .modal-module--statusIcon--ENOEk {
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.modal-module--importStatusWrap--ipXzY .modal-module--content--M\+3tU .modal-module--statusIcon--ENOEk.modal-module--error--JR9Ex {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjEiIGZpbGw9IiNGRkI1NEMiLz4KPHBhdGggZD0iTTI0IDE0LjA5OTZWMjYuOTk5NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTI1LjgwMTIgMzMuM0MyNS44MDEyIDM0LjI5NDEgMjQuOTk1MyAzNS4xIDI0LjAwMTIgMzUuMUMyMy4wMDcxIDM1LjEgMjIuMjAxMiAzNC4yOTQxIDIyLjIwMTIgMzMuM0MyMi4yMDEyIDMyLjMwNTkgMjMuMDA3MSAzMS41IDI0LjAwMTIgMzEuNUMyNC45OTUzIDMxLjUgMjUuODAxMiAzMi4zMDU5IDI1LjgwMTIgMzMuM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
.modal-module--importStatusWrap--ipXzY .modal-module--content--M\+3tU .modal-module--statusIcon--ENOEk.modal-module--success--JGBtH {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjEiIGZpbGw9IiMwRkQ2ODMiLz4KPHBhdGggZD0iTTE1Ljg5OTQgMjRMMjIuMjYzNCAzMC4zNjRDMjIuMjYzNCAzMC4zNjQgMjkuMjIwMSAyMy40MDczIDMzLjkzMDYgMTguNjk2NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.modal-module--importStatusWrap--ipXzY .modal-module--content--M\+3tU .modal-module--statusIcon--ENOEk.modal-module--progress--cLMX3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNSAyNEM0LjUgMTMuMjMwNCAxMy4yMzA0IDQuNSAyNCA0LjVDMzQuNzY5NiA0LjUgNDMuNSAxMy4yMzA0IDQzLjUgMjRDNDMuNSAzNC43Njk2IDM0Ljc2OTYgNDMuNSAyNCA0My41QzEzLjIzMDQgNDMuNSA0LjUgMzQuNzY5NiA0LjUgMjRaIiBmaWxsPSIjNEM2QUZGIiBzdHJva2U9IiM0QzZBRkYiIHN0cm9rZS13aWR0aD0iMyIvPgo8cGF0aCBkPSJNMjIuNSAxMy41VjI1LjVIMzEuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.modal-module--importStatusWrap--ipXzY .modal-module--statusFooterWrap--OyaAX {
  overflow: hidden;
}
.modal-module--importStatusWrap--ipXzY .modal-module--statusFooterWrap--OyaAX .modal-module--importStatusBtn--ro87u {
  margin: 48px 24px 20px 24px;
  height: 40px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
}
.modal-module--importStatusWrap--ipXzY .modal-module--statusFooterWrap--OyaAX .modal-module--importStatusBtn--ro87u.modal-module--disabled--ptBiE {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
  cursor: not-allowed;
}

.modal-module--importSelectBtn--kP-\+c {
  -webkit-app-region: no-drag;
  position: relative;
  right: -6px;
  width: 90px;
  height: 24px;
  border-radius: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-module--importSelectBtn--kP-\+c:hover {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.modal-module--importSelectBtn--kP-\+c.modal-module--selected--dTluT {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
@keyframes ComManage-module--fadeInAnimation--ff2FY {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ComManage-module--fadeOutAnimation--INsT- {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ComManage-module--fadeIn--WPFo- {
  animation: ComManage-module--fadeInAnimation--ff2FY 0.5s forwards;
  width: 100%;
  height: 100%;
}

.ComManage-module--fadeOut--93uFD {
  animation: ComManage-module--fadeOutAnimation--INsT- 0.5s forwards;
  width: 100%;
  height: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imSubMenuPannel-module--top-session-wrapper--jENaL {
  position: absolute;
  top: 52px;
  width: 100%;
  height: calc(100% - 52px);
}
.imSubMenuPannel-module--top-session-wrapper--jENaL.imSubMenuPannel-module--padding-more--5Fxb6 {
  top: 92px;
  height: calc(100% - 92px);
}

.imSubMenuPannel-module--top-session-section--ecaGG {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.emptyChat-module--empty-wrap--0SeiT {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.emptyChat-module--no-chat--UzO-y {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.emptyChat-module--no-chat--UzO-y .emptyChat-module--title--1o8SG {
  padding-top: 16px;
  font-size: 24px;
  line-height: 32px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.emptyChat-module--no-chat--UzO-y .emptyChat-module--content--iSCGE {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding-top: 12px;
  line-height: 19px;
}

.emptyChat-module--no-chat-img--yw2O2 {
  width: 120px;
  height: 120px;
  background-image: url(/static/email_empty-eb5551f6dc074e9e674d33d949677ddc.png);
  background-size: 100%;
}

.emptyChat-module--no-chat-text--1dHOE {
  font-size: 14px;
  line-height: 21px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin-top: 28px;
}
.imSubContentPanel-module--im-subcontent-panel-wrapper--A7shU {
  height: 100%;
  min-width: 456px;
  overflow: hidden;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--search-select--ZsktV {
  display: flex;
  margin: 24px 0 0 0;
  position: relative;
}
.index-module--search-select--ZsktV::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid rgba(39, 46, 71, 0.16);
  border: 0 solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.index-module--search-select--ZsktV::after {
  height: 0;
  top: initial;
}
.index-module--search-select--ZsktV .index-module--select-tab--fGylm {
  position: relative;
  display: flex;
  margin-right: 25px;
  padding-bottom: 8px;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  cursor: pointer;
}
.index-module--search-select--ZsktV .index-module--select-tab--fGylm.index-module--action--1dJnN {
  color: #386ee7;
}
.index-module--search-select--ZsktV .index-module--select-tab--fGylm.index-module--action--1dJnN:after {
  position: absolute;
  content: " ";
  left: 50%;
  margin-left: -5px;
  bottom: 0px;
  width: 10px;
  height: 2px;
  background-color: #386ee7;
}

.index-module--select-title--TDW-8 {
  display: block;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin: 24px 0 8px 0;
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
}

.index-module--search-load-more--nuJa4 {
  display: block;
  cursor: pointer;
  color: #386ee7;
  font-size: 12px;
  padding: 4px 0 8px;
  border-bottom: solid 1px rgba(39, 46, 71, 0.16);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}

.index-module--search-modal--8x-3f .index-module--search-input--bfYJ4 {
  height: 28px;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  border-radius: 24px;
  width: calc(100% - 30px);
  border: none;
}
.index-module--search-modal--8x-3f .index-module--search-input--bfYJ4 .index-module--ant-input--Zg6Jt {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
}
.index-module--search-modal--8x-3f .index-module--ant-modal-close--UzkQ2 {
  top: 9px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.empty-module--select-empty--fKmn5 {
  font-size: 14px;
  text-align: center;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.empty-module--select-empty--fKmn5 .empty-module--empty-img--e64xZ {
  width: 200px;
  height: 128px;
  background: url(/static/no_contacts-17f38b5177c9f414ec248db9a3925da9.png) no-repeat center center;
  background-size: 200px 128px;
}
.empty-module--select-empty--fKmn5 .empty-module--empty-remote-search-link--s1ajt {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #386ee7;
  opacity: 0.8;
  padding-top: 16px;
  cursor: pointer;
}

.empty-module--complexResults--IjbQ\+ {
  overflow: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.empty-module--complexResults--IjbQ\+::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.empty-module--complexResults--IjbQ\+::-webkit-scrollbar:horizontal {
  height: 6px;
}
.empty-module--complexResults--IjbQ\+:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.empty-module--complexResults--IjbQ\+:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.empty-module--complexResults--IjbQ\+:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.empty-module--complexResults--IjbQ\+:hover::-webkit-scrollbar-button {
  display: none;
}
.empty-module--complexResults--IjbQ\+:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.empty-module--complexResults--IjbQ\+:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.empty-module--complexResults--IjbQ\+:hover::-webkit-scrollbar-corner {
  display: none;
}
.empty-module--complexResults--IjbQ\+ p {
  margin: 0;
}
.empty-module--complexResults--IjbQ\+ .empty-module--search-contact-wrapper--FuOTT {
  overflow: hidden;
}
.empty-module--complexResults--IjbQ\+ .empty-module--search-contact-wrapper--FuOTT > li {
  height: 100% !important;
  margin: 0 !important;
}
.empty-module--complexResults--IjbQ\+ .empty-module--search-contact-wrapper--FuOTT > li:hover {
  background: transparent !important;
}
.empty-module--complexResults--IjbQ\+ .empty-module--search-contact-wrapper--FuOTT li.empty-module--checked--dr1jy {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.empty-module--complexResults--IjbQ\+ .empty-module--search-contact-wrapper--FuOTT li.empty-module--checked--dr1jy:hover {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.empty-module--complexResults--IjbQ\+ .empty-module--search-item-checked--Q2tYS {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  border-radius: 6px;
  cursor: pointer;
}
.empty-module--complexResults--IjbQ\+ .empty-module--user-info--NtpmF {
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 64px;
  cursor: pointer;
}
.empty-module--complexResults--IjbQ\+ .empty-module--user-info--NtpmF .empty-module--user-name--4FEqh {
  font-weight: 500;
  line-height: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  padding-left: 12px;
}
.empty-module--complexResults--IjbQ\+ .empty-module--user-info--NtpmF .empty-module--user-name--4FEqh .empty-module--highlight--eGDM- {
  color: #386ee7;
}
.empty-module--complexResults--IjbQ\+ .empty-module--remote-tips--pUFhE {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #a8aaad;
  opacity: 0.8;
  padding-top: 16px;
}
.empty-module--complexResults--IjbQ\+ .empty-module--remote-link--51FZS {
  color: #386ee7;
  padding-left: 8px;
  cursor: pointer;
}

.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-head--TLArw {
  width: 100%;
  height: 144px;
  background: linear-gradient(130.78deg, #578afd 15.92%, #4c6aff 82.55%);
  background: linear-gradient(130.78deg, #578afd 15.92%, var(--Brand-6, #4c6aff) 82.55%);
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-head--TLArw .empty-module--search-team-exact-avatar--S1VZ6 {
  position: absolute;
  top: -22px;
  width: 120px;
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 60px;
  overflow: hidden;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-head--TLArw .empty-module--search-team-exact-avatar--S1VZ6 .im-user-avatar-color {
  background-size: 40px 40px;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-head--TLArw .empty-module--search-team-exact-name--ILCXg {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding-top: 110px;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 284px;
  overflow-y: scroll;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo::-webkit-scrollbar:horizontal {
  height: 6px;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo:hover::-webkit-scrollbar-button {
  display: none;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo:hover::-webkit-scrollbar-corner {
  display: none;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo .empty-module--search-team-exact-title--2eHD9 {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 24px 4px;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo .empty-module--search-team-exact-desc--m3aD5 {
  font-size: 12px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  margin: 0 24px;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo .empty-module--search-team-exact-empty--oy978 {
  margin: 0;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-body--TbrLo .empty-module--search-team-exact-more--twc-E {
  font-size: 12px;
  line-height: 16px;
  color: #a8aaad;
  opacity: 0.8;
  margin: 12px auto 16px;
  text-align: center;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-members--LnpX7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 12px;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-members--LnpX7 p {
  margin: 0;
}
.empty-module--search-team-exact--vg99q .empty-module--search-team-exact-members--LnpX7 > div {
  width: 33.3333333333%;
}

.empty-module--search-suc-modal--TKzcz {
  width: 600px !important;
  height: 480px;
}
.empty-module--search-suc-modal--TKzcz .ant-modal-confirm-content {
  margin: 0 !important;
  padding: 0 !important;
}
.empty-module--search-suc-modal--TKzcz .ant-modal-body {
  padding: 0 !important;
}
.empty-module--search-suc-modal--TKzcz .ant-modal-confirm-btns {
  margin: 10px 24px !important;
}
.empty-module--search-suc-modal--TKzcz .ant-modal-footer {
  padding: 10px 24px;
}
.empty-module--search-suc-modal--TKzcz .ant-modal-footer .ant-btn-primary {
  margin-left: 16px !important;
}
.empty-module--search-suc-modal--TKzcz .empty-module--search-team-exact-close--gZXZF {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 100%;
  background-repeat: no-repeat;
}

.empty-module--search-err-modal--SUxSI .anticon-exclamation-circle {
  color: #f74f4f !important;
  margin-right: 9px;
}

.empty-module--sirius-empty-text--wuDQR {
  padding-top: 20px;
}

.empty-module--search-contact-list-wrap--QBQsQ .empty-module--search-item--99gGH .ant-list-item {
  height: auto;
}
.msg-item {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 16px;
  height: 70px;
  align-items: center;
  border-radius: 6px;
}
.msg-item .profile {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 100%;
}
.msg-item .msg-content-wrap {
  flex: 1 1;
  width: 100px;
  padding-left: 12px;
}
.msg-item .msg-content-wrap .msg-name {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.msg-item .msg-content-wrap .msg-content {
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg-item .msg-content-wrap .highlight-text {
  color: #386ee7;
}
.msg-item .msg-time {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 12px;
}
.teamDiscussTag-module--team-discuss-tag---NhE6 {
  flex: none;
  background: #8dd6bc;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  transform: scale(0.83);
  display: inline-block;
  transform-origin: left;
  margin-left: 4px;
  line-height: 16px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.item-module--team-info--Lpc5U {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 16px 12px;
  border-radius: 8px;
  cursor: pointer;
}
.item-module--team-info--Lpc5U p {
  margin: 0;
}

.item-module--team-desc--nM6Vj {
  width: calc(100% - 44px);
}
.item-module--team-desc--nM6Vj .item-module--team-name-wrapper--xSYIY {
  display: flex;
  align-items: center;
}
.item-module--team-desc--nM6Vj .item-module--team-name---Xree {
  padding-left: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-module--team-desc--nM6Vj .item-module--team-contain--Fer1Z {
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  font-size: 12px;
  line-height: 16px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-module--highlight--g5jvs {
  color: #386ee7;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.itemExact-module--team-exact--UA3SO {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  margin-top: 15px;
  cursor: pointer;
}
.itemExact-module--team-exact--UA3SO p {
  margin: 0;
}
.itemExact-module--team-exact--UA3SO .itemExact-module--team-exact-icon--qL\+6w {
  width: 33px;
  height: 33px;
  background: url(/static/team.8f313a56.svg) 100% no-repeat;
}
.itemExact-module--team-exact--UA3SO .itemExact-module--team-exact-text--I0N0T {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.itemExact-module--team-exact--UA3SO .itemExact-module--team-exact-text--I0N0T .itemExact-module--team-exact-num--jfyxf {
  color: #386ee7;
  line-height: 16px;
}

.itemExact-module--team-exact-divider--kMN04 {
  margin: 0 0 18px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.searchContactItem-module--item--bk5m7 {
  height: 70px;
  border-radius: 6px;
  position: relative;
  margin: 0 12px;
  padding-top: 16px;
  align-items: flex-start;
  -webkit-app-region: no-drag;
  overflow: hidden;
}
.searchContactItem-module--item--bk5m7 .searchContactItem-module--sendIcon--r31dy {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: none;
}
.searchContactItem-module--item--bk5m7 .searchContactItem-module--tag--QhGu8 {
  color: #386ee7;
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  padding: 0 6px;
  margin-left: 8px;
}
.searchContactItem-module--item--bk5m7 .ant-list-item {
  align-items: flex-start;
  padding-top: 16px;
}
.searchContactItem-module--item--bk5m7 .ant-list-item-meta-avatar {
  margin-left: 12px;
  margin-right: 12px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchContactItem-module--item--bk5m7 .ant-list-item-meta-avatar .searchContactItem-module--item-avatar--TuUHM {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.searchContactItem-module--item--bk5m7 .ant-list-item-meta-title {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 14px;
  line-height: 1;
  margin-bottom: 0;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.searchContactItem-module--item--bk5m7 .ant-list-item-meta-description .searchContactItem-module--email-list--sAlem {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin: 8px 0;
  max-width: 100%;
}
.searchContactItem-module--item--bk5m7 .ant-list-item-meta-description .searchContactItem-module--email-list-tag---gZ\+E {
  max-width: calc(100% - 42px);
}
.searchContactItem-module--item--bk5m7 .searchContactItem-module--position--f9GGw {
  font-size: 12px;
  line-height: 18px;
  /* 行数 */
}
.searchContactItem-module--item--bk5m7 .searchContactItem-module--position--f9GGw p {
  margin-bottom: 0;
  text-indent: 8px;
  position: relative;
}
.searchContactItem-module--item--bk5m7 .searchContactItem-module--position--f9GGw p::before {
  position: absolute;
  content: "•";
  display: block;
  left: -8px;
}
.searchContactItem-module--item--bk5m7 .searchContactItem-module--item-avatar-checkbox--iruKF {
  display: flex;
  margin-right: 5px;
}
.searchContactItem-module--item--bk5m7 .searchContactItem-module--all-checkbox-show--OGTBd {
  display: flex !important;
}
.searchContactItem-module--item-checked--yKyQi .searchContactItem-module--item-avatar-checkbox--iruKF {
  display: flex !important;
}
.searchContactItem-module--item--bk5m7 .searchContactItem-module--hit-text--p3OJU {
  color: #386ee7;
}
.searchContactItem-module--item-selected--fK8LZ {
  background-color: rgba(214, 230, 252, 0.9) !important;
  color: #ffffff;
}
.searchContactItem-module--item-selected--fK8LZ .ant-list-item-meta-description {
  line-height: 1;
}
.searchContactItem-module--item-search--VCfI5 .searchContactItem-module--item-avatar--TuUHM {
  display: flex !important;
}
.searchContactItem-module--item-department--iHCZX.searchContactItem-module--item-search--VCfI5 {
  height: 114px;
}
.searchContactItem-module--item-hover--nqD\+8 {
  background-color: #f0f0f1;
}
.searchContactItem-module--item-hover--nqD\+8 .searchContactItem-module--item-avatar-checkbox--iruKF {
  display: flex;
}
.searchContactItem-module--item-hover--nqD\+8 .searchContactItem-module--item-avatar--TuUHM {
  display: none;
}
.searchContactItem-module--item--bk5m7:hover {
  background-color: #f0f0f1;
}
.searchContactItem-module--item--bk5m7:hover:not(.searchContactItem-module--item-selected--fK8LZ) .ant-list-item-meta-content {
  padding-right: 30px;
}
.searchContactItem-module--item--bk5m7:hover:not(.searchContactItem-module--item-selected--fK8LZ) .searchContactItem-module--sendIcon--r31dy {
  display: inline-block;
}
.searchContactItem-module--item-im--E3J-i:hover {
  background: #f0f0f1;
}
.searchContactItem-module--item-im--E3J-i.searchContactItem-module--item-hover--nqD\+8 {
  background: #f0f0f1;
}

.searchContactItem-module--item-fixed-header--YiD5N {
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  background-color: #ffffff;
  padding-left: 18px;
  color: #737373;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(39, 46, 71, 0.2);
  border-bottom: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}

.searchContactItem-module--item-header--ejEIH {
  color: #737373;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.searchContactItem-module--item-header-fixed--P0fDB {
  border-bottom: 0.5px solid rgba(56, 110, 231, 0.2);
}
.searchContactItem-module--item-header-is-sticky--p75bd::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  left: -8px;
}
.searchContactItem-module--item-header-is-sticky--p75bd::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  width: 8px;
  top: 0;
  background-color: #ffffff;
  right: -8px;
}

.searchContactItem-module--tooltip-overlay--ZPi0t .ant-tooltip-content {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  font-size: 14px;
  box-shadow: none;
}
.searchContactItem-module--tooltip-overlay--ZPi0t .ant-tooltip-content .ant-tooltip-inner {
  box-shadow: none;
  padding: 10px 12px;
  line-height: 18px;
  border-radius: 6px;
  background: transparent;
}
.searchContactItem-module--tooltip-overlay--ZPi0t .ant-tooltip-content .ant-tooltip-arrow {
  display: none;
}
.searchContactItem-module--tooltip-overlay--ZPi0t .ant-tooltip-content .ant-tooltip-inner {
  min-width: 68px;
  text-align: center;
}
.member-module--member-item-wrapper--b9jsV {
  width: 50%;
  flex-wrap: wrap;
  height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
}
.member-module--member-item-wrapper--b9jsV:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.member-module--member-item-wrapper--b9jsV:hover .member-module--role--4ur5F,
.member-module--member-item-wrapper--b9jsV:hover .member-module--member-name--2eFN6 {
  flex: 1 1;
}
.member-module--member-item-wrapper--b9jsV:hover .member-module--role--4ur5F {
  display: none;
}
.member-module--member-item-wrapper--b9jsV:hover .member-module--icon--zrSj1 {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-module--member-item-wrapper--b9jsV .member-module--member-name--2eFN6 {
  padding-left: 8px;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  max-width: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.member-module--member-item-wrapper--b9jsV .member-module--member-name--2eFN6 p {
  margin: 0;
}
.member-module--member-item-wrapper--b9jsV .member-module--role--4ur5F {
  margin-left: 8px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px;
  color: #386ee7;
}
.member-module--member-item-wrapper--b9jsV .member-module--icon--zrSj1 {
  display: none;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.member-module--member-item-wrapper--b9jsV .member-module--icon--zrSj1:last-of-type {
  margin-right: 0;
}
.member-module--member-item-wrapper--b9jsV .ant-tooltip-placement-top {
  padding-bottom: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.im-module--team-creator-wrapper--u8Dhe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 68px);
  margin-left: 68px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 10;
}

.im-module--im-entry-wrapper--ZI80J p,
.im-module--im-entry-wrapper--ZI80J h1 {
  margin: 0;
  padding: 0;
}
.im-module--im-entry-wrapper--ZI80J .ant-modal-content p {
  margin: 0;
}

.im-module--wm-entry-team-creator-wrapper--zq-2N {
  position: absolute;
  top: 54px;
  left: 220px;
  height: calc(100% - 54px);
  width: calc(100% - 220px);
  margin-left: 0;
}

.im-module--page-content-wm--6JRzZ {
  height: 100%;
}

.im-module--top-wrapper--7ho9t {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  width: 100%;
}

.im-module--search-bar--b00\+i {
  display: flex;
  align-items: center;
  padding: 16px 12px 8px;
}

.im-module--search-button--zkjr2 {
  -webkit-app-region: no-drag;
  flex: 1 1;
  height: 28px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 24px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
  outline: none;
  cursor: pointer;
  border: solid 0.5px rgba(39, 46, 71, 0.16);
  border: solid 0.5px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  /* identical to box height, or 133% */
  text-align: right;
  /* 字体及ICON颜色/不重要文字40% */
  color: #a8aaad;
}
.im-module--search-button--zkjr2 .im-module--searchIcon---Mj8b {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.im-module--search-button--zkjr2 .im-module--searchTips--NH5JW {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
}
.im-module--search-button--zkjr2:hover {
  color: #386ee7;
  border-color: #386ee7;
}
.im-module--search-button--zkjr2 > span {
  margin-left: 8px;
}

.im-module--icon-wrapper--LE\+AN {
  -webkit-app-region: no-drag;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  margin-left: 8px;
  cursor: pointer;
  border: solid 1px rgba(39, 46, 71, 0.16);
  border: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggM0w4IDEzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiLz4KPHBhdGggZD0iTTEzIDhIMyIgc3Ryb2tlPSIjMjYyQTMzIiBzdHJva2Utb3BhY2l0eT0iMC45Ii8+Cjwvc3ZnPgo=) center center no-repeat;
  background: #ffffff var(--add-member) center center no-repeat;
  background: var(--white, #ffffff) var(--add-member) center center no-repeat;
  background-size: 16px 16px;
}
.im-module--icon-wrapper--LE\+AN:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQgOC42VjE0SDguNlY4LjZIMTRWNy40SDguNlYySDcuNFY3LjRIMlY4LjZINy40WiIgZmlsbD0iIzM4NkVFNyIvPgo8L3N2Zz4K);
  border-color: #386ee7;
}

.im-module--tooltip-overlay--Brqjh {
  padding-top: 2px;
}
.im-module--tooltip-overlay--Brqjh .ant-tooltip-arrow {
  display: none;
}
.im-module--tooltip-overlay--Brqjh .ant-tooltip-inner {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 18px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imNetworkTips-module--im-network-status--nfrYR {
  opacity: 0.8;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imNetworkTips-module--im-network-status--nfrYR.imNetworkTips-module--failed--BYlKs {
  background-color: #f74f4f;
}
.imNetworkTips-module--im-network-status--nfrYR.imNetworkTips-module--ing--9otpv {
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
}
.imNetworkTips-module--im-network-status--nfrYR.imNetworkTips-module--success--HUXYB {
  background-color: #0fd683;
  background-color: var(--Success-6, #0fd683);
  display: none;
}
.imNetworkTips-module--im-network-status--nfrYR .imNetworkTips-module--failed-icon--5yp-Q {
  height: 16px;
  width: 16px;
  background-image: url(/static/wifi_closed.0131dd0c.svg);
  background-position: center;
  background-size: 16px;
  margin-left: 16px;
  margin-right: 8px;
}
.imNetworkTips-module--im-network-status--nfrYR .imNetworkTips-module--text--hFJR\+ {
  padding: 0 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.diskTree-module--diskTree--UMF1j .diskTree-module--nodeContent--LZeX0 {
  font-size: 14px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  display: flex;
  align-items: center;
}
.diskTree-module--diskTree--UMF1j .diskTree-module--nodeContent--LZeX0 .diskTree-module--folderTitle--237VI {
  flex: 1 1;
  position: relative;
  display: flex;
  align-items: center;
}
.diskTree-module--diskTree--UMF1j .diskTree-module--nodeContent--LZeX0 .diskTree-module--folderTitle--237VI > span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
}
.diskTree-module--diskTree--UMF1j .diskTree-module--nodeContent--LZeX0 .diskTree-module--inputFolderTitle--IiUG3 {
  margin-right: 4px;
  margin-left: 8px;
  height: 28px;
  border: 1px solid #386ee7;
  border-radius: 4px;
  flex: 1 1;
}
.diskTree-module--diskTree--UMF1j .diskTree-module--nodeContent--LZeX0 .diskTree-module--cancel--dowNs {
  font-size: 12px;
  line-height: 1;
  color: #386ee7;
}
.diskTree-module--diskTree--UMF1j .diskTree-module--cloud-att--A56tE {
  margin-top: 8.5px;
  position: relative;
}
.diskTree-module--diskTree--UMF1j .diskTree-module--cloud-att--A56tE::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: -8.5px;
  background-color: rgba(39, 46, 71, 0.12);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.diskTree-module--diskTree--UMF1j .diskTree-module--normal-att--MZXwo {
  margin-bottom: 8.5px;
  position: relative;
}
.diskTree-module--diskTree--UMF1j .diskTree-module--normal-att--MZXwo::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: -8.5px;
  background-color: rgba(39, 46, 71, 0.12);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.diskTree-module--diskTree--UMF1j .ant-tree {
  background: transparent;
}
.diskTree-module--diskTree--UMF1j .ant-tree .ant-tree-treenode {
  padding: 0;
  cursor: pointer;
}
.diskTree-module--diskTree--UMF1j .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.diskTree-module--diskTree--UMF1j .ant-tree .ant-tree-treenode.gray {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.diskTree-module--diskTree--UMF1j .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background-color: rgba(225, 227, 232, 1) !important;
  background-color: rgba(var(--Line-3-r, 225), var(--Line-3-g, 227), var(--Line-3-b, 232), 1) !important;
}
.diskTree-module--diskTree--UMF1j .ant-tree .ant-tree-treenode.ant-tree-treenode-selected .ant-tree-node-selected {
  background-color: rgba(225, 227, 232, 1) !important;
  background-color: rgba(var(--Line-3-r, 225), var(--Line-3-g, 227), var(--Line-3-b, 232), 1) !important;
}
.diskTree-module--diskTree--UMF1j .ant-tree-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.diskTree-module--diskTree--UMF1j .ant-tree-node-content-wrapper {
  height: 36px;
  display: flex;
  align-items: center;
}
.diskTree-module--diskTree--UMF1j .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.diskTree-module--diskTree--UMF1j .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: transparent;
}
.diskTree-module--diskTree--UMF1j .ant-tree-node-content-wrapper .ant-tree-title {
  width: 100%;
}
.diskTree-module--diskTree--UMF1j .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: flex !important;
  align-items: center !important;
}
.diskTree-module--diskTree--UMF1j .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none !important;
}
.mail-template-list-modal-waimao .tab-body-box {
  width: 726px;
}
.mail-template-list-modal-waimao .tab-item-tag {
  position: absolute;
  font-weight: bold;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  padding: 5px 7px;
  right: -3px;
  top: 8px;
}
.mail-template-list-modal-waimao .tab-item-tag::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  bottom: -2px;
  right: 1px;
  transform: rotate(-135deg);
}
.mail-template-list-modal-waimao .tab-item-tag-send {
  background: #ffb54c;
  background: var(--label-4_2, #ffb54c);
  box-shadow: 0px 1px 2px rgba(8, 11, 25, 0.2);
  box-shadow: 0px 1px 2px rgba(var(--Text-6-r, 8), var(--Text-6-g, 11), var(--Text-6-b, 25), 0.2);
  border-radius: 2px 2px 0px 2px;
}
.mail-template-list-modal-waimao .tab-item-tag-send::before {
  border-left-color: #cc913d;
  border-left-color: var(--label-4_3, #cc913d);
}
.mail-template-list-modal-waimao .tab-item-tag-open {
  background: #66e0cc;
  background: var(--label-2_2, #66e0cc);
  box-shadow: 0px 1px 2px rgba(8, 11, 25, 0.2);
  box-shadow: 0px 1px 2px rgba(var(--Text-6-r, 8), var(--Text-6-g, 11), var(--Text-6-b, 25), 0.2);
  border-radius: 2px 2px 0px 2px;
}
.mail-template-list-modal-waimao .tab-item-tag-open::before {
  border-left-color: #398e80;
  border-left-color: var(--label-2_3, #398e80);
}
.waimao_recommend_template_filter-module--waimao-recommend-template-filter--kkzav {
  margin-bottom: 8px;
  width: 100%;
}
.waimao_recommend_template_filter-module--waimao-recommend-template-filter--kkzav .waimao_recommend_template_filter-module--row--1oktT {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.waimao_recommend_template_filter-module--waimao-recommend-template-filter--kkzav .waimao_recommend_template_filter-module--row--1oktT:last-child {
  margin-bottom: 0;
}
.waimao_recommend_template_filter-module--waimao-recommend-template-filter--kkzav .waimao_recommend_template_filter-module--row--1oktT .waimao_recommend_template_filter-module--label--dO0QL {
  flex-shrink: 0;
  color: #7a8599;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  margin-right: 20px;
}
.waimao_recommend_template_filter-module--waimao-recommend-template-filter--kkzav .waimao_recommend_template_filter-module--row--1oktT .waimao_recommend_template_filter-module--content--Ikhmd {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.waimao_recommend_template_filter-module--waimao-recommend-template-filter--kkzav .waimao_recommend_template_filter-module--row--1oktT .waimao_recommend_template_filter-module--content-item--WLF62 {
  min-width: 88px;
  height: 32px;
  padding: 4px 4px;
  color: #232d47;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #f0f2f7;
  border: 1px solid var(--Fill-2_5, #f0f2f7);
  background-color: #ffffff;
  border-radius: 2px;
  margin: 0 16px 8px 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.waimao_recommend_template_filter-module--waimao-recommend-template-filter--kkzav .waimao_recommend_template_filter-module--row--1oktT .waimao_recommend_template_filter-module--content-item-active--x55yg {
  color: #ffffff;
  font-weight: 500;
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
}
.risk-reminder-tips-module--risk-reminder-tips--nD8C\+ {
  width: 400px;
  padding: 26px 16px 24px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.risk-reminder-tips-module--risk-reminder-tips--nD8C\+ .risk-reminder-tips-module--divider--IcbNo {
  margin: 16px 10px;
  width: 350px;
  min-width: 100px;
}
.risk-reminder-tips-module--risk-reminder-tips--nD8C\+ .risk-reminder-tips-module--title--EJedq {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 16px;
  font-weight: 500;
}
.risk-reminder-tips-module--risk-reminder-tips--nD8C\+ .risk-reminder-tips-module--sub-title--CgMnc {
  font-weight: 500;
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-bottom: 16px;
}
.risk-reminder-tips-module--risk-reminder-tips--nD8C\+ .risk-reminder-tips-module--desc--jCmYW {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 12px;
}
.risk-reminder-tips-module--risk-reminder-tips--nD8C\+ .risk-reminder-tips-module--example--141-E {
  width: 100%;
}
.defaultCCModal-wrap .ant-modal-header,
.defaultCCModal-block .ant-modal-header {
  border-bottom: none;
}
.defaultCCModal-wrap .ant-modal-body,
.defaultCCModal-block .ant-modal-body {
  padding-top: 10px;
}
.defaultCCModal-wrap .ant-select-selector,
.defaultCCModal-block .ant-select-selector {
  max-height: 130px;
}
.defaultCCModal-wrap .defaultCCModal-title,
.defaultCCModal-block .defaultCCModal-title {
  font-size: 14px;
  color: #272e47;
  color: var(--text-5, #272e47);
}
.defaultCCModal-wrap .defaultCCModal-tip,
.defaultCCModal-block .defaultCCModal-tip {
  margin-top: 25px;
  font-size: 14px;
  color: #9fa2ad;
  color: var(--text-2, #9fa2ad);
}
.defaultCCModal-wrap .defaultCCModal-contactModel-wrap,
.defaultCCModal-block .defaultCCModal-contactModel-wrap {
  margin-top: 8px;
}
.defaultCCModal-wrap .defaultCCModal-footer,
.defaultCCModal-block .defaultCCModal-footer {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.defaultCCModal-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.defaultCCModal-block .defaultCCModal-footer {
  margin-top: auto;
}
.tabs-module--customer-tabs--azylP .ant-tabs-nav {
  margin: 0;
}
.tabs-module--customer-tabs--azylP .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none;
}
.tabs-module--customer-tabs--azylP .ant-tabs-tab {
  padding: 8px 0;
}
.tabs-module--customer-tabs--azylP .ant-tabs-ink-bar {
  background-color: transparent;
}
.tabs-module--customer-tabs--azylP .ant-tabs-ink-bar::after {
  content: "";
  width: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #386ee7;
}
.tabs-module--customer-tabs--azylP .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}
@charset "UTF-8";
.FolderInfoModal-module--content-wrap--ZM2q7 {
  margin-top: -15px;
}

.FolderInfoModal-module--title--e4gsQ {
  display: flex;
  justify-content: flex-start;
  /* 157.143% */
  padding: 9px 16px;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  margin-top: 15px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.FolderInfoModal-module--folder-info--vJYXq {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.FolderInfoModal-module--sub-title--YJT2p {
  display: flex;
  justify-content: space-between;
  padding: 9px 16px;
  padding-left: 0;
  gap: 16px;
  align-self: stretch;
  border-radius: 4px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  width: 100%;
  height: 49px;
}

.FolderInfoModal-module--folder-info--vJYXq {
  margin-left: 16px;
}

.FolderInfoModal-module--blue--ADtqN {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  padding: 0 1px;
  display: inline-block;
}

.FolderInfoModal-module--info-item--zQkbh {
  margin-right: 16px;
}

.FolderInfoModal-module--line--cvaTI {
  display: flex;
  justify-content: space-between;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 9px 16px;
  padding-left: 0;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  height: 49px;
  /* 157.143% */
}

.FolderInfoModal-module--line-item--mVmXF {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.FolderInfoModal-module--tagName--HOOHH {
  display: flex;
  align-items: center;
}

.FolderInfoModal-module--state--3Rb12 {
  text-align: center;
  width: 150px;
  margin-left: -100px;
}

.FolderInfoModal-module--size--Gon9d {
  text-align: left;
  width: 75px;
}

.FolderInfoModal-module--icon--ZkB2L {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.FolderInfoModal-module--card-wrap--W\+Ijq {
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  height: 40px;
}

.FolderInfoModal-module--title-line--fGiGw {
  width: 100%;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
  margin: 0 -24px;
  position: absolute;
  top: 47px;
  left: 24px;
}

.FolderInfoModal-module--tree-wrap--VgkXd {
  max-height: 740px;
  overflow: hidden;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.BlackListModal-wrap .ant-modal-header,
.defaultCCModal-block .ant-modal-header {
  border-bottom: none;
}
.BlackListModal-wrap .ant-modal-body,
.defaultCCModal-block .ant-modal-body {
  padding-top: 10px;
}
.BlackListModal-wrap .ant-select-selector,
.defaultCCModal-block .ant-select-selector {
  max-height: 130px;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.BlackListModal-wrap .ant-select-selector::-webkit-scrollbar,
.defaultCCModal-block .ant-select-selector::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.BlackListModal-wrap .ant-select-selector::-webkit-scrollbar:horizontal,
.defaultCCModal-block .ant-select-selector::-webkit-scrollbar:horizontal {
  height: 6px;
}
.BlackListModal-wrap .ant-select-selector:hover,
.defaultCCModal-block .ant-select-selector:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.BlackListModal-wrap .ant-select-selector:hover::-webkit-scrollbar,
.defaultCCModal-block .ant-select-selector:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.BlackListModal-wrap .ant-select-selector:hover::-webkit-scrollbar:horizontal,
.defaultCCModal-block .ant-select-selector:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.BlackListModal-wrap .ant-select-selector:hover::-webkit-scrollbar-button,
.defaultCCModal-block .ant-select-selector:hover::-webkit-scrollbar-button {
  display: none;
}
.BlackListModal-wrap .ant-select-selector:hover::-webkit-scrollbar-thumb,
.defaultCCModal-block .ant-select-selector:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.BlackListModal-wrap .ant-select-selector:hover::-webkit-scrollbar-thumb:hover,
.defaultCCModal-block .ant-select-selector:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.BlackListModal-wrap .ant-select-selector:hover::-webkit-scrollbar-corner,
.defaultCCModal-block .ant-select-selector:hover::-webkit-scrollbar-corner {
  display: none;
}
.BlackListModal-wrap .defaultCCModal-title,
.defaultCCModal-block .defaultCCModal-title {
  font-size: 14px;
  color: #272e47;
  color: var(--text-5, #272e47);
}
.BlackListModal-wrap .defaultCCModal-tip,
.defaultCCModal-block .defaultCCModal-tip {
  margin-top: 8px;
  font-size: 14px;
  color: #9fa2ad;
  color: var(--text-2, #9fa2ad);
  margin-left: 10px;
}
.BlackListModal-wrap .defaultCCModal-contactModel-wrap,
.defaultCCModal-block .defaultCCModal-contactModel-wrap {
  margin-top: 8px;
}
.BlackListModal-wrap .defaultCCModal-footer,
.defaultCCModal-block .defaultCCModal-footer {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
.BlackListModal-wrap .tagWrapper,
.defaultCCModal-block .tagWrapper {
  display: flex;
  align-items: center;
  background-color: rgba(39, 46, 71, 0.08);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 12px;
  padding: 2px 8px 2px 2px;
  font-size: 12px;
  margin: 4px;
  height: 24px;
  padding-left: 8px;
}
.BlackListModal-wrap .tagWrapper.tagWrapperError,
.defaultCCModal-block .tagWrapper.tagWrapperError {
  background: rgba(247, 79, 79, 0.1);
}
.BlackListModal-wrap .tagWrapper .tagAvatar,
.defaultCCModal-block .tagWrapper .tagAvatar {
  margin-right: 4px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  flex: none;
}
.BlackListModal-wrap .tagWrapper .tagName,
.defaultCCModal-block .tagWrapper .tagName {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 128px;
}
.BlackListModal-wrap .tagWrapper .tagName-error,
.defaultCCModal-block .tagWrapper .tagName-error {
  color: #f74f4f;
}
.BlackListModal-wrap .tagWrapper .tagNameWidth,
.defaultCCModal-block .tagWrapper .tagNameWidth {
  max-width: inherit;
}
.BlackListModal-wrap .tagWrapper .tagClose,
.defaultCCModal-block .tagWrapper .tagClose {
  cursor: pointer;
  margin-left: 4px;
}
.BlackListModal-wrap .tagWrapper .tagClose:hover svg path,
.defaultCCModal-block .tagWrapper .tagClose:hover svg path {
  stroke: #386ee7;
  stroke-opacity: 1;
}

.defaultCCModal-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.defaultCCModal-block .defaultCCModal-footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.style-module--custom-sign-form--3eT03 {
  max-width: 688px;
  width: 100%;
  height: 100%;
  position: relative;
}
.style-module--custom-sign-form--3eT03 .style-module--form-content--WH9Ob {
  overflow-y: scroll;
  max-height: 516px;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.style-module--custom-sign-form--3eT03 .style-module--form-content--WH9Ob::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.style-module--custom-sign-form--3eT03 .style-module--close-icon--VGAND {
  display: inline-block;
  position: absolute;
  top: -51px;
  right: -17px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.style-module--custom-sign-form--3eT03 .style-module--radio-group--jxRla {
  margin-bottom: 24px;
}
.style-module--custom-sign-form--3eT03 .style-module--radio-group--jxRla .ant-radio-wrapper {
  align-items: center;
}
.style-module--custom-sign-form--3eT03 .style-module--radio-group--jxRla .ant-radio-wrapper-checked .group-item-checked {
  border: 1px solid #5383fe;
  height: 66px;
  border-radius: 4px;
}
.style-module--custom-sign-form--3eT03 .style-module--radio-group--jxRla .style-module--group-item--wuNBo {
  margin-right: 10px;
  height: 66px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.style-module--custom-sign-form--3eT03 .tox-edit-area {
  margin-top: 10px !important;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m {
  display: flex;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m .style-module--right-part--K64gU {
  min-height: 426px;
  width: 98%;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m .style-module--avatar--5qWgX {
  height: 60px;
  width: 60px;
  cursor: pointer;
  border-radius: 50%;
  object-fit: center;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m .style-module--input-wrapper--WDQ6m {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m .style-module--input-wrapper--WDQ6m .style-module--err-msg--tR6JJ {
  color: #f74f4f;
  font-size: 12px;
  margin-top: 4px;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m .style-module--input-wrapper--WDQ6m .ant-input {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m .style-module--input-field--NKf2e .style-module--icon-delete--eyHZc {
  cursor: pointer;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m .style-module--add-field--Q1dy7 {
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin: 24px 0 8px;
  display: flex;
  align-items: center;
}
.style-module--custom-sign-form--3eT03 .style-module--input-wrapper--WDQ6m .style-module--add-field--Q1dy7 > span {
  line-height: 10px;
  margin-right: 8px;
  cursor: pointer;
}
.style-module--custom-sign-form--3eT03 .style-module--config--3vEvk {
  font-size: 14px;
  color: #a8aaad;
}
.style-module--custom-sign-form--3eT03 .style-module--config--3vEvk .style-module--high-light--Po-Xr {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.style-module--custom-sign-form--3eT03 .style-module--footer--EIIe7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
  border-top: 1px solid #f4f4f5;
  border-top: 1px solid var(--white-bg, #f4f4f5);
  margin-top: 10px;
}
.style-module--custom-sign-form--3eT03 .style-module--footer--EIIe7 .ant-click-animating-node {
  display: none;
}
.style-module--custom-sign-form--3eT03 .style-module--footer--EIIe7 .style-module--action-btn--IRGge {
  width: 100px;
  height: 32px;
  border-radius: 4px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border: none;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-right: 12px;
  animation-duration: 0s !important;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.style-module--custom-sign-form--3eT03 .style-module--footer--EIIe7 .style-module--action-btn--IRGge.style-module--del--R8gpI {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
}
.style-module--custom-sign-form--3eT03 .style-module--footer--EIIe7 .style-module--action-btn--IRGge.style-module--primary--y0Gwr {
  background-color: #386ee7;
  color: #fff;
}
.style-module--custom-sign-form--3eT03 .style-module--footer--EIIe7 .style-module--action-btn--IRGge.style-module--preview--KjuzP {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Avatar-6, #4c6aff);
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.style-module--sign-edit-modal--mxhO2 .style-module--ant-modal-wrap--5wSce {
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.style-module--sign-edit-modal--mxhO2 .style-module--ant-modal-wrap--5wSce::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.style-module--sign-edit-content--nM9H5 {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.style-module--sign-edit-content--nM9H5 .style-module--title--doUZj {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.style-module--sign-default--t\+txA {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.cancel-popover-module--cancel-tooltip--1We-k .ant-popover-inner {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.cancel-popover-module--cancel-tooltip--1We-k .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}
.cancel-popover-module--cancel-tooltip--1We-k .cancel-popover-module--card--26B-4 {
  width: 239px;
  height: 100px;
  border-radius: 6px;
  padding: 16px;
  z-index: 999;
}
.cancel-popover-module--cancel-tooltip--1We-k .cancel-popover-module--card--26B-4 .cancel-popover-module--title--jqJzZ {
  color: #000000;
  color: var(--font-color-3, #000000);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.cancel-popover-module--cancel-tooltip--1We-k .cancel-popover-module--card--26B-4 .cancel-popover-module--btn-group--Wd8PZ {
  display: flex;
  justify-content: flex-end;
}
.cancel-popover-module--cancel-tooltip--1We-k .cancel-popover-module--card--26B-4 .cancel-popover-module--btn-group--Wd8PZ .cancel-popover-module--btn--mb9oL {
  -webkit-user-select: none;
          user-select: none;
  width: 70px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  margin-left: 8px;
  cursor: pointer;
  margin-top: 16px;
}
.cancel-popover-module--cancel-tooltip--1We-k .cancel-popover-module--card--26B-4 .cancel-popover-module--btn-group--Wd8PZ .cancel-popover-module--btn-confirm--3\+NFy {
  color: #fff;
  background: #386ee7;
}
.cancel-popover-module--cancel-tooltip--1We-k .cancel-popover-module--card--26B-4 .cancel-popover-module--btn-group--Wd8PZ .cancel-popover-module--btn-cancel--XfA9v {
  background: rgba(39, 46, 71, 0.03);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.03);
  border: 0.5px solid rgba(39, 46, 71, 0.17);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.17);
  color: #51555c;
}
.sign-preview-modal-module--sign-preview-modal--UVH3r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 329px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-radius: 4px;
}
.sign-preview-modal-module--sign-preview-modal--UVH3r .sign-preview-modal-module--input-area--vRBhf {
  width: 100%;
  height: 44px;
  padding: 16px;
  background-color: rgba(39, 46, 71, 0.04);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.04);
  font-size: 14px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.sign-preview-modal-module--sign-preview-modal--UVH3r .sign-preview-modal-module--main-area--mzww2 {
  position: relative;
  padding: 17px;
  color: #a8aaad;
}
.sign-preview-modal-module--sign-preview-modal--UVH3r .sign-preview-modal-module--preview-area--c7gxf {
  pointer-events: none;
  padding: 17px;
  max-width: 550px;
}
.sign-list-module--config-list--s9rSi {
  min-height: 100px;
}
.sign-list-module--config-list-title--1Lw-y {
  margin-top: 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.sign-list-module--config-list-none-sign--mcK43 {
  font-size: 12px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin: 0 4px;
}
.sign-list-module--config-list-sign-item--Uu3Zm {
  margin: 0 4px;
}
.sign-list-module--config-list-radio--OjFra {
  display: flex;
  flex-direction: column;
  max-height: 426px;
  overflow-y: scroll;
  width: 100%;
  padding: 0 20px;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.sign-list-module--config-list-radio--OjFra::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.sign-list-module--config-list-radio-item--D1ZKf {
  margin-bottom: 12px;
  flex: 0 0 auto;
}
.sign-list-module--config-list-content-text--qA7QR {
  margin-right: 16px;
}
.sign-list-module--config-list--s9rSi .sign-list-module--actionBtns--QHp9V {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 20px;
  border-top: 1px solid #e1e3e8;
  border-top: 1px solid var(--Line-3, #e1e3e8);
}
.sign-list-module--config-list-content--52JXQ {
  position: relative;
  margin-top: 12px;
  width: 630px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  padding: 12px;
  min-height: 50px;
  word-break: break-word;
  padding-right: 50px;
}
.sign-list-module--config-list-content-custom--qjuUH img {
  max-width: 600px;
  height: auto !important;
}
.sign-list-module--config-list-content-template--cdyPN {
  pointer-events: none;
}
.sign-list-module--config-list-content-template--cdyPN .sign-list-module--avatar--Mv5TV {
  margin-right: 8px;
}
.sign-list-module--config-list-content-template--cdyPN .sign-list-module--avatar--Mv5TV > img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.sign-list-module--config-list-content-template--cdyPN .sign-list-module--info--bp172 {
  font-family: PingFang SC;
  font-style: normal;
}
.sign-list-module--config-list-content-template--cdyPN .sign-list-module--info-name--09a2M {
  font-weight: 500;
  font-size: 14px;
  color: #262a33;
}
.sign-list-module--config-list-content-template--cdyPN .sign-list-module--info-desc--0VjNE {
  font-weight: normal;
  font-size: 12px;
  color: #7d8085;
}
.sign-list-module--config-list-content-default--DWvaR {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #386ee7;
  width: 48px;
  height: 28px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 0;
}
.sign-list-module--config-list-content-bar--Kh7Hl {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  padding: 9px 16px;
  background-color: #f0f0f1;
  border-radius: 0 3px 0 0;
  z-index: 2;
}
.sign-list-module--config-list-content-text--qA7QR {
  display: inline-block;
  margin: 0 4px;
  color: #386ee7;
  cursor: pointer;
}
.sign-list-module--config-list-content-text--qA7QR svg {
  vertical-align: middle;
}
.sign-list-module--config-list-content--52JXQ:hover > .sign-list-module--config-list-content-bar--Kh7Hl {
  display: block;
}
.sign-list-module--config-list-orange--LZEb1 {
  color: #ffaa00;
}
@keyframes index-module--spin--F1HMp {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index-module--mail-sign-item--R1x59 {
  width: 100%;
  min-width: 392px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-radius: 4px;
}
.index-module--mail-sign-item--R1x59 p {
  margin: 0;
}

.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW {
  display: flex;
  height: 44px;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Fill-3, #ebedf2);
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-tag--QtkQl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-tag--QtkQl span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 20px;
  margin-right: 8px;
  border-radius: 2px;
  font-size: 12px;
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-tag--QtkQl .index-module--write-tag--pgQG5 {
  color: #4759b2;
  color: var(--label-1_3, #4759b2);
  background-color: #edf0ff;
  background-color: var(--Brand-2-bg, #edf0ff);
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-tag--QtkQl .index-module--reply-tag--eK2rf {
  color: #398e80;
  color: var(--label-2_3, #398e80);
  background-color: #e7fbf3;
  background-color: var(--Success-1, #e7fbf3);
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-tag--QtkQl .index-module--forward-tag--Uaojv {
  color: #7a51cb;
  color: var(--label-3_3, #7a51cb);
  background-color: #ede4ff;
  background-color: var(--label-3_1, #ede4ff);
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  height: 30px;
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf > span + span {
  margin-left: 16px;
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf .index-module--del-btn--rc\+Xm {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf .index-module--edit-btn--yzmbm {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf .index-module--set-btn--Ypon9 {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf .index-module--set-btn--Ypon9 i {
  margin-left: 4px;
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf .index-module--set-btn--Ypon9 .index-module--set-modal--a851G {
  display: none;
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf .index-module--set-btn--Ypon9:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf .index-module--set-btn--Ypon9:hover i {
  transform: rotate(180deg);
}
.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-operation--7AzcW .index-module--operation-btn--ZXlwf .index-module--set-btn--Ypon9:hover .index-module--set-modal--a851G {
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 26px;
  height: 104px;
  padding: 13px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  box-shadow: 0px 4px 10px rgba(71, 89, 178, 0.1);
  box-shadow: 0px 4px 10px rgba(var(--label-1_3-r, 71), var(--label-1_3-g, 89), var(--label-1_3-b, 178), 0.1);
  border-radius: 4px;
}

.index-module--mail-sign-item--R1x59 .index-module--mail-sign-item-content---nf0C {
  padding: 16px 12px;
  background-color: #fff;
}

.index-module--docIframe--JxFk8 {
  border: none;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.index-module--docIframe--JxFk8::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.index-module--loading--XzrTT {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--loading--XzrTT i {
  width: 24px !important;
  height: 24px !important;
  border: none !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  animation: index-module--spin--F1HMp 1s linear infinite;
}
.icheckbox .ant-checkbox-group-item {
  height: 22px;
  margin-right: 0 !important;
}
.icheckbox .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-top: 7px !important;
}
.icheckbox .ant-checkbox + span {
  padding: 0 !important;
  margin-left: 5px !important;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 14px !important;
}
.sign-list-modal .ant-modal-header {
  padding: 20px 20px 16px 20px;
  border-bottom: none;
}
.sign-list-modal .ant-modal-body {
  padding: 0 20px 4px 20px;
  height: 388px;
  overflow-y: auto;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.sign-list-modal .ant-modal-body::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.sign-list-modal .ant-modal-footer {
  padding: 0;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sign-list-modal .ant-modal-footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  font-size: 14px;
  margin: 0;
}

.no-result-box {
  margin: 0 -24px;
  padding: 0 24px;
  height: 382px;
  overflow-y: auto;
  position: relative;
}
.no-result-box .no-result {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  text-align: center;
}
.no-result-box .no-result-img {
  width: 160px;
}
.no-result-box .no-result-content {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-result-box .no-result-content-info {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  margin-right: 4px;
}

.sign-modal-list-item {
  margin-bottom: 16px;
}
.index-module--no-wifi-box--HbYEQ {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  align-items: center;
  height: 480px;
}
.index-module--no-wifi-box--HbYEQ img {
  width: 160px;
  height: 160px;
  margin-bottom: 8px;
}
.index-module--no-wifi-box--HbYEQ .index-module--no-wifi-title--oQ\+pO {
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  color: "#7D8085";
}
.index-module--no-wifi-box--HbYEQ .index-module--no-wifi-btn--ted\+r {
  width: 72px;
  background: "#F4F4F5";
}

.index-module--sign-modal-List--\+Aiwa {
  padding: 20px 0 0 0;
}
.index-module--sign-modal-List--\+Aiwa h3 {
  margin-bottom: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.customer-tree-container {
  padding-bottom: 16px !important;
}
.customer-tree-container .edti-tree-wrap .ant-tree .ant-tree-list .ant-tree-treenode .ant-tree-node-content-wrapper {
  padding-right: 8px;
  flex: 1 1 auto;
  width: 100px;
}
.customer-tree-container .edti-tree-wrap .ant-tree .ant-tree-list .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-title {
  display: inline-block;
}
.customer-tree-container .edti-tree-wrap .ant-tree .ant-tree-list .ant-tree-treenode .ant-tree-node-content-wrapper .u-foldername-sdAI {
  display: none;
}
.customer-tree-container .edti-tree-wrap .ant-tree .ant-tree-list .ant-tree-treenode .ant-tree-node-content-wrapper :hover .u-foldername-sdAI {
  display: inline-block;
}
@charset "UTF-8";
.index-module--subordinateUpDownContent--XzxU\+ .index-module--kehuLabel--pxE6z {
  font-size: 12px;
  margin: 10px 0 10px 25px;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
}
.index-module--subordinateUpDownContent--XzxU\+ .index-module--allLabel--1acQ6 {
  font-size: 12px;
  margin: 10px 0 10px 25px;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
}

.index-module--searchText--keC4t {
  flex: 1 1 auto;
  margin-left: 4px;
  background: linear-gradient(90deg, #3a43ee 0.08%, #772cd8 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #3a43ee;
}

.index-module--AITipDom--Q0WQ4 {
  padding: 6px 8px;
  border-radius: 4px;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  margin: 3px 16px;
  position: relative;
}
.index-module--AITipDom--Q0WQ4 .index-module--AITipContent--YdUGc {
  color: #272e47;
  color: var(--Text-5, #272e47);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-right: 22px;
}
.index-module--AITipDom--Q0WQ4 .index-module--AITipContent2--1B870 {
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 157.143% */
  margin-top: 2px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.m-search-container .m-search-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDExLjVDOS40ODUyOCAxMS41IDExLjUgOS40ODUyOCAxMS41IDdDMTEuNSA0LjUxNDcyIDkuNDg1MjggMi41IDcgMi41QzQuNTE0NzIgMi41IDIuNSA0LjUxNDcyIDIuNSA3QzIuNSA5LjQ4NTI4IDQuNTE0NzIgMTEuNSA3IDExLjVaIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjMiLz4KPHBhdGggZD0iTTEwLjUgMTAuNUwxMy42NDMzIDEzLjY0MzMiIHN0cm9rZT0iIzI2MkEzMyIgc3Ryb2tlLW9wYWNpdHk9IjAuMyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.m-search-container .u-mail-search-advanced-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRIMy4zQzIuODU4MTcgMTQgMi41IDEzLjY0MTggMi41IDEzLjJWMi44QzIuNSAyLjM1ODE3IDIuODU4MTcgMiAzLjMgMkgxMi43QzEzLjE0MTggMiAxMy41IDIuMzU4MTcgMTMuNSAyLjhWOCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIyIiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik0xMiAxMkwxNCAxNCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8cGF0aCBkPSJNNSA1SDExIiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhIOCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K) center center no-repeat;
  background-size: 16px;
  cursor: pointer;
  margin-right: 10px;
}
.m-search-container .u-mail-search-advanced-icon:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRIMy4zQzIuODU4MTcgMTQgMi41IDEzLjY0MTggMi41IDEzLjJWMi44QzIuNSAyLjM1ODE3IDIuODU4MTcgMiAzLjMgMkgxMi43QzEzLjE0MTggMiAxMy41IDIuMzU4MTcgMTMuNSAyLjhWOCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIyIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik0xMiAxMkwxNCAxNCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8cGF0aCBkPSJNNSA1SDExIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhIOCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K);
}
.m-search-container .u-mail-search-clear-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: 16px;
  cursor: pointer;
  margin-right: 10px;
  color: #c9cbd6;
  color: var(--Fill-5, #c9cbd6);
  margin-top: 4px;
}
.m-search-container .ant-input-affix-wrapper {
  font-size: 12px;
  height: 28px;
  line-height: 30px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Fill-4, #e1e3e8);
  border-radius: 4px;
}
.m-search-container .ant-input-affix-wrapper:hover {
  border: 0.5px solid #386ee7 !important;
}
.m-search-container .ant-input-affix-wrapper:hover .m-search-icon {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.m-search-container .ant-input-affix-wrapper:hover .ant-input::placeholder {
  color: #386ee7;
}
.m-search-container .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  line-height: 12px;
  background: transparent;
  caret-color: #386ee7;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.m-search-container .ant-input-affix-wrapper .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.16);
  font-size: 14px;
  margin-right: 8px;
}
p.advancedsearchform-module--errorMsg--mXoZe {
  margin: 0;
  font-size: 12px;
  text-align: right;
  width: 100%;
  color: #f74f4f;
}

.advancedsearchform-module--advancedSearchFormContainer---Xneu .ant-select-selection-overflow-item > span > div {
  padding-left: 8px;
  margin: 2px 4px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.advancedsearchform-module--advancedSearchFormContainer---Xneu .ant-select-selection-overflow-item > span > div > div {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.advancedsearchform-module--advance-form-radio--\+yaA8 {
  font-size: 12px !important;
  color: #272e47;
}

.advancedsearchform-module--formItem--OJXIb {
  width: 100%;
  height: 28px;
  line-height: 28px;
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}

.advancedsearchform-module--inputLabel--lzeA0 {
  display: inline-block;
  width: 40px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
}

.advancedsearchform-module--operator--sGGLK {
  width: 44px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.advancedsearchform-module--itemOuter--1I7mq {
  width: 200px;
  display: flex;
  flex: 0 0 200px;
}
.advancedsearchform-module--itemOuter--1I7mq .ant-input {
  height: 28px;
  line-height: 28px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}
.advancedsearchform-module--itemOuter--1I7mq .sirius-contact-wrap {
  display: flex;
  align-items: center;
  min-width: 200px;
}
.advancedsearchform-module--itemOuter--1I7mq .advancedsearchform-module--contact--nVFM8 {
  height: 28px;
  min-height: 28px;
  width: 100%;
  min-width: 200px;
}
.advancedsearchform-module--itemOuter--1I7mq .advancedsearchform-module--contact--nVFM8 .ant-select-selector {
  transform: scale(0.875);
  width: 228.5px;
  transform-origin: left;
  border-radius: 4px;
}

.advancedsearchform-module--itemBtn--P5jlx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 28px;
  z-index: 9;
}
.advancedsearchform-module--itemBtn--P5jlx .advancedsearchform-module--btnIcon--n0lBm {
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.advancedsearchform-module--selectOuter--X366l .ant-select-selector {
  width: 256px !important;
}

.advancedsearchform-module--timer--mKLTV {
  flex: 1 0 109px;
  transform: scale(0.875);
  border-radius: 4px;
  transform-origin: left center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.filterTab-module--mListTitle--g4mQV {
  -webkit-user-select: none;
          user-select: none;
  -webkit-app-region: no-drag;
  border-bottom: solid 1px rgba(39, 46, 71, 0.12);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding-bottom: 0;
  height: 48px;
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--mListTab--ZpHd1 {
  display: flex;
  font-size: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1;
  min-width: 0px;
  overflow: hidden;
  flex-wrap: wrap;
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--mListTab--ZpHd1 .filterTab-module--unreadTxt--6V4xd {
  margin-left: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-top: 10px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--mListTab--ZpHd1 .filterTab-module--text--0WUF2 {
  position: relative;
  cursor: pointer;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  margin: 0 2px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-flex;
  height: 28px;
  line-height: 28px;
  justify-content: center;
  align-items: center;
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--mListTab--ZpHd1 .filterTab-module--text--0WUF2 .filterTab-module--first-icon--WVCYE {
  display: inline-block;
  width: 27px;
  height: 14px;
  margin-right: 2px;
  line-height: 14px;
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--mListTab--ZpHd1 .filterTab-module--text--0WUF2:nth-child(1) {
  margin-left: 8px;
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--mListTab--ZpHd1 .filterTab-module--on--b7\+xL {
  color: #ffffff;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--mailListFilterPageWrapper--7GZwi {
  display: flex;
  justify-content: flex-end;
  margin-right: 12px;
  margin-top: 10px;
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--uMarkRead--0igfg {
  float: right;
  margin-right: 13px;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
}
.filterTab-module--mListTitle--g4mQV .filterTab-module--uMarkRead--0igfg .ant-dropdown-menu-item-selected {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.MailMultOperation-module--multipleOperation--jufY1 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  padding-left: 28px;
}

.MailMultOperation-module--cancle--17S-3 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #386ee7;
  cursor: pointer;
  margin-right: 22px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.m-search-container .m-search-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDExLjVDOS40ODUyOCAxMS41IDExLjUgOS40ODUyOCAxMS41IDdDMTEuNSA0LjUxNDcyIDkuNDg1MjggMi41IDcgMi41QzQuNTE0NzIgMi41IDIuNSA0LjUxNDcyIDIuNSA3QzIuNSA5LjQ4NTI4IDQuNTE0NzIgMTEuNSA3IDExLjVaIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjMiLz4KPHBhdGggZD0iTTEwLjUgMTAuNUwxMy42NDMzIDEzLjY0MzMiIHN0cm9rZT0iIzI2MkEzMyIgc3Ryb2tlLW9wYWNpdHk9IjAuMyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.m-search-container .u-mail-search-advanced-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRIMy4zQzIuODU4MTcgMTQgMi41IDEzLjY0MTggMi41IDEzLjJWMi44QzIuNSAyLjM1ODE3IDIuODU4MTcgMiAzLjMgMkgxMi43QzEzLjE0MTggMiAxMy41IDIuMzU4MTcgMTMuNSAyLjhWOCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIyIiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik0xMiAxMkwxNCAxNCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8cGF0aCBkPSJNNSA1SDExIiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhIOCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K) center center no-repeat;
  background-size: 16px;
  cursor: pointer;
  margin-right: 10px;
}
.m-search-container .u-mail-search-advanced-icon:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRIMy4zQzIuODU4MTcgMTQgMi41IDEzLjY0MTggMi41IDEzLjJWMi44QzIuNSAyLjM1ODE3IDIuODU4MTcgMiAzLjMgMkgxMi43QzEzLjE0MTggMiAxMy41IDIuMzU4MTcgMTMuNSAyLjhWOCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIyIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik0xMiAxMkwxNCAxNCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8cGF0aCBkPSJNNSA1SDExIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhIOCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K);
}
.m-search-container .u-mail-search-clear-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: 16px;
  cursor: pointer;
  margin-right: 10px;
  color: #c9cbd6;
  color: var(--Fill-5, #c9cbd6);
  margin-top: 4px;
}
.m-search-container .ant-input-affix-wrapper {
  font-size: 12px;
  height: 28px;
  line-height: 30px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Fill-4, #e1e3e8);
  border-radius: 4px;
}
.m-search-container .ant-input-affix-wrapper:hover {
  border: 0.5px solid #386ee7 !important;
}
.m-search-container .ant-input-affix-wrapper:hover .m-search-icon {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.m-search-container .ant-input-affix-wrapper:hover .ant-input::placeholder {
  color: #386ee7;
}
.m-search-container .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  line-height: 12px;
  background: transparent;
  caret-color: #386ee7;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.m-search-container .ant-input-affix-wrapper .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.16);
  font-size: 14px;
  margin-right: 8px;
}
p.advancedsearchform-module--errorMsg--HA6Mx {
  margin: 0;
  font-size: 12px;
  text-align: right;
  width: 100%;
  color: #f74f4f;
}

.advancedsearchform-module--advancedSearchFormContainer--WdFGM .ant-select-selection-overflow-item > span > div {
  padding-left: 8px;
  margin: 2px 4px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.advancedsearchform-module--advancedSearchFormContainer--WdFGM .ant-select-selection-overflow-item > span > div > div {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.advancedsearchform-module--advance-form-radio--DoWO4 {
  font-size: 12px !important;
  color: #272e47;
}
p.advancedsearchform-module--errorMsg--pBdP3 {
  margin: 0;
  font-size: 12px;
  text-align: right;
  width: 100%;
  color: #f74f4f;
}

.advancedsearchform-module--advancedSearchFormContainer--sNs24 .ant-select-selection-overflow-item > span > div {
  padding-left: 8px;
  margin: 2px 4px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.advancedsearchform-module--advancedSearchFormContainer--sNs24 .ant-select-selection-overflow-item > span > div > div {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.advancedsearchform-module--advance-form-radio--hygYH {
  font-size: 12px !important;
  color: #272e47;
}
.Fold-module--fold-box--QEOzY {
  position: relative;
}
.Fold-module--fold-box--QEOzY .Fold-module--unfold-operate--cBMNa {
  position: absolute;
  right: 3px;
  bottom: 0;
  margin: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 5%, #ffffff 100%);
  padding-left: 5px;
  font-size: 14px;
  color: #386ee7;
}
.Fold-module--fold-box--QEOzY .Fold-module--fold-operate--Fbi\+M {
  background: #ffffff;
  padding-left: 5px;
  font-size: 14px;
  color: #386ee7;
}
.task-mail-user-modal .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn .ant-tabs-tab:hover {
  color: #386ee7 !important;
}
.task-mail-user-modal .ant-tabs-ink-bar {
  display: none !important;
}
.task-mail-user-modal .ant-tabs-tab-active {
  position: relative !important;
}
.task-mail-user-modal .ant-tabs-tab-active::after {
  content: "" !important;
  height: 2px;
  width: 10px;
  background: #386ee7;
  position: absolute;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.task-mail-user-modal .ant-tabs-nav {
  padding-left: 20px !important;
  border-bottom: 1px solid #f0f2f7 !important;
  border-bottom: 1px solid var(--Fill-2_5, #f0f2f7) !important;
  margin-bottom: 0;
}
.task-mail-user-modal .ant-modal-header {
  border-bottom: none !important;
}
.task-mail-user-modal .ant-modal-body {
  padding: 0 !important;
}
.task-mail-user-modal .user-body {
  height: 364px;
  overflow-y: scroll;
}
.task-mail-user-modal .user-blank {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.task-mail-user-modal .user-blank .blank-img {
  width: 160px;
  height: 160px;
  margin: 60px auto 20px;
  background-image: url(/static/blank-3483bf4da8cbb57a16d2cd528723bd76.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.task-mail-user-modal .user-blank .blank-txt {
  font-size: 14px;
  line-height: 16px;
  color: #7d8085;
  text-align: center;
}
.task-mail-user-modal .user-error {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.task-mail-user-modal .user-error .error-txt {
  font-size: 14px;
  line-height: 16px;
  color: #7d8085;
  text-align: center;
  margin: 109px 0 20px;
}
.task-mail-user-modal .user-nowifi {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.task-mail-user-modal .user-nowifi .nowifi-img {
  width: 160px;
  height: 160px;
  margin: 58px auto 20px;
  background-image: url(/static/no-wifi-e88b08b388a437631ea0a920f3115904.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.task-mail-user-modal .user-nowifi .nowifi-txt {
  font-size: 14px;
  line-height: 16px;
  color: #7d8085;
  text-align: center;
  margin-bottom: 20px;
}
.task-mail-user-modal .error-btn {
  margin: 0 auto;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #386ee7;
  border-radius: 4px;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}
.task-mail-user-modal .user-item {
  padding: 0 20px;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.task-mail-user-modal .user-item .user-photo {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: 12px 12px 12px 0;
  cursor: pointer;
}
.task-mail-user-modal .user-item .user-detail {
  width: 315px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f2f7;
  border-bottom: 1px solid var(--Fill-2_5, #f0f2f7);
  cursor: pointer;
}
.task-mail-user-modal .user-item .user-detail p:nth-child(1) {
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-weight: 500;
  margin-bottom: 4px;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-mail-user-modal .user-item .user-detail p:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
  color: #7d8085;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-mail-user-modal .user-item .user-time {
  font-size: 12px;
  line-height: 16px;
  color: #7d8085;
  position: absolute;
  right: 20px;
  top: 12px;
}
.TaskMailCard-module--task-card--khqT8 {
  max-width: 588px;
  margin: 20px auto;
  background: #ffffff;
  border: 0.5px solid rgba(39, 46, 71, 0.08);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  box-shadow: 0px 1.5px 5px #f0f2f7;
  box-shadow: 0px 1.5px 5px var(--Fill-2_5, #f0f2f7);
  border-radius: 8px;
  min-width: 400px;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-header--BENm4 {
  background: rgba(148, 166, 255, 0.08);
  background: rgba(var(--Brand-4-r, 148), var(--Brand-4-g, 166), var(--Brand-4-b, 255), 0.08);
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  padding: 20px;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-header--BENm4 .TaskMailCard-module--card-title--ruV0s {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
  color: #262a33;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-content--Nch2x {
  padding: 20px 20px 4px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-content--Nch2x .TaskMailCard-module--content-title--M3in- {
  font-size: 12px;
  line-height: 12px;
  color: #7d8085;
  margin-bottom: 6px;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-content--Nch2x .TaskMailCard-module--content-details--hLcCl {
  font-size: 14px;
  line-height: 20px;
  color: #262a33;
  margin-bottom: 16px;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-content--Nch2x .TaskMailCard-module--task-complete-box--p7Q1m {
  position: relative;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-content--Nch2x .TaskMailCard-module--task-complete-box--p7Q1m .TaskMailCard-module--task-complete--y7rxQ {
  position: absolute;
  right: 20px;
  top: -55px;
  width: 136px;
  height: 76px;
  background-image: url(/static/taskcomplete-09cf2d2d5b3efed8184c4a6f5f7772b2.png);
  background-size: 100%;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-content--Nch2x .TaskMailCard-module--task-complete-box--p7Q1m .TaskMailCard-module--task-complete--y7rxQ p {
  position: absolute;
  top: 30px;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #f74f4f;
  text-align: center;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-content--Nch2x .TaskMailCard-module--task-err--bXLEV {
  margin-bottom: 16px;
  font-size: 14px;
  color: #f74f4f;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--bottom-progress--Kn8gN {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(39, 46, 71, 0.16);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-operate--2pYp4 {
  display: flex;
  background-color: #ffffff;
  padding: 20px 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  justify-content: center;
  border-top: 1px solid rgba(39, 46, 71, 0.16);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-operate--2pYp4 .TaskMailCard-module--operate-btn--rvq9X {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-operate--2pYp4 .TaskMailCard-module--operate-btn--rvq9X .TaskMailCard-module--operate-bell--0HJ0l {
  font-size: 14px;
  margin-right: 5px;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-operate--2pYp4 .TaskMailCard-module--operate-btn--rvq9X .TaskMailCard-module--operate-check--onO0b {
  font-size: 13px;
  margin-right: 5px;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-operate--2pYp4 .TaskMailCard-module--operate-btn-red--WRtex {
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  color: #f74f4f;
  border: 0.5px solid #ffdedb;
  border: 0.5px solid var(--Error-2, #ffdedb);
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-operate--2pYp4 .TaskMailCard-module--operateBtnBlue--jOjUz {
  background: #386ee7;
  border: 0.5px solid #386ee7;
  color: #ffffff;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--task-operate--2pYp4 .TaskMailCard-module--operateBtnLine--QxCD9 {
  background: #ffffff;
  border: 1px solid #386ee7;
  color: #386ee7;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--progress-box--W4t-X {
  margin-top: 16px;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--progress--npqar {
  margin-top: 16px;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--progress--npqar .TaskMailCard-module--progress-user--USv1k {
  display: flex;
  cursor: pointer;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--progress--npqar .TaskMailCard-module--progress-user--USv1k .TaskMailCard-module--item-user--13sfW {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-left: -6px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--progress--npqar .TaskMailCard-module--progress-user--USv1k .TaskMailCard-module--item-user--13sfW:nth-child(1) {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--progress--npqar .TaskMailCard-module--progress-user--USv1k .TaskMailCard-module--item-user--13sfW:nth-child(1) i {
  display: inline-block;
  background: #a8aaad;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--progress--npqar .TaskMailCard-module--progress-user--USv1k .TaskMailCard-module--item-user--13sfW:nth-child(1) i:nth-child(2) {
  margin: 0 2.5px;
}
.TaskMailCard-module--task-card--khqT8 .TaskMailCard-module--progress--npqar .TaskMailCard-module--progress-proportion--ArYkJ {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #386ee7;
  height: 16px;
  line-height: 16px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.ics-card {
  margin: 40px auto;
  width: 420px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fff;
}
.ics-card .action-icon {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}
.ics-card .action-icon-accept {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUxpcVvDdF7AdV3BdFzBdV+/b17CclvDc1+/d13Bdl7DdV+/dV/Dc17DdF/Ddf///+348LHivHPLhn/PkMfqzt7z4mnHfaXdsZvZqBzQNOcAAAAOdFJOUwDvb7/PEI/fIF+f/kCvFtbN6AAAAPtJREFUeNq1lM2ygyAMRkWCQasfVezP+z/pdbgyIEWoi55hkcWZZAghza/R7cACEDS1uqD1EhHUn2gjI4FzquqQoVOppwlZWCceA9+YinEKxdU7FOiitqDI2HgYRTgkrODbSchiZx/JvTXI8jbm5WPtxPbMu1vstE6ckGHevAWewYlU9sK9BTwvm/cgnBinefvgsSDmKNr7/0XXzXviQFJ62cz5+TBmTTwRHjCY21mRQE4ccDTNjJQpNDyYGQ997gktPtmnXKKCvDpm9cH1jJWE1z9Xo6hQWF1ZAHWT9FdL6tap3HbkVOPxbJFSZN1kX1zNEwlA8NDq5sf8AR+qOClgSKZCAAAAAElFTkSuQmCC);
}
.ics-card .action-icon-attentive {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUxpcf+pAP+pAP+qAP+pAP+oAP+fAP+qAP+nAP+qAP+pAP+qAP+oAP+qAP+nAP+vAP+qAP+/QP///wjuGHMAAAAQdFJOUwBfb2CQ7xDfIM+/n/6vQCAg46vZAAAAwElEQVR42rXUwQ6DIBBFUaTAMCD2tf//sU1IqkiAgYV3fQKKOOrp3jqSBSwn7QfsFVDEW4cdhCpqUWfQyLjaeUYz8pUjYEY6QjcudzcYZIpjwbDjhDSGdC0o9D9OlmBQOQ8xn6GWoc4wyTCWjyi/t8XZ5xbObIa4+t7C1TRc25ogxhlGGabZA9/WPqEKkgvT12z14qpDWHD951KO+47cygCQJfupIbUb15qOVDM6eoOUC7WHTfXzOrEFLEXt1cP9AIk8PySEjhUdAAAAAElFTkSuQmCC);
}
.ics-card .action-icon-reject {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUxpcfdOTvVOTvdOTvxPT/dOTvdOTvZOTvdPT/dOTvZOTvdOTvZPT/dOTvZNTfhQUPVOTvdPT/NNTfdPT/709PhwcP////hlZfy9ve3NJ1AAAAATdFJOUwCPcK8Q78/fIF+/n/7PkG9vQECY8hjpAAAA40lEQVR42rWU0Q6DIAxFy4QUdd3crm7+/5du0REawgAfPC/ycFLgUktn46eRHeCkm3xB6wcopKc8T0YC51RrkMHY1POCLOwTj4EW0zL+Inp3gwJGxYIiTwowinAsWCHEKYi84yIy/KJBZJ0XbCzzisge0UXVm1+7uXwXquZlEzvsBGEJn8iojqhN5el7O6Rm6sFtIpCawYs0i8e25vplZBPHejxdc+DHnpCGWlNIc5sdbVx6VAsGbo0/F1kpbGzbB0CLKZ4SbO6cV2Nz05FTjR+UpxdlXYe+NJrvnTjA8Xj3dDIftWtLZyRYqgAAAAAASUVORK5CYII=);
}
.ics-card .loading-icon {
  background: url(/static/ics_icon_loading-6857bc80c946359a08c6663401aaccff.png) center center no-repeat;
  background-size: 48px 48px;
  width: 100%;
  height: 280px;
  cursor: pointer;
}
.ics-card .ics-card-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 8px;
}
.ics-card .ics-card-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 200%;
  border-radius: 16px;
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.ics-card .icon {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.ics-card .icon.edit-white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAENSURBVHgB7ZeLDYIwEIYP4wCMwAiOABOwgm7gBjqCbuAIbAAjuAFsABuc19jEAwFL7zAx9ksuvJr7/z5pAf6daOwlIiZ0ScAnYRRV4IsRpihRwEzuHcXpk4EahcyIt7bIkX/b8kLwavYrRQEK2LwlRUzRUVRTBVNWkRSUxFnNW2umxwZWYqTmGQ3QO3zDgKv4KgaWiKsbWCquasBH3LAFBVzE8bm67u3jjb43wyRe09Blqs3lF3WBb7NzpGMglYgbRGOABC/UCsZA4SMuNmBNnEHAaktxMBAMBAM/Y4AvRA27z3F6h+1Lzu670RIoPBM4UnPNYRccoN8S2lQUGX8xdTQzv9kYdGneNiEB4gF2RqR1fbcmcQAAAABJRU5ErkJggg==);
}
.ics-card .card-header {
  flex: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 56px;
  background: #386ee7;
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
}
.ics-card .card-header.cancel {
  background: #a8aaad;
}
.ics-card .card-header .toolbar {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.ics-card .card-header .toolbar .reply {
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 0 8px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #fff;
}
.ics-card .card-header .toolbar .edit {
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #fff;
}
.ics-card .card-header .title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  position: relative;
  padding-left: 24px;
}
.ics-card .card-header .title::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADASURBVHgB7ZWBCcIwEEWv0kE6QjfwNtENHCF0BDdwBEfQDRzBTc4vpBhK0la4NCncgw/huCSfu4QjMhYQEZYfrJ1/oJqAYyf5ceGdzcSA0AY0YFy3iZwb9PTrHrr49QC9aZ5UPkOn2Z1Bmc5BTOURfs8cg2F+u3QgqvWgSas084v/glQFujXl/pM+Fiz+C6ptwRW6ky4MOVpp4OVfsxrobheLF2+BGTADZsAMVDsLjhkGI8eC1Y3jgfKzxR3GjvgAcNLZhWUTGZkAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.ics-card .sub-title {
  padding: 18px 0;
  width: 100%;
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.16);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  z-index: 1;
  height: 60px;
}
.ics-card .sub-title .action-btn-group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ics-card .sub-title .action-btn-group button {
  outline: none;
  border: 1px solid #a8aaad;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 16px;
  background: #ffffff;
  width: 92px;
  height: 32px;
  color: #262a33;
  font-size: 14px;
  line-height: 16px;
  margin: 0 12px;
}
.ics-card .sub-title .action-btn-group button:hover {
  background: #f0f0f1;
}
.ics-card .card-content {
  border-top: none;
  border-radius: 0 0 8px 8px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.ics-card .card-content .summary {
  padding: 16px 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ics-card .card-content .summary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.16);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.ics-card .card-content .ics-card-row {
  padding: 14px 0;
  line-height: 16px;
  display: flex;
  align-items: top;
  position: relative;
}
.ics-card .card-content .ics-card-row .time-row-item {
  display: flex;
}
.ics-card .card-content .ics-card-row .ics-time-select-item {
  margin-left: 25px;
}
.ics-card .card-content .ics-card-row::after {
  content: "";
  position: absolute;
  left: 25px;
  right: 0;
  bottom: 0;
  height: 1px;
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.16);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.ics-card .card-content .ics-card-row:last-of-type::after {
  display: none;
}
.ics-card .card-content .ics-card-row.time {
  cursor: pointer;
}
.ics-card .card-content .ics-card-row.conflict {
  cursor: pointer;
}
.ics-card .card-content .ics-card-row.clickable {
  cursor: pointer;
}
.ics-card .card-content .ics-card-row .ics-reply {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUxpcaenq6erq6eprKeor6eqrZ+hqaipraeqrampraepraiqraWorKeqrKiqrKiqrbs81vEAAAAPdFJOUwBAQO8gMBCgj1CAv1DP37nlx6MAAADCSURBVCjPY2AgFqQEoPK97f+XIPN57P///3wAScD580oJexMkgXpTBobg30gC/xsYGLg+J8D5rP8FGBg4/zvABVj+T2BgYPqPsJnNfgEDA8d/JDP2gwz9jmJt0ykUaznRHcbg/v/zFlTPsLoh+1QJCqD2ZgENgIDPbWBH3P8PB39Bruf4XykIBeL/gQ5kYEZyUL0ZkIj/iBCY/wVI6CMJgNlkCPj/UIKD/q9AAe7/SOABKPzeI/i/wcHKKggHDsTEOgDc4Wj95EZq8QAAAABJRU5ErkJggg==);
}
.ics-card .card-content .ics-card-row .conflictIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcaenq6enr6iorZ+fr6epraipraipraeoq6iqq6Sqr6eqrKepraiqrc60ZcIAAAANdFJOUwBAIHAQgL+g798wz1BK9arfAAAA5UlEQVQoz2NgwAG0hFC4rhl3714zQvDV74JBEYzP3Hs3+aCg2d0bBlCB2LshEHVXIXzWu7MgDM27AWDa9rYDRIBl72UQxdQ7BWaY5w0FIMl+VwEmwHW3AEjqXgexZS+Cjb8CMuISQsAXZE9uAkKA7RqQuGuAEGC+AbTkrgBCgAdoASOyAOPdBUCrUAQEgFoOIAsA3dRrgAgH5rtwayEAbC3YdVAtupdhroMK1F4Ce24BTAcT2HMY3scIIGAQToIIrIQGITCQwRHgCgtkcDQIyiBFA0ZEMTAo59692xaCEruKi3AlAwBy/1r7xJOgEwAAAABJRU5ErkJggg==);
}
.ics-card .card-content .ics-card-row .ics-attachment {
  height: 22px;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcYyRn4ySoY2Rn4ySoYyQooqPn4uSoYePn4+Pn4uRn4uRn42RoIqPn4yQoIqSn42SoZdUcCAAAAAQdFJOUwCi34DPfzDvECBAkL9w4GCPiVlEAAAAqElEQVR42rXPSY7DMAxE0aKHSNRg//uftgEhjWwoeZP87SsKkH6Sl5IXXBqA+cxPGF0+9a17MWhTH6c7lKlnq1KiTv0AV8MWvksXdek33Ct/JbYHT/7gL8kf/GR/8M9He+xHfruntctg6UqYZHMvUCSw2MfAJeiRfwaNZLHL4R6vE7t00CS5teqhq8OpUezS8b/IFrp8g8t6txS75Ma7mhVX7ICrFn2/P/MlDxtKFoubAAAAAElFTkSuQmCC);
}
.ics-card .card-content .ics-card-row .rruleIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcaeor6eoq6iqq6eprKSqr6ioraipraeprJ+fr6epq6mpq6WorKiqrQoRFw8AAAANdFJOUwAg79+AMHC/oRBAX1AwTn66AAAA2UlEQVQoz2NgIBaILkThTiu6e1d9I4I/RfcuEFx2gPEZbe+WnFrlfveyAFQg6G4ViJK4qwpVoKsGYeRegihhvhsAEWC9awmmfa/BDMtVhRjZABPgngAm7wqgupH9OoLNlgAkmK4gBGRBhsjeYkC48PIEBpHeG44wAY67dxsgBBSAJTltLyNsOXsR5JOLCEN9FWBWQUFtAaqTGO9uAFGcG+C2QIwLRngO4sbJCO8bQAMIqiQX5oCgu40gajksCCGBvAYpkBlYbEHRcMkT4QBpUERlokZlINGxDgAWwkckdL1kFQAAAABJRU5ErkJggg==);
}
.ics-card .card-content .ics-card-row .timeIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcaeprKiqrKiqrZ+kq6iqraiqraepq6enr6mpraeorKSqr6eqrKipraqqqqevr6iqreQybtcAAAAQdFJOUwDv358QgL9AIHCgMM9QMCBW5llxAAAA20lEQVR42pWT2xKDIAxEBYE1Xvf/v7ZjA42hdjruE7rHZIE4PNSx4/hpplwCTxWZbuxp5kXjFyLh/ekGQArJIN7PJHNy1XLnx8U1jI4Qck1d4pWUDx4Yqw8SlYgMLelMtqUBw0KOtYCuDLBgqSWY7oDUchaWoQecQco9IAw1Aq6AANAXm/aGB1TtYdft/AagLTY7QKgUqNsLFtJLSNtNJzPsxLy0t9iJedkVtdV+W2B0122y6/43MH7k3BwvsR9KN+op03w/9gA2G/sHP44iUngqlOwSewjLNDzTCy8JDrU/VkVMAAAAAElFTkSuQmCC);
}
.ics-card .card-content .ics-card-row .locationIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcairrKiorZ+fr6ipraeoq6eqrKiqq6iqrKenr6eoraqqrqaoq5+vr6eqrKeqraiqrTyuObYAAAAQdFJOUwBBcBC/72DfgCCgb5AQz6+uOuulAAAA7klEQVR42q2TS7LEIAhFkwii5nf2v9p+9ZR8qB42E0s4XK4xTj+NVMRAZa1fy1W4on1BVgVky7kIoEusF9CShlYBSugHe8hWg5dGVa/fhD4TDXx7t8hj5yNnUSS7qXQBC9SRxP3tT5/S5TLYuhrMnvTQDguW/lqtVzbsAiD3ZekDdehFQB3gBcQRaYwo6AUctP9DdpND73yY3NApHnMytguYx8mmLKjMd85jV2QK0bDXZTsev/4tcbwBC9e7wBb+n/zuOKG86i142q0TXrcUXdeb2HADgej5+bjqkTiB1gBx/RiLEd9EFGnmr+N38QHsKg1Al/PuBAAAAABJRU5ErkJggg==);
}
.ics-card .card-content .ics-card-row .organizeIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcaSqr6eqrKqqrqiprZ+fr6iqq6eoq6epr6eoq6eqrKmprqeprKaoq6eprKepraiqrSP3flEAAAAQdFJOUwAwYG+/EN/vIEDPX6eQUIAJ5SKEAAAA/UlEQVR42q2TyZLDIAxEWSV29/9/7RQaQ6LE3NInKKl4arVtfqmYsj1X7VUwFep9D1nVHbaoO+cDoBsiQH7k7AlLH7iAYESjMcAMRN3ggfR6zwSUTwuMS40kw2oG7XNluWi5NXdyAWDhPTFmFaCnjTWwiVIuVzQPysAoQPDqdc1gCOakDqCdy8KgZHI6IFI1PB+QKZvXNsQdmw6OBrfK+yotSXx57irn4bu4pc1KDAQXzWQsS7LOxSHwkIMwNpVXohao24dT6aR/witb4q4abkYBrycWQWduGaCqAopeZZ7EZujzsxWb5StzV6AkP4iW9W03UfOnQFK2EtYv9QcYFw7iTUZ+MwAAAABJRU5ErkJggg==);
}
.ics-card .card-content .ics-card-row .remarkIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcaiqrKiqraenr6enq6erq6iqraeprKiqraSqr6WorKiprKiqraiqrQur/y4AAAANdFJOUwDfXyBAQMHvnTBQ36/oxFZ8AAAAl0lEQVR42qXQIQoCURSF4cNMMk8wXZgNCPOizeAW7NM0aHABgtGg2SS4CvfxXhlQ7l68mM6BQRBP/Pm44eKHVfu7hpkXBT71VkCeH4qA3F2DELBmQqTyJgUZCHS1RSMApGxPAkBt3jKIUAQg/QFuCoCLggi9Aux6ARGOCiIogG3OawYwd/3v67E9LfBtK9onOG08LGkjF9/gQFPII3J1OAAAAABJRU5ErkJggg==);
}
.ics-card .card-content .ics-card-row .inviteIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURUxpcaeorJ+ir6eprKeor6eqraiqraenq6erq6eprKeqrKiqrKeoraeorKiqrZ+fn6urrqqqrqeqrKiqrdY7rFUAAAATdFJOUwBQEIAgML5AQO+P33CgnxBPb8/nxUA8AAAA7ElEQVR42rWS25KEIAxEg1w04GWc8///uhXXoQZ052n2PIhFR0i6la8yhPhJDkmBNdjrne6UA3Uiyeo6gqLejVnRIAlKX7Gg0daoJIkLFGmBLAce3URmeDR6hPHsBez0wtq2UL+YwO5KpNYCxctBBlsKWRpSbfI428PjOmaenD/GdDbnZ6PMh56wmJxMSOoHuSOG4c8cpzeiGHsOVfZKg+bNzGc+9ScXnpvMvNzNsLrxnQWzLZTTTbOmY3klFmpOlZpYjWXqC+qePf+1IJcC8bfJeerYwWYln//KHZvzfpeDmSs6N1GNPXGQ7/EDOAwUjwMNIecAAAAASUVORK5CYII=);
}
.ics-card .card-content .ics-card-row .icon {
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  background-size: 16px;
}
.ics-card .card-content .ics-card-row .text1 {
  flex: 0 1 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.ics-card .card-content .ics-card-row .text1 .light-text {
  color: #7d8085;
}
.ics-card .card-content .ics-card-row .text2 {
  flex: none;
  margin-left: 4px;
  padding: 0 4px;
  background-color: rgba(56, 110, 231, 0.1);
  border-radius: 2px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #386ee7;
}
.ics-card .card-content .ics-card-row .ics-reply-info {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 25px);
}
.ics-card .card-content .ics-card-row .ics-reply-info span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}
.ics-card .card-content .ics-card-row .ics-reply-info i.arrow-right {
  height: 16px;
  width: 16px;
  margin-left: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUxpcR8nLyQoMiUpMSQoMlkPGe0AAAAFdFJOUwAQcIA41QIZqwAAACxJREFUKM9jYKAZYBFAE3BWRBMQMkJTwqg8gEoICGBoQTeUDgowgxAjkKkMAKZQBkFMnMR2AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 16px;
  flex-shrink: 0;
}
.ics-card .card-content .ics-time-select-row {
  flex-direction: column;
  align-items: flex-start;
}
.ics-card .card-content p.event-conflict {
  width: 356px;
  margin-top: 16px;
  font-size: 14px;
  color: #51555c;
  margin-bottom: 0;
  line-height: 1.5;
}
.ics-card .card-content p.event-conflict span.event-conflict-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}
.ics-card .card-content .time-conflict {
  color: #5fc375;
  font-size: 14px;
}
.ics-card .card-content .time-conflict.red-color {
  color: #f74f4f;
}
.ics-card .card-content .location {
  display: flex;
}
.ics-card .card-content .location .location-text {
  flex: 1 1;
  overflow: hidden;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  word-break: break-all;
}
.ics-card .card-content .remark {
  display: flex;
}
.ics-card .card-content .remark .remark-text {
  word-break: break-word;
  flex: 1 1;
  overflow: hidden;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.ics-card .card-content .remark .remark-text p {
  margin: 0;
}
.ics-card .card-content .invite .invite-list-wrap {
  flex: 1 1;
  overflow: hidden;
}
.ics-card .card-content .invite .invite-list {
  display: flex;
  flex-direction: column;
}
.ics-card .card-content .invite .invite-list .text1 {
  margin-bottom: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.ics-card .card-content .invite .invite-list .text1 .light-text {
  color: #7d8085;
}
.ics-card .card-content .invite .invite-list .text1:last-child {
  margin-bottom: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imSessionList-module--im-sessions-total--hojiW {
  height: 100%;
  overflow-x: hidden;
  margin-top: 0;
  position: initial;
  display: flex;
  flex-direction: column;
}
.imSessionList-module--im-sessions-total--hojiW::before {
  content: none;
}
.imSessionList-module--im-sessions-total--hojiW:not(:first-child) {
  margin-top: 8px;
  position: relative;
}
.imSessionList-module--im-sessions-total--hojiW:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  content: "";
  height: 1px;
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  transform: scaleY(0.5);
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-content-holder,
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-tabpane {
  display: flex;
  flex-direction: column;
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-nav {
  margin: 0 4px 12px 12px;
  padding-left: 12px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  width: calc(100% - 24px);
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-nav::before {
  border: none;
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs {
  height: 100%;
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-tab {
  padding: 12px 0 6px;
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-tab-btn {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-tab-active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #386ee7;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-ink-bar {
  display: none;
}
.imSessionList-module--im-sessions-total--hojiW .ant-tabs-content {
  height: 100%;
}

.imSessionList-module--im-sessions-wrap--t\+zl6 {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.imSessionList-module--im-sessions-wrap--t\+zl6::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.imSessionList-module--im-sessions-wrap--t\+zl6::-webkit-scrollbar:horizontal {
  height: 6px;
}
.imSessionList-module--im-sessions-wrap--t\+zl6:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.imSessionList-module--im-sessions-wrap--t\+zl6:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.imSessionList-module--im-sessions-wrap--t\+zl6:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.imSessionList-module--im-sessions-wrap--t\+zl6:hover::-webkit-scrollbar-button {
  display: none;
}
.imSessionList-module--im-sessions-wrap--t\+zl6:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.imSessionList-module--im-sessions-wrap--t\+zl6:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.imSessionList-module--im-sessions-wrap--t\+zl6:hover::-webkit-scrollbar-corner {
  display: none;
}
.imSessionList-module--im-sessions-wrap--t\+zl6 .imSessionList-module--list--nBsDu {
  margin: 0;
  padding: 0 6px 12px 12px;
}
.imSessionList-module--im-sessions-wrap--t\+zl6 .imSessionList-module--get-more-sessions--Wfagv {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
}

.imSessionList-module--wait-contact-ready--ZlV1E {
  width: 100%;
  padding: 0 50px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.imSessionList-module--wait-contact-ready--ZlV1E .imSessionList-module--session-loading-step--zKq\+R {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.imSessionList-module--wait-contact-ready--ZlV1E .imSessionList-module--session-loading-text--sG7Gy {
  padding-top: 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #7d8085;
}
.imSessionList-module--wait-contact-ready--ZlV1E .imSessionList-module--ellipse--8-sjz {
  display: inline-block;
  width: 15px;
  text-align: left;
  padding-left: 1px;
}
.imSessionList-module--wait-contact-ready--ZlV1E .imSessionList-module--ellipse--8-sjz::after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: imSessionList-module--ellipsis---Z\+0u steps(4, end) 900ms infinite;
  content: "…";
  /* ascii code for the ellipsis character */
  width: 0px;
}

.imSessionList-module--no-session--tmjTP {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.imSessionList-module--no-session--tmjTP .imSessionList-module--tips--nvCLR {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  /* 黑白灰/字体 50% */
  color: #262a33;
}
.imSessionList-module--no-session--tmjTP .imSessionList-module--action--cKDDX {
  cursor: default;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  /* 品牌色/企业邮蓝 */
  color: #386ee7;
  padding-top: 12px;
}

@keyframes imSessionList-module--ellipsis---Z\+0u {
  to {
    width: 1.25em;
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imStickTop-module--custom-tooltip-style--QcyFv {
  padding: 0 0 0 4px;
}
.imStickTop-module--custom-tooltip-style--QcyFv .ant-tooltip-arrow {
  display: none !important;
}
.imStickTop-module--custom-tooltip-style--QcyFv .ant-tooltip-inner {
  min-height: auto !important;
  padding: 10 12px !important;
  line-height: 18px !important;
  background-color: #080b19;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  font-family: PingFang SC !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  word-break: break-all;
}

.imStickTop-module--top-session-wrap--g1Due {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.imStickTop-module--top-session-wrap--g1Due.imStickTop-module--hidden--nGYm9 {
  display: none;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-list--kyHYr {
  padding: 0 10px 0px 15px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  max-height: 128px;
  position: relative;
  justify-content: space-between;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-list--kyHYr .imStickTop-module--top-session-item--EySEs {
  padding: 8px 0 2px;
  width: 50px;
  height: 64px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
  position: relative;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-list--kyHYr .imStickTop-module--top-session-item--EySEs:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
  border-radius: 6px;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-list--kyHYr .imStickTop-module--top-session-item-select--q1xvO,
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-list--kyHYr .imStickTop-module--top-session-item-select--q1xvO:hover {
  background: rgba(159, 162, 173, 0.12);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.12);
  border-radius: 6px;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-list--kyHYr .imStickTop-module--top-nickname--W9i22 {
  font-family: PingFang;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  overflow: hidden;
  white-space: nowrap;
  transform: scale(0.5);
  transform-origin: center;
  width: 200%;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-list--kyHYr .imStickTop-module--top-nickname--W9i22.imStickTop-module--top-operate--VgqsQ {
  color: #386ee7;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-list--kyHYr > i {
  width: 50px;
  margin-right: 1px;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  max-height: 320px;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab::-webkit-scrollbar:horizontal {
  height: 6px;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab:hover::-webkit-scrollbar-button {
  display: none;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--list-expanded--QAFab:hover::-webkit-scrollbar-corner {
  display: none;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--item-unexpanded--3X41p {
  position: absolute !important;
  bottom: 0;
  right: 10px;
  background: #ffffff;
  background: var(--white, #ffffff);
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-unread--2oXZ4 {
  padding: 0 5px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  background: #f74f4f;
  border-radius: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
}
.imStickTop-module--top-session-wrap--g1Due .imStickTop-module--top-session-unread--2oXZ4.imStickTop-module--mute--PWs2q {
  background-color: #d4d4d6;
}
.imChatContent-module--im-session-content-wrap--GtPF3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imP2PChatHead-module--p2p-chat-head-wrap--N3M2M {
  height: 56px;
  padding: 0 19px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-shadow: 0px 0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px 0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.imP2PChatHead-module--p2p-chat-head-wrap--N3M2M .imP2PChatHead-module--nickname--L1Mca {
  font-family: PingFang;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  /* identical to box height, or 100% */
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding-left: 8px;
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imP2PChatHead-module--p2p-chat-head-wrap--N3M2M .imP2PChatHead-module--nickname--L1Mca > span {
  cursor: pointer;
}
.imP2PChatHead-module--p2p-chat-head-wrap--N3M2M .imP2PChatHead-module--icon--cSuMh {
  width: 24px;
  height: 24px;
  margin-left: 15px;
  cursor: pointer;
}
.imP2PChatHead-module--p2p-chat-head-wrap--N3M2M .imP2PChatHead-module--add-people-icon--Ho4C6 {
  background-image: url(/static/add-people-icon.9708b8ce.svg);
  background-size: 24px;
  -webkit-app-region: no-drag;
}
.imP2PChatHead-module--p2p-chat-head-wrap--N3M2M .imP2PChatHead-module--msg-history-icon--F5rgw {
  background-image: url(/static/msg-history-icon.bcee7bf5.svg);
  background-size: 24px;
  -webkit-app-region: no-drag;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C {
  height: 56px;
  padding: 0 19px 0 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-shadow: 0px 0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px 0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--nickname--VBCb9 {
  font-family: PingFang;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  /* identical to box height, or 100% */
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding-left: 8px;
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--nickname--VBCb9 > span {
  cursor: pointer;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--nickname-flex--9iN82 > span {
  display: flex;
  align-items: center;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--nickname-flex--9iN82 > span .imTeamChatHead-module--text--GuKnn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--nickname-flex--9iN82 > span .imTeamChatHead-module--icon--wd5qx {
  position: relative;
  left: -6px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--nickname-flex--9iN82 > span .imTeamChatHead-module--icon--wd5qx:hover {
  background: #f0f0f1;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--icon--wd5qx {
  width: 32px;
  height: 32px;
  margin-left: 8px;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
  -webkit-app-region: no-drag;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--icon--wd5qx:hover {
  background: #f0f0f1;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--icon-selected--79npj {
  background: #386ee7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imTeamChatHead-module--team-chat-head-wrapper---Bf7C .imTeamChatHead-module--icon-selected--79npj:hover {
  background: #386ee7;
}

.imTeamChatHead-module--team-setting-drawer--xXffS .ant-drawer-content-wrapper {
  box-shadow: none !important;
}
.imTeamChatHead-module--team-setting-drawer--xXffS .ant-drawer-content {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.imTeamChatHead-module--team-setting-drawer--xXffS .ant-drawer-body {
  padding: 0;
  display: flex;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.teamInfoEditor-module--info-editor--coasa p {
  margin: 0;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 {
  margin-bottom: 24px;
  position: relative;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--clear-text-icon--Nc230 {
  position: absolute;
  right: 80px;
  bottom: -26px;
  cursor: pointer;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--small-margin-icon--zoeK4 {
  right: 58px;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--clear-input-icon--Pewlo {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  bottom: 8px;
  cursor: pointer;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--label--oB9l2 {
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--input--qF2P1 {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 textarea {
  padding: 8px 11px;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--input-box--Th2RN {
  height: 32px;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 textarea,
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--input-box--Th2RN {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 textarea:hover,
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--input-box--Th2RN:hover {
  border-color: #599af5;
  border-color: var(--Link-5, #599af5);
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 textarea:focus, .teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 textarea:focus-within,
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--input-box--Th2RN:focus,
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .teamInfoEditor-module--input-box--Th2RN:focus-within {
  border-color: #386ee7;
}
.teamInfoEditor-module--info-editor--coasa .teamInfoEditor-module--team-item--8G9J4 .ant-input-textarea-show-count::after {
  margin-top: 4px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.teamInfoEditor-module--team-anno-header--wm986 {
  display: flex;
  align-items: center;
}
.teamInfoEditor-module--team-anno-header--wm986 p,
.teamInfoEditor-module--team-anno-header--wm986 h1 {
  margin: 0;
}
.teamInfoEditor-module--team-anno-header--wm986 .teamInfoEditor-module--title--X\+5Vx {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  color: #000000;
  color: var(--font-color-3, #000000);
}
.teamInfoEditor-module--team-anno-header--wm986 .teamInfoEditor-module--edit-icon--lgLtK {
  border-radius: 12px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.teamInfoEditor-module--team-anno-header--wm986 .teamInfoEditor-module--edit-icon--lgLtK:hover {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}

.teamInfoEditor-module--anno-cat-content--9yzqO {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  /* or 183% */
  text-align: justify;
  /* 文字颜色/文字 */
  color: #262a33;
  color: var(--font-color-2, #262a33);
  height: 396px;
  overflow-y: auto;
  padding: 0 24px 28px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.teamInfoEditor-module--anno-cat-content--9yzqO::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.teamInfoEditor-module--anno-cat-content--9yzqO::-webkit-scrollbar:horizontal {
  height: 6px;
}
.teamInfoEditor-module--anno-cat-content--9yzqO:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.teamInfoEditor-module--anno-cat-content--9yzqO:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.teamInfoEditor-module--anno-cat-content--9yzqO:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.teamInfoEditor-module--anno-cat-content--9yzqO:hover::-webkit-scrollbar-button {
  display: none;
}
.teamInfoEditor-module--anno-cat-content--9yzqO:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.teamInfoEditor-module--anno-cat-content--9yzqO:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.teamInfoEditor-module--anno-cat-content--9yzqO:hover::-webkit-scrollbar-corner {
  display: none;
}

.teamInfoEditor-module--im-team-anno-cat--iRHMs p {
  margin: 0;
}
.teamInfoEditor-module--im-team-anno-cat--iRHMs .ant-modal-content {
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.teamInfoEditor-module--im-team-anno-cat--iRHMs .ant-modal-header {
  border-bottom: solid 0px transparent !important;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.teamInfoEditor-module--im-team-anno-cat--iRHMs .ant-modal-body {
  -webkit-user-select: text;
          user-select: text;
}
.with-menu-module--main-container--6CBrp {
  display: flex;
  flex: 1 1;
  overflow: hidden;
  background: white;
  background: var(--white, white);
}

.with-menu-module--left-menu--mmUIg {
  width: 220px;
  height: 100%;
  padding: 22px;
  border-right: 1px solid #ebedf2;
  border-right: 1px solid var(--line-2, #ebedf2);
  background-image: url(/static/menu.ff94026a.svg);
  background-repeat: repeat-y;
  background-position-x: center;
  background-position-y: 22px;
}

.with-menu-module--right-content-wrap--BKvWk {
  height: calc(100vh - 0px);
  flex: 1 1;
  overflow: hidden;
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
  padding: 16px;
}

.with-menu-module--right-content--AOUKd {
  border-radius: 4px;
  background-color: #fff;
  background-color: var(--white, #fff);
  height: 100%;
  padding: 20px;
  overflow: hidden;
}

.with-menu-module--right-content-bg--scLcJ {
  background-image: url(/static/content.67c36f09.svg);
  background-repeat: repeat;
  position: relative;
  height: 100%;
}

.with-menu-module--right-content-scan--Xe\+DQ {
  position: absolute;
  width: 84px;
  opacity: 0.8;
  left: 0;
  bottom: -100px;
  top: -100px;
  transform: rotateZ(10deg);
  animation-name: with-menu-module--loadingLeftToRight--8eCXA;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  background-color: #fff;
  background-color: var(--white, #fff);
  filter: blur(30px);
}

@keyframes with-menu-module--loadingLeftToRight--8eCXA {
  0% {
    left: 0px;
  }
  100% {
    left: 100%;
  }
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN {
  background: #ffffff;
  background: var(--white, #ffffff);
  border-radius: 8px;
  overflow: hidden;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf {
  padding: 40px 38px 18px 38px;
  background: linear-gradient(180deg, #c6d6ff 39.9%, rgba(204, 218, 255, 0.32) 100%);
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--crystal--qedrs {
  width: 154px;
  position: absolute;
  top: -18px;
  right: -12px;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--title--7kV6u {
  margin: 0 6px;
  text-align: left;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--title--7kV6u p {
  margin: 0;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--title--7kV6u p:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--title--7kV6u p:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--title--7kV6u p:nth-child(2) > span {
  position: relative;
  display: inline-block;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--title--7kV6u p:nth-child(2) > span > span {
  position: relative;
  z-index: 2;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--title--7kV6u p:nth-child(2) > span:after {
  content: "";
  width: calc(100% - 20px);
  height: 8px;
  background: #879ffd;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--features--hBVIm {
  margin-top: 18px;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--features--hBVIm .SubAccEntryGuide-module--feature--rbaIk {
  min-width: 178px;
  margin: 6px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--header--BTVZf .SubAccEntryGuide-module--features--hBVIm .SubAccEntryGuide-module--feature--rbaIk:before {
  content: "";
  margin: 0 7px 0 7px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #545a6e;
  background: var(--Text-4, #545a6e);
  display: inline-block;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP {
  padding: 62px 44px 50px 44px;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--enterArea--exyqG p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  line-height: 22px;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--enterArea--exyqG .SubAccEntryGuide-module--enterAccount--iriws {
  margin-top: 8px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 6px;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--enterArea--exyqG .SubAccEntryGuide-module--enterAccount--iriws::placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--enterArea--exyqG .SubAccEntryGuide-module--errorArea--to6Gd {
  margin-top: 5px;
  margin-left: 2px;
  position: absolute;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--enterArea--exyqG .SubAccEntryGuide-module--errorArea--to6Gd .SubAccEntryGuide-module--errorMsg--C03Up {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--enterArea--exyqG .SubAccEntryGuide-module--errorArea--to6Gd .SubAccEntryGuide-module--errorMsg--C03Up svg {
  margin-right: 4px;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--enterArea--exyqG .SubAccEntryGuide-module--errorArea--to6Gd .SubAccEntryGuide-module--errorMsg--C03Up svg path {
  stroke: #fe5b4c;
  stroke: var(--Error-6, #fe5b4c);
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--enterArea--exyqG .SubAccEntryGuide-module--errorArea--to6Gd .SubAccEntryGuide-module--errorMsg--C03Up .SubAccEntryGuide-module--blue--ovDHi {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--addImmediately--5L\+B8,
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--cancel---eyqj {
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--addImmediately--5L\+B8 {
  margin-top: 36px;
  color: #ffffff;
  color: var(--white, #ffffff);
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.SubAccEntryGuide-module--subAccEntryGuide--RNfdN .SubAccEntryGuide-module--contArea--ne2eP .SubAccEntryGuide-module--cancel---eyqj {
  margin-top: 12px;
  margin-left: 0;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  background: transparent;
  border: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imSessionItem-module--session-list-item--9Wj5g {
  height: 64px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 12px;
}
.imSessionItem-module--session-list-item--9Wj5g.imSessionItem-module--checked--wv-6o {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  border-radius: 6px;
}
.imSessionItem-module--session-list-item--9Wj5g:not([class*=checked]):hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--session-user-avatar--yWMwt {
  width: 38px;
  height: 38px;
  margin-right: 38px;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT {
  flex: 1 1;
  min-width: 0;
  padding-left: 12px;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--name-wrap--Loh4y {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--name-wrap--Loh4y .imSessionItem-module--name--8c9Ug {
  font-size: 14px;
  margin-right: 12px;
  line-height: 22px;
  font-family: PingFang;
  font-style: normal;
  font-weight: 500;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--time--k33to {
  font-family: PingFang;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  text-align: right;
  /* 黑白灰/字体 50% */
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: inline-block;
  flex-shrink: 0;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z .imSessionItem-module--latest-msg-placeholder--eOvzk {
  width: 100%;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z .imSessionItem-module--last-msg-status--9z3KI {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z .imSessionItem-module--latest-msg-text--lwx6M,
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z .imSessionItem-module--draft-content--b0Cbu {
  font-family: PingFang;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  /* 字体及ICON颜色/60% */
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
  padding-right: 12px;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z .imSessionItem-module--un-read-count--n6dZ- {
  margin-left: 6px;
  padding: 0 5px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  /* 提醒色/红 */
  background: #f74f4f;
  border-radius: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z .imSessionItem-module--un-read-count--n6dZ-.imSessionItem-module--is-muted--Tu39V {
  background-color: #c9cbd6;
  background-color: var(--Fill-5, #c9cbd6);
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z .imSessionItem-module--is-mute-icon--eBFam {
  display: flex;
  margin-left: 6px;
  margin-top: 1px;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--conv-item-content--PPkyT .imSessionItem-module--latest-msg-info--6MH-Z .imSessionItem-module--draft-content--b0Cbu .imSessionItem-module--icon--X-UIA {
  color: #f74f4f;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--teamName--cOR8l {
  display: flex;
  align-items: center;
  margin-right: 12px;
  overflow: hidden;
}
.imSessionItem-module--session-list-item--9Wj5g .imSessionItem-module--teamName--cOR8l .imSessionItem-module--text--4S69k {
  font-size: 14px;
  line-height: 22px;
  font-family: PingFang;
  font-style: normal;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.imSessionItem-module--later-deal-tip--pVYHl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imSessionItem-module--later-deal-comp--0JEoa {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/static/msg-dealed.ebc58040.svg) 100%;
}

.imSessionItem-module--later-deal-icon--Cemfx {
  width: 24px;
  height: 16px;
  background: #ffaa00;
  border-radius: 8px;
  background-image: url(/static/msg-later.5bf62366.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 6px;
  flex-shrink: 0;
}
.imSessionItem-module--later-deal-icon--Cemfx:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNC41TDQuNSA4LjVMMTEgMS41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.imSessionItem-module--hightlight--ET83I {
  color: #f74f4f;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imLastestMsgDisplay-module--latest-msg-text--gffPN {
  font-family: PingFang;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  /* identical to box height, or 133% */
  /* 字体及ICON颜色 */
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
}

.imLastestMsgDisplay-module--sys-msg--CnVeW {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes imChatList-module--spin--xNF2L {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.imChatList-module--main-chat--eO6uD {
  flex: 1 1;
  overflow: auto;
  position: relative;
  -webkit-user-select: text;
          user-select: text;
  display: flex;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 14px 16px 0;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  visibility: hidden;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT::-webkit-scrollbar:horizontal {
  height: 6px;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT:hover::-webkit-scrollbar-button {
  display: none;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT:hover::-webkit-scrollbar-corner {
  display: none;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT.imChatList-module--visible--ZWC08 {
  visibility: visible;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT.imChatList-module--mail-discussion--8\+-s2 {
  padding-bottom: 34px;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT.imChatList-module--mail-discussion-padding--Q582d {
  padding-top: 62px;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT .imChatList-module--load-prev-mark--VVNFJ {
  background: transparent;
  width: 100%;
  height: 2px;
  overflow: hidden;
  font-size: 0;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT .imChatList-module--loading-more-wrapper--GNOj8 {
  text-align: center;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--main-chat-inner--GENUT .imChatList-module--loading-more-wrapper--GNOj8 .imChatList-module--loading-more-icon--njzmP {
  width: 24px;
  height: 24px;
  background-image: url(/static/loading.f6fa4f4f.svg);
  background-size: cover;
  display: inline-block;
  animation: imChatList-module--spin--xNF2L 1s linear infinite;
}
.imChatList-module--main-chat--eO6uD ::-webkit-scrollbar {
  width: 14px !important;
}
.imChatList-module--main-chat--eO6uD ::-webkit-scrollbar-thumb {
  border-right: 4px solid #ffffff;
  border-right: 4px solid var(--white, #ffffff);
  border-left: 4px solid #ffffff;
  border-left: 4px solid var(--white, #ffffff);
  border-radius: 6px !important;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--time-line--tqlnj {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  text-align: center;
  /* 文字颜色/40% */
  color: #a8aaad;
  padding: 10px 0;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--text--bFfsM {
  word-break: break-all;
  font-size: 14px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.imChatList-module--main-chat--eO6uD .imChatList-module--msg-img-wrapper--A9doC {
  overflow: hidden;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--msg-img-wrapper--A9doC .ant-image {
  border-radius: 6px;
  overflow: hidden;
  width: initial !important;
  position: relative;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--msg-img-wrapper--A9doC .ant-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 12px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.imChatList-module--main-chat--eO6uD .imChatList-module--msg-img-wrapper--A9doC .ant-image-img {
  object-fit: contain;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--wrapper-bg--WU9Sp .imChatList-module--msg-img-wrapper--A9doC {
  border-radius: 0;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--msg-img--Ml1aj {
  max-width: 1200px;
  max-height: 300px;
  min-width: 120px;
  min-height: 120px;
  object-fit: cover;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--msg-img--Ml1aj.hidden {
  display: none;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--trace-msg--0vqX0 {
  border-left: solid 2px #a8aaad;
  padding: 0 4px;
  line-height: 14px;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-bottom: 10px;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--grouped-inner-mail-btn--XlKHF {
  position: absolute;
  left: 16px;
  bottom: 8px;
  box-sizing: border-box;
  height: 28px;
  width: 104px;
  box-sizing: border-box;
  color: #262a33;
  font-size: 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.imChatList-module--main-chat--eO6uD .imChatList-module--grouped-inner-mail-btn--XlKHF.imChatList-module--grouped-inner-mail-btn-checked--gMTEo {
  border: none;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--grouped-inner-mail-btn--XlKHF .imChatList-module--grouped-inner-mail--orKLs {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  border-radius: 4px;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--grouped-inner-mail-btn--XlKHF .imChatList-module--grouped-inner-mail--orKLs:hover {
  cursor: pointer;
  background-color: #f4f4f5;
}
.imChatList-module--main-chat--eO6uD .imChatList-module--grouped-inner-mail-btn--XlKHF .imChatList-module--grouped-inner-mail--orKLs.imChatList-module--grouped-inner-mail-checked--\+i1Yb {
  background-color: rgba(214, 230, 252, 0.7);
  background-color: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.7);
  color: #386ee7;
  border: none;
}

.imChatList-module--grouped-inner-mail-tooltip--SyFRM .ant-tooltip-arrow {
  display: block;
}
.imChatList-module--grouped-inner-mail-tooltip--SyFRM .ant-tooltip-content {
  width: 270px;
}
.imChatList-module--grouped-inner-mail-tooltip--SyFRM .ant-tooltip-inner {
  font-size: 14px;
  color: #fff;
  font-family: "PingFang SC";
  line-height: 18px;
  white-space: nowrap;
}
.imChatList-module--grouped-inner-mail-tooltip--SyFRM .ant-tooltip-inner .imChatList-module--tooltip-wrapper--lL5LN {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.imChatList-module--grouped-inner-mail-tooltip--SyFRM .ant-tooltip-inner .imChatList-module--tooltip-wrapper--lL5LN .imChatList-module--tooltip-info--YjIh6 {
  margin-right: 24px;
}
.imChatList-module--grouped-inner-mail-tooltip--SyFRM .ant-tooltip-inner .imChatList-module--tooltip-wrapper--lL5LN .imChatList-module--tooltip-btn--mLdG4 {
  color: #5383fe;
  font-weight: 500;
  cursor: pointer;
}

.imChatList-module--msg-file-wrapper--9f1HP {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border: 0.5px solid rgba(39, 46, 71, 0.07);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.07);
  box-sizing: border-box;
  border-radius: 6px;
  width: 242px;
  position: relative;
  overflow: hidden;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-info--ybhMe {
  display: flex;
  padding: 10px 10px 0;
  align-items: center;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-icon--CCdHw {
  display: inline-block;
  width: 20px;
  height: 24px;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-name--7\+Iz1 {
  padding-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-name--7\+Iz1 .imChatList-module--left--PL3ED {
  white-space: pre;
  overflow: hidden;
  flex-shrink: 1;
  text-overflow: ellipsis;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-name--7\+Iz1 .imChatList-module--right--wNGFB {
  flex-shrink: 0;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-operation--8I3EX {
  padding: 4px 12px 10px 15px;
  display: flex;
  position: relative;
  align-items: center;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-operation--8I3EX .imChatList-module--status--6nuoQ {
  width: 14px;
  height: 14px;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-operation--8I3EX .imChatList-module--ing--bnKzc {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTVDMTEuODY2IDE1IDE1IDExLjg2NiAxNSA4QzE1IDQuMTM0MDEgMTEuODY2IDEgOCAxQzQuMTM0MDEgMSAxIDQuMTM0MDEgMSA4QzEgMTEuODY2IDQuMTM0MDEgMTUgOCAxNVoiIGZpbGw9IiMzODZFRTciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjM5NjI2IDQuNDA0MjVDOC4xNzc1NiA0LjE4NTU2IDcuODIyOTkgNC4xODU1NiA3LjYwNDMgNC40MDQyNUw0LjQwNDMgNy42MDQyNUw1LjE5NjI2IDguMzk2MjFMNy40MTcxMSA2LjE3NTM2TDcuNDE3MTEgMTEuNTY2OEg4LjU4Mzc4VjYuMTc1N0wxMC44MDQzIDguMzk2MjFMMTEuNTk2MyA3LjYwNDI1TDguMzk2MjYgNC40MDQyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 100%;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-operation--8I3EX .imChatList-module--failed--6bSf\+ {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDE1QzExLjg2NiAxNSAxNSAxMS44NjYgMTUgOEMxNSA0LjEzNDAxIDExLjg2NiAxIDggMUM0LjEzNDAxIDEgMSA0LjEzNDAxIDEgOEMxIDExLjg2NiA0LjEzNDAxIDE1IDggMTVaTTcuNDE2NzMgOS4xNjY2N0w3LjQxNjczIDQuNUg4LjU4MzRWOS4xNjY2N0g3LjQxNjczWk03LjQxNjczIDEwLjMzMzNWMTEuNUg4LjU4MzRWMTAuMzMzM0g3LjQxNjczWiIgZmlsbD0iI0Y3NEY0RiIvPgo8L3N2Zz4K);
  background-size: 100%;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-size--qnob2 {
  flex: 1 1;
  padding-left: 11px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-action--ELAYG {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #386ee7;
  text-decoration: none;
  padding-left: 12px;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--file-action--ELAYG:first-child {
  padding-left: 0;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--upload-progress-wrapper--ZUR-p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
}
.imChatList-module--msg-file-wrapper--9f1HP .imChatList-module--upload-progress-wrapper--ZUR-p .ant-progress {
  display: block !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.imChatList-module--msg-video-wrapper-init--\+hXD2 {
  width: 0;
  height: 0;
}

.imChatList-module--msg-video-outer--Oz5Z3 {
  overflow: "initial";
  font-size: 0;
  border: solid 0.5px #ebedf2;
  border: solid 0.5px var(--Fill-3, #ebedf2);
  border-radius: 6px;
}

.imChatList-module--msg-video-wrapper--27POe {
  position: relative;
  max-width: 240px;
  max-height: 300px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.imChatList-module--msg-video-wrapper--27POe .imChatList-module--msg-video-progress--wziT3 {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: rgba(111, 116, 133, 0.2);
  background-color: rgba(var(--Fill-7-r, 111), var(--Fill-7-g, 116), var(--Fill-7-b, 133), 0.2);
}
.imChatList-module--msg-video-wrapper--27POe .imChatList-module--msg-video-progress-icon--olHqU {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNyAxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNyAxTDEgMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
  width: 18px;
  height: 18px;
  z-index: 2;
}
.imChatList-module--msg-video-wrapper--27POe .imChatList-module--msg-video-content--VAsES {
  max-width: 240px;
  max-height: 300px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #f4f4f5;
}
.imChatList-module--msg-video-wrapper--27POe .imChatList-module--msg-video-icon--y\+6KT {
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9IiM2NzZBNzAiIGZpbGwtb3BhY2l0eT0iMC4yIi8+CjxjaXJjbGUgY3g9IjI0IiBjeT0iMjQiIHI9IjIzLjMzMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjgiIHN0cm9rZS13aWR0aD0iMS4zMzMzMyIvPgo8cGF0aCBkPSJNMzIuNTUzOCAyMy40NTM5QzMyLjkzMjkgMjMuNzE5MyAzMi45MzI5IDI0LjI4MDggMzIuNTUzOCAyNC41NDYyTDIxLjA0OTYgMzIuNTk5MUMyMC42MDc4IDMyLjkwODQgMjAuMDAwNyAzMi41OTIzIDIwLjAwMDcgMzIuMDUzTDIwLjAwMDcgMTUuOTQ3MkMyMC4wMDA3IDE1LjQwNzggMjAuNjA3OCAxNS4wOTE3IDIxLjA0OTYgMTUuNDAxTDMyLjU1MzggMjMuNDUzOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.imChatList-module--team-sys-msg-wrapper--LeOez {
  text-align: center;
  padding-bottom: 10px;
}
.imChatList-module--team-sys-msg-wrapper--LeOez .imChatList-module--team-sys-msg--pK-8L {
  text-align: left;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 6px;
  padding: 6px 12px;
  line-height: 20px;
  display: inline-block;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.imChatList-module--mention-user-link--NmC8q {
  color: #386ee7;
  cursor: pointer;
}

.imChatList-module--mention-user-gray--PZYab {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.imChatList-module--team-msg-read-count--bw42o {
  width: 14px;
  height: 14px;
  display: inline-block;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}
.imChatList-module--team-msg-read-count--bw42o.imChatList-module--all-readed--pygeJ {
  width: 16px;
  height: 16px;
}

.imChatList-module--read-detail-popover--dG3lc {
  border-bottom: 20px solid transparent;
}
.imChatList-module--read-detail-popover--dG3lc .ant-popover-inner-content {
  padding: 0 !important;
}
.imChatList-module--read-detail-popover--dG3lc .ant-popover-arrow {
  display: none !important;
}

.imChatList-module--status-readed-detail-wrapper--vmWTa {
  width: 360px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--head--7CSxz {
  height: 42px;
  line-height: 42px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  font-family: PingFang SC;
  display: flex;
  align-items: center;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--head--7CSxz .imChatList-module--read-count--H53YU {
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 24px;
  color: #000000;
  color: var(--font-color-3, #000000);
  margin-bottom: 0;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--head--7CSxz .imChatList-module--read-count--H53YU > strong {
  font-size: 16px;
  font-weight: bold;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--status-readed-detail-content--LRjGi {
  display: flex;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--status-readed-detail-content--LRjGi .imChatList-module--user-list--awUB6 {
  width: 50%;
  padding: 8px 12px 20px;
  margin: 0;
  list-style-type: none;
  border-right: solid 0.5px rgba(39, 46, 71, 0.16);
  border-right: solid 0.5px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  max-height: 364px;
  min-height: 170px;
  overflow: scroll;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--status-readed-detail-content--LRjGi .imChatList-module--user-list--awUB6::-webkit-scrollbar {
  display: none;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--status-readed-detail-content--LRjGi .imChatList-module--user-list--awUB6:last-child {
  border-right-width: 0;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--status-readed-detail-content--LRjGi .imChatList-module--user-list--awUB6 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--status-readed-detail-content--LRjGi .imChatList-module--user-list--awUB6 li {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  height: 42px;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--status-readed-detail-content--LRjGi .imChatList-module--user-list--awUB6 li:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
  border-radius: 4px;
}
.imChatList-module--status-readed-detail-wrapper--vmWTa .imChatList-module--status-readed-detail-content--LRjGi .imChatList-module--user-list--awUB6 .imChatList-module--name--WCmxF {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 100% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imChatList-module--reply-wrapper--QlPX- {
  height: 38px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imChatList-module--reply-wrapper--QlPX- .imChatList-module--reply-msg--J9W0m {
  font-size: 12px;
  line-height: 14px;
  padding-left: 5px;
  border-left: solid 2px #a8aaad;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.imChatList-module--reply-wrapper--QlPX- .imChatList-module--close--BMX80 {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMTYiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk5ODQ4IDguNzA2NDJMNS4yMDcxMSAxMS40OTc4TDQuNSAxMC43OTA3TDcuMjkxMzcgNy45OTkzMUw0LjUwMTEyIDUuMjA5MDZMNS4yMDgyMyA0LjUwMTk1TDcuOTk4NDggNy4yOTIyTDEwLjc5MDcgNC41TDExLjQ5NzggNS4yMDcxMUw4LjcwNTU4IDcuOTk5MzFMMTEuNDk4OSAxMC43OTI2TDEwLjc5MTggMTEuNDk5N0w3Ljk5ODQ4IDguNzA2NDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-size: 100%;
  flex-shrink: 0;
}

.imChatList-module--reply-wrapper-hide--7WB4q {
  height: 0;
  overflow: hidden;
}

.imChatList-module--emoji-link--EsQyz {
  width: 20px;
  vertical-align: top;
}

.imChatList-module--emojiContent--ubB9R {
  display: inline-block;
  width: 20px;
  overflow: hidden;
  background-size: 20px;
  position: relative;
  height: 20px;
  cursor: text;
}
.imChatList-module--emojiContent--ubB9R::selection {
  background: #000 !important;
}
.imChatList-module--emojiContent--ubB9R .imChatList-module--emoji-content-text--rDsYb {
  position: absolute;
  color: transparent;
  white-space: normal;
  top: 100%;
  left: calc(50% - 1px);
  font-size: 1px;
  cursor: text;
}
.imChatList-module--emojiContent--ubB9R::selection {
  background-color: #000;
}
.imChatList-module--emojiContent--ubB9R::selection > .imChatList-module--emoji-content-text--rDsYb {
  color: transparent;
}

.imChatList-module--chat-img-placeholder--M\+uT3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f5;
}

@keyframes imChatList-module--msgSendingAnimation--sJwxZ {
  0% {
    transform: rotate(0);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjE2NjggOC4wMDAwNEMxMy4xNjY4IDEwLjg1MzUgMTAuODUzNiAxMy4xNjY3IDguMDAwMTYgMTMuMTY2N0M1LjE0NjY5IDEzLjE2NjcgMi44MzM1IDEwLjg1MzUgMi44MzM1IDguMDAwMDRDMi44MzM1IDUuMTQ2NTcgNS4xNDY2OSAyLjgzMzM3IDguMDAwMTYgMi44MzMzN0MxMC44NTM2IDIuODMzMzcgMTMuMTY2OCA1LjE0NjU3IDEzLjE2NjggOC4wMDAwNFoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNDOUQ4RjkiLz4KPHBhdGggZD0iTTguMDAwMTYgMi44MzMzN0M1LjE2NjgzIDIuODMzMzcgMi44MzM1IDUuMTY2NzEgMi44MzM1IDguMDAwMDQiIHN0cm9rZT0iIzM4NkVFNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgoK);
  }
  50% {
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjE2NjggOC4wMDAwNEMxMy4xNjY4IDEwLjg1MzUgMTAuODUzNiAxMy4xNjY3IDguMDAwMTYgMTMuMTY2N0M1LjE0NjY5IDEzLjE2NjcgMi44MzM1IDEwLjg1MzUgMi44MzM1IDguMDAwMDRDMi44MzM1IDUuMTQ2NTcgNS4xNDY2OSAyLjgzMzM3IDguMDAwMTYgMi44MzMzN0MxMC44NTM2IDIuODMzMzcgMTMuMTY2OCA1LjE0NjU3IDEzLjE2NjggOC4wMDAwNFoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNDOUQ4RjkiLz4KPHBhdGggZD0iTTguMDAwMTYgMi44MzMzN0M1LjE2NjgzIDIuODMzMzcgMi44MzM1IDUuMTY2NzEgMi44MzM1IDguMDAwMDQiIHN0cm9rZT0iIzM4NkVFNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgoK);
  }
  100% {
    transform: rotate(360deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjE2NjggOC4wMDAwNEMxMy4xNjY4IDEwLjg1MzUgMTAuODUzNiAxMy4xNjY3IDguMDAwMTYgMTMuMTY2N0M1LjE0NjY5IDEzLjE2NjcgMi44MzM1IDEwLjg1MzUgMi44MzM1IDguMDAwMDRDMi44MzM1IDUuMTQ2NTcgNS4xNDY2OSAyLjgzMzM3IDguMDAwMTYgMi44MzMzN0MxMC44NTM2IDIuODMzMzcgMTMuMTY2OCA1LjE0NjU3IDEzLjE2NjggOC4wMDAwNFoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNDOUQ4RjkiLz4KPHBhdGggZD0iTTguMDAwMTYgMi44MzMzN0M1LjE2NjgzIDIuODMzMzcgMi44MzM1IDUuMTY2NzEgMi44MzM1IDguMDAwMDQiIHN0cm9rZT0iIzM4NkVFNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgoK);
  }
}
.ant-image-preview-operations {
  background: rgba(0, 0, 0, 0.5) !important;
  align-items: center !important;
  /* align-items: flex-start; */
  justify-content: center !important;
}

.ant-image-preview-operations-operation:first-child {
  flex: 1 1;
  text-align: left;
  /* flex-direction: row; */
  order: 1;
}
.ant-image-preview-operations-operation:nth-child(2) {
  flex: 1 1;
  text-align: left;
}

.ant-image-preview-img-wrapper {
  top: 46px !important;
}

.imChatList-module--chat-img-mask--gSEJC.ant-image-mask {
  background: transparent;
}
.imChatList-module--chat-img-mask--gSEJC.ant-image-mask:hover {
  background: transparent;
}

.imChatList-module--chat-img-preview-wrapper--jDxJe:hover {
  opacity: 0 !important;
}

.imChatList-module--default-user-name--bkWWV,
.imChatList-module--default-label-name--yOKDu {
  padding: 0 3px;
}
.imChatList-module--default-user-name--bkWWV:first-of-type,
.imChatList-module--default-label-name--yOKDu:first-of-type {
  padding-left: 0;
}

.imChatList-module--default-user-name--bkWWV:first-child {
  padding-left: 0;
}
.imChatList-module--default-user-name--bkWWV + .imChatList-module--default-user-name--bkWWV {
  padding: 0;
}
.imChatList-module--default-user-name--bkWWV ~ .imChatList-module--default-user-name--bkWWV {
  padding-right: 0;
}
.imChatList-module--default-user-name--bkWWV:last-child {
  padding-right: 3px;
}

.imChatList-module--history-unread-anchor--cdfGZ {
  display: flex !important;
  align-items: center;
}

.imChatList-module--recent-share-mail--O2EJd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 16px;
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imChatList-module--recent-share-mail--O2EJd .imChatList-module--recent-share-mail-avatar--Wl8hh {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-right: 8px;
  overflow: hidden;
  flex: none;
}
.imChatList-module--recent-share-mail--O2EJd .imChatList-module--recent-share-mail-avatar--Wl8hh > img {
  width: 100%;
  height: 100%;
}
.imChatList-module--recent-share-mail--O2EJd .imChatList-module--recent-share-mail-from--GKUrc {
  color: #51555c;
}
.imChatList-module--recent-share-mail--O2EJd .imChatList-module--recent-share-mail-name--YsSGl {
  color: #386ee7;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 22px;
}
.imChatList-module--recent-share-mail--O2EJd .imChatList-module--recent-share-mail-close--Jt4nH {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjUgMTQuNzVMOCA4TTggOEwxLjI1IDEuMjVNOCA4TDE0Ljc1IDE0Ljc1TTggOEwxNC43NSAxLjI1IiBzdHJva2U9IiNBOEFBQUQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) 100% no-repeat;
  cursor: pointer;
  background-position: center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItemTextUnit-module--emoji-link--yAQPk {
  width: 20px;
  vertical-align: top;
}

.chatItemTextUnit-module--edisk-link--pYa8z {
  color: #386ee7;
  line-height: 20px;
  display: block;
  position: relative;
  text-indent: 20px;
}
.chatItemTextUnit-module--edisk-link--pYa8z svg {
  position: absolute;
  left: 0;
  top: 1px;
}

.chatItemTextUnit-module--edisk-link--pYa8z + span br:first-child,
.chatItemTextUnit-module--edisk-link--pYa8z + span br:last-child {
  display: none;
}

.chatItemTextUnit-module--mention-user-link--b2ffk {
  color: #386ee7;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.ownerTransfer-module--member-item--U9IoB {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 16px 0 24px;
  cursor: pointer;
}
.ownerTransfer-module--member-item--U9IoB > :nth-child(1) {
  margin-right: 12px;
}
.ownerTransfer-module--member-item--U9IoB > :nth-child(2) {
  margin-right: 8px;
}
.ownerTransfer-module--member-item--U9IoB .ownerTransfer-module--unchecked--ZejJV {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 8px;
  border: 1.5px solid rgba(39, 46, 71, 0.3);
  border: 1.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.3);
}
.ownerTransfer-module--member-item--U9IoB .ownerTransfer-module--member-avatar--B3qGb {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  margin: 0 8px 0 12px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
}
.ownerTransfer-module--member-item--U9IoB .ownerTransfer-module--member-name--VVkSf {
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ownerTransfer-module--transfer-member-list--9XHxe {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  position: relative;
  align-content: flex-start;
  padding: 7px 0;
}
.ownerTransfer-module--transfer-member-list--9XHxe::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.ownerTransfer-module--transfer-member-list--9XHxe::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ownerTransfer-module--transfer-member-list--9XHxe:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.ownerTransfer-module--transfer-member-list--9XHxe:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.ownerTransfer-module--transfer-member-list--9XHxe:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.ownerTransfer-module--transfer-member-list--9XHxe:hover::-webkit-scrollbar-button {
  display: none;
}
.ownerTransfer-module--transfer-member-list--9XHxe:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.ownerTransfer-module--transfer-member-list--9XHxe:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.ownerTransfer-module--transfer-member-list--9XHxe:hover::-webkit-scrollbar-corner {
  display: none;
}
.ownerTransfer-module--transfer-member-list--9XHxe::-webkit-scrollbar {
  display: none;
}
.ownerTransfer-module--transfer-member-list--9XHxe .ownerTransfer-module--divider-line--JO-i6 {
  width: 1px;
  height: calc(100% - 14px);
  background-color: #e7e8e9;
  position: absolute;
  left: 300px;
}

.ownerTransfer-module--transfer-footer--XczPx {
  padding: 8px 24px;
  border-radius: unset;
  box-shadow: 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  display: flex;
  justify-content: flex-end;
}
.ownerTransfer-module--transfer-footer--XczPx .ownerTransfer-module--ant-btn--gK5zE {
  width: 68px;
  height: 34px;
  border-radius: 4px;
  margin-left: 16px;
}
.ownerTransfer-module--transfer-footer--XczPx .ownerTransfer-module--ant-btn-primary--Fy2XO {
  background-color: #386ee7;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.teamSetting-module--team-setting-wrapper--j6IMj {
  display: flex;
  flex-direction: column;
  width: 456px;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.teamSetting-module--team-setting-wrapper--j6IMj .ant-switch {
  min-width: 35px;
  height: 20px;
  line-height: 20px;
}
.teamSetting-module--team-setting-wrapper--j6IMj .ant-switch-handle {
  width: 16px;
  height: 16px;
}
.teamSetting-module--team-setting-wrapper--j6IMj .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px);
}
.teamSetting-module--team-setting-wrapper--j6IMj p,
.teamSetting-module--team-setting-wrapper--j6IMj h1 {
  margin: 0;
}

.teamSetting-module--team-info-box--FxHBU {
  display: flex;
  align-items: center;
  margin: 14px 24px;
  flex: none;
}

.teamSetting-module--team-avatar-upload--F2wtU {
  display: none;
  position: absolute;
  z-index: -1;
}

.teamSetting-module--team-info--8aXPi {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  flex: 1 1;
  width: 0;
  cursor: pointer;
}
.teamSetting-module--team-info--8aXPi:hover .teamSetting-module--edit-name-icon--QO2-G {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.teamSetting-module--team-info--8aXPi .teamSetting-module--team-name--3lSom {
  font-family: "PingFang";
  font-weight: 500;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  display: flex;
  align-items: center;
}
.teamSetting-module--team-info--8aXPi .teamSetting-module--team-name--3lSom > span {
  height: 14px;
  line-height: 14px;
  max-width: 320px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.teamSetting-module--team-info--8aXPi .teamSetting-module--edit-name-icon--QO2-G {
  border-radius: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}
.teamSetting-module--team-info--8aXPi .teamSetting-module--team-desc--Z9QJ0 {
  font-size: 12px;
  color: #7d8085;
  line-height: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.teamSetting-module--team-info-mtop--\+BcZm {
  margin-top: -4px;
}

.teamSetting-module--setting-box--8FJmJ {
  margin-left: 24px;
  flex: none;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-intro--5pY9E {
  margin: 0 24px 16px 0;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-intro--5pY9E .teamSetting-module--edit-intro-icon--jm\+G2 {
  border-radius: 12px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-left: 8px;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-intro--5pY9E .teamSetting-module--edit-intro-icon--jm\+G2:hover {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-intro--5pY9E .teamSetting-module--edit-intro-icon--jm\+G2 svg {
  margin-top: 4px;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-intro-title--Qh8fY {
  display: flex;
  align-items: center;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-item--Dewrz {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 24px;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-item--Dewrz::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-item--Dewrz::before {
  height: 0;
  bottom: initial;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-item--Dewrz:first-child {
  border-top: none;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-item--Dewrz:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 0;
  transform-origin: 0 0;
  border-bottom: solid 1px rgba(39, 46, 71, 0.16);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-item-open--ESXEY {
  height: 60px;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-tip--jYaQP {
  margin-left: 8px;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-left--Leh7T {
  display: flex;
  align-items: center;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-left--Leh7T .teamSetting-module--setting-icon--LdQHy {
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC4yIj4KPHBhdGggZD0iTTYuNTg1OTQgMy43NTc4MUw2LjU4NTk0IDkuNDE0NjdMMTIuMjQyOCA5LjQxNDY3IiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K) 100% no-repeat;
  margin-right: 4px;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-label--XeCIl {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 14px;
  line-height: 14px;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-desc--8axVP {
  font-size: 12px;
  line-height: 18px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.teamSetting-module--setting-box--8FJmJ .teamSetting-module--setting-no-intro--EpkcJ {
  margin: 2px 0 0 8px;
  display: inline;
}

.teamSetting-module--setting-suc-modal--e2P2K .anticon-check-circle {
  color: #5fc375 !important;
  margin-right: 9px;
  margin-top: 3px;
  font-size: 18px;
}

.teamSetting-module--setting-toast-text--cvauM {
  margin-left: 8px;
}

.teamSetting-module--team-member--MyTCl {
  margin-top: 13px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--team-member-title--VLpv\+ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 24px;
  flex: none;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--team-member-title--VLpv\+ > span {
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z {
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  align-content: flex-start;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z::-webkit-scrollbar:horizontal {
  height: 6px;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z:hover::-webkit-scrollbar-button {
  display: none;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z:hover::-webkit-scrollbar-corner {
  display: none;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z .teamSetting-module--add-button--U4f4Y {
  width: 50%;
  font-size: 14px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z .teamSetting-module--add-button--U4f4Y:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
  border-radius: 8px;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z .teamSetting-module--add-button--U4f4Y .teamSetting-module--icon-wrapper--kmdmA {
  width: 16px;
  height: 16px;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--member-list--1-M3Z .teamSetting-module--add-button--U4f4Y .teamSetting-module--add-button-icon--nI-Se {
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-right: 8px;
  width: 28px;
  height: 28px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teamSetting-module--team-member--MyTCl .teamSetting-module--list-skeleton--UF6de {
  padding: 20px;
}

.teamSetting-module--button-box--Go3a\+ {
  display: flex;
  justify-content: center;
  flex: none;
  padding: 9px 0 9px 24px;
  box-shadow: 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.teamSetting-module--button-box--Go3a\+ > button {
  margin-right: 16px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.ant-modal-confirm.im-team .ant-modal-content {
  border-radius: 6px;
  overflow: hidden;
}
.ant-modal-confirm.im-team .ant-modal-content .ant-modal-body {
  padding: 24px;
}
.ant-modal-confirm.im-team .ant-modal-content .ant-modal-confirm-title {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.ant-modal-wrap.im-team .ant-modal-content {
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.ant-modal-wrap.im-team .ant-modal-header {
  padding: 24px;
  border: none;
  border-radius: unset;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.ant-modal-wrap.im-team .ant-modal-title {
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.ant-modal-wrap.im-team .ant-modal-body {
  padding: 0 24px;
}
.ant-modal-wrap.im-team .ant-modal-footer {
  padding: 24px;
  border: none;
  border-radius: unset;
}
.ant-modal-wrap.im-team .ant-btn {
  margin-left: 16px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.ant-modal-wrap.im-team .ant-btn.ant-btn-primary {
  background-color: #386ee7;
}

.ant-modal-wrap.im-change-owner .ant-modal-content {
  border-radius: 6px;
  border: none;
  box-shadow: none;
  overflow: hidden;
}
.ant-modal-wrap.im-change-owner .ant-modal-header {
  height: 42px;
  padding: auto 24px;
  border: none;
  border-radius: unset;
  background-color: #eee;
  background-color: var(--white-header-bg, #eee);
}
.ant-modal-wrap.im-change-owner .ant-modal-close-x {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.ant-modal-wrap.im-change-owner .ant-modal-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
}
.ant-modal-wrap.im-change-owner .ant-modal-body {
  padding: 0;
  height: 438px;
  display: flex;
  flex-direction: column;
}
.ant-modal-wrap.im-change-owner .ant-modal-footer {
  padding: 8px 16px;
  border-radius: unset;
  box-shadow: 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}
.ant-modal-wrap.im-change-owner .ant-btn {
  margin-left: 16px;
}
.chatItemTypes-module--custom-expression-wrapper--hzk3e {
  display: inline-block;
  width: 120px;
  height: 120px;
}

.chatItemTypes-module--custom-expression-img--sEJ-T {
  width: 120px;
}

.chatItemTypes-module--msg-text-content--GsIRt {
  color: #262a33;
  padding: 8px 12px;
  line-height: 22px;
  background-color: #f4f4f5;
  border-radius: 6px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItemImage-module--msg-img-wrapper---zDUE {
  overflow: hidden;
}
.chatItemImage-module--msg-img-wrapper---zDUE .ant-image {
  border-radius: 6px;
  overflow: hidden;
  max-width: 100%;
  border: solid 0.5px #ebedf2;
  border: solid 0.5px var(--Fill-3, #ebedf2);
}
.chatItemImage-module--msg-img-wrapper---zDUE .ant-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatItemImage-module--msg-img-wrapper---zDUE .ant-image-img {
  object-fit: contain;
  width: initial;
  max-width: 100%;
}
.chatItemImage-module--msg-img-wrapper---zDUE .ant-image-preview-img-wrapper {
  top: 46px !important;
}
.chatItemImage-module--msg-img-wrapper---zDUE .ant-image-error {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.chatItemImage-module--msg-img-wrapper---zDUE .ant-image-error img {
  width: 32px;
  height: 32px;
}
.chatItemImage-module--msg-img-wrapper---zDUE .chatItemImage-module--msg-img--7QDqm {
  max-width: 1200px;
  max-height: 300px;
  min-width: 120px;
  min-height: 120px;
  object-fit: cover;
}
.chatItemImage-module--msg-img-wrapper---zDUE .chatItemImage-module--msg-img--7QDqm.hidden {
  display: none;
}
.chatItemImage-module--msg-img-wrapper---zDUE .chatItemImage-module--chat-img-preview-wrapper--gK5hF:hover {
  opacity: 0 !important;
}
.chatItemImage-module--msg-img-wrapper---zDUE .chatItemImage-module--chat-img-placeholder--lT4EY {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f5;
}
.chatItemImage-module--msg-img-wrapper---zDUE .chatItemImage-module--chat-img-mask--yD42d.ant-image-mask {
  background: transparent;
}
.chatItemImage-module--msg-img-wrapper---zDUE .chatItemImage-module--chat-img-mask--yD42d.ant-image-mask:hover {
  background: transparent;
}

.chatItemImage-module--wrapper-bg--ZOhNl .chatItemImage-module--msg-img-wrapper---zDUE {
  border-radius: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes index-module--shine--ZI9kT {
  0% {
    background: transparent;
  }
  50% {
    background: #eff2ff;
  }
  100% {
    background: transparent;
  }
}
.index-module--setting-menu--U2IJV {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.index-module--web-wm-entry--3HB7W {
  position: unset;
}
.index-module--web-wm-entry--3HB7W .index-module--config-content-tab--E2XcO .ant-tabs-tab {
  display: inline-flex;
  justify-content: center;
}

.index-module--config-title--MKrxl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 0 16px;
  font-weight: 500;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--config-title-icon--HLO52 {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}

.index-module--config-content--CaBL0 {
  flex: 1 1;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 24px 0 0 24px;
  display: flex;
  justify-content: flex-start;
  column-gap: 20px;
  overflow-x: scroll !important;
}
.index-module--config-content-sign-empty--izDNS {
  display: flex;
  align-items: center;
  font-style: normal;
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: -20px;
}
.index-module--config-content-sign-empty-add--2Ok3t {
  margin-left: 4px;
  color: #386ee7;
  cursor: pointer;
}
.index-module--config-content-wrap--wr0Cx {
  padding: 0 12px 60px 0;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: auto;
}
.index-module--config-content-wrap--wr0Cx::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--config-content-wrap--wr0Cx::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content-wrap--wr0Cx:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--config-content-wrap--wr0Cx:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--config-content-wrap--wr0Cx:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content-wrap--wr0Cx:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--config-content-wrap--wr0Cx:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--config-content-wrap--wr0Cx:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--config-content-wrap--wr0Cx:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--config-content-wrap--wr0Cx .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #386ee7;
  box-shadow: none;
}
.index-module--config-content-wrap--wr0Cx .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  font-weight: 400;
  background-color: transparent;
}
.index-module--config-content-wrap--wr0Cx .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  background: #ffffff;
  font-weight: normal;
}
.index-module--config-content-wrap--wr0Cx .ant-select-single {
  border: 1px solid transparent;
}
.index-module--config-content-wrap--wr0Cx .ant-select-open {
  border-color: #e1e6ed;
}
.index-module--config-content-wrap--wr0Cx .ant-select.ant-select-open:not(.ant-select-disabled) .ant-select-selector {
  border-color: #e1e6ed;
  background-color: #fff;
  box-shadow: none;
}
.index-module--config-content-wrap--wr0Cx .ant-select.ant-select-open:not(.ant-select-disabled) .ant-select-selector .ant-select-selection-item {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.index-module--config-content-wrap--wr0Cx .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}
.index-module--config-content-wrap--wr0Cx .index-module--mail-sender-select--wWMPE {
  margin: 0 5px;
  border-radius: 4px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  width: auto;
  min-width: 150px;
}
.index-module--config-content-title--kdBWC {
  flex: 1 1;
  margin: 24px 0 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--config-content-title--kdBWC::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--config-content-title--kdBWC::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content-title--kdBWC:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--config-content-title--kdBWC:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--config-content-title--kdBWC:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content-title--kdBWC:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--config-content-title--kdBWC:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--config-content-title--kdBWC:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--config-content-title--kdBWC:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--config-content-title-wrap--2LSR9 {
  width: 632px;
}
.index-module--config-content-title--kdBWC, .index-module--config-content-title-mail-display--sQMcJ {
  margin-bottom: 12px;
}
.index-module--config-content-title1--oAZtP {
  flex: 1 1;
  margin: 30px 0 8px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.index-module--config-content-prefix--GZteO {
  margin-top: 28px;
}
.index-module--config-content-prefix-title--Aj1Vo {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--config-content-prefix-radio--8o33h {
  margin-top: 12px;
}
.index-module--config-content-checkbox--G5e1z {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
}
.index-module--config-content-checkbox--G5e1z .ant-radio-wrapper {
  line-height: 16px;
  margin-bottom: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--config-content-checkbox--G5e1z .ant-radio-wrapper:last-of-type {
  margin-bottom: 0;
}
.index-module--config-content-tips--4K2RJ {
  width: 400px;
}
.index-module--config-content-sign--cYMWa {
  display: flex;
  align-items: center;
}
.index-module--config-content-sender--\+JQvg {
  position: relative;
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
  border-radius: 4px;
  padding: 12px 24px 6px;
  margin-top: 24px;
  width: 632px;
}
.index-module--config-content-sender--\+JQvg .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: none;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.index-module--config-content-sender-info--OTOzr {
  display: flex;
  align-items: center;
}
.index-module--config-content-sender-msg--rw9BB {
  margin-left: 8px;
}
.index-module--config-content-sender-name--HOlJr {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-weight: 500;
  margin: 0 6px 0 0;
}
.index-module--config-content-sender-id--D4tRw {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #7a8599;
  margin: 0;
  margin-top: 2px;
}
.index-module--config-content-sender-divider--SGlcx {
  margin: 12px 0 6px;
}
.index-module--config-content-sender--\+JQvg > :last-child {
  margin-bottom: 0;
}
.index-module--config-content-note--MMXuf {
  margin-bottom: 24px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.index-module--config-content-note--MMXuf.index-module--flexColumn--qxRcz {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.index-module--config-content-note-sub--hTRu5 {
  display: flex;
  align-items: center;
}
.index-module--config-content-note-cusor--2qLGN {
  margin-left: 4px;
  color: #386ee7;
  cursor: pointer;
}
.index-module--config-content-note-reset---nJnl {
  margin-left: 4px;
  color: #386ee7;
  cursor: pointer;
}
.index-module--config-content-note-reset---nJnl:first-child {
  margin-left: 0;
}
.index-module--config-content-note-warn--QLDMq {
  margin-left: 14px;
  color: #f74f4f;
}
.index-module--config-content-note-warn-icon--2dTHA {
  margin-right: 4px;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .ant-radio-group {
  width: 630px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-radius: 4px;
  overflow: hidden;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .ant-radio-wrapper {
  height: 38px;
  width: 50%;
  margin: 0;
  padding: 8px 12px;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .ant-radio-wrapper:nth-child(2n+1) {
  border-right: 1px solid #ebedf2;
  border-right: 1px solid var(--Fill-3, #ebedf2);
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .ant-radio-wrapper:not(:last-child) {
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Fill-3, #ebedf2);
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .ant-radio + span {
  display: flex;
  align-items: center;
  width: calc(100% - 16px);
  padding-left: 5px;
  padding-right: 0;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .ant-radio-checked .ant-radio-inner {
  background-color: #386ee7;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .ant-radio-checked .ant-radio-inner:after {
  background-color: #fff;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-special--xewDq .ant-radio {
  display: none;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-special--xewDq .ant-radio + span {
  padding: 0;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-bind--REGTz {
  font-size: 12px;
  color: #386ee7;
  cursor: pointer;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-bind--REGTz .index-module--config-content-radio-bind-disable--nxS04 {
  color: #b7c3ff;
  color: var(--Brand-3, #b7c3ff);
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-icon--2kP4D {
  color: #386ee7;
  margin-right: 6px;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-expired--jGXb2 {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  color: #c0c8d6;
  color: var(--label-6_2, #c0c8d6);
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-border--N9\+Ui {
  border-bottom: none !important;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-item--X1yrb .index-module--config-content-radio-item-email--q2L38 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-item--X1yrb .index-module--config-content-radio-item-remove--bYNov {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #386ee7;
  padding-left: 8px;
  flex: none;
  display: none;
}
.index-module--config-content--CaBL0 .index-module--config-content-radio--tlibN .index-module--config-content-radio-item--X1yrb:hover .index-module--config-content-radio-item-remove--bYNov {
  display: inline;
}
.index-module--config-content--CaBL0 .index-module--config-module-title--E4mTX {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--config-content--CaBL0 .index-module--config-module-title--E4mTX:not(:first-child) {
  margin-top: 60px;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x {
  flex-grow: 1;
  padding-bottom: 20px;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x > div, .index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x > div > div {
  height: 100%;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper {
  max-height: 100% !important;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-wrapper:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-link-title {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-link-title-active {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor > .ant-anchor-link {
  padding: 0 0 16px 12px;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor > .ant-anchor-link:last-child {
  padding-bottom: 0;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor > .ant-anchor-link:last-child > .ant-anchor-link:last-child {
  padding-bottom: 0;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor > .ant-anchor-link > .ant-anchor-link-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor > .ant-anchor-link > .ant-anchor-link {
  padding: 8px;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-link-title {
  margin: 0;
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-ink:before {
  width: 1px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.index-module--config-content--CaBL0 .index-module--config-content-anchor--ewj9x .ant-anchor-ink-ball {
  width: 2px;
  height: 16px;
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
  border: none;
  border-radius: 0;
  margin-top: -4px;
}

.index-module--config-button--cDu-C {
  margin: 14px 0;
  text-align: right;
}

.index-module--autoReply-tooltip--o3Fn1 {
  max-width: 350px !important;
}

.index-module--disable-button--1lC9x .index-module--config-btn--li9Rz {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--disable-button--1lC9x .index-module--config-btn--li9Rz:hover,
.index-module--disable-button--1lC9x .index-module--config-btn--li9Rz:focus {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.index-module--normal-button--sXpS7 .index-module--config-btn--li9Rz {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--normal-button--sXpS7 .index-module--config-btn--li9Rz:hover,
.index-module--normal-button--sXpS7 .index-module--config-btn--li9Rz:focus {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.index-module--config-btn--li9Rz {
  border-radius: 4px;
  margin-left: 16px;
  background: #386ee7;
  color: #ffffff;
  border: 0;
}

.index-module--config-btn--li9Rz:hover,
.index-module--config-btn--li9Rz:focus {
  border: 0;
  background-color: #386ee7;
  color: #ffffff;
}

.index-module--config-example--vqcr1 {
  width: 632px;
  height: 320px;
  border-radius: 4px;
  background: url(/static/sign_example-069dd1a0a03c8769889a01bb57b2d65d.png) no-repeat center center;
  background-size: cover;
}

.u-sign-dialog .ant-modal-content .ant-modal-body {
  padding: 24px;
}
.u-sign-dialog .ant-modal-content .ant-modal-confirm-body .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin: 24px 0 0 0;
}
.u-sign-dialog .anticon-info-circle {
  display: none;
}

.u-edit-dialog .ant-modal-header {
  border-bottom: 0;
}
.u-edit-dialog .ant-modal-body {
  padding: 8px 24px 24px;
}

.index-module--radioGroup--CoPU9 .ant-radio {
  top: 0.15em;
}
.index-module--radioGroup--CoPU9 .ant-radio .ant-radio-inner {
  width: 16px;
  height: 16px;
  transition: none;
  border-color: #a8aaad;
  border-width: 1px;
}
.index-module--radioGroup--CoPU9 .ant-radio .ant-radio-inner::after {
  display: none;
}
.index-module--radioGroup--CoPU9 .ant-radio-checked .ant-radio-inner {
  transition: none;
  border-color: #386ee7;
  border-width: 4px;
}
.index-module--radioGroup--CoPU9 .ant-radio-checked .ant-radio-inner::after {
  display: none;
}

.index-module--warn--eoXcJ {
  color: #f74f4f;
}

.index-module--selectWrapper--LulAB {
  padding-left: 22px;
  padding-bottom: 12px;
}
.index-module--selectWrapper--LulAB .index-module--selectTip--EFsqy {
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #a8aaad;
  margin: 0;
  padding: 0 0 4px 0;
}
.index-module--selectWrapper--LulAB .index-module--expand-icon--4ggl7 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}
.index-module--selectWrapper--LulAB .ant-select {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: 180px;
}
.index-module--selectWrapper--LulAB .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #386ee7;
  box-shadow: none;
}
.index-module--selectWrapper--LulAB .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  transition: none;
  background: #ffffff;
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  border-radius: 4px;
}
.index-module--selectWrapper--LulAB .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #386ee7;
  box-shadow: none;
}

.index-module--selectDropdown--YKxFC .ant-select-item-option {
  font-size: 14px;
}
.index-module--selectDropdown--YKxFC .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  background: #ffffff;
  font-weight: normal;
}

.index-module--popover-wrapper--CwUs0 {
  padding: 24px;
}
.index-module--popover-wrapper--CwUs0 .index-module--mail-popover-title--98\+us {
  color: #232d47;
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.index-module--popover-wrapper--CwUs0 .index-module--mail-popover-info--NBZjd {
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #a8aaad;
  margin-bottom: 12px;
}
.index-module--popover-wrapper--CwUs0 .index-module--mail-popover-example--EDU3S {
  width: 312px;
  height: 244px;
  background: url(/static/mail-sign-77fa2d6c33c2c4124f3d187f2103bb10.png) no-repeat center center;
  background-size: 312px 244px;
  border-radius: 8px;
}

.index-module--mail-sign-item--8tJqS {
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--mail-sign-item--8tJqS:hover .index-module--mail-sign-item-right--t87vv .index-module--mail-sign-item-right-tag--Qjhm- {
  display: none;
}
.index-module--mail-sign-item--8tJqS:hover .index-module--mail-sign-item-right--t87vv .index-module--mail-sign-item-right-action-box--qe3Q9 {
  display: flex;
}
.index-module--mail-sign-item-right-tag--Qjhm- {
  padding: 2px 6px;
  background: #f2f7fe;
  background: var(--Link-1, #f2f7fe);
  border-radius: 2px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  text-align: center;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.index-module--mail-sign-item-right-action-box--qe3Q9 {
  display: none;
  align-items: center;
  font-size: 14px;
}
.index-module--mail-sign-item-right-action-box--qe3Q9 > div {
  cursor: pointer;
}
.index-module--mail-sign-item-right-action-box--qe3Q9 .index-module--mail-sign-item-delete--pPH7x {
  color: #f74f4f;
  margin-right: 16px;
}
.index-module--mail-sign-item-right-action-box--qe3Q9 .index-module--mail-sign-item-edit---1vvY {
  color: #7a8599;
  margin-right: 16px;
}
.index-module--mail-sign-item-right-action-box--qe3Q9 .index-module--mail-sign-item-default--iorl8 {
  color: #7a8599;
}
.index-module--mail-sign-item-name--1b2v2 {
  color: #232d47;
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--mail-sign-item-info--H5dkv {
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
}

.index-module--sign-modal-header--ut0i6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-module--sign-modal-header--ut0i6 .index-module--sign-modal-title--haqyw {
  color: #232d47;
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.index-module--sign-modal-header--ut0i6 .index-module--sign-modal-icon--OERuh {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.index-module--sign-modal-content--pe-bV {
  margin: 0 -24px;
  padding: 0 24px;
  height: 428px;
  overflow-y: auto;
  position: relative;
}
.index-module--sign-modal-content--pe-bV .index-module--sign-modal-add--3ZEVd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 8px;
  cursor: pointer;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  font-size: 14px;
}
.index-module--sign-modal-content--pe-bV .index-module--sign-modal-add-icon--EXl-3 {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljc1IDNDOC43NSAyLjU4NTc5IDguNDE0MjEgMi4yNSA4IDIuMjVDNy41ODU3OSAyLjI1IDcuMjUgMi41ODU3OSA3LjI1IDNWNy4yNUgzQzIuNTg1NzkgNy4yNSAyLjI1IDcuNTg1NzkgMi4yNSA4QzIuMjUgOC40MTQyMSAyLjU4NTc5IDguNzUgMyA4Ljc1SDcuMjVWMTNDNy4yNSAxMy40MTQyIDcuNTg1NzkgMTMuNzUgOCAxMy43NUM4LjQxNDIxIDEzLjc1IDguNzUgMTMuNDE0MiA4Ljc1IDEzVjguNzVIMTNDMTMuNDE0MiA4Ljc1IDEzLjc1IDguNDE0MjEgMTMuNzUgOEMxMy43NSA3LjU4NTc5IDEzLjQxNDIgNy4yNSAxMyA3LjI1SDguNzVWM1oiIGZpbGw9IiMyNjJBMzMiIGZpbGwtb3BhY2l0eT0iMC43Ii8+Cjwvc3ZnPgo=) no-repeat center;
  background-size: 100% 100%;
}
.index-module--sign-modal-content--pe-bV .index-module--sign-modal-add--3ZEVd:hover {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Avatar-6, #4c6aff);
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  background-color: #fff;
}
.index-module--sign-modal-content--pe-bV .index-module--sign-modal-add--3ZEVd:hover .index-module--sign-modal-add-icon--EXl-3 {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQgOC42VjE0SDguNlY4LjZIMTRWNy40SDguNlYySDcuNFY3LjRIMlY4LjZINy40WiIgZmlsbD0iIzRDNkFGRiIvPgo8L3N2Zz4K) no-repeat center;
}
.index-module--sign-modal-content--pe-bV .index-module--sign-modal-list--gOG1z {
  margin-top: 12px;
  padding-bottom: -12px;
}
.index-module--sign-modal-content--pe-bV .index-module--sign-modal-list-item--9DTGZ {
  margin-bottom: 12px;
}
.index-module--sign-modal-content--pe-bV .index-module--no-result--I-M-l {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  text-align: center;
}
.index-module--sign-modal-content--pe-bV .index-module--no-result-img--Ik0iu {
  width: 160px;
}
.index-module--sign-modal-content--pe-bV .index-module--no-result-content--c\+W3b {
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--sign-modal-content--pe-bV .index-module--no-result-content-info--R4oaD {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  margin-right: 4px;
}

.index-module--modal-wrapper--B1Fdk .ant-modal-body {
  padding: 20px 24px;
}
.index-module--modal-wrapper--B1Fdk .ant-modal-content {
  border-radius: 12px;
}

.index-module--revocationPopover--05ixY {
  width: 480px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  padding: 20px;
  box-shadow: 0px 8px 16px rgba(71, 89, 178, 0.12);
  box-shadow: 0px 8px 16px rgba(var(--label-1_3-r, 71), var(--label-1_3-g, 89), var(--label-1_3-b, 178), 0.12);
  border-radius: 8px;
}
.index-module--revocationPopover--05ixY .index-module--revocationTitle--LpJ\+H {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  padding-bottom: 20px;
}
.index-module--revocationPopover--05ixY .index-module--revocationContent--VePgO :not(:first-child) {
  padding-top: 12px;
}
.index-module--revocationPopover--05ixY .index-module--revocationTitle--LpJ\+H {
  color: #080b19;
  color: var(--font-color, #080b19);
}
.index-module--revocationPopover--05ixY .index-module--revocationDesc--TiDq8 {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}

.index-module--revocationControl--eS2hm {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.index-module--revocationCheckbox--yRjQQ {
  margin-right: 10px;
}

.index-module--revocationSelect--tk1B9 .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  font-weight: 400;
  background-color: white;
}

.index-module--stateTrack--GRmWv {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.index-module--stateTrackCheckbox--K-xFS {
  margin-right: 10px;
}

.index-module--checkbox-label--xjFAg {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.index-module--config-module-item--UjV7N .ant-radio-wrapper {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--config-module-item--UjV7N .index-module--config-module-item-title--YTzrT {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  display: flex;
  align-items: center;
  margin: 24px 0 8px;
}
.index-module--config-module-item--UjV7N .index-module--config-module-item-title--YTzrT .index-module--title-icon--Yq5g0 {
  display: flex;
  align-items: center;
}
.index-module--config-module-item--UjV7N .index-module--config-module-item-input--4Caxl {
  width: 300px;
  border-radius: 4px;
  box-shadow: none;
  border-color: #e1e6ed;
}
.index-module--config-module-item--UjV7N .index-module--config-module-item-input--4Caxl[disabled] {
  background-color: transparent;
}
.index-module--config-module-item--UjV7N .index-module--config-module-item-input--4Caxl:not([disabled]):hover {
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
}

.index-module--versionName--kuDo9 {
  margin-left: 4px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #8c560c;
  border-radius: 2px;
  background: #fff3e2;
}

.index-module--configContentInfo--OJo80 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 12px;
  color: #545a6e;
  line-height: 16px;
  text-align: left;
  display: block;
}
.index-module--configContentInfo--OJo80 .index-module--remindTime--dejnN {
  display: inline-block;
}
.index-module--configContentInfo--OJo80 .index-module--remindTime--dejnN .index-module--remindTimeSelect--lkov1 {
  width: 81px;
  height: 32px;
  box-sizing: border-box;
}
.index-module--configContentInfo--OJo80 .index-module--remindTime--dejnN .index-module--remindTimeSelect--lkov1 .ant-select-selector {
  border: 1px solid #e1e3e8;
  border-radius: 4px;
}
.index-module--configContentInfo--OJo80 .index-module--remindTime--dejnN .index-module--remindTimeSelect--lkov1 .ant-select-selection-item {
  padding-right: 10px;
}
.index-module--configContentInfo--OJo80 .index-module--remindTime--dejnN .index-module--separatorWord--vIKP9 {
  padding: 0 8px;
}
.index-module--configContentInfo--OJo80 .index-module--receiveCount--b5e-4 {
  display: inline-block;
  margin-left: 24px;
}
.index-module--configContentInfo--OJo80 .index-module--receiveCount--b5e-4 .index-module--receiveCountInput--GKRhL {
  margin: 0 8px;
  width: 40px;
  height: 32px;
  border: 1px solid #e1e3e8;
  border-radius: 4px;
  box-sizing: border-box;
}
.index-module--configContentInfo--OJo80 .index-module--receiveCount--b5e-4 .index-module--receiveCountInput--GKRhL .ant-input-number-handler-wrap {
  display: none;
}
.index-module--configContentInfo--OJo80 .index-module--receiveCount--b5e-4 .index-module--receiveCountInput--GKRhL .ant-input-number-input {
  padding: 0 5px;
  text-align: center;
}

.index-module--thirdMailClassifyPopover--Rf0t- {
  width: 350px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}
.index-module--thirdMailClassifyPopover--Rf0t- .index-module--thirdMailClassifyQ--roVte {
  margin-top: 8px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.index-module--thirdMailClassifyPopover--Rf0t- .index-module--thirdMailClassifyQ--roVte:first-child {
  margin-top: 0;
}
.index-module--thirdMailClassifyPopover--Rf0t- .index-module--thirdMailClassifyA--P5ldD {
  margin-top: 4px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  opacity: 0.8;
}

.index-module--autoClassifyOverlay--\+t4hE {
  max-width: unset !important;
}
.index-module--autoClassifyOverlay--\+t4hE .ant-tooltip-content {
  background: #ffffff !important;
  background: var(--white, #ffffff) !important;
  border: 1px solid #ebedf2;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(47, 83, 134, 0.12);
  overflow: hidden;
}
.index-module--autoClassifyOverlay--\+t4hE .ant-tooltip-content .ant-tooltip-arrow .ant-tooltip-arrow-content {
  background: white;
}
.index-module--autoClassifyOverlay--\+t4hE .ant-tooltip-content .ant-tooltip-inner {
  padding: 0 !important;
}
.index-module--autoClassifyOverlay--\+t4hE .ant-tooltip-content .ant-tooltip-inner .index-module--autoClassifyInfo--fKSxf {
  width: 322px;
  max-width: 322px !important;
  padding: 16px 16px 15px 16px;
  background: white;
}
.index-module--autoClassifyOverlay--\+t4hE .ant-tooltip-content .ant-tooltip-inner .index-module--autoClassifyInfo--fKSxf > div {
  width: 290px;
  height: 162px;
  background-image: url(/static/autoClassify-bff7b83f2688fb41b51faf5c4ab2aa54.jpg);
  background-size: cover;
  border-radius: 4px;
  display: block;
}
.index-module--autoClassifyOverlay--\+t4hE .ant-tooltip-content .ant-tooltip-inner .index-module--autoClassifyInfo--fKSxf > p {
  margin: 8px 0 0 0;
  font-weight: 400;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 20px;
  text-align: left;
}

.index-module--autoClassifyCb--C9p9b {
  position: relative;
}
.index-module--autoClassifyCb--C9p9b:after {
  content: "";
  width: 456px;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: -16px;
  pointer-events: none;
}
.index-module--autoClassifyCb--C9p9b.index-module--sparking--eglWE:after {
  animation: index-module--shine--ZI9kT 0.66s linear 3;
}
.MailReplyPrefix-module--prefix-radio--rL5zN {
  display: flex !important;
  width: 352px;
  height: 172px;
}
.MailReplyPrefix-module--prefix-radio--rL5zN .MailReplyPrefix-module--radio-card--ea4wF {
  display: flex;
  flex-flow: column;
  cursor: pointer;
  width: 352px;
  height: 172px;
  border: 1px solid rgba(39, 46, 71, 0.12);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 24px;
}
.MailReplyPrefix-module--prefix-radio--rL5zN .MailReplyPrefix-module--radio-card--ea4wF .MailReplyPrefix-module--radio-select--h5oN0 {
  margin: 20px 0 0 17px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.MailReplyPrefix-module--prefix-radio--rL5zN .MailReplyPrefix-module--radio-card-desc--wW2Vb {
  margin-top: 12px;
  width: 296px;
  height: 100%;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.MailReplyPrefix-module--prefix-radio--rL5zN .MailReplyPrefix-module--radio-card-desc-con--B9cHn {
  width: 240px;
  height: 72px;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  font-size: 12px;
  flex-flow: column;
  padding: 12px;
}
.MailReplyPrefix-module--prefix-radio--rL5zN .MailReplyPrefix-module--radio-card-desc-con--B9cHn span {
  font-size: 12px;
  color: #7d8085;
  line-height: 12px;
}
.MailReplyPrefix-module--prefix-radio--rL5zN .MailReplyPrefix-module--radio-card-desc-con--B9cHn span.MailReplyPrefix-module--blk--8LSuB {
  color: #262a33;
}
.MailReplyPrefix-module--prefix-radio--rL5zN .MailReplyPrefix-module--radio-card-desc-con--B9cHn .MailReplyPrefix-module--divider--7MB0m {
  margin: 11px 0;
  width: 216px;
}
.MailReplyPrefix-module--prefix-radio--rL5zN .MailReplyPrefix-module--radio-card--ea4wF:last-child {
  margin-right: 0;
}
.AutoReplyModal .ant-modal-body {
  padding: 24px 0px 0px 0px !important;
}
.AutoReplyModal .ant-modal-body .title {
  padding: 0px 24px;
  height: 20px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.AutoReplyModal .ant-modal-body .content-radio {
  padding: 20px 24px 0px 24px;
}
.AutoReplyModal .ant-modal-body .content-editor {
  padding: 0px 24px;
  margin-bottom: 5px;
}
.AutoReplyModal .ant-modal-body .content-editor-limit {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  margin-top: 4px;
  float: right;
  height: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.AutoReplyModal .ant-modal-body .content-editor-bottom {
  height: 16px;
  line-height: 16px;
  margin-top: 4px;
}
.AutoReplyModal .ant-modal-body .content-editor-mask {
  height: calc(100% - 20px);
  width: 632px;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.04);
}
.AutoReplyModal .ant-modal-body .content-time {
  padding: 0px 24px;
}
.AutoReplyModal .ant-modal-body .content-time .ant-form-item {
  margin-bottom: 0px;
}
.AutoReplyModal .ant-modal-body .content-time .content-time-date {
  width: 136px;
  display: inline-block;
  margin-right: 6px;
}
.AutoReplyModal .ant-modal-body .content-time .content-time-time {
  width: 65px;
  display: inline-block;
}
.AutoReplyModal .ant-modal-body .content-time .content-time-time .react-datepicker-wrapper .ant-input {
  width: 65px;
  text-align: center;
}
.AutoReplyModal .ant-modal-body .content-time .content-time-label {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-left: 20px;
}
.AutoReplyModal .ant-modal-body .content-time .content-time-label::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.AutoReplyModal .ant-modal-body .content-time .ant-input-disabled {
  background-color: rgba(0, 0, 0, 0.04);
}
.AutoReplyModal .ant-modal-body .autoReply-editor-limit {
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
  border-radius: 5px;
}
.AutoReplyModal .ant-modal-body .autoReply-editor .tox-sidebar-wrap {
  background-color: #fff;
}
.AutoReplyModal .ant-modal-body .autoReply-editor .tox-edit-area {
  margin: 8px 0px 8px 8px;
}
.AutoReplyModal .ant-modal-body .footer {
  padding: 16px 24px;
  border-top: 1px solid #e1e3e8;
  border-top: 1px solid var(--Line-3, #e1e3e8);
}
.AutoReplyModal .ant-modal-body .footer .content-auto {
  display: inline-block;
  margin-bottom: 0px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.AutoReplyModal .ant-modal-body .footer .content-auto .ant-form-item-control-input-content .ant-checkbox-wrapper {
  line-height: 32px;
}
.AutoReplyModal .ant-modal-body .footer .content-auto .ant-form-item-control-input-content .ant-checkbox-wrapper span {
  font-size: 12px;
  padding-left: 4px;
}
.AutoReplyModal .ant-modal-body .footer .content-auto .ant-form-item-control-input-content .ant-checkbox-wrapper .ant-checkbox {
  font-size: 14px;
  margin-top: 6px;
}
.AutoReplyModal .ant-modal-body .footer .content-auto .ant-form-item-control-input-content .ant-checkbox-wrapper .ant-checkbox-checked::after {
  border: none;
}
.AutoReplyModal .ant-modal-body .footer .content-btn {
  margin-bottom: 0px;
}
.AutoReplyModal .ant-modal-body .footer .content-btn .btn-cancel {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  margin-right: 16px;
}
.AutoReplyModal .ant-modal-body .footer .content-btn .btn-save {
  background-color: #386ee7 !important;
  height: 32px !important;
  border-radius: 4px !important;
}

.change-model-confirm .ant-modal-body {
  padding: 22px 20px;
}
.change-model-confirm .ant-modal-body .content {
  display: flex;
  margin-bottom: 18px;
}
.change-model-confirm .ant-modal-body .content .icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: url(/static/autoReply_warn.75668a6e.svg) no-repeat center center;
}
.change-model-confirm .ant-modal-body .content .text {
  font-family: "PingFang SC";
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-left: 8px;
}
.change-model-confirm .ant-modal-body .footer {
  display: flex;
  justify-content: right;
}
.change-model-confirm .ant-modal-body .footer .cancel {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
  margin-right: 16px;
}
.change-model-confirm .ant-modal-body .footer .confirm {
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  color: #ffffff;
}
.localStyle-module--displayFlex--qSsKq {
  display: flex;
}

.localStyle-module--configContentTips--dBTfH .ant-popover-inner {
  box-shadow: none;
  background: none;
}

.localStyle-module--infoLocation--7be8t {
  cursor: "pointer";
  margin-left: "5px";
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.MailLayout-module--mail-layout-radio--vGVn9 {
  display: flex !important;
  height: 144px !important;
}
.MailLayout-module--mail-layout-radio--vGVn9 .MailLayout-module--radio-card--wSUZF {
  display: flex;
  flex-flow: column;
  cursor: pointer;
  width: 194px;
  height: 144px;
  border: 1px solid rgba(39, 46, 71, 0.12);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 24px;
}
.MailLayout-module--mail-layout-radio--vGVn9 .MailLayout-module--radio-card--wSUZF .MailLayout-module--radio-select--0uo\+Y {
  height: 40px;
  display: flex;
  margin-left: 17px;
  align-items: center;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.MailLayout-module--mail-layout-radio--vGVn9 .MailLayout-module--radio-card--wSUZF .MailLayout-module--radio-select--0uo\+Y .ant-radio {
  top: 0;
}
.MailLayout-module--mail-layout-radio--vGVn9 .MailLayout-module--radio-card-desc--XPAlx {
  width: 100%;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.MailLayout-module--mail-layout-radio--vGVn9 .MailLayout-module--radio-card-desc-con--pr2pD {
  width: 146px;
  height: 102px;
  background-size: 146px 80px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.MailLayout-module--mail-layout-radio--vGVn9 .MailLayout-module--radio-card-desc-con-icon-wrap--RqZA\+ {
  height: 80px;
  width: 138px;
  padding: 4px 0 0 26px;
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.MailLayout-module--mail-layout-radio--vGVn9 .MailLayout-module--radio-card-desc-con-blue-stick--7MNNa {
  height: 80px;
  width: 10px;
  background: #94a6ff;
  background: var(--Brand-4, #94a6ff);
  border-radius: 2px 0px 0px 2px;
}
.MailLayout-module--mail-layout-radio--vGVn9 .MailLayout-module--radio-card--wSUZF:last-child {
  margin-right: 0;
}

.MailLayout-module--isQuick--uuvm5 .MailLayout-module--radio-card--wSUZF {
  box-sizing: border-box;
  width: 136px;
  height: 132px;
  margin-right: 8px;
}
.MailLayout-module--isQuick--uuvm5 .MailLayout-module--radio-card--wSUZF:last-child {
  margin-right: 0;
  color: red;
}
.MailLayout-module--isQuick--uuvm5 .MailLayout-module--radio-card--wSUZF .MailLayout-module--radio-select--0uo\+Y {
  display: flex;
  height: 40px;
  align-items: center;
  margin-left: 12px;
}
.MailLayout-module--isQuick--uuvm5 .MailLayout-module--radio-card-desc--XPAlx {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  width: 134px;
  height: 112px;
}
.MailLayout-module--isQuick--uuvm5 .MailLayout-module--radio-card-desc-con--pr2pD {
  width: 108px;
  height: 60px;
  background-size: 108px 60px;
}
.MailLayout-module--isQuick--uuvm5 .MailLayout-module--radio-card-desc-con-icon-wrap--RqZA\+ {
  height: 100%;
  padding: 2px 0 0 16px;
}
.MailLayout-module--isQuick--uuvm5 .MailLayout-module--radio-card-desc-con-blue-stick--7MNNa {
  height: 100%;
  width: 8px;
  background: #94a6ff;
  background: var(--Brand-4, #94a6ff);
}

.MailLayout-module--layout-img1--PqDuD {
  background: url(/static/fullColumn-5c67c1e29cce2d28b2c4a3f60af78ba4.png) center no-repeat;
  background: var(--mail-layout1) center no-repeat;
}

.MailLayout-module--layout-img2--OyftG {
  background: url(/static/zuoyoufenlan-6764628a3f7baae28d200f820caa4bfb.png) center no-repeat;
  background: var(--mail-layout2) center no-repeat;
}

.MailLayout-module--layout-img3--H4qg4 {
  background: url(/static/upDownSettingIcon-f09f2e7f3bea3b1294dcd9cf45ca9268.png) center no-repeat;
  background: var(--mail-layout3) center no-repeat;
}
.MailDescAndAttachment-module--popContent--O9yB7 {
  width: 234px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 0px 12px;
}

.MailDescAndAttachment-module--autoWidth--1DCd2 {
  width: auto !important;
}

.MailDescAndAttachment-module--popouter--3YZ89 {
  background-color: rgba(0, 0, 0, 0);
}

.MailDescAndAttachment-module--poptitle--dy7q4 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  color: #ffffff;
  margin-bottom: 8px;
  margin-top: 10px;
}

.MailDescAndAttachment-module--popimg1--AC4Xn {
  width: 210px;
  height: 72px;
  background: url(/static/showDesc-9988f7300ba857b42f4759f4fbb1e794.jpg) no-repeat;
  background-size: 100%;
  margin-bottom: 2px;
}

.MailDescAndAttachment-module--popimg2--qtQGM {
  width: 210px;
  height: 52px;
  background: url(/static/hideDesc-fb0f3d465b5fc48035ca20e7d749ab34.jpg) no-repeat;
  background-size: 100%;
  margin-bottom: 12px;
}

.MailDescAndAttachment-module--popimg3--WVV5E {
  width: 210px;
  height: 72px;
  background: url(/static/showAttachment-6ef9ea42ebe79a7b9b3ab0ff353ffba5.jpg) no-repeat;
  background-size: 100%;
  margin-bottom: 2px;
}

.MailDescAndAttachment-module--popimg4--dj1je {
  width: 210px;
  height: 52px;
  background: url(/static/hideAttachment-9fda2a7c6e69f9e0e7459232239fc505.jpg) no-repeat;
  background-size: 100%;
  margin-bottom: 12px;
}

.MailDescAndAttachment-module--popimg5--ofo5q {
  width: 210px;
  height: 72px;
  background: url(/static/showAvator-b7a29b23058fd1aa3592d5bbe29d8063.jpg) no-repeat;
  background-size: 100%;
  margin-bottom: 12px;
}

.MailDescAndAttachment-module--popimg6--zCNIq {
  width: 210px;
  height: 72px;
  background: url(/static/hideAvator-efcfd9e33902e658f8de8f723d924b84.jpg) no-repeat;
  background-size: 100%;
  margin-bottom: 12px;
}

.MailDescAndAttachment-module--showRealListImg--tSifW {
  width: 148px;
  height: 110px;
  background: url(/static/show-mail-real-list-aa1c31e6dba30b4abd73562e82f87ffc.png) no-repeat;
  background-size: contain;
  margin-bottom: 12px;
}

.MailDescAndAttachment-module--noShowRealListImg--MutgM {
  width: 148px;
  height: 110px;
  background: url(/static/no-show-mail-real-list-63cde7e8ca67dc9788621ec0c4688f99.png) no-repeat;
  background-size: contain;
  margin-bottom: 12px;
}

.MailDescAndAttachment-module--checkbox-label--vJWbm {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.MailModeMergeOrAI-module--mail-mode--HWHgW {
  margin-bottom: 12px;
}
.MailModeMergeOrAI-module--mail-mode--HWHgW .MailModeMergeOrAI-module--radio-outer--Axukh:last-child {
  margin-bottom: 0;
}

.MailModeMergeOrAI-module--radio-outer--Axukh {
  width: 632px;
  height: 104px;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy {
  width: 336px;
  padding: 12px 16px;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--title--zJVUd {
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--select-wrapper--eStuh {
  flex: 1 1;
  display: inline-flex;
  justify-content: flex-end;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--select-tip--lpC3u {
  font-weight: 400;
  font-size: 12px;
  color: #7a8599;
  margin-right: 8px;
  white-space: nowrap;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--selectMode--Q22M5 {
  width: 130px;
  font-size: 12px;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--selectMode--Q22M5 .ant-select-selector {
  height: 28px;
  border-radius: 4px;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--selectMode--Q22M5 .ant-select-selection-item {
  line-height: 26px !important;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--title2--\+mdbx {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding-left: 24px;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--title2--\+mdbx span {
  white-space: nowrap;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-right--v7ijA {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-right--v7ijA .MailModeMergeOrAI-module--radio-img1--3O59U {
  width: 240px;
  height: 72px;
  background: url(/static/modeNormal-686302f61850c5187ea9b4f2c54a17fd.png) no-repeat;
  background: var(--mail-mode1) no-repeat;
  background-size: 100%;
}
.MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-right--v7ijA .MailModeMergeOrAI-module--radio-img2--U5-GY {
  width: 240px;
  height: 72px;
  background: url(/static/modeMerge-c32f587faa8215e9ce6fe66e97cf5632.png) no-repeat;
  background: var(--mail-mode2) no-repeat;
  background-size: 100%;
}

.MailModeMergeOrAI-module--selectDropdown--2P6cm .ant-select-item-option {
  font-size: 14px;
}
.MailModeMergeOrAI-module--selectDropdown--2P6cm .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  background: #ffffff;
  font-weight: normal;
}

.MailModeMergeOrAI-module--expand-icon--N-V7y {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}

.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh {
  width: 424px;
  height: 102px;
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy {
  width: 218px;
  padding: 10px 12px;
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--title--zJVUd {
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--select-wrapper--eStuh {
  height: 24px;
  line-height: 24px;
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--selectMode--Q22M5 {
  width: 102px;
  font-size: 12px;
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--selectMode--Q22M5 .ant-select-selector {
  height: 24px;
  padding: 0 6px;
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--selectMode--Q22M5 .ant-select-selection-item {
  line-height: 22px !important;
  padding-right: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--selectMode--Q22M5 .ant-select-arrow {
  right: 6px;
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-left--L0DZy .MailModeMergeOrAI-module--select-tip--lpC3u {
  margin-right: 4px;
}
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-right--v7ijA .MailModeMergeOrAI-module--radio-img1--3O59U,
.MailModeMergeOrAI-module--isQuick--JSxbh .MailModeMergeOrAI-module--radio-outer--Axukh .MailModeMergeOrAI-module--radio-right--v7ijA .MailModeMergeOrAI-module--radio-img2--U5-GY {
  width: 182px;
  height: 54px;
}
.MailTightness-module--mail-layout-radio--QEDF4 {
  display: flex !important;
  height: 112px !important;
}
.MailTightness-module--mail-layout-radio--QEDF4 .MailTightness-module--radio-card--PTcvR {
  display: flex;
  flex-flow: column;
  cursor: pointer;
  width: 194px;
  height: 112px;
  border: 1px solid rgba(39, 46, 71, 0.12);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 24px;
}
.MailTightness-module--mail-layout-radio--QEDF4 .MailTightness-module--radio-card--PTcvR .MailTightness-module--radio-select--AJ69j {
  height: 40px;
  display: flex;
  margin-left: 17px;
  align-items: center;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.MailTightness-module--mail-layout-radio--QEDF4 .MailTightness-module--radio-card--PTcvR .MailTightness-module--radio-select--AJ69j .ant-radio {
  top: 0;
}
.MailTightness-module--mail-layout-radio--QEDF4 .MailTightness-module--radio-card-desc--cO7pJ {
  width: 100%;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.MailTightness-module--mail-layout-radio--QEDF4 .MailTightness-module--radio-card-desc-con--RgOFe {
  height: 70px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.MailTightness-module--mail-layout-radio--QEDF4 .MailTightness-module--radio-card-desc-con-icon-wrap--2-nlR {
  height: 100%;
  width: 174px;
  padding: 4px 0 0 26px;
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.MailTightness-module--mail-layout-radio--QEDF4 .MailTightness-module--radio-card-desc-con-blue-stick--fL5OD {
  height: 100%;
  width: 10px;
  background: #94a6ff;
  background: var(--Brand-4, #94a6ff);
  border-radius: 2px 0px 0px 2px;
}
.MailTightness-module--mail-layout-radio--QEDF4 .MailTightness-module--radio-card--PTcvR:last-child {
  margin-right: 0;
}

.MailTightness-module--isQuick--h34sE .MailTightness-module--radio-card--PTcvR {
  width: 136px;
  height: 111px;
  box-sizing: border-box;
  margin-right: 8px;
}
.MailTightness-module--isQuick--h34sE .MailTightness-module--radio-card--PTcvR:last-child {
  margin-right: 0px;
}
.MailTightness-module--isQuick--h34sE .MailTightness-module--radio-card--PTcvR .MailTightness-module--radio-select--AJ69j {
  display: flex;
  align-items: center;
  width: 136px;
  height: 40px;
  margin-left: 12px;
}
.MailTightness-module--isQuick--h34sE .MailTightness-module--radio-card-desc--cO7pJ {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.MailTightness-module--isQuick--h34sE .MailTightness-module--radio-card-desc--cO7pJ .MailTightness-module--radio-img1--h9Hg9,
.MailTightness-module--isQuick--h34sE .MailTightness-module--radio-card-desc--cO7pJ .MailTightness-module--radio-img2--z5qNW,
.MailTightness-module--isQuick--h34sE .MailTightness-module--radio-card-desc--cO7pJ .MailTightness-module--radio-img3--i3OP5 {
  width: 104px;
  height: 38px;
}

.MailTightness-module--radio-img1--h9Hg9 {
  width: 134px;
  height: 48px;
  background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURfr6/Expcf///////////////////////+vt8u7w9P3+/vP1+PjiKxQAAAAHdFJOU/sAv5dfQBALM/RPAAABPUlEQVR42u2bu27CQBQFr2h4dCtCajpqKupU1Kn4DQSJLDkN5XFoUlrQ0IWID+DxdQikYG/kgsY5N8qZ0tVoba93R2sLvX5CpvEU7HGU0JkH6yYOGNrYg8arDTxozKzpQWNqiQukIY0/prE5AusOW2OHKyeSRmwBnJgaaf6tkX0SNb5wY8XQKAaDNBwWD0bBiqZxQIklSyNFxPWutFAjH5Uab4jYX67lqJNKjS0i3i/X8PsaLUQsSBoHRCxJGjkiMpIGfiANaTAfUf4Ly5++/E/m1Z821El294e+jRpZ3LPs+e+LQCdL4rS8QdB2qbR51Fa6CAvKLNKQhjTURdVF1UXVRdVF1UXVRdVFVQKloS6qLqouqi6qLqouqi6q2iMNaTjAyZFmLwe8Jx40Xlwc/k+HFnz8ChEe+D+GPIcz/gdZKSK+OpMAAAAASUVORK5CYII=) no-repeat;
  background: var(--mail-tightness1) no-repeat;
  box-shadow: 0px 3.2px 8px rgba(71, 89, 178, 0.12);
  box-shadow: var(--mail-tightness-shadow, 0px 3.2px 8px rgba(71, 89, 178, 0.12));
  background-size: 100%;
}

.MailTightness-module--radio-img2--z5qNW {
  width: 134px;
  height: 48px;
  background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcf///////////////////////////+vt8v///////+3v9Pb3+vHy9hM9hZoAAAAIdFJOUwC/75dAXxC3Bt06cQAAAShJREFUeNrt2zsKwlAQBdABPwuwtLO1sraytrJ2RYNJFuEPJGifwgUEJX2QLMYP6oARYvO4g9zbyWuOkrzMjC8i7V4KzmAm0h2n8KxFWqmDjGTugbGRvgfGUoYeGCtJXYQMMsgggwwy/ptRZFrhGaXekqAZuT4SYxl7feYEZeQvRgxl6DtIxsEYF/txQub4jbGz9cX9c6bB88mwb28Xh2IYpS0nQIZaIh8MJSNTCy9R+A1b374gjPpmDmPUH23hFdEvD/pzcEbcUPawCMSXxJZCo4rtEhlkkMH5BucbfzjfgHX09SIww5fEbBA43+B8g/MNzjf8b19R02aO7OhtnX9kcL7B+Qa7NjLIIIMMMsgIHydHmr0c8J56YGy9HP4XH69CSAf/YshErlM1r4ID/tarAAAAAElFTkSuQmCC) no-repeat;
  background: var(--mail-tightness2) no-repeat;
  box-shadow: 0px 3.2px 8px rgba(71, 89, 178, 0.12);
  box-shadow: var(--mail-tightness-shadow, 0px 3.2px 8px rgba(71, 89, 178, 0.12));
  background-size: 100%;
}

.MailTightness-module--radio-img3--i3OP5 {
  width: 134px;
  height: 48px;
  background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAQwAAABgBAMAAAAa41E1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURff4+kxpcf///////////////////////////////+vt8v///+7w9PDx9YC54TQAAAAJdFJOU/4Av49fn0C+EFyArZcAAAEJSURBVHja7ZorCwJREEYHi+AjXHxgtJvMJrPJbDL7pzZfVxB8gddg1mL21yiLi4KyFtkZ2fPVKYf7mDsHrrh2NyinNHTSmQT1rJw0goGMZWQBYys9Cxg7qVrAWEowETDAAONvMereX/QxKv6eSBvj4JOclTFOPkmsi7H0j1ST/ckhx08Y+7Q6T1Ymj7xhpAuQHlKvhnFNiwtVjGcVDDCyjmjRL+yzfeWFEX9t5rU8MKLMp42H/mXsYQhkMgcDT8FT8BQ8hckcDDwFT8FT8BQ8BQw8BU/BU/AUPAUMPKXoFxZPwVPwFCZzMMAA42cx8qXZygfvmQWMtbQsYPTFDfQpNk5cs6tNUZ66G8/kghrO+p/HAAAAAElFTkSuQmCC) no-repeat;
  background: var(--mail-tightness3) no-repeat;
  box-shadow: 0px 3.2px 8px rgba(71, 89, 178, 0.12);
  box-shadow: var(--mail-tightness-shadow, 0px 3.2px 8px rgba(71, 89, 178, 0.12));
  background-size: 100%;
}
.mail-config-encoding .selectDropdown .ant-select-item-option {
  font-size: 14px;
}
.mail-config-encoding .selectDropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #ffffff;
  font-weight: normal;
}
.MailBoxCapacity-module--container--2Hg-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.MailBoxCapacity-module--progressWrapper--Pqi7H {
  width: 100%;
  margin-bottom: 16px;
}

.MailBoxCapacity-module--progress--8Tjg2 .ant-progress-outer {
  padding-right: 0;
}
.MailBoxCapacity-module--progress--8Tjg2 .ant-progress-inner {
  background-color: #ebedf2;
  border-radius: 0;
}
.MailBoxCapacity-module--progress--8Tjg2 .ant-progress-bg {
  border-radius: 0;
}

.MailBoxCapacity-module--infoWrapper--qXm9c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.MailBoxCapacity-module--capacity--9jJCb {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: inline-block;
}

.MailBoxCapacity-module--upgrade--WSA0S {
  font-size: 14px;
  color: #4c6aff;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes index-module--rotating--RqI5D {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index-module--setting-menu--6s-XE {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.index-module--web-wm-entry--O-I1w {
  position: unset;
}

.index-module--accountTabWrap--wVZgT,
.index-module--accountContentWrap--9TDUH {
  width: 100%;
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  margin-bottom: 20px;
}
.index-module--accountTabWrap--wVZgT::-webkit-scrollbar,
.index-module--accountContentWrap--9TDUH::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--accountTabWrap--wVZgT::-webkit-scrollbar:horizontal,
.index-module--accountContentWrap--9TDUH::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--accountTabWrap--wVZgT:hover,
.index-module--accountContentWrap--9TDUH:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--accountTabWrap--wVZgT:hover::-webkit-scrollbar,
.index-module--accountContentWrap--9TDUH:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--accountTabWrap--wVZgT:hover::-webkit-scrollbar:horizontal,
.index-module--accountContentWrap--9TDUH:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--accountTabWrap--wVZgT:hover::-webkit-scrollbar-button,
.index-module--accountContentWrap--9TDUH:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--accountTabWrap--wVZgT:hover::-webkit-scrollbar-thumb,
.index-module--accountContentWrap--9TDUH:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--accountTabWrap--wVZgT:hover::-webkit-scrollbar-thumb:hover,
.index-module--accountContentWrap--9TDUH:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--accountTabWrap--wVZgT:hover::-webkit-scrollbar-corner,
.index-module--accountContentWrap--9TDUH:hover::-webkit-scrollbar-corner {
  display: none;
}

.index-module--accountContentWrap--9TDUH .index-module--resetPasswordWrap--K8-pu,
.index-module--accountContentWrap--9TDUH .index-module--loginWrap--540RD {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-module--config-title--CHNGO {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 0 16px;
  font-weight: 500;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--config-title--CHNGO .index-module--breadWrap--3HBZU {
  -webkit-app-region: no-drag;
  display: flex;
  align-items: center;
}
.index-module--config-title--CHNGO .index-module--breadWrap--3HBZU .index-module--breadItem--OF1EO {
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
  font-weight: 400;
}
.index-module--config-title--CHNGO .index-module--breadWrap--3HBZU .index-module--breadSecondItem--OL58f {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-weight: 500;
}
.index-module--config-title--CHNGO .index-module--breadWrap--3HBZU .index-module--breadSeparator--q0eqq {
  margin: 0 4px;
}
.index-module--config-title--CHNGO .index-module--configTitleIcon--12ohQ {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}

.index-module--config-content--mr7WJ {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin: 24px 24px 0 24px;
}
.index-module--config-content-login-wrap--R\+ZMh {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--config-content-wrap--Bgzu6 {
  margin-top: 12px;
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--config-content-wrap--Bgzu6::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--config-content-wrap--Bgzu6::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content-wrap--Bgzu6:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--config-content-wrap--Bgzu6:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--config-content-wrap--Bgzu6:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content-wrap--Bgzu6:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--config-content-wrap--Bgzu6:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--config-content-wrap--Bgzu6:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--config-content-wrap--Bgzu6:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--config-content-con--Lj97j {
  width: 632px;
  flex: none;
  display: flex;
  flex-direction: row;
}
.index-module--config-content-title--L\+lAV {
  flex: 1 1;
  flex-grow: 10;
  font-weight: 700;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 16px;
}
.index-module--config-content-tool--YbNLy {
  color: #386ee7;
  cursor: pointer;
}

.index-module--config-bottom--pOBkW {
  margin-left: 24px;
  margin-top: 40px;
}
.index-module--config-bottom--pOBkW .index-module--title--U5ltY {
  width: 632px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.index-module--config-bottom--pOBkW .index-module--title--U5ltY .index-module--name--yrXGa .index-module--secDesc--wUKAF {
  width: 20px;
  height: 20px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
}
.index-module--config-bottom--pOBkW .index-module--title--U5ltY .index-module--name--yrXGa .index-module--refreshSafeGrade--yJXMj {
  margin-left: 15px;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEjSURBVHgBnVPBbcJAEJw7UYBLoIM4FcR5BEf5JFSAO0g6CB0QKoipIOSHlAehAkwFuAP8RQKW2bMNBiGwPNKu9u521uvbOYNzPEkEix4jn+bRMlqCHUb4M3E11RyiZ2kz4Yc7Hm3EAmOuldiGuELvBeMRE5OiIz1zIAqmjH6xRh//JsMlhPJF/0obMz8qN5cs0EcdhDKliZp1/6iYmNvkjnzSB+WyVVzO8CbxRXxscc92Z9U2Vmw5QANY5ONI0QBKztiOhwZQckIfoAGsE0QpgDoIxOM9fXNKfr4Rypw2qEXWPNUF8rZVcl36t2KO1744cHkqUZxrO5eoYshLTLDhFFrUtsUDMz94njLuOm2fkI9FIj6IiCd3KF+VYEFSTFJcTd0DEiNiFxEx0PUAAAAASUVORK5CYII=);
  display: inline-block;
  cursor: pointer;
}
.index-module--config-bottom--pOBkW .index-module--title--U5ltY .index-module--name--yrXGa .index-module--refreshSafeGradeLoading--gia-M {
  animation: index-module--rotating--RqI5D 2s linear infinite;
}
.index-module--config-bottom--pOBkW .index-module--title--U5ltY.index-module--withLabel--idPpp {
  justify-content: flex-start;
}
.index-module--config-bottom--pOBkW .index-module--title--U5ltY .index-module--name--yrXGa {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--config-bottom--pOBkW .index-module--desc--BGSN7 {
  width: 632px;
  margin-top: 10px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  /* identical to box height, or 143% */
  /* 字体及ICON颜色/摘要文字60% */
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--config-bottom--pOBkW .index-module--operate--h6-Uq {
  cursor: pointer;
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #386ee7;
  white-space: nowrap;
}

.index-module--avatar--cxDy\+ {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-right: 12px;
  flex: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.index-module--email-alias-list--cnL36 {
  padding: 0;
  margin: 0 0 2px;
}
.index-module--email-alias-list--cnL36 > li {
  color: #7d8085;
  list-style-type: none;
  line-height: 21px;
  font-family: PingFang SC;
}

.index-module--account-item-list--8KMHL {
  width: 632px;
}

.index-module--account-item--AI4Tl {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  padding: 13px;
  min-height: 64px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  align-items: flex-start;
  font-family: PingFang SC, cursive;
}
.index-module--account-item-input--i5RoL {
  flex: 0 1 auto;
  height: 32px;
}
.index-module--account-item-input--i5RoL input {
  height: 100%;
}
.index-module--account-item-avatar--E5H6K {
  flex: 0 1 32px;
  margin: 0 8px 0 17px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  flex: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.index-module--account-item-name--1odQi {
  flex-grow: 3;
  display: flex;
  flex-direction: column;
  line-height: 19px;
}
.index-module--account-item-name-display--zEErB {
  font-weight: 500;
  color: #262a33;
  font-size: 14px;
  margin-right: 8px;
}
.index-module--account-item-name-email--3OFAD {
  color: #7d8085;
}
.index-module--account-item-account--cm7rB {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
  line-height: 16px;
}
.index-module--account-item-company--KH9Rr {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 12px;
  line-height: 14px;
}
.index-module--account-item-err--FTsxt {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 12px;
  line-height: 14px;
}
.index-module--account-item-del--L0Pmv, .index-module--account-item-redo--EZM\+O {
  display: none;
}

.index-module--account-item--AI4Tl:hover {
  background-color: #f0f0f1;
  cursor: pointer;
}
.index-module--account-item--AI4Tl:hover .index-module--account-item-err--FTsxt {
  display: none;
}
.index-module--account-item--AI4Tl:hover .index-module--account-item-redo--EZM\+O {
  cursor: pointer;
  margin-right: 7px;
  display: block;
  flex: 0 1 auto;
  align-self: flex-end;
}
.index-module--account-item--AI4Tl:hover .index-module--account-item-del--L0Pmv {
  cursor: pointer;
  margin-right: 7px;
  flex: 0 1 auto;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.index-module--user-content--sw9b4 {
  display: flex;
  flex-direction: column;
}

.index-module--deviceWrap--hVwX- {
  max-height: 524px;
  min-height: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapTitle--O9FnC {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapTitle--O9FnC .index-module--name--yrXGa {
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapTitle--O9FnC .index-module--closeIcon--rvvl- {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu {
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  margin: 12px 0 8px;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--tip--sv4-i {
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc {
  margin-top: 12px;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w {
  margin-top: 8px;
  height: 76px;
  display: flex;
  align-items: center;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 12px 16px;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w .index-module--deviceIcon--AR1j3 {
  margin-right: 12px;
  align-self: flex-start;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w .index-module--deviceIcon--AR1j3.index-module--deviceWebIcon--ia5aW {
  background-image: url(/static/device_web_icon.6f73446b.svg);
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w .index-module--deviceInfo---IARD {
  flex: 1 1;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #7d8085;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w .index-module--deviceInfo---IARD .index-module--name--yrXGa {
  display: flex;
  align-items: center;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w .index-module--deviceInfo---IARD .index-module--name--yrXGa .index-module--nameTxt--yjOsF {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w .index-module--deviceInfo---IARD .index-module--name--yrXGa .index-module--owner--e97ie {
  flex: none;
  padding: 0 10px;
  height: 16px;
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  border-radius: 2px;
  font-size: 12px;
  color: #386ee7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  white-space: nowrap;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w .index-module--deviceInfo---IARD .index-module--system--xyrkn {
  margin-top: 8px;
}
.index-module--deviceWrap--hVwX- .index-module--deviceWrapContent--\+59Vu .index-module--list--cP3Bc .index-module--item--RFH4w .index-module--deviceInfo---IARD .index-module--time--3XIj0 {
  margin-top: 6px;
}
.index-module--deviceWrap--hVwX- .index-module--device-empty-wrapper--kmuyE {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 340px;
  color: #51555c;
}
.index-module--deviceWrap--hVwX- .index-module--device-empty-wrapper--kmuyE .index-module--device-empty-img--TxdQl {
  height: 160px;
  width: 160px;
  background: url(/static/device_not_found-33aab0d5fbefd213672643a1c81aca33.png);
  margin-bottom: 10px;
  background-size: 160px;
}

.index-module--titleLabel--014Li {
  border-radius: 2px;
  background: #ffe5e2;
  background: var(--label-51, #ffe5e2);
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 6px;
  margin-left: 6px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.style-module--reset-password-form--RvXOj {
  position: relative;
  flex: 1 1;
  margin: 56px 30px;
  padding: 0 30px;
  width: 100%;
  min-width: 420px;
  max-height: 600px;
  min-height: 528px;
  text-align: left;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.style-module--reset-password-form--RvXOj .style-module--back--SCJAi {
  color: #51555c;
  color: var(--font-color-1, #51555c);
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10vh;
  margin-top: 32px;
}
.style-module--reset-password-form--RvXOj .style-module--title--CERv5 {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin-bottom: 16px;
}
.style-module--reset-password-form--RvXOj .style-module--content--rtZH- {
  width: 100%;
  max-width: 400px;
}
.style-module--reset-password-form--RvXOj .style-module--desc--0sqD5 {
  font-family: PingFang SC;
  font-size: 14px;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  margin-bottom: 32px;
}
.style-module--reset-password-form--RvXOj .style-module--pass-wrapper--sdtxt {
  position: relative;
}
.style-module--reset-password-form--RvXOj .style-module--reset-field--rtHgV {
  max-width: 400px;
  height: 48px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.style-module--reset-password-form--RvXOj .style-module--button-confirm--FM98\+ {
  font-family: PingFang SC;
  height: 48px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}
.style-module--reset-password-form--RvXOj .style-module--forget-footer--HH1s1 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.style-module--reset-password-form--RvXOj .style-module--forget-footer--HH1s1 .style-module--forget-btn--awpvn {
  color: #386ee7;
  cursor: pointer;
}
.style-module--reset-password-form--RvXOj .style-module--err-msg--5txZd {
  color: #f74f4f;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.style-module--reset-password-step1--CEmeO {
  margin: 0;
  padding: 0;
  border: none;
}

.style-module--reset-password-step2--JHnrH {
  margin: 0;
  padding: 0;
  border: none;
}

.style-module--iconEyeWrap--ojs7e {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.password-check-viladate .password-hint-dropdown {
  width: 400px;
  background: #ffffff;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  padding: 20px 16px 16px;
}
.password-check-viladate .password-hint-dropdown .title {
  font-weight: 500;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  margin-bottom: 14px;
}
.password-check-viladate .password-hint-dropdown .rule-item {
  display: flex;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #7d8085;
  margin-top: 6px;
}
.password-check-viladate .password-hint-dropdown .rule-item .rule-item-error {
  color: #f74f4f;
}
.password-check-viladate .password-hint-dropdown .rule-item .rule-icon {
  margin-top: 3px;
  margin-right: 4px;
}
.password-check-viladate .password-hint-dropdown .rule-item .rule-icon .blue-dot {
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-radius: 50%;
  background-color: #386ee7;
}
.password-check-viladate .ant-popover-buttons {
  display: none;
}
.password-check-viladate .ant-popover-message {
  padding: 0px;
}
.password-check-viladate .ant-popover-message .ant-popover-message-title {
  padding-left: 0px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes list-module--spin--FZF8Z {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.list-module--wrap--Vwy8s {
  padding: 24px 24px 0;
}
.list-module--wrap--Vwy8s .list-module--title--ktd7Y {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-module--wrap--Vwy8s .list-module--title--ktd7Y .list-module--titleTxt--hn3v\+ {
  font-family: PingFang SC;
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */
  /* 字体及ICON颜色/主要文字100% */
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.list-module--wrap--Vwy8s .list-module--title--ktd7Y .list-module--addAccountTxt--SyWVU {
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  text-align: right;
  /* 主色/灵犀蓝 */
  color: #386ee7;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo {
  position: relative;
  padding-right: 24px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  height: 58px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 4px;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo:hover .list-module--accountItemDel--KdZ6T {
  display: block;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo.list-module--currentItem--ALGIg {
  margin-top: 0;
  border: none;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--accountItemInput--ctKd\+ {
  width: 16px;
  height: 16px;
  margin-left: 16px;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--itemAvatar--smO6w {
  position: relative;
  margin-left: 16px;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--itemAvatar--smO6w .list-module--itemExpired--x22BX {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  color: #ffffff;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--itemAvatar--smO6w .list-module--currentIcon--NE0Lu {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  box-sizing: border-box;
  border: 1px solid #5fc375;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--itemAvatar--smO6w .list-module--currentIcon--NE0Lu i {
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 16px;
  height: 16px;
  z-index: 2;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjguMTg1NTUiIHI9IjciIGZpbGw9IiM1RkMzNzUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC41Ii8+CjxwYXRoIGQ9Ik03LjEyOTAzIDEwLjE4NTVMNi42OTc4NyAxMC42MDI4TDcuMTI5MDMgMTEuMDQ4M0w3LjU2MDE5IDEwLjYwMjhMNy4xMjkwMyAxMC4xODU1Wk0xMC41Njg4IDUuNzY4MjlMNi42OTc4NyA5Ljc2ODI5TDcuNTYwMTkgMTAuNjAyOEwxMS40MzEyIDYuNjAyOEwxMC41Njg4IDUuNzY4MjlaTTcuNTYwMTkgOS43NjgyOUw1LjQzMTE2IDcuNTY4MjlMNC41Njg4NCA4LjQwMjhMNi42OTc4NyAxMC42MDI4TDcuNTYwMTkgOS43NjgyOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 100%;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--itemInfoWrap--A1Cqv {
  margin-left: 8px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--itemInfoWrap--A1Cqv .list-module--itemName--KtsnZ .list-module--accountItemNameDisplay--xkkIu {
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--itemInfoWrap--A1Cqv .list-module--itemName--KtsnZ .list-module--accountItemNameEmail--d1\+pF {
  margin-left: 4px;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  /* 字体及ICON颜色/50% */
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--itemInfoWrap--A1Cqv .list-module--itemCompany--E2faq {
  margin-top: 4px;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  /* 字体及ICON颜色/50% */
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--accountItemRedo--mK6Lv {
  margin-right: 24px;
}
.list-module--wrap--Vwy8s .list-module--item--tFfjo .list-module--accountItemDel--KdZ6T {
  position: absolute;
  right: 24px;
  bottom: 12px;
  cursor: pointer;
  display: none;
  width: 16px;
  height: 16px;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 4px;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G {
  padding-bottom: 12px;
  position: relative;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G:hover .list-module--exitIcon--ECmcB {
  display: block;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--infoWrap--cK\+J2 {
  margin-top: 5px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #51555c;
  color: var(--font-color-1, #51555c);
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--infoWrap--cK\+J2 .list-module--infoLine--BvURg {
  display: flex;
  align-items: center;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--infoWrap--cK\+J2 .list-module--infoLine--BvURg .list-module--company--I5Ngg {
  display: flex;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--infoWrap--cK\+J2 .list-module--infoLine--BvURg .list-module--mobileBindWrap--uEu43 {
  display: flex;
  margin-left: 38px;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--infoWrap--cK\+J2 .list-module--infoLine--BvURg .list-module--mobileBindWrap--uEu43 .list-module--bindBtn--hs5ZT {
  cursor: pointer;
  margin-left: 8px;
  color: #386ee7;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--infoWrap--cK\+J2 .list-module--aliasWrap--BwF9B {
  display: flex;
  margin-top: 12px;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--infoWrap--cK\+J2 .list-module--aliasWrap--BwF9B .list-module--label--GHEM0 {
  flex: none;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--infoWrap--cK\+J2 .list-module--aliasWrap--BwF9B .list-module--more--hI8p9 {
  margin-left: 8px;
  color: #386ee7;
  cursor: default;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--accountItemWrap--ji--G .list-module--exitIcon--ECmcB {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 24px;
  bottom: 12px;
  width: 16px;
  height: 16px;
  background-image: url(/static/account_exit.435b80e7.svg);
  background-size: 100%;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileRow--1Vgqb {
  border-top: 0.5px solid #e1e3e8;
  border-top: 0.5px solid var(--Fill-4, #e1e3e8);
  align-content: center;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  height: 58px;
  display: flex;
  align-items: center;
  position: relative;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileItem--T\+NOu {
  padding: 0 24px 0 48px;
  box-sizing: border-box;
  border-top: 0.5px solid #e1e3e8;
  border-top: 0.5px solid var(--Fill-4, #e1e3e8);
  height: 58px;
  display: flex;
  align-items: center;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileItem--T\+NOu:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileItem--T\+NOu .list-module--avatarWrap--cHiyg {
  position: relative;
  width: 32px;
  height: 32px;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileItem--T\+NOu .list-module--avatarWrap--cHiyg i {
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 14px;
  height: 14px;
  z-index: 1;
  background-image: url(/static/link_account.435f8fbd.svg);
  background-size: 100%;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileItem--T\+NOu .list-module--accountTxt--g5p07 {
  margin-left: 8px;
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  /* 字体及ICON颜色/次要文字80% */
  color: #51555c;
  color: var(--font-color-1, #51555c);
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileItem--T\+NOu .list-module--labelIcon--A6Vod {
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 20px;
  background-color: rgba(148, 166, 255, 0.12);
  background-color: rgba(var(--Brand-4-r, 148), var(--Brand-4-g, 166), var(--Brand-4-b, 255), 0.12);
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  /* 默认头像颜色/默认头像-蓝 */
  color: #6ba9ff;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileItem--T\+NOu .list-module--addBtn--2o7r5 {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
}
.list-module--wrap--Vwy8s .list-module--currentAccount--qCFpq .list-module--mobileAccountWrap--lvoId .list-module--mobileItem--T\+NOu .list-module--addBtn--2o7r5 .list-module--addTxt--R9bCj {
  cursor: pointer;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #386ee7;
}
.list-module--wrap--Vwy8s .list-module--sharedAccountWrap--drm08 .list-module--sharedRow--Rjwn6 {
  border-top: 0.5px solid #e1e3e8;
  border-top: 0.5px solid var(--Fill-4, #e1e3e8);
  align-content: center;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  height: 58px;
  display: flex;
  align-items: center;
  position: relative;
}
.list-module--wrap--Vwy8s .list-module--sharedAccountWrap--drm08 .list-module--sharedItem--B2D1J {
  padding: 0 0 0 16px;
  box-sizing: border-box;
  height: 58px;
  display: flex;
  align-items: center;
  position: relative;
}
.list-module--wrap--Vwy8s .list-module--sharedAccountWrap--drm08 .list-module--sharedItem--B2D1J:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.list-module--wrap--Vwy8s .list-module--sharedAccountWrap--drm08 .list-module--sharedItem--B2D1J .list-module--avatarWrap--cHiyg {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 8px;
}
.list-module--wrap--Vwy8s .list-module--sharedAccountWrap--drm08 .list-module--sharedItem--B2D1J .list-module--accountTxt--g5p07 {
  margin-left: 8px;
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  /* 字体及ICON颜色/次要文字80% */
  color: #51555c;
  color: var(--font-color-1, #51555c);
}
.list-module--wrap--Vwy8s .list-module--sharedAccountWrap--drm08 .list-module--sharedItem--B2D1J .list-module--labelIcon--A6Vod {
  margin-left: 8px;
  padding: 2px 4px;
  /* 常用/白色 */
  background: #ffffff;
  /* 成功/Success-6常规 */
  border: 0.5px solid #0fd683;
  border: 0.5px solid var(--Success-6, #0fd683);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 120% */
  /* 成功/Success-7点击 */
  color: #0dc076;
  color: var(--Success-7, #0dc076);
}
.list-module--wrap--Vwy8s .list-module--delWrap--XCwbH {
  margin-top: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.list-module--wrap--Vwy8s .list-module--delWrap--XCwbH .list-module--exitIcon--ECmcB {
  width: 16px;
  height: 16px;
  color: #386ee7;
  background-image: url(/static/exit.c7321fab.svg);
  background-size: 100%;
}
.list-module--wrap--Vwy8s .list-module--delWrap--XCwbH span {
  margin-left: 4px;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #386ee7;
}
.list-module--wrap--Vwy8s .list-module--switchAccountWrap--vNoKJ {
  position: absolute;
  right: 24px;
  display: flex;
  align-items: center;
}
.list-module--wrap--Vwy8s .list-module--switchAccountWrap--vNoKJ .list-module--switchIcon--M8y8V {
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-image: url(/static/loading.f6fa4f4f.svg);
  margin-right: 8px;
  animation: list-module--spin--FZF8Z 1s linear infinite;
}
.list-module--wrap--Vwy8s .list-module--switchAccountWrap--vNoKJ .list-module--switchTxt--uM1Dr {
  color: #386ee7;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.list-module--labelContent--fWZ6k {
  padding: 0 24px 16px;
  width: 400px;
  max-height: 112px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  background: #ffffff;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.list-module--labelContent--fWZ6k::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.list-module--labelContent--fWZ6k::-webkit-scrollbar:horizontal {
  height: 6px;
}
.list-module--labelContent--fWZ6k:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.list-module--labelContent--fWZ6k:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.list-module--labelContent--fWZ6k:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.list-module--labelContent--fWZ6k:hover::-webkit-scrollbar-button {
  display: none;
}
.list-module--labelContent--fWZ6k:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.list-module--labelContent--fWZ6k:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.list-module--labelContent--fWZ6k:hover::-webkit-scrollbar-corner {
  display: none;
}
.list-module--labelContent--fWZ6k .list-module--labelTxt--1xjYy {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--setting-menu--29xs6 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.index-module--web-wm-entry--RsfED {
  position: unset;
}

.index-module--config-title--lf0pi {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 0 16px;
  font-weight: 500;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--config-title-icon--27tA2 {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}

.index-module--config-content--5mAVK {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin: 24px 24px 0 24px;
}
.index-module--config-content--5mAVK .index-module--config-content-button--2Eckx {
  margin-right: 15px;
}
.index-module--config-content-wrap--1-xFB {
  margin-top: 12px;
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--config-content-wrap--1-xFB::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--config-content-wrap--1-xFB::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content-wrap--1-xFB:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--config-content-wrap--1-xFB:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--config-content-wrap--1-xFB:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content-wrap--1-xFB:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--config-content-wrap--1-xFB:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--config-content-wrap--1-xFB:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--config-content-wrap--1-xFB:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--config-content-title--xSH9M {
  flex: 1 1;
  flex-grow: 10;
  font-weight: 700;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--config-content-checkbox--y94mP {
  margin: 0 0 28px 0;
}
.index-module--config-content-checkbox--y94mP .ant-radio-wrapper {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--config-content-checkbox-title--hah8G {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
.index-module--config-content-checkbox-info--BIRVR {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.index-module--config-content-checkbox-info-link--Tp16y {
  margin-left: 4px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  cursor: pointer;
}
.index-module--config-content-checkbox-info--BIRVR .index-module--cache-path--Em7VB .ant-input {
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--config-content-checkbox-info--BIRVR .index-module--cache-dir-link--nSAK8 {
  -webkit-user-select: none;
          user-select: none;
  font-size: 12px;
}
.index-module--config-content-checkbox-select--Wtk3\+ {
  width: 180px;
}

.index-module--beta-tag--VySzy {
  margin-left: 4px;
  display: inline-block;
  width: 35px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  color: var(--white, #ffffff);
  background-color: #3fde9c;
  background-color: var(--Success-5, #3fde9c);
  border-radius: 2px;
}
.index-module--beta-tag--VySzy i {
  font-size: 12px;
  transform: scale(0.83333);
  font-style: normal;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--configSettingWrap--jmMsR .index-module--mailAndAccount--\+z3SK .index-module--selectTab--aI\+m5 {
  padding-top: 16px;
  width: 220px;
  cursor: pointer;
}
.index-module--configSettingWrap--jmMsR .index-module--mailAndAccount--\+z3SK .index-module--selectTab--aI\+m5 .index-module--tabItem--KXTxw {
  -webkit-app-region: no-drag;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 40px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.index-module--configSettingWrap--jmMsR .index-module--mailAndAccount--\+z3SK .index-module--selectTab--aI\+m5 .index-module--tabItem--KXTxw:hover {
  background-color: rgba(39, 46, 71, 0.08);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.index-module--configSettingWrap--jmMsR .index-module--mailAndAccount--\+z3SK .index-module--selectTab--aI\+m5 .index-module--tabItem-select--2639e {
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.index-module--configSettingWrap--jmMsR .index-module--mailAndAccount--\+z3SK .index-module--selectTab--aI\+m5 .index-module--tabItem-select--2639e:hover {
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.index-module--configSettingWrap--jmMsR .index-module--mailAndAccount--\+z3SK .index-module--selectTab--aI\+m5 .index-module--tabItem--KXTxw span {
  display: flex;
  align-items: center;
}
.index-module--configSettingWrap--jmMsR .index-module--mailAndAccount--\+z3SK .index-module--selectTab--aI\+m5 .index-module--tabItem--KXTxw .index-module--item-remind--cvG1Z {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f74f4f;
  border-radius: 4px;
  position: absolute;
  right: 16px;
  top: 16px;
}
.index-module--configSettingWrap--jmMsR .index-module--mailAndAccount--\+z3SK .index-module--icon--U4XM2 {
  margin: 0 10px 0 18px;
}

.index-module--config-menu-wrap--F0VhJ {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.about-setting-container {
  min-width: 400px;
  min-height: 300px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
}
.about-setting-container .config-title {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 0 16px;
  font-weight: 500;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.about-setting-container .config-title .config-title-icon {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.about-setting-container .about-close {
  cursor: pointer;
  position: absolute;
  right: 27px;
  top: 27px;
  width: 16px;
  height: 16px;
}
.about-setting-container .about-wrap {
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  padding: 24px;
}
.about-setting-container .about-wrap .logo {
  margin-top: 56px;
  width: 56px;
  height: 56px;
}
.about-setting-container .about-wrap .name {
  margin-top: 24px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.about-setting-container .about-wrap .version {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.about-setting-container .about-wrap .protocol-wrap {
  margin-top: 24px;
  display: flex;
}
.about-setting-container .about-wrap .protocol-wrap span.protocal-span {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  text-decoration-line: none;
}
.about-setting-container .about-wrap .protocol-wrap > span {
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 133% */
  text-align: center;
  text-decoration-line: underline;
  /* 主色/灵犀蓝 */
  color: #386ee7;
}
.about-setting-container .about-wrap .footer-wrap {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.about-setting-container .about-wrap .footer-wrap span {
  font-family: PingFang SC;
  color: #a8a8a8;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-mask.no-mask {
  top: 32px;
  background: #fff;
}
.about-mask.no-mask .about-container {
  border-radius: 0 0 6px 6px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--mailFolderBtn--c37kM {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--line-3, #e1e3e8);
  border-radius: 4px;
  color: #545a6e;
  color: var(--text-4, #545a6e);
}

.index-module--mailFolderSettingModal--Siiyt .ant-modal-body {
  padding: 0;
  height: 392px;
}

.index-module--mainWrapper--vtHQ6 {
  height: 100%;
  display: flex;
}
.index-module--mainWrapper-left--b89ry {
  flex: 1 1;
}
.index-module--mainWrapper-right--39Qjx {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.index-module--mainWrapper-line--H-hSm {
  flex: 0 0 1px;
  width: 1px;
  height: 100%;
  background-color: #f0f1f5;
}
.index-module--mainWrapper--vtHQ6 .ant-checkbox-wrapper {
  -webkit-user-select: none;
          user-select: none;
}

.index-module--folderGroup--pUlYm {
  flex: 1 1 auto;
  overflow-y: auto;
}
.index-module--folderGroup--pUlYm .ant-checkbox-wrapper {
  display: flex;
  padding: 10px 24px;
  cursor: pointer;
}
.index-module--folderGroup--pUlYm .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 0;
}

.index-module--accountItem--2wUe\+ {
  font-size: 14px;
  color: #232d47;
  color: var(--text-5, #232d47);
  line-height: 22px;
  padding: 10px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.index-module--accountItem--2wUe\+.index-module--accountItemSelected--vCCnC {
  background: #e1e3e8;
  background: var(--line-3, #e1e3e8);
}

.index-module--folderSettingItem--QLxWP {
  overflow: hidden;
  padding: 10px 24px;
  flex: 0 0 auto;
}
.index-module--folderSettingItem--QLxWP.index-module--mailSetting--6odS8 {
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--line-2, #ebedf2);
}

.index-module--config-content--C\+6YP {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin: 24px 24px 0 24px;
}
.index-module--config-content-bold-title--p\+1p6 {
  font-weight: 700;
  margin-bottom: 12px;
}
.index-module--config-content-title--SdXOO {
  flex: 1 1;
  flex-grow: 10;
  font-weight: 700;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--config-content-switch--pVl96 {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--config-content-switch-label--j0Sg0 {
  margin-left: 28px;
  margin-right: 4px;
}
.index-module--config-content-checkbox--\+UrFT {
  margin: 0 0 28px 0;
}
.index-module--config-content-checkbox--\+UrFT .ant-radio-wrapper {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--config-content-checkbox-title--vIypH {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 6px;
}
.index-module--config-content-checkbox-info--88QtU {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.index-module--config-content-checkbox-info-link--mniha {
  margin-left: 4px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.common-module--setting-menu--Jch0s {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.common-module--web-wm-entry--i1XVr {
  position: unset;
}

.common-module--config-title--Bipi0 {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 0 16px;
  font-weight: 500;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.common-module--config-title-icon--8dm2s {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}

.common-module--config-content--8Pcuj {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin: 24px 24px 0 24px;
}
.common-module--config-content-wrap--q0GZj {
  margin-top: 12px;
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.common-module--config-content-wrap--q0GZj::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.common-module--config-content-wrap--q0GZj::-webkit-scrollbar:horizontal {
  height: 6px;
}
.common-module--config-content-wrap--q0GZj:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.common-module--config-content-wrap--q0GZj:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.common-module--config-content-wrap--q0GZj:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.common-module--config-content-wrap--q0GZj:hover::-webkit-scrollbar-button {
  display: none;
}
.common-module--config-content-wrap--q0GZj:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.common-module--config-content-wrap--q0GZj:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.common-module--config-content-wrap--q0GZj:hover::-webkit-scrollbar-corner {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.product-version-setting {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 99;
  display: flex;
  flex-direction: column;
}
.product-version-setting .config-title {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 0 16px;
  font-weight: 500;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.product-version-setting .config-title .config-title-icon {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.product-version-setting .product-title {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  margin-bottom: 4px;
}
.product-version-setting .product-update {
  text-align: center;
  color: rgba(159, 162, 173, 0.8);
  color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.8);
  height: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.product-version-setting .product-warp {
  width: 632px;
  height: 100%;
  padding: 0px 24px;
}
.product-version-setting .product-warp .version-warp-content {
  height: 540px;
  overflow-y: auto;
}
.product-version-setting .product-warp .version-warp-content .ant-collapse {
  border: 0.5px solid rgba(38, 42, 51, 0.12);
  border: 0.5px solid rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.12);
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.product-version-setting .product-warp .version-warp-content .ant-collapse .ant-collapse-content {
  border-top: none;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.product-version-setting .product-warp .version-warp-content::-webkit-scrollbar {
  display: none;
}
.product-version-setting .product-warp .title {
  color: #51555c;
  color: var(--font-color-1, #51555c);
}
.product-version-setting .product-warp .title:hover {
  background: #ffffff !important;
  background: var(--white, #ffffff) !important;
}
.product-version-setting .product-warp .content {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 44px;
  line-height: 44px;
}
.product-version-setting .product-warp .content .content-span-font {
  font-size: 12px;
}
.product-version-setting .product-warp .content .content-span-flex {
  flex: 3 1 !important;
}
.product-version-setting .product-warp .content .content-span {
  flex: 2 1;
  margin-left: 16px;
  position: relative;
}
.product-version-setting .product-warp .content .content-span .content-span-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.product-version-setting .product-warp .content .content-span .content-span-big {
  width: 24px;
  height: 24px;
}
.product-version-setting .product-warp .content .content-span .content-span-tag {
  display: block;
  position: absolute;
  text-align: center;
  height: 32px;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 16px;
  top: -5px;
  left: 10px;
  background-color: #386ee7;
  white-space: nowrap;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  transform: scale(0.5);
  z-index: 2;
}
.product-version-setting .product-warp .content .content-span .content-span-inline {
  display: block;
  height: 18px;
  line-height: 18px;
}
.product-version-setting .product-warp .content .content-span-func {
  font-weight: 500;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.product-version-setting .product-warp .content .anticon-up,
.product-version-setting .product-warp .content .anticon-down {
  margin-left: 5px;
  color: #7d8085;
}
.product-version-setting .product-warp .content:hover {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.product-version-setting .product-warp .content-collapse {
  margin-bottom: 8px;
}
.product-version-setting .product-warp .ant-collapse > .ant-collapse-item {
  border-bottom: none;
}
.product-version-setting .product-warp .content-row {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.product-version-setting .product-warp .ant-collapse-content-box {
  padding: 0px;
}
.product-version-setting .product-warp .ant-collapse-header {
  padding: 0px !important;
}
.product-version-setting .product-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  height: 52px;
  line-height: 52px;
  box-shadow: inset 0px 0.5px 0px rgba(0, 0, 0, 0.12);
  padding-right: 24px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imContextMenu-module--im-session-contextmenu--Y0uH4 {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 1.5px solid rgba(39, 46, 71, 0.16);
  border: 1.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  padding: 8px 0;
}

.imContextMenu-module--session-contextmenu-item---DEgZ {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.imContextMenu-module--session-contextmenu-item---DEgZ:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.imContextMenu-module--session-contextmenu-item---DEgZ:hover path,
.imContextMenu-module--session-contextmenu-item---DEgZ:hover circle {
  stroke: #fff;
}
.imContextMenu-module--session-contextmenu-item---DEgZ .imContextMenu-module--icon--ruoBw {
  display: inline-flex;
  margin-right: 8px;
}

.imContextMenu-module--im-session-context-modal--1smCn {
  vertical-align: middle;
}
.imContextMenu-module--im-session-context-modal--1smCn .imContextMenu-module--session-contextmenu-remove-icon--FhuuA {
  width: 18px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAyMC43NUMxNC44MzI1IDIwLjc1IDE4Ljc1IDE2LjgzMjUgMTguNzUgMTJDMTguNzUgNy4xNjc1MSAxNC44MzI1IDMuMjUgMTAgMy4yNUM1LjE2NzUxIDMuMjUgMS4yNSA3LjE2NzUxIDEuMjUgMTJDMS4yNSAxNi44MzI1IDUuMTY3NTEgMjAuNzUgMTAgMjAuNzVaTTkuMjcwODQgMTMuNDU4M0w5LjI3MDg0IDcuNjI1SDEwLjcyOTJWMTMuNDU4M0g5LjI3MDg0Wk05LjI3MDg0IDE0LjkxNjdWMTYuMzc1SDEwLjcyOTJWMTQuOTE2N0g5LjI3MDg0WiIgZmlsbD0iI0Y3NEY0RiIvPgo8L3N2Zz4K) center no-repeat;
  display: inline-block;
}
.imContextMenu-module--im-session-context-modal--1smCn .ant-modal-confirm-title {
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: inline-block;
}
.imContextMenu-module--im-session-context-modal--1smCn .imContextMenu-module--ant-modal-confirm-content--U4DGt {
  font-size: 14px;
  color: #7d8085;
}
.imContextMenu-module--im-session-context-modal--1smCn .ant-btn:first-child {
  color: #262a33;
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.imContextMenu-module--im-session-context-modal--1smCn .ant-btn:first-child:hover {
  background-color: #fff;
}
.imContextMenu-module--im-session-context-modal--1smCn .ant-btn:last-child {
  color: #f74f4f;
  background: #ffffff;
  border: 1px solid #f74f4f;
}

.imContextMenu-module--contextmenu-item-flex--htIw4 {
  display: flex;
  align-items: center;
}
.hover-shuru:hover * {
  stroke: #4c6aff;
}
.downloadReminderCont-module--downloadReminder--0Owiu {
  background: white;
  height: 100%;
  overflow-y: scroll;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--bor1--o\+8UQ,
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--bor2--3oABu,
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--bor3--c3EPl,
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--bor4--9sh\+m {
  position: fixed;
  background: #e1e3e8;
  z-index: 3;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--bor1--o\+8UQ {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--bor2--3oABu {
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--bor3--c3EPl {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--bor4--9sh\+m {
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--downloadReminderHead--Wbhkh {
  width: 100%;
  padding: 20px 20px 16px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: fixed;
  background: white;
  z-index: 2;
  top: 0;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--downloadReminderHead--Wbhkh .downloadReminderCont-module--headTitle--l1JsH {
  color: #272e47;
  color: var(--Text-5, #272e47);
  flex: 1 1;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--downloadReminderHead--Wbhkh .downloadReminderCont-module--close--tbaHc {
  cursor: pointer;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T {
  padding-top: 25px;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN {
  padding: 0 10px 0 18px;
  height: 54px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN:hover {
  background: #f0f2f7;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--infoIcon--vQ-fp {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--fileInfo--LL9G\+ {
  flex: 1 1;
  text-align: left;
  overflow: hidden;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--fileInfo--LL9G\+ .downloadReminderCont-module--fileName--yTkGo {
  margin: 0;
  max-width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--fileInfo--LL9G\+ .downloadReminderCont-module--fileName--yTkGo .downloadReminderCont-module--frontName--lNE3b {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--fileInfo--LL9G\+ .downloadReminderCont-module--fileSize--ZoK0o {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  color: #747a8c;
  line-height: 16px;
  letter-spacing: 0;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--opts--unD1p {
  margin-left: 36px;
  white-space: nowrap;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--opts--unD1p .downloadReminderCont-module--openDir--WB7cz,
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--opts--unD1p .downloadReminderCont-module--openFile--Aj7F8 {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--opts--unD1p .downloadReminderCont-module--openDir--WB7cz:hover,
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--opts--unD1p .downloadReminderCont-module--openFile--Aj7F8:hover {
  background: #e1e3e8;
}
.downloadReminderCont-module--downloadReminder--0Owiu .downloadReminderCont-module--fileReminders--Bfb8T .downloadReminderCont-module--fileReminder--xMWdN .downloadReminderCont-module--opts--unD1p .downloadReminderCont-module--openFile--Aj7F8 {
  margin-left: 8px;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E {
  background: #ffffff;
  background: var(--white, #ffffff);
  height: 100%;
  overflow-y: scroll;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--bor1--idXK2,
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--bor2--TROFU,
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--bor3--0BrRV,
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--bor4--cLh9P {
  position: fixed;
  background: #e1e3e8;
  z-index: 3;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--bor1--idXK2 {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--bor2--TROFU {
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--bor3--0BrRV {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--bor4--cLh9P {
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderHead--0b4gy {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: fixed;
  background: #ffffff;
  background: var(--white, #ffffff);
  z-index: 2;
  top: 0;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderHead--0b4gy .scheduleReminderCont-module--headTitle--UOWn5 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  flex: 1 1;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderHead--0b4gy .scheduleReminderCont-module--close--0neFV {
  cursor: pointer;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps {
  padding: 31px 20px 0 20px;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--groupReminder---neV4 {
  padding: 20px 0;
  border-bottom: 1px solid rgb(235, 237, 242);
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--groupReminder---neV4 .scheduleReminderCont-module--reminder--\+mU1Q {
  padding: 0;
  border-bottom: none;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--groupReminder---neV4:nth-last-child(1) {
  border-bottom: none;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q {
  padding: 20px 0;
  border-bottom: 1px solid rgb(235, 237, 242);
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q:nth-child(1) {
  padding-top: 0;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q:nth-last-child(1) {
  border-bottom: none;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q .scheduleReminderCont-module--reminderTitle--XDcka {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q .scheduleReminderCont-module--reminderTitle--XDcka .scheduleReminderCont-module--reminderTimeLeft--Fasbf {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q .scheduleReminderCont-module--reminderTitle--XDcka .scheduleReminderCont-module--reminderName--mRi-z {
  font-weight: 500;
  padding-left: 5px;
  color: #080b19;
  color: var(--Text-6, #080b19);
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q .scheduleReminderCont-module--reminderTime--6Fu6w {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q .scheduleReminderCont-module--reminderArea--gnRoo {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q .scheduleReminderCont-module--reminderArea--gnRoo .scheduleReminderCont-module--reminderAreaText--7TNsf {
  word-break: break-all;
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q .scheduleReminderCont-module--reminderSponsor--hizVG {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.scheduleReminderCont-module--scheduleReminder--ThV9E .scheduleReminderCont-module--reminderList---0Hps .scheduleReminderCont-module--reminder--\+mU1Q .scheduleReminderCont-module--buttArea--NOzhq {
  margin-top: 16px;
  display: flex;
  justify-content: right;
  width: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.createbox-module--mask--ueWXj {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.createbox-module--modal--\+vYjf {
  animation: none;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 1001;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 8px;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  resize: both;
  overflow: auto;
  padding-top: 40px;
}
.createbox-module--modal--\+vYjf::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 200%;
  border-radius: 16px;
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.createbox-module--modal--\+vYjf.createbox-module--modalCenter--oh\+Kp {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.createbox-module--header--ZCKbT {
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  cursor: move;
  border-radius: 6px 6px 0 0;
}
.createbox-module--header--ZCKbT .createbox-module--close--DJ10q {
  position: absolute;
  top: 14px;
  right: 28px;
  cursor: pointer;
}

.createbox-module--body--lUqyZ {
  padding: 20px;
  padding-bottom: 0;
  height: calc(100% - 62px);
  position: relative;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.createbox-module--body-unexpanded--WX1N0 {
  height: calc(100% - 60px);
}
.createbox-module--body--lUqyZ::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.createbox-module--body--lUqyZ::-webkit-scrollbar:horizontal {
  height: 6px;
}
.createbox-module--body--lUqyZ:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.createbox-module--body--lUqyZ:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.createbox-module--body--lUqyZ:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.createbox-module--body--lUqyZ:hover::-webkit-scrollbar-button {
  display: none;
}
.createbox-module--body--lUqyZ:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.createbox-module--body--lUqyZ:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.createbox-module--body--lUqyZ:hover::-webkit-scrollbar-corner {
  display: none;
}
.createbox-module--body--lUqyZ .createbox-module--expandedTitleItem--egSnx .ant-form-item-control-input-content {
  display: flex;
}
.createbox-module--body--lUqyZ .createbox-module--expandedTitleItem--egSnx .createbox-module--titleInput--5-T-0 {
  margin-right: 8px;
}
.createbox-module--body--lUqyZ .createbox-module--desc-editor-wrap-limit--rtGqw {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  margin-top: 4px;
  float: right;
  height: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.createbox-module--body--lUqyZ .createbox-module--desc-editor-wrap-bottom--SF32H {
  height: 16px;
  line-height: 16px;
  margin-top: 4px;
}
.createbox-module--body--lUqyZ .createbox-module--desc-editor-wrap-mask--1zuXV {
  height: calc(100% - 20px);
  width: 632px;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.04);
}
.createbox-module--body--lUqyZ .createbox-module--desc-editor-wrap--BNPoG :glboal(.createbox-module--tox-editor-header--pptVG) {
  position: unset;
}
.createbox-module--body--lUqyZ .createbox-module--formTimezoneSelect--qLX9a {
  display: flex;
  border-radius: 4px;
  margin-top: 8px;
}
.createbox-module--body--lUqyZ .createbox-module--formTimezoneSelect--qLX9a .ant-select {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  width: auto;
}
.createbox-module--body--lUqyZ .createbox-module--timeWrapper--tSayQ {
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}
.createbox-module--body--lUqyZ .createbox-module--timeWrapper--tSayQ .createbox-module--timeSplit--8Xq-7 {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  line-height: 32px;
}
.createbox-module--body--lUqyZ .createbox-module--timeWrapper--tSayQ .react-datepicker__aria-live {
  display: none;
}
.createbox-module--body--lUqyZ .ant-select-selection-item {
  font-size: 12px !important;
}
.createbox-module--body--lUqyZ .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.16);
}
.createbox-module--body--lUqyZ .ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.3);
}
.createbox-module--body--lUqyZ .ant-picker-clear {
  font-size: 12px !important;
}
.createbox-module--body--lUqyZ .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled) {
  border-color: rgba(39, 46, 71, 0.16);
  border-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
}
.createbox-module--body--lUqyZ .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #386ee7;
  box-shadow: none;
}
.createbox-module--body--lUqyZ .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover .ant-input-suffix {
  display: flex;
}
.createbox-module--body--lUqyZ .ant-input-affix-wrapper.ant-input-affix-wrapper-disabled .ant-input-suffix a {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.createbox-module--body--lUqyZ .ant-checkbox-inner {
  border: 1px solid #b7bac2;
  border: 1px solid var(--Text-1, #b7bac2);
}
.createbox-module--body--lUqyZ .ant-checkbox-wrapper-checked .ant-checkbox-inner {
  border: 1px solid #386ee7;
}
.createbox-module--body--lUqyZ .ant-form-item {
  margin-bottom: 16px;
}
.createbox-module--body--lUqyZ .ant-form-item .ant-form-item-explain {
  display: none;
}
.createbox-module--body--lUqyZ .ant-input {
  border-radius: 4px !important;
  font-size: 12px !important;
}
.createbox-module--body--lUqyZ .ant-picker {
  box-shadow: none;
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.createbox-module--body--lUqyZ .ant-picker:hover {
  border-color: #386ee7;
  box-shadow: none;
}
.createbox-module--body--lUqyZ .ant-picker input {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 12px !important;
}
.createbox-module--body--lUqyZ .ant-select:not(.ant-select-disabled) .ant-select-selector {
  border-radius: 4px !important;
  font-size: 12px !important;
  box-shadow: none !important;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.createbox-module--body--lUqyZ .ant-select:not(.ant-select-disabled) .ant-select-selector:hover {
  border-color: #386ee7;
}
.createbox-module--body--lUqyZ .ant-input:hover {
  border-color: #386ee7;
  box-shadow: none;
}
.createbox-module--body--lUqyZ .ant-input[disabled]:hover {
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
}
.createbox-module--body--lUqyZ .ant-input:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.createbox-module--body--lUqyZ .ant-input-focused {
  border-color: #386ee7;
  box-shadow: none;
}

.createbox-module--bottom--wOFyl {
  width: 100%;
  height: 62px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.createbox-module--bottom-bordered--Ta6y2 {
  position: relative;
}
.createbox-module--bottom-bordered--Ta6y2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.createbox-module--bottom-bordered--Ta6y2::before {
  height: 0;
  bottom: initial;
}
.createbox-module--bottom-unexpanded--xtjmH {
  height: 60px;
  align-items: flex-start;
  position: relative;
}
.createbox-module--bottom--wOFyl button {
  margin: 0 8px;
  width: 100px;
  height: 32px !important;
  border-radius: 4px !important;
}
.createbox-module--bottom--wOFyl .ant-btn-primary {
  background-color: #386ee7;
}

.createbox-module--expand-icon--rCiHD {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}

.createbox-module--selectDropDown--m3Gha {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 8px 0;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  background-color: #ffffff !important;
}
.createbox-module--selectDropDown--m3Gha .createbox-module--selectOption--yQP\+E {
  font-size: 12px !important;
  color: #272e47 !important;
  height: 30px;
  min-height: 30px;
  font-weight: normal !important;
}
.createbox-module--selectDropDown--m3Gha .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #ffffff !important;
  color: #386ee7 !important;
}

.createbox-module--selectLabel--mr8WD .ant-select-selection-item {
  font-size: 14px !important;
}
.createbox-module--selectLabel--mr8WD .ant-select .ant-select-selector {
  font-size: 14px;
}
.createbox-module--selectLabel--mr8WD .ant-select-selector {
  padding: 0 !important;
  border: none;
  align-items: center;
}

.createbox-module--abutton--klU-j {
  outline: none;
  background-color: transparent;
  font-size: 12px !important;
  line-height: 16px;
  color: #386ee7;
  border: none;
  cursor: pointer;
  padding: 0 12px;
  margin-bottom: 16px;
}

.createbox-module--datePicker--QfBix {
  width: 116px !important;
  padding: 6px 11px !important;
}

.createbox-module--timePicker--ssbm7 {
  width: 60px !important;
  padding: 6px 11px !important;
}

.createbox-module--datePickerDropDown--59VvP {
  font-size: 12px !important;
}
.createbox-module--datePickerDropDown--59VvP .ant-picker-header button {
  font-size: 12px !important;
}
.createbox-module--datePickerDropDown--59VvP .ant-picker-panel-container {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.createbox-module--datePickerDropDown--59VvP .ant-picker-cell:hover .ant-picker-cell-inner {
  background-color: rgba(39, 46, 71, 0.2);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.createbox-module--datePickerDropDown--59VvP .ant-picker-cell-inner {
  border-radius: 50%;
}
.createbox-module--datePickerDropDown--59VvP .ant-picker-cell-inner::before {
  border-radius: 50% !important;
  border-color: #386ee7;
}
.createbox-module--datePickerDropDown--59VvP .ant-picker-cell-selected .ant-picker-cell-inner {
  background: #386ee7 !important;
  border-radius: 50%;
}

.createbox-module--checkboxContent--WCI2R {
  font-size: 12px !important;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.createbox-module--confirmOverlay--Qtj2P {
  width: 340px;
  z-index: 1060;
}
.createbox-module--confirmOverlay--Qtj2P .ant-popover-title {
  font-size: 16px;
  padding: 20px;
  border-bottom: none;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.createbox-module--confirmOverlay--Qtj2P .ant-popover-inner {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.createbox-module--confirmOverlay--Qtj2P .ant-btn {
  height: 32px;
  font-size: 14px;
  margin-left: 12px;
}
.createbox-module--confirmOverlay--Qtj2P .ant-btn.ant-btn-primary {
  border-color: #386ee7;
  background-color: #386ee7;
}
.createbox-module--confirmOverlay--Qtj2P .ant-btn.ant-btn-primary:hover {
  color: #ffffff;
}
.createbox-module--confirmOverlay--Qtj2P .createbox-module--confirmButtons--MpLQU {
  padding: 20px;
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
}
.createbox-module--confirmOverlay--Qtj2P .createbox-module--confirmCheckBox--XSaxL {
  padding: 20px;
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.createbox-module--busyfree--Zvu7Q {
  font-size: 12px !important;
  line-height: 14px;
  color: #386ee7;
  margin-bottom: 14px !important;
  margin-left: 28px !important;
}
.createbox-module--busyfree--Zvu7Q span.createbox-module--busyfreeInner--leUxn {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.createbox-module--busyfree--Zvu7Q span.createbox-module--busyfreeInner--leUxn.createbox-module--busyfreeInnerExpanded--KxDK8 {
  cursor: default;
}
.createbox-module--busyfree--Zvu7Q span.createbox-module--busyfreeInner--leUxn span {
  display: inline-block;
}
.createbox-module--busyfree--Zvu7Q span.createbox-module--busyfreeInner--leUxn svg {
  margin-left: 4px;
}
.createbox-module--busyfree-partbusy--KCybs {
  color: #f74f4f;
}
.createbox-module--busyfree-allbusy--\+vIpV {
  color: #f74f4f;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.eventcontent-module--part-icon--ZgQyC {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: 20px;
  border-radius: 10px;
}
.eventcontent-module--part-icon-accept--Jg32A {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURSgoMkxpcSkpLzMzMyoqKiYmL4GBh/n5+eXl6NnZ25qaoPn5+vT09P///2xCrzQAAAANdFJOUzMAKwUSIE3ls5dZ8tnBYvv+AAAA3UlEQVR42n3SOwrCQBAG4CEmoHa++oDaq2jvA/tEPUBO4R0shLSeQa/gOUQwd3F29c/sw/Uvtvj4YZLdoc6P/MX5jmi8sXFLOiMT1wxQ4ILq7IG9VDCafnFGRoYKUZSqxgFZyTUubYw1pjZGCvvkZMXYdTFnnJDkpI4GozGnWZVqEmMmeH4UfCaMqVE86vGMTpEDvKBoYKsqURRs359SJAy6VqUuYlD2qb7qYoKP5yqKFOM3uYqi+k3c8a0A5oGr8y859Bz+w4Wf2F8Gf20CCxZeRdGDu95p5Ky3JIxv7Kk352t1ZpYAAAAASUVORK5CYII=);
}
.eventcontent-module--part-icon-accept-confirm--hQKEZ {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUxpcVvDdF7AdV3BdFzBdV+/b17CclvDc1+/d13Bdl7DdV+/dV/Dc17DdF/Ddf///+348LHivHPLhn/PkMfqzt7z4mnHfaXdsZvZqBzQNOcAAAAOdFJOUwDvb7/PEI/fIF+f/kCvFtbN6AAAAPtJREFUeNq1lM2ygyAMRkWCQasfVezP+z/pdbgyIEWoi55hkcWZZAghza/R7cACEDS1uqD1EhHUn2gjI4FzquqQoVOppwlZWCceA9+YinEKxdU7FOiitqDI2HgYRTgkrODbSchiZx/JvTXI8jbm5WPtxPbMu1vstE6ckGHevAWewYlU9sK9BTwvm/cgnBinefvgsSDmKNr7/0XXzXviQFJ62cz5+TBmTTwRHjCY21mRQE4ccDTNjJQpNDyYGQ997gktPtmnXKKCvDpm9cH1jJWE1z9Xo6hQWF1ZAHWT9FdL6tap3HbkVOPxbJFSZN1kX1zNEwlA8NDq5sf8AR+qOClgSKZCAAAAAElFTkSuQmCC);
}
.eventcontent-module--part-icon-reject--zUyay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURUxpcSgoMiUlLsrKzCoqKigoMy0tLSQkK6+vseXl6P///9VY/UIAAAAKdFJOUwAzK4AGGREjZrNA3oA3AAAAwklEQVR42pWSqw4CQQxFCeGh7y4vySQE9FoUkOAh4QMAgwUEnt/Aotiv5KYps49SsVc1Z26nM21bjbW9h2RxqLILRPMyOwOGdhG1+7FOKGCyUrhBSTOFalSrubG49VSFI5ut+T3UdCRsSzQB9ZTwSriW6JUB6UfCAeFejPkbWOZiHRLeQBFkKQ9AjWNxEvJYPkCtNEYIqFWNgAdtulfIPunv471v9usNmTqts032x2EHZ0fsLYNdG2/B7Coa+nDWu5m+yeRERTCyDVgAAAAASUVORK5CYII=);
}
.eventcontent-module--part-icon-reject-confirm--iXSKO {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUxpcfdOTvVOTvdOTvxPT/dOTvdOTvZOTvdPT/dOTvZOTvdOTvZPT/dOTvZNTfhQUPVOTvdPT/NNTfdPT/709PhwcP////hlZfy9ve3NJ1AAAAATdFJOUwCPcK8Q78/fIF+/n/7PkG9vQECY8hjpAAAA40lEQVR42rWU0Q6DIAxFy4QUdd3crm7+/5du0REawgAfPC/ycFLgUktn46eRHeCkm3xB6wcopKc8T0YC51RrkMHY1POCLOwTj4EW0zL+Inp3gwJGxYIiTwowinAsWCHEKYi84yIy/KJBZJ0XbCzzisge0UXVm1+7uXwXquZlEzvsBGEJn8iojqhN5el7O6Rm6sFtIpCawYs0i8e25vplZBPHejxdc+DHnpCGWlNIc5sdbVx6VAsGbo0/F1kpbGzbB0CLKZ4SbO6cV2Nz05FTjR+UpxdlXYe+NJrvnTjA8Xj3dDIftWtLZyRYqgAAAAAASUVORK5CYII=);
}
.eventcontent-module--part-icon-attentive--tyZlQ {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURSgoMkxpcS4uMicnMCUlMK+vsayssSYmMScnMScnLScnJ4KCiF1dY////2JXWf4AAAANdFJOUzMABSwUZmYdKSQNTEACAsO4AAAA0UlEQVR42oXSPwrCMBTH8YcRrH+WFkHdDAquQQTBqeqiB/AKzv65QAcXNwsOjoIX8AhexLv4mr6a5NHod/wsaZMfhCX9xOER4LxwcQ26k40PoCYGR/DtUGCUGBSScABW4xwjZWMgNXbAaa8xdrGhUbkoMmwDa47Y5Zgi9jlWEGOOVcQLxxpiwlEgQtaWegFG2HxTz3/Y2lBAqIAVIO441ks/3vebPY5p6dX5Ljm8s3O8D0dbMGvwjsFdQyD9A8taFjazR7vK7crmfVNiaubN8uIH6m03yGWLFt8AAAAASUVORK5CYII=);
}
.eventcontent-module--part-icon-attentive-confirm--rlQtt {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUxpcf+pAP+pAP+qAP+pAP+oAP+fAP+qAP+nAP+qAP+pAP+qAP+oAP+qAP+nAP+vAP+qAP+/QP///wjuGHMAAAAQdFJOUwBfb2CQ7xDfIM+/n/6vQCAg46vZAAAAwElEQVR42rXUwQ6DIBBFUaTAMCD2tf//sU1IqkiAgYV3fQKKOOrp3jqSBSwn7QfsFVDEW4cdhCpqUWfQyLjaeUYz8pUjYEY6QjcudzcYZIpjwbDjhDSGdC0o9D9OlmBQOQ8xn6GWoc4wyTCWjyi/t8XZ5xbObIa4+t7C1TRc25ogxhlGGabZA9/WPqEKkgvT12z14qpDWHD951KO+47cygCQJfupIbUb15qOVDM6eoOUC7WHTfXzOrEFLEXt1cP9AIk8PySEjhUdAAAAAElFTkSuQmCC);
}

.eventcontent-module--icon--EdQZg {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.eventcontent-module--icon--EdQZg.eventcontent-module--delete-white--7pPxl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADuSURBVHgB7ZfhDcIgEIUfxgEcoU6gGxQ30BGcTEdxBDcoI7gBXtv7QazCU9Fqw5dcSNoLPOCR3AEjY9hE7/1ChkpiQaSfjTEX5EIWryQaz9Oo4CQzcFj0u2dpc7dM4hwcVkcnsU/kHlRALXEEK0COzEby6kBACqcCbGxO8cipGwMBHl9EBHRrsx74GKEHNiigN2Pwni3eJDXf6B54WUCuk/rfEygCioAiYDIC2IpogBYUdFH7iHIFP+mBsKFYZygVV7GfAxNpQ9GA64CewYlxl7cfB1egLdUOXAnO0s55t5+IPqMcJZku7rL2ipPiCj98i5zqG6JkAAAAAElFTkSuQmCC);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--edit-white--XIhJR {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAENSURBVHgB7ZeLDYIwEIYP4wCMwAiOABOwgm7gBjqCbuAIbAAjuAFsABuc19jEAwFL7zAx9ksuvJr7/z5pAf6daOwlIiZ0ScAnYRRV4IsRpihRwEzuHcXpk4EahcyIt7bIkX/b8kLwavYrRQEK2LwlRUzRUVRTBVNWkRSUxFnNW2umxwZWYqTmGQ3QO3zDgKv4KgaWiKsbWCquasBH3LAFBVzE8bm67u3jjb43wyRe09Blqs3lF3WBb7NzpGMglYgbRGOABC/UCsZA4SMuNmBNnEHAaktxMBAMBAM/Y4AvRA27z3F6h+1Lzu670RIoPBM4UnPNYRccoN8S2lQUGX8xdTQzv9kYdGneNiEB4gF2RqR1fbcmcQAAAABJRU5ErkJggg==);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--clock--aPLaA {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcaeprKiqrKiqrZ+kq6iqraiqraepq6enr6mpraeorKSqr6eqrKipraqqqqevr6iqreQybtcAAAAQdFJOUwDv358QgL9AIHCgMM9QMCBW5llxAAAA20lEQVR42pWT2xKDIAxEBYE1Xvf/v7ZjA42hdjruE7rHZIE4PNSx4/hpplwCTxWZbuxp5kXjFyLh/ekGQArJIN7PJHNy1XLnx8U1jI4Qck1d4pWUDx4Yqw8SlYgMLelMtqUBw0KOtYCuDLBgqSWY7oDUchaWoQecQco9IAw1Aq6AANAXm/aGB1TtYdft/AagLTY7QKgUqNsLFtJLSNtNJzPsxLy0t9iJedkVtdV+W2B0122y6/43MH7k3BwvsR9KN+op03w/9gA2G/sHP44iUngqlOwSewjLNDzTCy8JDrU/VkVMAAAAAElFTkSuQmCC);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--sync--Qrza6 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcaeor6eoq6iqq6eprKSqr6ioraipraeprJ+fr6epq6mpq6WorKiqrQoRFw8AAAANdFJOUwAg79+AMHC/oRBAX1AwTn66AAAA2UlEQVQoz2NgIBaILkThTiu6e1d9I4I/RfcuEFx2gPEZbe+WnFrlfveyAFQg6G4ViJK4qwpVoKsGYeRegihhvhsAEWC9awmmfa/BDMtVhRjZABPgngAm7wqgupH9OoLNlgAkmK4gBGRBhsjeYkC48PIEBpHeG44wAY67dxsgBBSAJTltLyNsOXsR5JOLCEN9FWBWQUFtAaqTGO9uAFGcG+C2QIwLRngO4sbJCO8bQAMIqiQX5oCgu40gajksCCGBvAYpkBlYbEHRcMkT4QBpUERlokZlINGxDgAWwkckdL1kFQAAAABJRU5ErkJggg==);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--member--p4CXi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcaSqr6eqrKqqrqiprZ+fr6iqq6eoq6epr6eoq6eqrKmprqeprKaoq6eprKepraiqrSP3flEAAAAQdFJOUwAwYG+/EN/vIEDPX6eQUIAJ5SKEAAAA/UlEQVR42q2TyZLDIAxEWSV29/9/7RQaQ6LE3NInKKl4arVtfqmYsj1X7VUwFep9D1nVHbaoO+cDoBsiQH7k7AlLH7iAYESjMcAMRN3ggfR6zwSUTwuMS40kw2oG7XNluWi5NXdyAWDhPTFmFaCnjTWwiVIuVzQPysAoQPDqdc1gCOakDqCdy8KgZHI6IFI1PB+QKZvXNsQdmw6OBrfK+yotSXx57irn4bu4pc1KDAQXzWQsS7LOxSHwkIMwNpVXohao24dT6aR/witb4q4abkYBrycWQWduGaCqAopeZZ7EZujzsxWb5StzV6AkP4iW9W03UfOnQFK2EtYv9QcYFw7iTUZ+MwAAAABJRU5ErkJggg==);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--location--DMS50 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcairrKiorZ+fr6ipraeoq6eqrKiqq6iqrKenr6eoraqqrqaoq5+vr6eqrKeqraiqrTyuObYAAAAQdFJOUwBBcBC/72DfgCCgb5AQz6+uOuulAAAA7klEQVR42q2TS7LEIAhFkwii5nf2v9p+9ZR8qB42E0s4XK4xTj+NVMRAZa1fy1W4on1BVgVky7kIoEusF9CShlYBSugHe8hWg5dGVa/fhD4TDXx7t8hj5yNnUSS7qXQBC9SRxP3tT5/S5TLYuhrMnvTQDguW/lqtVzbsAiD3ZekDdehFQB3gBcQRaYwo6AUctP9DdpND73yY3NApHnMytguYx8mmLKjMd85jV2QK0bDXZTsev/4tcbwBC9e7wBb+n/zuOKG86i142q0TXrcUXdeb2HADgej5+bjqkTiB1gBx/RiLEd9EFGnmr+N38QHsKg1Al/PuBAAAAABJRU5ErkJggg==);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--bell--ts2rY {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcaiqraeqq6Sqr6eoq6enr6aoq6iqq6eqrKepq6iqraeqraioraerrp+np6enrKiqrTx7P9cAAAAQdFJOUwDFQDDvIJDfYICfr3BPEKCTzThHAAAAqElEQVR42t2Syw6DIBBFeQwMguL5/69toqmVaU0XddWzINzcO48E3N0ECL8EQvbgc7iyPexo+eRnQGrOTYHpo6/Lfi0K1foT+P4UqcE8+gn0JLtH+hBYIQ0Fdg21Q1fkLCMsY2AZWwZIZqmxpIAzQPm7wPwlUEBtQKCcfIk2EPX15B5E3xDwx2e5IB8zpo0GbTvrrmdn6AI1C5rcBVHALGxIq9ec3L08AKuWC7zT91jEAAAAAElFTkSuQmCC);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--calendar--T2lZg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUxpcaeqqqenq6erq6eqrKenqqeprKipraapq6iqrVgtoyMAAAAJdFJOUwBgQEBgYICgkPX18GwAAABSSURBVCjPY2AgClhOQpBYBNhmIoEEoAAnssAEkMD00M5poUAAJCvBAlMQZkhCBeAAh8A0YzjonIDVFgyBGUpwkEmkLYNWYLogHFRi9S1GNFAOAEOTU6sXRbbCAAAAAElFTkSuQmCC);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--eyes--yFFxc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURUxpcaiqraSqr6eprKeprKipraiqrKeor6eprJ+lr5+fn6eqrKqqrqerq6enq6mqrqqqqqeqrKeqrKenrKipraiqrbhb21YAAAAVdFJOUwC/MFCAoN8g7xAQkG9AQF8wYM9gsMDCxUgAAADvSURBVHjazZLBcoMwDERjjC1RwJCQ9/+/2kF2RSDt9Jq9aEYrrVaWb58HWWf5kxz6oACERX6llQPj15XvMhCmWEqZApDlwiskz0kCXU/eFI2viU3RV42MdtWJrC6ZDx89TG5Uq8ENeh8AyfgHhodVBPRH4g42b4QUS2qtckhknha1CiW0SWSfsJgvKHuMIC7cCu4t2qozrF7QRgTzeIyw9JN8bCktpjkmGF8mt9ZwWnMwIWtzicUqRgXtjZ98y53IfptOBn/qy7F2DUdUVP45d3f5jPXDzPMc64c582YQhxl9h2yhssHpd0jp5PZx+AYUKBDtxbr7AwAAAABJRU5ErkJggg==);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--coffee--E46t5 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUxpcaerq6enq6eprKenr6iqrKiprKmpraeqraepraiprJ+fq6eorKiqraeorKiqrScSlDAAAAAPdFJOUwBAQO8g32BwMIa/EKCfUN/pctwAAACwSURBVCjPY2CgCtgoCAcSYAH5/wgQhi7wvwAk8F0JCuq/xxuABD7BTJP/9P4LmoD8D1SBn/EBqAL//ycAqX4kAXMQ5f8NJvD+B5hi/gkTOB8Apng+b4AKxF8AU0z/J0D47P8VIIz1JhDa+RdUpfNXBxDFEg+VYGAD28Y9GewIMEj+H/tQbPJ/M3gQsawH+fyXAyLQmI7+/2+rgBKOO1pICXVBJAAWQA5j7AJKSIAYKwAbF2lb03wTrgAAAABJRU5ErkJggg==);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--message--QGv0q {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURUxpcaiqrKiqraenr6enq6erq6iqraeprKiqraSqr6WorKiprKiqraiqrQur/y4AAAANdFJOUwDfXyBAQMHvnTBQ36/oxFZ8AAAAl0lEQVR42qXQIQoCURSF4cNMMk8wXZgNCPOizeAW7NM0aHABgtGg2SS4CvfxXhlQ7l68mM6BQRBP/Pm44eKHVfu7hpkXBT71VkCeH4qA3F2DELBmQqTyJgUZCHS1RSMApGxPAkBt3jKIUAQg/QFuCoCLggi9Aux6ARGOCiIogG3OawYwd/3v67E9LfBtK9onOG08LGkjF9/gQFPII3J1OAAAAABJRU5ErkJggg==);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--close--t7-Oo {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUxpcSMlLiUqMyQqMyYqMyMrNCUpMuvMkdYAAAAHdFJOUwAd5cjIHWST7nv+AAAAbElEQVR42rXQwQnAIBBEUT2Yc0BIBanADqxB8Kz9NxHIjHzw7l522X3CYDhVcw2P2vXeGmIZf0+lapHXpWmIOogAIAIQA4gBxABiAAEo5L7IfgKoDaKQCeKQEIcUAZgARAAmfKHI2D65h0P1AR1eEUkgBYz+AAAAAElFTkSuQmCC);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--summry--tjB9Z {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUxpcXt/g3t/f3yAhHyAhX1/hX9/hHp/hH2AhW0UKcYAAAAIdFJOUwBAEN/vbzAwz5cW5wAAAGFJREFUKM9jYCACqAvCgQCIz+jRAQfNIBHmDiTgBBSQaEVoiWgHCTQijAOzyRSAGIkkALETnwCGFqJsQRUAm4hXAEMLNXyLXyADOZBBAirI0WAAiigLBL8FEnUILUnERD0AC5BC0Q0ycGAAAAAASUVORK5CYII=);
}
.eventcontent-module--icon--EdQZg.eventcontent-module--attachment--WFWO6 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUxpcYyRn4ySoY2Rn4ySoYyQooqPn4uSoYePn4+Pn4uRn4uRn42RoIqPn4yQoIqSn42SoZdUcCAAAAAQdFJOUwCi34DPfzDvECBAkL9w4GCPiVlEAAAAqElEQVR42rXPSY7DMAxE0aKHSNRg//uftgEhjWwoeZP87SsKkH6Sl5IXXBqA+cxPGF0+9a17MWhTH6c7lKlnq1KiTv0AV8MWvksXdek33Ct/JbYHT/7gL8kf/GR/8M9He+xHfruntctg6UqYZHMvUCSw2MfAJeiRfwaNZLHL4R6vE7t00CS5teqhq8OpUezS8b/IFrp8g8t6txS75Ma7mhVX7ICrFn2/P/MlDxtKFoubAAAAAElFTkSuQmCC);
}

.eventcontent-module--deletePopOverlay--uIbMZ {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  min-width: 240px;
}
.eventcontent-module--deletePopOverlay--uIbMZ .eventcontent-module--deletePopInner--NfqfL {
  padding: 16px;
  font-size: 14px;
}
.eventcontent-module--deletePopOverlay--uIbMZ .eventcontent-module--deletePopInner--NfqfL p {
  margin-bottom: 16px;
  line-height: 16px;
}
.eventcontent-module--deletePopOverlay--uIbMZ .eventcontent-module--deletePopInner--NfqfL .eventcontent-module--handleBtns--vmfsz {
  display: flex;
  justify-content: flex-end;
}
.eventcontent-module--deletePopOverlay--uIbMZ .ant-btn {
  height: 28px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 12px;
  margin-left: 12px;
  border-radius: 4px;
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.eventcontent-module--deletePopOverlay--uIbMZ .ant-btn:hover, .eventcontent-module--deletePopOverlay--uIbMZ .ant-btn:focus {
  background: rgba(39, 46, 71, 0.1);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border: 1px solid rgba(8, 11, 25, 0);
  border: 1px solid rgba(var(--Text-6-r, 8), var(--Text-6-g, 11), var(--Text-6-b, 25), 0);
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.eventcontent-module--deletePopOverlay--uIbMZ .ant-btn.ant-btn-dangerous {
  color: #f74f4f;
  border: 1px solid #f74f4f;
}
.eventcontent-module--deletePopOverlay--uIbMZ .ant-btn.ant-btn-dangerous:hover, .eventcontent-module--deletePopOverlay--uIbMZ .ant-btn.ant-btn-dangerous:focus {
  background: rgba(39, 46, 71, 0.1);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border: 1px solid #f74f4f;
}

/** 详情样式 */
.eventcontent-module--mask--JoQ1N {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
}

.eventcontent-module--detailOverlay--vOAcM {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  width: 370px;
  font-size: 12px;
  border-radius: 8px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
  z-index: 1020;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--header--gZQEV {
  border-radius: 8px 8px 0 0;
  padding: 20px 16px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  -webkit-app-region: no-drag;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--header--gZQEV .eventcontent-module--title--bV1U9 {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  padding: 0 8px;
  position: relative;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--header--gZQEV .eventcontent-module--title--bV1U9 span {
  padding-left: 16px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--header--gZQEV .eventcontent-module--title--bV1U9::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADASURBVHgB7ZWBCcIwEEWv0kE6QjfwNtENHCF0BDdwBEfQDRzBTc4vpBhK0la4NCncgw/huCSfu4QjMhYQEZYfrJ1/oJqAYyf5ceGdzcSA0AY0YFy3iZwb9PTrHrr49QC9aZ5UPkOn2Z1Bmc5BTOURfs8cg2F+u3QgqvWgSas084v/glQFujXl/pM+Fiz+C6ptwRW6ky4MOVpp4OVfsxrobheLF2+BGTADZsAMVDsLjhkGI8eC1Y3jgfKzxR3GjvgAcNLZhWUTGZkAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 16px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--header--gZQEV .eventcontent-module--toolbar--6MpQ2 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--header--gZQEV .eventcontent-module--toolbar--6MpQ2 .eventcontent-module--reply--Ssil2 {
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 0 8px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #fff;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N {
  padding: 0 16px;
  max-height: 500px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N::-webkit-scrollbar:horizontal {
  height: 6px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N:hover::-webkit-scrollbar-button {
  display: none;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N:hover::-webkit-scrollbar-corner {
  display: none;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut {
  display: flex;
  line-height: 16px;
  padding: 14px 0;
  font-size: 14px;
  position: relative;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut::after {
  content: "";
  left: 24px;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 1px;
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.16);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--itemWithoutIcon--Dt\+Oj::after {
  left: 0;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--itemContent--8RvKj {
  font-size: 14px;
  width: 100%;
  max-width: 304px;
  word-break: break-all;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut.eventcontent-module--summary--ZlJNj {
  padding: 16px 0;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut.eventcontent-module--summary--ZlJNj .eventcontent-module--itemContent--8RvKj {
  font-size: 16px;
  line-height: 1.5;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  max-width: 100%;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--ellipsis--PAJEC {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--memberTextContainer--ezLhN {
  display: flex;
  align-items: center;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--memberTextContainer--ezLhN.eventcontent-module--hasInvitee--o8U\+l {
  margin-bottom: 8px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--memberTextContainer--ezLhN .eventcontent-module--memberText--eLOEF {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 250px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--memberMoreLink--wLWdx {
  color: #272e47;
  color: var(--Text-5, #272e47);
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  line-height: 18px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--memberMoreLink--wLWdx::after {
  content: " ";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWBAMAAAAGFmApAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURSUoMh8nL0xpcSUpMSQoMsbdLqgAAAAFdFJOU3AQAIA4eCGRNAAAAENJREFUeNpFzsENABAQRFEbDYgOiAK0oP+m/JnLuPy8TbBt+7T9nHOnsnp5OCCBikkgMYlIRCImHhqVCyCPgXwEssQHl38O4J4G4m4AAAAASUVORK5CYII=) center center no-repeat;
  height: 10px;
  width: 5px;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--memberMoreLink--wLWdx:hover {
  opacity: 0.6;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut .eventcontent-module--durationText--MLPSL {
  margin-right: 4px;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--item--gHyut.eventcontent-module--itemMessage--T1sqB p {
  margin: 0;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N.eventcontent-module--bodyWithOutOperate--VGXr2 .eventcontent-module--item--gHyut:last-of-type::after {
  display: none;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  width: 100%;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q .eventcontent-module--action-part--eHun2 {
  text-align: center;
  width: 80px;
  margin: 0 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a8aaad;
  color: #262a33;
  font-size: 14px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q .eventcontent-module--action-part--eHun2:hover {
  background: #f0f0f1;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q .eventcontent-module--action-part-accept--LAsja {
  border: 1px solid #5fc375;
  background: rgba(15, 214, 131, 0.08);
  background: rgba(var(--Success-6-r, 15), var(--Success-6-g, 214), var(--Success-6-b, 131), 0.08);
  color: #0dc076;
  color: var(--Success-7, #0dc076);
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q .eventcontent-module--action-part-accept--LAsja:hover {
  background: rgba(15, 214, 131, 0.08);
  background: rgba(var(--Success-6-r, 15), var(--Success-6-g, 214), var(--Success-6-b, 131), 0.08);
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q .eventcontent-module--action-part-reject--Yz3o7 {
  background: rgba(254, 91, 76, 0.08);
  background: rgba(var(--Error-6-r, 254), var(--Error-6-g, 91), var(--Error-6-b, 76), 0.08);
  /* 辅助色/提示、错误 */
  border: 1px solid #e45244;
  border: 1px solid var(--Error-7, #e45244);
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q .eventcontent-module--action-part-reject--Yz3o7:hover {
  background: rgba(254, 91, 76, 0.08);
  background: rgba(var(--Error-6-r, 254), var(--Error-6-g, 91), var(--Error-6-b, 76), 0.08);
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q .eventcontent-module--action-part-attentive--7mIk1 {
  background: rgba(255, 181, 76, 0.08);
  background: rgba(var(--Warning-6-r, 255), var(--Warning-6-g, 181), var(--Warning-6-b, 76), 0.08);
  border: 1px solid #ffaa00;
  color: #ffaa00;
}
.eventcontent-module--detailOverlay--vOAcM .eventcontent-module--content--gpOnu .eventcontent-module--body--Gj81N .eventcontent-module--action-parts--kml2q .eventcontent-module--action-part-attentive--7mIk1:hover {
  background: rgba(255, 181, 76, 0.08);
  background: rgba(var(--Warning-6-r, 255), var(--Warning-6-g, 181), var(--Warning-6-b, 76), 0.08);
}

.eventcontent-module--modal--o9T9e .eventcontent-module--modalTitle--LywR0 {
  color: #000000;
  color: var(--font-color-3, #000000);
  font-size: 16px;
  margin-bottom: 16px;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI {
  margin: 0 -20px;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-nav-wrap {
  padding-bottom: 8px;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-nav-wrap:after {
  box-shadow: none;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane {
  height: 350px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane::-webkit-scrollbar:horizontal {
  height: 6px;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane:hover::-webkit-scrollbar-button {
  display: none;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tabpane:hover::-webkit-scrollbar-corner {
  display: none;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-nav {
  box-shadow: 0px 0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px 0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  margin-bottom: 0;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tab {
  font-size: 14px;
  padding: 0;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-nav-operations {
  display: none;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-ink-bar {
  background-color: transparent;
  bottom: -8px;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-ink-bar::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  background-color: #386ee7;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-tab {
  margin-left: 20px;
}
.eventcontent-module--modal--o9T9e .eventcontent-module--modalTab--YWpxI .ant-tabs-content-holder {
  padding-left: 20px;
}
.eventcontent-module--modal--o9T9e .ant-modal-content {
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.eventcontent-module--modal--o9T9e .ant-modal-content .ant-modal-body {
  padding-bottom: 0 !important;
}
.eventcontent-module--modal--o9T9e .ant-modal-confirm-content {
  padding-left: 0 !important;
  margin-top: 0 !important;
}
.eventcontent-module--modal--o9T9e .ant-modal-confirm-btns {
  margin-top: 0 !important;
}
.eventcontent-module--modal--o9T9e .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 24px;
}

.eventcontent-module--contactItem--ZD43k {
  display: flex;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  padding-right: 20px;
  position: relative;
}
.eventcontent-module--contactItem--ZD43k::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 44px;
  bottom: 0;
  right: 0;
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.16);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.eventcontent-module--contactItem--ZD43k:last-of-type::after {
  display: none;
}
.eventcontent-module--contactItem--ZD43k .eventcontent-module--contactAvatar--yDV7z {
  height: 32px;
  width: 32px;
  border-radius: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.eventcontent-module--contactItem--ZD43k .eventcontent-module--contactDesc--NNa2U {
  margin-left: 12px;
}
.eventcontent-module--contactItem--ZD43k .eventcontent-module--contactDesc--NNa2U p {
  margin-bottom: 0;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 12px;
  line-height: 16px;
  color: #7d8085;
}
.eventcontent-module--contactItem--ZD43k .eventcontent-module--contactDesc--NNa2U p:first-of-type {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 4px;
  color: #262a33;
}
.eventcontent-module--contactItem--ZD43k .eventcontent-module--contactStatus--c9SJY {
  min-width: 50px;
  text-align: right;
  overflow: hidden;
  font-size: 14px;
  line-height: 14px;
  margin-left: auto;
  white-space: nowrap;
}

.eventcontent-module--durationTag---RLeU {
  padding: 0 4px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background: rgba(56, 110, 231, 0.2);
  color: #386ee7;
  border-radius: 2px;
  margin: 0 4px;
  font-size: 12px;
}
.eventcontent-module--durationTag---RLeU.eventcontent-module--durationTagWarn--whx\+h {
  background: rgba(247, 79, 79, 0.2);
  color: #f74f4f;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end) .eventcontent-module--event-inner--N1kiy, .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) .eventcontent-module--event-inner--N1kiy {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end) .eventcontent-module--event-inner--N1kiy.eventcontent-module--sirius-event-invited--n841U::before, .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) .eventcontent-module--event-inner--N1kiy.eventcontent-module--sirius-event-invited--n841U::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start) .eventcontent-module--event-inner--N1kiy, .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) .eventcontent-module--event-inner--N1kiy {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start) .eventcontent-module--event-inner--N1kiy.eventcontent-module--sirius-event-invited--n841U::before, .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) .eventcontent-module--event-inner--N1kiy.eventcontent-module--sirius-event-invited--n841U::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.lx-theme-dark .eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb) {
  color: #ffffff;
}
.lx-theme-dark .eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U.eventcontent-module--sirius-event-invited-accept--aWbSR {
  color: #ffffff;
}

.eventcontent-module--event-inner--N1kiy {
  width: 100%;
  padding: 0 4px;
  border-radius: 2px;
  font-family: PingFang SC;
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb) {
  color: #333333;
  height: 18px;
  /** 受邀日程 */
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U {
  position: relative;
  background-color: #ffffff;
  color: #7d8085;
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: calc(200% - 2px);
  border-radius: 4px;
  border: 1px solid #a8aaad;
  transform-origin: 1px 1px;
  -webkit-transform-origin: 1px 1px;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U.eventcontent-module--sirius-event-invited-accept--aWbSR {
  color: #333333;
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U.eventcontent-module--sirius-event-invited-accept--aWbSR::before {
  display: none;
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U.eventcontent-module--sirius-event-invited-reject--4IXN8 {
  position: relative;
  background-color: #ffffff;
  color: #7d8085;
  text-decoration: line-through;
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U.eventcontent-module--sirius-event-invited-reject--4IXN8::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: calc(200% - 2px);
  border-radius: 4px;
  border: 1px solid #a8aaad;
  transform-origin: 1px 1px;
  -webkit-transform-origin: 1px 1px;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U.eventcontent-module--sirius-event-invited-tbd--dsb\+2 {
  position: relative;
  background-color: #ffffff;
  color: #7d8085;
}
.eventcontent-module--event-inner--N1kiy:not(.eventcontent-module--temp-event--OeOUb).eventcontent-module--sirius-event-invited--n841U.eventcontent-module--sirius-event-invited-tbd--dsb\+2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: calc(200% - 2px);
  border-radius: 4px;
  border: 1px solid #a8aaad;
  transform-origin: 1px 1px;
  -webkit-transform-origin: 1px 1px;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}

.eventcontent-module--timeEvent--h8Uxf {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
  white-space: break-spaces;
  word-break: break-all;
  text-decoration: inherit;
}

.eventcontent-module--locationText--\+UG2Q.eventcontent-module--locationDeleted--Nq93I {
  text-decoration: line-through;
}
.eventcontent-module--locationText--\+UG2Q.eventcontent-module--locationForbidden--ZlULS {
  text-decoration: line-through;
}

.eventcontent-module--attachmentItem--gU3ua {
  height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.eventcontent-module--attachmentItem--gU3ua:nth-child(n+2) {
  margin-top: 8px;
}
.eventcontent-module--attachmentItem--gU3ua .eventcontent-module--attachmentLogo--x\+bvP {
  height: 20px;
  width: 20px;
}
.eventcontent-module--attachmentItem--gU3ua .eventcontent-module--attachmentName--f4i9t {
  margin-left: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.schedule_date_picker-module--react-datepicker-wrapper--M4BoC {
  display: inline-block;
}

.schedule_date_picker-module--header--0t1j1 {
  display: flex;
  align-items: center;
}
.schedule_date_picker-module--header--0t1j1 .schedule_date_picker-module--date--p\+N90 {
  margin: 0 auto;
}
.schedule_date_picker-module--header--0t1j1 .schedule_date_picker-module--arrow--hfnGf {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  width: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.schedule_date_picker-module--header--0t1j1 .schedule_date_picker-module--arrow--hfnGf.schedule_date_picker-module--left--Gee6L {
  margin-left: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDEyTDYgOEwxMCA0IiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.schedule_date_picker-module--header--0t1j1 .schedule_date_picker-module--arrow--hfnGf.schedule_date_picker-module--right--miXip {
  margin-right: 13px;
}
@charset "UTF-8";
.timesteppicker-module--datePickerDropDown--MqvKH {
  z-index: 1060;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  /* 黑白灰/字体 20% */
  overflow: hidden;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  min-width: 66px;
}
.timesteppicker-module--datePickerDropDown--MqvKH ul {
  margin: 0;
  padding: 0;
}

.timesteppicker-module--timeLi--Vj4t5 {
  list-style: none;
  cursor: pointer;
  text-align: left;
  font-size: 12px !important;
  color: #272e47;
  padding: 5px 12px !important;
  background-color: #fff !important;
  font-weight: normal !important;
}
.timesteppicker-module--timeLi--Vj4t5:hover {
  background: #f0f0f1 !important;
}

.timesteppicker-module--wrapper--93xdd {
  display: inline-block;
}
.timesteppicker-module--wrapper--93xdd .react-datepicker__time-container {
  width: 70px;
}
.timesteppicker-module--wrapper--93xdd .react-datepicker__aria-live {
  display: none;
}
.timesteppicker-module--wrapper--93xdd .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
}
.timesteppicker-module--wrapper--93xdd .react-datepicker__aria-live {
  display: none;
}

.timesteppicker-module--input--My1gs {
  width: 55px;
}
.locationinput-module--input--k-R-9 {
  padding: 0;
  border: none;
  outline: none;
  line-height: 22px;
  word-wrap: none;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.locationinput-module--input--k-R-9 .locationinput-module--inputValue--vvQ2-:not(.locationinput-module--inputValueDisabled--oSu\+R) {
  width: 100%;
  cursor: pointer;
}
.locationinput-module--input--k-R-9 .locationinput-module--inputValue--vvQ2-:not(.locationinput-module--inputValueDisabled--oSu\+R):hover {
  color: #386ee7;
}

.locationinput-module--close--SGu3u {
  cursor: pointer;
  transform: scale(0.75, 0.75);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.imUserAvatar-module--avatar--o6K-A {
  width: 100%;
  height: 100%;
  background: #f00;
}

.imUserAvatar-module--default-avatar--S5G5O {
  position: relative;
  color: #fff;
  font-size: 13px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  background-size: 100% 100%;
  -webkit-app-region: no-drag;
}
.imUserAvatar-module--default-avatar--S5G5O.imUserAvatar-module--sys--Ip0I4 {
  background-image: url(/static/lx_sys_avatar.bd6ae0a1.svg);
  background-size: 100% 100%;
}
.imUserAvatar-module--default-avatar--S5G5O.avatar-bg-0 {
  background-color: #6557ff;
  background-color: var(--Avatar-1, #6557ff);
}
.imUserAvatar-module--default-avatar--S5G5O.avatar-bg-1 {
  background-color: #aa90f4;
}
.imUserAvatar-module--default-avatar--S5G5O.avatar-bg-2 {
  background-color: #fe6c5e;
  background-color: var(--Avatar-3, #fe6c5e);
}
.imUserAvatar-module--default-avatar--S5G5O.avatar-bg-3 {
  background-color: #6ba9ff;
}
.imUserAvatar-module--default-avatar--S5G5O .imUserAvatar-module--hoverBg--gL-uc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 999px;
  display: none;
  align-items: center;
  justify-content: center;
}
.imUserAvatar-module--default-avatar--S5G5O:hover .imUserAvatar-module--hoverBg--gL-uc {
  display: flex;
}

.imUserAvatar-module--team-avatar--QHXsE {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.imUserAvatar-module--team-avatar-color--6pIsS {
  width: 100%;
  height: 100%;
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-image: url(/static/team-avatar.89c5638b.svg);
  background-position: center;
  border-radius: 50%;
}
.imUserAvatar-module--team-avatar-color--6pIsS.imUserAvatar-module--size1--1tmTY {
  width: 40px;
  background-size: 20px 16px;
}
.imUserAvatar-module--team-avatar-color--6pIsS.imUserAvatar-module--size2--V1x83 {
  width: 36px;
  width: 18px 14px;
}
.imUserAvatar-module--team-avatar-color--6pIsS.imUserAvatar-module--size3--mVHFE {
  width: 32px;
  width: 16px 13px;
}
.imUserAvatar-module--team-avatar-color--6pIsS.imUserAvatar-module--size4--O7\+Jd {
  width: 28px;
  width: 14px 11px;
}
.imUserAvatar-module--team-avatar-color--6pIsS.imUserAvatar-module--size--f6sY7 {
  width: 20px;
  width: 10px 8px;
}

.imUserAvatar-module--team-avatar-color0--T\+\+JP {
  background-color: #6557ff;
  background-color: var(--Avatar-1, #6557ff);
}

.imUserAvatar-module--team-avatar-color1--sCKtK {
  background-color: #00ccaa;
  background-color: var(--Avatar-2, #00ccaa);
}

.imUserAvatar-module--team-avatar-color2--GjK-S {
  background-color: #fe6c5e;
  background-color: var(--Avatar-3, #fe6c5e);
}

.imUserAvatar-module--team-avatar-color3--d1s3h {
  background-color: #00c4d6;
  background-color: var(--Avatar-4, #00c4d6);
}

.imUserAvatar-module--team-avatar-color4--pDO7C {
  background-color: #a259ff;
  background-color: var(--Avatar-5, #a259ff);
}

.imUserAvatar-module--team-avatar-color5--bUG4e {
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
}

.imUserAvatar-module--team-discuss-group--lvuZV {
  background-image: url(/static/discuss_group.71a00048.svg);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.avatar-module--avatar-wrapper--Svr2B {
  width: 40px;
  height: 40px;
  margin: 24px auto 40px auto;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-app-region: no-drag;
}
.avatar-module--avatar-wrapper--Svr2B.avatar-module--avatarWrapperEdm--oTDbr {
  width: 36px;
  height: 36px;
  margin: 8px auto 8px auto;
}

.avatar-module--avatarPopoverWrap--KSaE9 .ant-popover-inner {
  background: transparent;
  overflow: inherit;
  margin-left: 12px;
}

.avatar-module--contentWrapper--v4WDX {
  width: 280px;
  -webkit-app-region: no-drag;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentTitle--VdvnG {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 140px;
  background-color: #386ee7;
  background-image: url(/static/bg_icon-1814a95b8f3b374e101c89bb42535624.png);
  background-size: 280px 140px;
  position: relative;
  color: #ffffff;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentTitle--VdvnG .avatar-module--avatar--6V4\+F {
  -webkit-app-region: no-drag;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  flex: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: 0 0 0;
  -webkit-user-select: none;
          user-select: none;
  z-index: 2;
  filter: drop-shadow(0px -4px 8px rgba(39, 46, 71, 0.2));
  filter: drop-shadow(0px -4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2));
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentTitle--VdvnG .avatar-module--avatarInput--Rg-Cl {
  display: none;
  position: absolute;
  z-index: -1;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentTitle--VdvnG .avatar-module--avatarNameWarp--MfJka {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentTitle--VdvnG .avatar-module--name--hRxWS {
  max-width: 100%;
  margin-left: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentTitle--VdvnG .avatar-module--accountName--XKuyT {
  margin-top: 14px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* 主色/白色 */
  color: #ffffff;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentTitle--VdvnG .avatar-module--company--XB63I {
  margin-top: 6px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX {
  background-color: #ffffff;
  background-color: var(--white-tooltip, #ffffff);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItemWrap--QAzge {
  cursor: pointer;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItemWrap--QAzge:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt {
  height: 48px;
  margin: 0 16px;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: center;
  position: relative;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD {
  display: flex;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--account--Hn7w- {
  background-image: url(/static/account_icon.6d98237e.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--taskCenter--Oamoh {
  background-image: url(/static/noviceTask_icon.69bdf05c.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--setting--h-STn {
  background-image: url(/static/setting_icon.021c694d.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--enterprisesetting--oKqwm {
  background-image: url(/static/enterprisesetting_icon.a7a18d50.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--about--la2Pa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSAyLjhDMi41IDIuMzU4MTcgMi44NTgxNyAyIDMuMyAySDEyLjdDMTMuMTQxOCAyIDEzLjUgMi4zNTgxNyAxMy41IDIuOFYxMy4yQzEzLjUgMTMuNjQxOCAxMy4xNDE4IDE0IDEyLjcgMTRIOEgzLjNDMi44NTgxNyAxNCAyLjUgMTMuNjQxOCAyLjUgMTMuMlYyLjhaIiBzdHJva2U9IiM3RDgwODUiLz4KPHBhdGggZD0iTTUgNUgxMU01IDhIOC41IiBzdHJva2U9IiM3RDgwODUiLz4KPC9zdmc+Cg==);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--feedback--KsYrb {
  background-image: url(/static/feedback_icon.67c1062f.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--update--Wf1mi {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYuNSIgc3Ryb2tlPSIjN0Q4MDg1Ii8+CjxwYXRoIGQ9Ik04IDVMOC4zMjAwOSA0LjYxNTg5QzguMTM0NjcgNC40NjEzNyA3Ljg2NTMzIDQuNDYxMzcgNy42Nzk5MSA0LjYxNTg5TDggNVpNOC41IDEyVjUuNTM4NDZINy41VjEySDguNVpNNS4zMjAwOSA3Ljg4NDExTDguMzIwMDkgNS4zODQxMUw3LjY3OTkxIDQuNjE1ODlMNC42Nzk5MSA3LjExNTg5TDUuMzIwMDkgNy44ODQxMVpNNy42Nzk5MSA1LjM4NDExTDEwLjY3OTkgNy44ODQxMUwxMS4zMjAxIDcuMTE1ODlMOC4zMjAwOSA0LjYxNTg5TDcuNjc5OTEgNS4zODQxMVoiIGZpbGw9IiM3RDgwODUiLz4KPC9zdmc+Cg==);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--productVersion--ENKQV {
  background-image: url(/static/product_icon.c235f0bd.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--lockApp--zP4d9 {
  background-image: url(/static/lock.32173860.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--backend--TtBnT {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHg9IjIiIHk9IjIiIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiByeD0iMC44IiBzdHJva2U9IiM3RDgwODUiLz4KICAgIDxwYXRoIGQ9Ik01IDdMNiA4TDggNkw5IDdMMTEgNSIgc3Ryb2tlPSIjN0Q4MDg1Ii8+CiAgICA8cGF0aCBkPSJNOCAxMVYxNCIgc3Ryb2tlPSIjN0Q4MDg1Ii8+CiAgICA8cGF0aCBkPSJNMTIgMTRMNCAxNCIgc3Ryb2tlPSIjN0Q4MDg1Ii8+Cjwvc3ZnPgogICAg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--rbac--jtuQ0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgNC40ODYzM0M1IDIuODI5NDcgNi4zNDMxNSAxLjQ4NjMzIDggMS40ODYzM1YxLjQ4NjMzQzkuNjU2ODUgMS40ODYzMyAxMSAyLjgyOTQ3IDExIDQuNDg2MzNWNi4wMDAwMUg1VjQuNDg2MzNaIiBzdHJva2U9IiM3RDgwODUiLz4KPHJlY3QgeD0iMi4zMzEwNSIgeT0iNiIgd2lkdGg9IjExLjMzNjUiIGhlaWdodD0iOC44MDEwNyIgcng9IjEiIHN0cm9rZT0iIzdEODA4NSIvPgo8bGluZSB4MT0iNy45Mzk0NSIgeTE9IjkuMTAwMSIgeDI9IjcuOTM5NDUiIHkyPSIxMi4xMDAxIiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--wmWebEntry---GbA5 {
  background-image: url(/static/wmWebEntry_icon.e7b697f6.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--wmOldWebEntry--AeXwf {
  background-image: url(/static/wmWebEntry_icon.e7b697f6.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--wmUpdateLog--ROtd6 {
  background-image: url(/static/updateLog.48614c79.svg);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemIcon--xAInD.avatar-module--knowledgeCenter--By\+ih {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgY29sb3I9IiM3RTgwODQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuOSI+CjxwYXRoIGQ9Ik04IDEzVjVNOCAxM0gyLjVDMi4yMjM4NiAxMyAyIDEyLjc3NjEgMiAxMi41VjMuNUMyIDMuMjIzODYgMi4yMjM4NiAzIDIuNSAzSDZDNy4xMDQ1NyAzIDggMy44OTU0MyA4IDVNOCAxM0gxMy41QzEzLjc3NjEgMTMgMTQgMTIuNzc2MSAxNCAxMi41VjMuNUMxNCAzLjIyMzg2IDEzLjc3NjEgMyAxMy41IDNIMTBDOC44OTU0MyAzIDggMy44OTU0MyA4IDVNOCAxMlYxNC41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemLink--8GADu {
  margin-left: 8px;
  flex: 1 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemLink-arrow--XUawf {
  width: 16px;
  height: 16px;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--itemLink--8GADu .avatar-module--itemLinkRight--JT03a {
  margin-right: 4px;
  font-size: 13px;
  color: #a8aaad;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--item-remind--TfdDu {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f74f4f;
  border-radius: 4px;
  margin-right: 6px;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt .avatar-module--icon--sFv2A {
  display: flex;
  align-items: center;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--contentMenu--byRfX .avatar-module--contentItem--zenwt::after {
  position: absolute;
  content: " ";
  display: inline-block;
  background: rgba(39, 46, 71, 0.16);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  transform: scale(1, 0.5);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--subMenu--QyxF6 {
  padding: 8px 0;
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-shadow: 0 2px 4px rgba(39, 46, 71, 0.08);
  box-shadow: 0 2px 4px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 4px;
  position: fixed;
  left: 365px;
  z-index: 1;
  align-self: start;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--subMenu--QyxF6 .avatar-module--subMenuItem--oyiyf {
  padding: 0 16px;
  min-width: 88px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.avatar-module--contentWrapper--v4WDX .avatar-module--subMenu--QyxF6 .avatar-module--subMenuItem--oyiyf:hover {
  background: #f0f0f1;
  background: var(--white-hover-bg, #f0f0f1);
}
.avatar-module--contentWrapper--v4WDX .avatar-module--subMenu--QyxF6:before {
  content: "";
  width: 4px;
  height: 100%;
  background: transparent;
  position: absolute;
  left: -4px;
  top: 0;
}

.avatar-module--mailAndAccount--m25-J {
  position: fixed;
  left: 68px;
  top: 0;
  z-index: 100;
}
.avatar-module--mailAndAccount--m25-J .avatar-module--selectTab--vvH9g {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding-top: 16px;
  width: 220px;
  height: 100vh;
  cursor: pointer;
}
.avatar-module--mailAndAccount--m25-J .avatar-module--selectTab--vvH9g .avatar-module--tabItem--f3EE9 {
  -webkit-app-region: no-drag;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.avatar-module--mailAndAccount--m25-J .avatar-module--selectTab--vvH9g .avatar-module--tabItem--f3EE9 span {
  display: flex;
  align-items: center;
}
.avatar-module--mailAndAccount--m25-J .avatar-module--icon--sFv2A {
  margin: 0 10px 0 18px;
}

.avatar-module--avatar-tag-wrap--KYCch {
  width: 100%;
  height: 100%;
  position: relative;
}
.avatar-module--avatar-tag-wrap--KYCch .avatar-module--avatar-tag--JU0Ls {
  border: 1px solid #ffffff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  transform-origin: 0 0 0;
  -webkit-user-select: none;
          user-select: none;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.avatar-module--avatar-tag-wrap--KYCch .avatar-module--avatar-tag-green-border--pQsTq {
  border: 1px solid #0fd683;
  border: 1px solid var(--Success-6, #0fd683);
}
.avatar-module--avatar-tag-wrap--KYCch .avatar-module--avatar-selected-icon--rJ4jY {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.avatar-module--hasHover--DmfAF {
  cursor: pointer;
}
.avatar-module--hasHover--DmfAF:hover .avatar-module--hoverBg--r5PTg {
  display: flex;
}
.avatar-module--hasHover--DmfAF .avatar-module--hoverBg--r5PTg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 999px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.avatar-module--hasHover--DmfAF .avatar-module--hoverBg--r5PTg .avatar-module--camera--9DPhL {
  width: 16px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUxpcf///////////////////////////////////////////////////////////////////////9URaEsAAAASdFJOUwCg35DvEGCAwCB/cEDQUDCwmLP1N98AAAEDSURBVHja7ZPRboMwDEUTcGIHWkDn/z92GhqQqFqdqpP20vMW0LET+Tp8eJE0CQf3HHzu1EzBI9NSPGEAPQ9WHx65qWqEIV1fQLRlCXU5oK1pPLAd9SbYGUrdlEf0unxU1TmFmlVbIsjPLyB0APydULLqUo4A5JyXp8LNmngUYHgmjJyMPUIExFQ3gPh9pRjj+LswAWPaK0dg9h5d6oErSHKEGYYmH+oIBrlJvDmCQJWQBOIIQDtd3uzw/hsUrNna2RGSwFQPsXhpnYFYdneshuhkiU3VBIjhoD+tvhDynR279W/coprLyzv9j4JACS7lEowurtCsQhdSzm6Gj9gaPnTyBQSOJclUaopQAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
}

.avatar-module--children-wrap--7aqJZ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.avatar-module--avatorPendant--xdqAM {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  transform: scale(1.1875);
}

.avatar-module--new-account--taUVB {
  display: inline-block;
  margin-left: 8px;
  border-radius: 2px;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: #ffb54c;
}
.sirius-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--contactSelectWrap--fSiHK {
  position: relative;
  width: 100%;
  min-width: 220px;
  min-height: 32px;
}
.index-module--contactSelectWrap--fSiHK .ant-select-selection-item {
  background-color: #ffffff;
  border: none;
  color: rgba(39, 46, 71, 0.5);
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector {
  max-height: 230px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--contactSelectWrap--fSiHK .ant-select-selector:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--contactSelectWrap--fSiHK .ant-select-clear {
  right: 36px;
  top: 16px;
}
.index-module--contactSelectWrap--fSiHK.index-module--suffixPadding--yx2oc .ant-select-selector {
  padding-right: 32px;
}
.index-module--contactSelectWrap--fSiHK.index-module--suffixPaddingTxt--Vck3k .ant-select-selector {
  padding-right: 80px;
}
.index-module--contactSelectWrap--fSiHK.index-module--clearPadding--Nh8hn .ant-select-selector {
  padding-right: 32px;
}
.index-module--contactSelectWrap--fSiHK.index-module--clearSuffixIconPadding--zFC25 .ant-select-selector {
  padding-right: 52px;
}
.index-module--contactSelectWrap--fSiHK.index-module--clearSuffixTxtPadding--T41Ji .ant-select-selector {
  padding-right: 100px;
}
.index-module--contactSelectWrap--fSiHK .index-module--contactSelectClearIcon--fILnJ {
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 32px;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMTYiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljk5ODIzIDguNzA2NDJMNS4yMDY4NiAxMS40OTc4TDQuNDk5NzYgMTAuNzkwN0w3LjI5MTEyIDcuOTk5MzFMNC41MDA4OCA1LjIwOTA2TDUuMjA3OTkgNC41MDE5NUw3Ljk5ODIzIDcuMjkyMkwxMC43OTA0IDQuNUwxMS40OTc1IDUuMjA3MTFMOC43MDUzNCA3Ljk5OTMxTDExLjQ5ODcgMTAuNzkyNkwxMC43OTE2IDExLjQ5OTdMNy45OTgyMyA4LjcwNjQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.index-module--contactSelectWrap--fSiHK .index-module--contactSelectSuffixIcon--\+rKUd {
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 12px;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  background-image: url(/static/schedule_add_contact.4d33aecf.svg);
}
.index-module--contactSelectWrap--fSiHK .index-module--contactSelectSuffixIconDisable--4swYr {
  background-image: url(/static/schedule_add_contact_gray.9bf4834c.svg);
}
.index-module--contactSelectWrap--fSiHK .index-module--contactSelectSuffixTxt--jCRB0 {
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 12px;
  color: #386ee7;
}
.index-module--contactSelectWrap--fSiHK .index-module--contactSelectSuffixTxt--jCRB0.index-module--contactSelectSuffixTxtDisable--qJMba {
  color: rgba(39, 46, 71, 0.9);
}

.index-module--dropdownMailClassify--O22sn .ant-select-item:first-child {
  display: block !important;
}
.index-module--dropdownMailClassify--O22sn .index-module--recommand--oW0DB {
  margin: 0;
  padding: 0 12px;
  height: 32px;
  font-weight: 400;
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  line-height: 18px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.index-module--dropdownMailClassify--O22sn .index-module--selectFromContact--spjWG {
  margin: 0;
  padding: 0 12px;
  height: 32px;
  font-weight: 400;
  font-size: 12px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 20px;
  letter-spacing: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.index-module--dropdownMailClassify--O22sn .index-module--selectFromContact--spjWG > img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.index-module--contactSelectScroll--U27k3 .ant-select-selection-overflow {
  max-height: 90px;
  margin-right: 20px;
}
.index-module--contactSelectScroll--U27k3 .ant-select-selector::after {
  content: "";
}
.index-module--contactSelectScroll--U27k3 .ant-select-selection-overflow-item:last-child {
  flex: 1 1 auto;
  display: flex;
}
.index-module--contactSelectScroll--U27k3 .ant-select-selection-search:last-child {
  flex-grow: 1;
}

.index-module--dropDownWrapper--E7gzl {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 8px 0;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
}
.index-module--dropDownWrapper--E7gzl .index-module--selectOption--pJ38i {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  height: 30px;
  min-height: 30px;
  font-weight: normal !important;
}
.index-module--dropDownWrapper--E7gzl .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: rgba(39, 46, 71, 0.1);
  color: #386ee7;
}

.index-module--dropDownHideFirstChild--uVAMo .ant-select-item:first-child {
  display: none;
}

.index-module--tagWrapper--hD9Iu {
  display: flex;
  align-items: center;
  background-color: rgba(39, 46, 71, 0.08);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 12px;
  padding: 2px 8px 2px 2px;
  font-size: 12px;
  margin: 4px;
  height: 24px;
}
.index-module--tagWrapper--hD9Iu.index-module--tagWrapperError--4nxpC {
  background: rgba(247, 79, 79, 0.1);
}
.index-module--tagWrapper--hD9Iu .index-module--tagAvatar--dn\+pP {
  margin-right: 4px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  flex: none;
}
.index-module--tagWrapper--hD9Iu .index-module--tagName--w3JGO {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 128px;
}
.index-module--tagWrapper--hD9Iu .index-module--tagName-error--3TJsN {
  color: #f74f4f;
}
.index-module--tagWrapper--hD9Iu .index-module--tagNameWidth--6PzZS {
  max-width: inherit;
}
.index-module--tagWrapper--hD9Iu .index-module--tagClose--Vrmzz {
  cursor: pointer;
  margin-left: 4px;
}
.index-module--tagWrapper--hD9Iu .index-module--tagClose--Vrmzz:hover svg path {
  stroke: #386ee7;
  stroke-opacity: 1;
}

.index-module--contactSelectNoData--uVI91 {
  display: flex;
  align-items: center;
  color: rgba(39, 46, 71, 0.9);
  font-size: 14px;
}
.index-module--contactSelectNoData--uVI91 .index-module--contactIcon--w3AEy {
  flex: none;
  background-image: url(/static/contact_enhance.e93c2a15.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.index-module--contactSelectNoData--uVI91 .index-module--contactValue--vkkKV {
  flex: 1 1;
}

.index-module--optionWrapper--fv9Rq {
  display: flex;
  align-items: center;
  color: rgba(39, 46, 71, 0.9);
  font-size: 12px;
}
.index-module--optionWrapper--fv9Rq b {
  color: #386ee7;
}
.index-module--optionWrapper--fv9Rq .index-module--optionAvatarWrap--4fi27 {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.index-module--optionWrapper--fv9Rq .index-module--optionDepart--ZP165 {
  color: rgba(39, 46, 71, 0.4);
}
.index-module--optionWrapper--fv9Rq .index-module--titleLabel--nKZFy {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-left: 8px;
  padding: 2px 6px;
  flex: none;
  border-radius: 2px;
  background-color: #fff8ed;
  color: #e5a344;
}
.index-module--optionWrapper--fv9Rq .index-module--titleLabel--nKZFy.index-module--isMy--JRzwl {
  background-color: #e7fbf3;
  color: #398e80;
  color: var(--label-2_3, #398e80);
}
.index-module--menu--XFEdu .ant-menu-item.ant-menu-item-selected {
  background-color: white;
}
.tag-label {
  font-size: 12px;
  min-width: 58px !important;
}
.tag-label.my-customer-label {
  height: 17px;
  width: 58px;
  background: url(/static/myCustomer.af3a911a.svg) 100% 100% no-repeat;
}
.tag-label.colleague-customer-label {
  height: 17px;
  width: 58px;
  background: url(/static/colleagueCustomer.adfbdf8b.svg) 100% 100% no-repeat;
}
.tag-label.openSea-customer-label {
  height: 17px;
  width: 58px;
  background: url(/static/openSeaCustomer.bc712851.svg) 100% 100% no-repeat;
}
.tag-label.my-customer-contact-label {
  height: 17px;
  width: 68px;
  min-width: 68px;
  background: url(/static/myCustomerContact.64337a1e.svg) 100% 100% no-repeat;
}
.tag-label.my-clue-label {
  height: 17px;
  width: 58px;
  background: url(/static/myClue.a3666483.svg) 100% 100% no-repeat;
}
.tag-label.colleague-clue-label {
  height: 17px;
  width: 58px;
  background: url(/static/colleagueClue.edfca1ad.svg) 100% 100% no-repeat;
}
.tag-label.openSea-clue-label {
  height: 17px;
  width: 58px;
  background: url(/static/openSeaClue.729421ab.svg) 100% 100% no-repeat;
}
.tag-label.my-clue-contact-label {
  height: 17px;
  width: 68px;
  min-width: 68px;
  background: url(/static/myClueContact.5ade1e6d.svg) 100% 100% no-repeat;
}
.tag-label.clue-label {
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
}
.tag-label.enterprise-label {
  background: #ede4ff;
  background: var(--label-3_1, #ede4ff);
  color: #7a51cb;
  color: var(--label-3_3, #7a51cb);
}

.tag-label-short {
  font-size: 12px;
  height: 16px;
  min-width: 16px !important;
}
.tag-label-short.my-customer-label {
  background: url(/static/myCustomerShort.da9c97e8.svg) 100% 100% no-repeat;
}
.tag-label-short.colleague-customer-label {
  background: url(/static/colleagueCustomerShort.547c7993.svg) 100% 100% no-repeat;
}
.tag-label-short.openSea-customer-label {
  background: url(/static/openSeaCustomerShort.39c2fa84.svg) 100% 100% no-repeat;
}
.tag-label-short.my-clue-label, .tag-label-short.colleague-clue-label, .tag-label-short.openSea-clue-label {
  background: url(/static/myClueShort.b34fc4d1.svg) 100% 100% no-repeat;
}
.index-module--listContainer--PAoAU {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-module--listContainer--PAoAU .index-module--noData--q-QKB {
  margin-top: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--listContainer--PAoAU .index-module--listLoading--HKitp {
  margin-top: 148px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--listContainer--PAoAU .index-module--noMore--nGz0E {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--item--rmg-- {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 8px 16px;
  cursor: pointer;
}
.index-module--item--rmg-- .index-module--hitText--tTg-g {
  color: #386ee7;
}
.index-module--item-select--7emTD {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.index-module--item-checked--gZKlv {
  background-color: rgba(214, 230, 252, 0.9);
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 {
  width: 100%;
  display: flex;
  align-items: center;
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 .index-module--itemAvatar--goi\+Z {
  flex: none;
  margin-right: 8px;
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 .index-module--itemContent--8fa9P {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 .index-module--itemContent--8fa9P .index-module--titleWrap--jC73y {
  width: 100%;
  display: flex;
  align-items: center;
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 .index-module--itemContent--8fa9P .index-module--titleWrap--jC73y > span {
  display: flex;
  align-items: center;
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 .index-module--itemContent--8fa9P .index-module--titleWrap--jC73y .index-module--titleName--93FT1 {
  font-style: normal;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 .index-module--itemContent--8fa9P .index-module--titleWrap--jC73y .index-module--titleName--93FT1.index-module--disableName--orSCc {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 .index-module--itemContent--8fa9P .index-module--titleWrap--jC73y .index-module--mailListIcon--YhbnZ {
  margin-left: 4px;
  display: none;
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22 .index-module--itemContent--8fa9P .index-module--descWrap--UpxD\+ {
  flex: 1 1;
}
.index-module--item--rmg-- .index-module--itemWrap--Adz22.index-module--itemWrapPaddingRight--\+J1mX {
  box-sizing: border-box;
  padding-right: 24px;
}
.index-module--item--rmg--:hover .index-module--itemWrap--Adz22 .index-module--titleWrap--jC73y .index-module--mailListIcon--YhbnZ {
  display: block;
}
.index-module--item--rmg-- .index-module--subtitle--eKZHz {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  width: auto;
  margin-bottom: 2px;
}
.index-module--item--rmg-- .index-module--itemDelete--SC5h- {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUxpcSUoMiUpMR8vLx8fLyQqMudpY34AAAAGdFJOUwBwgBAQOATLWNoAAABvSURBVHjatc6xDYAwEATBl8ANYBpwBxCQQ0BuCfqvBcHdayvgE5+sCTb+ujvHqae0XWOc+vcO06yPoy0aa9sFagTEAGIAMYAYQAwgBhCAIzM3MlItgLpCFDlAHAlxpAjABJAEACkvEOkaV/i2+OkevAsOv1N21s8AAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.index-module--item--rmg-- .index-module--itemAvatarContainer--oqCu7 {
  display: flex;
  align-items: center;
}
.index-module--item--rmg-- .index-module--itemAvatarContainer--oqCu7 .index-module--itemAvatarCheckbox--9wbsF {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.index-module--item--rmg-- .index-module--itemAvatarContainer--oqCu7 .index-module--itemAvatarCheckbox--9wbsF .ant-checkbox {
  top: 0;
}
.index-module--item--rmg-- .index-module--itemAvatarContainer--oqCu7 .index-module--itemAvatarWrap--eRovD {
  height: 32px;
  width: 32px;
}
.index-module--item--rmg--:hover:not(.index-module--item-select--7emTD):not(.index-module--item-select-disable--7LacT) {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.index-module--titleLabel--5hml5 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-left: 8px;
  padding: 2px 4px;
  flex: none;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #fff8ed;
  background-color: var(--Warning-1, #fff8ed);
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
}
.index-module--titleLabel--5hml5.index-module--isMy--EKcN0 {
  background-color: #e7fbf3;
  background-color: var(--Success-1, #e7fbf3);
  color: #398e80;
  color: var(--label-2_3, #398e80);
}

.ant-list-item-meta.p-right {
  padding-right: 24px;
}

.ant-list-item-meta-avatar {
  margin-right: 12px;
}

.ant-list-item-meta-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  width: auto;
  margin-bottom: 2px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.ant-list-item-meta-description {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.scheduleModalWrap {
  z-index: 1030;
}

.MemberList .ant-spin-nested-loading,
.MemberList .ant-spin-container {
  height: 100%;
}
.MemberList .container {
  height: 100%;
}
.MemberList .container .title {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.MemberList .container .content {
  height: calc(100% - 56px);
  padding: 5px 20px 20px 20px;
  overflow-y: auto;
}
.MemberList .container .content .no-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.MemberList .container .content .no-content .no-content-light {
  color: #7d8085;
  margin-top: 16px;
}
.MemberList .container .content .no-content .no-content-btn {
  margin-top: 16px;
}
.MemberList .container .content .content-title {
  font-weight: 500;
  color: #262a33;
  margin: 12px 0px;
}
.MemberList .container .content .content-email {
  cursor: pointer;
  padding: 5px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MemberList .container .content .content-email .content-name {
  margin-right: 5px;
}
.MemberList .container .content .content-email .content-domain {
  font-weight: 300;
}
.MemberList .container .content .content-email-item {
  margin-left: 12px;
}
.MemberList .container .content .content-email-item:hover {
  margin-left: #f0f0f1;
}
.MemberList .container .content .content-member-email {
  padding: 6px 0px 6px 22px;
}
.MemberList .container .content .content-member-email:hover {
  background-color: #f5f5f5;
}
.MemberList .ant-tree-treenode .ant-tree-switcher {
  width: 16px;
  text-align: left;
}
.MemberList .ant-tree-treenode .ant-tree-switcher-noop {
  display: inline-block;
}
.MemberList .ant-tree-treenode .ant-tree-node-content-wrapper-normal {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MemberList .ant-tree-treenode-switcher-close .ant-tree-indent {
  display: none;
}
.MemberList .ant-spin-nested-loading .spin-label {
  display: none;
}
.MemberList .ant-spin-nested-loading .ant-spin-text {
  color: #262a33;
  height: 16px;
  line-height: 16px;
  margin-top: 10px;
}
.MemberList .ant-modal-close-x {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.detail-module--tooltip-overlay--7Sdop .ant-tooltip-content {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  font-size: 14px;
  box-shadow: none;
}
.detail-module--tooltip-overlay--7Sdop .ant-tooltip-content .ant-tooltip-inner {
  box-shadow: none;
  padding: 10px 12px;
  line-height: 18px;
  border-radius: 6px;
  background: transparent;
}
.detail-module--tooltip-overlay--7Sdop .ant-tooltip-content .ant-tooltip-arrow {
  display: none;
}
.detail-module--tooltip-overlay--7Sdop .ant-tooltip-content .ant-tooltip-inner {
  min-width: 68px;
  text-align: center;
}

.detail-module--dropDownOverlay--mQ-U5 {
  width: 76px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
}
.detail-module--dropDownOverlay--mQ-U5 .ant-menu-item:hover {
  color: #ffffff;
}

.detail-module--detailContainer--hAbXu {
  position: relative;
  margin: 0 auto;
}
.detail-module--detailContainer--hAbXu p {
  margin: 0;
}
.detail-module--detailContainer--hAbXu .detail-module--closeIcon--MZ6Gl {
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 3;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url(/static/detail_close-bf98fe2872df0a969cacc197565fbe0e.png);
  background-size: 100%;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP {
  width: 320px;
  height: 280px;
  position: relative;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatar--ETLF3,
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarMask--k-KiQ,
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatar--ETLF3 {
  display: flex;
  justify-content: center;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatar--ETLF3 .detail-module--avatarImg--uISjy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-out;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatar--ETLF3 .detail-module--avatarColor--vTE9D {
  width: 100%;
  height: 100%;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarMask--k-KiQ {
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra .detail-module--contactName--XDtvC {
  margin: 0 20px;
  display: flex;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra .detail-module--contactName--XDtvC .detail-module--contactNameLabel--cBTkM {
  cursor: text;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra .detail-module--contactName--XDtvC .detail-module--contactDisabled--TM3dQ {
  flex: none;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #262a33;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra .detail-module--iconGroup--kAWx\+ {
  margin: 20px 19px;
  display: flex;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra .detail-module--iconGroup--kAWx\+ .detail-module--iconWrap--NeoYs {
  margin-right: 32px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra .detail-module--iconGroup--kAWx\+ .detail-module--iconWrap--NeoYs:nth-last-child(1) {
  margin-right: 0;
}
.detail-module--detailContainer--hAbXu .detail-module--avatarContainer--1ovMP .detail-module--avatarInfoWrap--AaKra .detail-module--iconGroup--kAWx\+ .detail-module--iconWrap--NeoYs .detail-module--iconTxt--g6yd9 {
  cursor: text;
  font-family: PingFang SC;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.detail-module--detailContainer--hAbXu .detail-module--contactAvatarWrap--BlLgV {
  width: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-module--detailContainer--hAbXu .detail-module--contactAvatarWrap--BlLgV .detail-module--contactAvatarInfo--M4VKL .detail-module--contactAvatarInfoName--zkmGb {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  gap: 8px;
}
.detail-module--detailContainer--hAbXu .detail-module--contactAvatarWrap--BlLgV .detail-module--contactAvatarInfo--M4VKL .detail-module--contactAvatarInfoLabel--gzBxb {
  width: 48px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #deebfd;
  background: var(--label-11, #deebfd);
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-size: 12px;
  font-weight: 400;
}
.detail-module--detailContainer--hAbXu .detail-module--contactAvatarWrap--BlLgV .detail-module--contactAvatarInfo--M4VKL .detail-module--contactIconGroup--N43Or {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-module--detailContainer--hAbXu .detail-module--contactAvatarWrap--BlLgV .detail-module--contactAvatarInfo--M4VKL .detail-module--contactIconGroup--N43Or .detail-module--btnWrap--qagwn {
  padding: 5px 16px;
  margin-left: 20px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  cursor: pointer;
}
.detail-module--detailContainer--hAbXu .detail-module--contactAvatarWrap--BlLgV .detail-module--contactAvatarInfo--M4VKL .detail-module--contactIconGroup--N43Or .detail-module--btnWrap--qagwn:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.detail-module--detailContainer--hAbXu .detail-module--contactAvatarWrap--BlLgV .detail-module--contactAvatarInfo--M4VKL .detail-module--contactIconGroup--N43Or .detail-module--btnWrap--qagwn:first-child {
  margin-left: 0;
}

.detail-module--icon--KfSNt {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12.8px);
          backdrop-filter: blur(12.8px);
}
.detail-module--icon--KfSNt:hover {
  background-color: #386ee7;
  -webkit-backdrop-filter: blur(12.8px);
          backdrop-filter: blur(12.8px);
}
.detail-module--icon-send-email--3l0Yc {
  display: inline-block;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/static/send_mail_light.8abd9301.svg);
}
.detail-module--icon-send-message--7nhk1 {
  display: inline-block;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/static/send_message_light.32f0cbc1.svg);
}
.detail-module--icon-edit-contact--xb0ND {
  display: inline-block;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/static/edit_contact_light.524acb5a.svg);
}
.detail-module--icon-add-contact--gXBkB {
  display: inline-block;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/static/add_contact_light.69406c64.svg);
}
.detail-module--icon-create-customer--3WZu\+ {
  display: inline-block;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/static/create_customer_light.e4fc7ed6.svg);
}
.detail-module--icon-add-to-contact--dGcRL {
  display: inline-block;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/static/add_to_customers.ab651382.svg);
}
.detail-module--icon-mail-related--nMxhn {
  display: inline-block;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/static/send_receive_mail_light.ab3aa9e5.svg);
}
.detail-module--icon--KfSNt.detail-module--editContactLight--5tE0p {
  display: inline-block;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/static/edit_contact_light.524acb5a.svg);
}

.detail-module--copy-icon--nHL70 {
  height: 28px;
  width: 28px;
  padding: 4px 6px;
}
.detail-module--copy-icon--nHL70:hover {
  background-color: #f0f0f1;
  border-radius: 14px;
}

.detail-module--sendMailContent--47F7A {
  width: 320px;
}
.detail-module--sendMailContent--47F7A p {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
  line-height: 16px;
  padding: 16px;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  max-height: 92px;
  width: 100%;
  padding: 0 16px;
  display: block;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs:hover::-webkit-scrollbar-button {
  display: none;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs:hover::-webkit-scrollbar-corner {
  display: none;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-wrapper {
  display: block;
  line-height: 16px;
  margin-bottom: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 12px;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-wrapper:nth-last-of-type {
  margin-bottom: 0;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-input:focus + .ant-radio-inner {
  box-shadow: none;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-inner {
  height: 14px;
  width: 14px;
  border: 2px solid rgba(39, 46, 71, 0.2);
  border: 2px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  transition: none;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-inner::after {
  display: none;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-checked::after {
  display: none;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-checked .ant-radio-inner {
  border-color: #386ee7;
  border-width: 4px;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-checked .ant-radio-inner::after {
  display: none;
}
.detail-module--sendMailContent--47F7A .detail-module--radioWrapper--ePATs .ant-radio-checked::after {
  border: 4px solid #386ee7;
}
.detail-module--sendMailContent--47F7A .detail-module--buttonWrapper--VLHa5 {
  text-align: right;
  padding: 16px;
}
.detail-module--sendMailContent--47F7A .detail-module--buttonWrapper-bordered--JIK4l {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.detail-module--sendMailContent--47F7A .detail-module--buttonWrapper--VLHa5 .ant-btn {
  height: 28px;
  font-size: 12px;
  box-shadow: none;
  transition: none;
  border-color: rgba(39, 46, 71, 0.2);
  border-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  border-radius: 4px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  text-shadow: none;
}
.detail-module--sendMailContent--47F7A .detail-module--buttonWrapper--VLHa5 .ant-btn:hover {
  border-color: #386ee7;
}
.detail-module--sendMailContent--47F7A .detail-module--buttonWrapper--VLHa5 .ant-btn.ant-btn-primary {
  color: #ffffff;
  text-shadow: none;
  background: #386ee7;
}

.detail-module--detailMedalContainer--za8w8 {
  display: flex;
  align-items: center;
  margin: 0 20px;
  justify-content: space-between;
}
.detail-module--detailMedalContainer--za8w8.detail-module--detailMedalOtherContainer--L71S2 {
  padding: 14px 0;
  border-bottom: 1px solid rgba(39, 46, 71, 0.16);
  border-bottom: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.detail-module--detailMedalContainer--za8w8 .detail-module--medalInfoWrap--gW2kA {
  display: flex;
  flex: 1 1;
  align-items: center;
}
.detail-module--detailMedalContainer--za8w8 .detail-module--medalInfo--qIvzw {
  font-size: 14px;
  color: #737373;
  margin-right: 12px;
}
.detail-module--detailMedalContainer--za8w8 .detail-module--medalList--tdRFF {
  display: flex;
  flex: 1 1;
}
.detail-module--detailMedalContainer--za8w8 .detail-module--medalList--tdRFF .detail-module--medalItem--n1fAj {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  cursor: pointer;
}
.detail-module--detailMedalContainer--za8w8 .detail-module--medalList--tdRFF .detail-module--medalItem--n1fAj img {
  width: 100%;
  height: 100%;
}
.detail-module--detailMedalContainer--za8w8 .detail-module--countInfo--XGb9o {
  color: #51555c;
  font-size: 13px;
  cursor: pointer;
}
.detail-module--detailMedalContainer--za8w8 .detail-module--countInfo--XGb9o svg {
  vertical-align: middle;
}

.detail-module--delMailListTitle--G9\+sL {
  max-width: 100%;
  white-space: nowrap;
  display: inline-flex;
}
.detail-module--delMailListTitle--G9\+sL .detail-module--contactNameTitle--nsVZm {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-module--trNameWrap--DvHk0 {
  display: flex;
  padding: 3px 20px;
  cursor: pointer;
  align-items: center;
}
.detail-module--trNameWrap--DvHk0 .detail-module--trName--TuoaS {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  ext-overflow: ellipsis;
  white-space: nowrap;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.detail_info-module--info-wrapper--sBXz3 {
  width: 100%;
  padding-bottom: 20px;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo {
  display: flex;
  margin: 17px 20px 0;
  align-items: flex-start;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo.detail_info-module--infoSingleRow--EPpGx {
  margin-top: 20px;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo.detail_info-module--infoSingleRow--EPpGx .detail_info-module--info-label--lP42X {
  line-height: 16px;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo.detail_info-module--infoSingleRow--EPpGx .detail_info-module--info-content--LZ6FC .detail_info-module--infoLine--FD-Br .detail_info-module--infoText--g5o4p {
  margin-top: -4px;
  line-height: 24px;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-label--lP42X {
  flex: none;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #7d8085;
  margin-right: 12px;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC {
  flex: 1 1;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC .detail_info-module--infoLine--FD-Br {
  margin-top: 8px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC .detail_info-module--infoLine--FD-Br:first-child {
  margin-top: 0;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC .detail_info-module--infoLine--FD-Br .detail_info-module--infoText--g5o4p {
  flex: 1 1;
  display: flex;
  word-break: break-word;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC .detail_info-module--infoLine--FD-Br .detail_info-module--infoText--g5o4p.detail_info-module--infoLink--Ea8Xl {
  cursor: pointer;
  color: #4c6aff !important;
  color: var(--Brand-6, #4c6aff) !important;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC .detail_info-module--infoLine--FD-Br .detail_info-module--infoText--g5o4p .detail_info-module--infoPoint--V3fYx {
  display: block;
  margin-right: 8px;
  margin-top: 9px;
  flex: none;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #a8aaad;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC .detail_info-module--infoLine--FD-Br .detail_info-module--copyIcon--utKef {
  margin-left: 12px;
  flex: none;
  width: 16px;
  height: 16px;
  display: flex;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC .detail_info-module--personalOrgWrap--LK6Zi {
  position: relative;
  left: -8px;
  top: -8px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--info-content--LZ6FC .detail_info-module--personalOrgLabel--QAyJg {
  margin-top: 8px;
  margin-left: 8px;
  padding: 4px 8px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  border-radius: 4px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  max-width: 143px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--remark-content--aLjSy {
  word-break: break-all;
}
.detail_info-module--info-wrapper--sBXz3 .detail_info-module--info-rows--7iiGo .detail_info-module--remark-content--aLjSy p {
  width: 332px;
  line-height: 16px;
}
.userCard-module--mention-user-link--QP-Z3 {
  color: #386ee7;
  padding-right: 3px;
  cursor: pointer;
  padding: 0 3px;
}
.userCard-module--mention-user-link--QP-Z3:first-child {
  padding-left: 0;
}
.userCard-module--mention-user-link--QP-Z3 + .userCard-module--mention-user-link--QP-Z3 {
  padding: 0;
}
.userCard-module--mention-user-link--QP-Z3 ~ .userCard-module--mention-user-link--QP-Z3 {
  padding-right: 0;
}
.userCard-module--mention-user-link--QP-Z3:last-of-type {
  padding-right: 3px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.left-module--textNormal--0Q7a8 {
  cursor: default;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.left-module--busyFreeIcon--WbFQZ {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: -2px;
}

.left-module--scheduleModalWrap--O-0zw {
  z-index: 1030;
}

.left-module--outer--iRN0j {
  height: 100%;
  width: 220px;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  cursor: default;
}
.left-module--outer--iRN0j .left-module--header--ORx5u {
  display: flex;
  align-items: center;
  padding: 16px;
}
.left-module--outer--iRN0j .left-module--header--ORx5u .left-module--button--4Ocbm {
  width: 94px;
  border: none;
  outline: none;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  cursor: pointer;
  background: #386ee7;
}
.left-module--outer--iRN0j .left-module--header--ORx5u .left-module--button--4Ocbm .left-module--text--8FoB- {
  text-align: center;
}
.left-module--outer--iRN0j .left-module--header--ORx5u .left-module--addIcon--g\+qgZ {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAQMAAABJtOi3AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUxpcf///5rihw8AAAABdFJOUwBA5thmAAAAGklEQVQI12NgwA8YG4gnmP//PwAhSNKGFwAAiG4OlV3tfcEAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.left-module--outer--iRN0j .left-module--header--ORx5u .left-module--syncIcon--EapgH {
  margin-left: 12px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border: 1px solid var(--white, #ffffff);
  background: #ffffff url(/static/sync.d79843e8.svg) center center no-repeat;
  background: var(--white, #ffffff) url(/static/sync.d79843e8.svg) center center no-repeat;
  background-size: 16px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.left-module--outer--iRN0j .left-module--header--ORx5u .left-module--syncIcon--EapgH:hover {
  background-image: url(/static/sync_hover.96117ef7.svg);
  border-color: #386ee7;
}
.left-module--outer--iRN0j .left-module--miniHeader--hTi4B {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  display: flex;
  color: #000000;
  color: var(--font-color-3, #000000);
  margin-top: 8px;
  margin-bottom: 4px;
  padding-left: 16px;
}
.left-module--outer--iRN0j .left-module--miniHeader--hTi4B .left-module--arrow--97gBL {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.left-module--outer--iRN0j .left-module--miniHeader--hTi4B .left-module--arrow--97gBL.left-module--left--raR-F {
  margin-left: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDEyTDYgOEwxMCA0IiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.left-module--outer--iRN0j .left-module--miniHeader--hTi4B .left-module--arrow--97gBL.left-module--right--i8RLb {
  margin-right: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgNEwxMCA4TDYgMTIiIHN0cm9rZT0iIzdEODA4NSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
}
.left-module--outer--iRN0j .left-module--miniMonth--3Dg-E {
  min-width: 65px;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC {
  width: 100%;
  padding: 0 14px;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .left-module--miniDay--6cD1L {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .left-module--notMonth--4jhHh {
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .left-module--today--VuIGA {
  border: 1px solid #386ee7;
  color: #386ee7;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .left-module--todaySelected--rTN-Y {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  color: #ffffff;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .left-module--notTodaySelected--fUNEq {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  color: #ffffff;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .ant-picker-date-panel .ant-picker-content th {
  width: auto;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  padding-bottom: 6px;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .ant-picker-calendar {
  background: rgba(0, 0, 0, 0);
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .ant-picker-calendar .ant-picker-panel {
  background: rgba(0, 0, 0, 0);
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .ant-picker-panel {
  background: rgba(0, 0, 0, 0);
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .ant-picker-calendar .ant-picker-panel {
  border-top: 0;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .ant-picker-cell {
  padding: 0px;
}
.left-module--outer--iRN0j .left-module--miniCalendar--iDJdC .ant-picker-date-panel .ant-picker-content {
  height: 218px;
}
.miniCalendar-module--miniCalendar--bBZE4 {
  width: 100%;
  display: flex;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--miniDay--8NWoS {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--notMonth--utC2m {
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--notMonth--utC2m {
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--minidot--Xyjgj {
  width: 4px;
  height: 4px;
  background-color: #a8aaad;
  background-color: var(--calendar-1, #a8aaad);
  border-radius: 50%;
  margin-top: -6px;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--weekNumberWrap--3VSpk {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border-radius: 4px;
  margin-top: 34px;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--weekNumberWrap--3VSpk p {
  height: 32px;
  line-height: 32px;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
  text-align: center;
  width: 25px;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--today--OXxRl {
  color: #386ee7;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--today--OXxRl .miniCalendar-module--minidot--Xyjgj {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -6px;
  background-color: #386ee7;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--todaySelected--PChBc {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  color: #ffffff;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--todaySelected--PChBc .miniCalendar-module--minidot--Xyjgj {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -6px;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--notTodaySelected--LDI2n {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  color: #ffffff;
}
.miniCalendar-module--miniCalendar--bBZE4 .miniCalendar-module--notTodaySelected--LDI2n .miniCalendar-module--minidot--Xyjgj {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-top: -6px;
}
.miniCalendar-module--miniCalendar--bBZE4 .ant-picker-date-panel .ant-picker-content th {
  width: auto;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  padding-bottom: 6px;
}
.miniCalendar-module--miniCalendar--bBZE4 .ant-picker-calendar {
  background: rgba(0, 0, 0, 0);
}
.miniCalendar-module--miniCalendar--bBZE4 .ant-picker-calendar .ant-picker-panel {
  background: rgba(0, 0, 0, 0);
}
.miniCalendar-module--miniCalendar--bBZE4 .ant-picker-panel {
  background: rgba(0, 0, 0, 0);
}
.miniCalendar-module--miniCalendar--bBZE4 .ant-picker-calendar .ant-picker-panel {
  border-top: 0;
}
.miniCalendar-module--miniCalendar--bBZE4 .ant-picker-cell {
  padding: 0px;
}
.miniCalendar-module--miniCalendar--bBZE4 .ant-picker-date-panel .ant-picker-content {
  height: 218px;
}

.miniCalendar-module--miniHeader--RHUod {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  display: flex;
  color: #000000;
  color: var(--font-color-3, #000000);
}
.miniCalendar-module--miniHeader--RHUod .miniCalendar-module--arrow--UPydx {
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.miniCalendar-module--miniHeader--RHUod .miniCalendar-module--arrow--UPydx.miniCalendar-module--left--d77aY {
  margin-left: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDEyTDYgOEwxMCA0IiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.miniCalendar-module--miniHeader--RHUod .miniCalendar-module--arrow--UPydx.miniCalendar-module--right--jl9T9 {
  margin-right: 13px;
}

.miniCalendar-module--miniMonth--eAFxl {
  min-width: 65px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.eventsgroups-module--eventsGroupsOuter---wjwe {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  height: 100%;
}

.eventsgroups-module--toolbar--jARrm {
  padding: 16px 16px;
  display: flex;
  align-items: center;
}
.eventsgroups-module--toolbar--jARrm .eventsgroups-module--button--ZzFYs {
  width: 112px;
  border: none;
  outline: none;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  cursor: pointer;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.eventsgroups-module--toolbar--jARrm .eventsgroups-module--button--ZzFYs .eventsgroups-module--text--4us3v {
  text-align: center;
}
.eventsgroups-module--toolbar--jARrm .eventsgroups-module--button--ZzFYs .eventsgroups-module--dropdown--XIhzM {
  text-align: center;
  margin-left: auto;
  width: 24px;
  background-color: #445fe5;
  background-color: var(--Brand-7, #445fe5);
  border-radius: 0 4px 4px 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4zOTA0MyA2LjUxMTk2TDcuMzUwMTIgMi44MTIzNUM3LjYxMjAzIDIuNDg0OTcgNy4zNzg5NCAyIDYuOTU5NjkgMkwxLjA0MDMxIDJDMC42MjEwNiAyIDAuMzg3OTc0IDIuNDg0OTcgMC42NDk4NzkgMi44MTIzNUwzLjYwOTU3IDYuNTExOTZDMy44MDk3MyA2Ljc2MjE2IDQuMTkwMjcgNi43NjIxNiA0LjM5MDQzIDYuNTExOTZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.eventsgroups-module--toolbar--jARrm .eventsgroups-module--syncIcon--lgOI4 {
  margin-left: 12px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border: 1px solid var(--white, #ffffff);
  background: #ffffff url(/static/sync.d79843e8.svg) center center no-repeat;
  background: #ffffff var(--mail-refresh) center center no-repeat;
  background: var(--white, #ffffff) var(--mail-refresh) center center no-repeat;
  background-size: 16px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.eventsgroups-module--toolbar--jARrm .eventsgroups-module--syncIcon--lgOI4:hover {
  border-color: #386ee7;
}

.eventsgroups-module--listTitle--d439m {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.eventsgroups-module--listTitle--d439m .eventsgroups-module--addIcon--DJjj4 {
  margin-left: auto;
  cursor: pointer;
}

.eventsgroups-module--listScroll--FV18f {
  height: calc(100% - 60px);
}

.eventsgroups-module--calenderList--M-\+RC {
  padding-top: 8px;
  height: 100%;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--expandArrow--76e5x {
  position: absolute;
  right: 20px !important;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--expandArrow--76e5x .eventsgroups-module--expandIcon--Vrpku {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--expandArrow--76e5x .eventsgroups-module--expandIconCollapse--Dja\+5 {
  transform: rotate(180deg);
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item--soHTS {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
  padding: 0 20px 0 16px;
  position: relative;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item--soHTS:hover {
  background: rgba(39, 46, 71, 0.1);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item--soHTS:hover .eventsgroups-module--item-close--M8-ZM,
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item--soHTS:hover .eventsgroups-module--item-setting--BAHIt {
  display: block;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item-close--M8-ZM {
  margin-left: auto;
  display: none;
  cursor: pointer;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item-setting--BAHIt {
  display: none;
  margin-left: auto;
  cursor: pointer;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item--soHTS .eventsgroups-module--checkbox--hcr9a {
  cursor: pointer;
  height: 16px;
  width: 16px;
  line-height: 16px;
  display: inline-block;
  margin-right: 9px;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item-unchecked--bM9p2 {
  opacity: 0.5;
}
.eventsgroups-module--calenderList--M-\+RC .eventsgroups-module--collapse--mE4hr .eventsgroups-module--item-close--M8-ZM + .eventsgroups-module--item-setting--BAHIt {
  margin-left: 5px;
}
.eventsgroups-module--calenderList--M-\+RC .ant-collapse-header {
  padding: 0 16px !important;
}
.eventsgroups-module--calenderList--M-\+RC .ant-collapse-content-box {
  padding: 4px 14px 0px !important;
}

.eventsgroups-module--addIcon--DJjj4 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAQMAAABJtOi3AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUxpcf///5rihw8AAAABdFJOUwBA5thmAAAAGklEQVQI12NgwA8YG4gnmP//PwAhSNKGFwAAiG4OlV3tfcEAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.eventsgroups-module--addIcon2--nWP2P {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURSUqM0xpcSYqMh5/UFUAAAADdFJOU+UA/OFUaKIAAAAgSURBVBjTYwiFAgZSGSGiVGUEMDA1MLAiM6huBTk+BQD41U4hY3yhOgAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  cursor: pointer;
}

.eventsgroups-module--dropDownOverlay--6qsB5 {
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  /* 投影样式 */
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.eventsgroups-module--dropDownOverlay--6qsB5 .eventsgroups-module--menuItem--my29t {
  line-height: 32px;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  color: #51555c;
}
.eventsgroups-module--dropDownOverlay--6qsB5 .eventsgroups-module--menuItem--my29t .ant-dropdown-menu-title-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventsgroups-module--dropDownOverlay--6qsB5 .eventsgroups-module--menuItem--my29t .ant-dropdown-menu-title-content span[role=img] {
  margin-right: 8px;
}
.eventsgroups-module--dropDownOverlay--6qsB5 .ant-dropdown-menu-item-disabled {
  opacity: 0.5;
}

.eventsgroups-module--calendarLogo--XX-ze {
  width: 16px;
  height: 16px;
  margin: -1px 4px 0;
}

.eventsgroups-module--shuoming--eq\+NG {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}
.eventsgroups-module--shuoming--eq\+NG .sirius-icon {
  height: 14px !important;
  width: 14px !important;
  line-height: 14px !important;
}

.eventsgroups-module--iconBtn--tsOih {
  line-height: 16px !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: 8px;
}
.eventsgroups-module--iconBtn--tsOih:first-child {
  margin-left: auto;
}
.eventsgroups-module--iconBtn--tsOih .sirius-icon {
  width: 16px !important;
  height: 16px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.right-module--outer--\+CuJ8 {
  width: 420px;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  overflow: hidden;
  cursor: default;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.right-module--header--eoGMh {
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.right-module--header--eoGMh .right-module--headerBtn--0ce34 {
  -webkit-app-region: no-drag;
  height: 28px;
  line-height: 28px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 1px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  border: none;
  outline: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  cursor: pointer;
}
.right-module--header--eoGMh .right-module--headerBtn--0ce34:hover {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.right-module--header--eoGMh .right-module--headerBtn--0ce34 .right-module--left--eXGgd {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDEyTDYgOEwxMCA0IiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.right-module--header--eoGMh .right-module--headerBtn--0ce34 .right-module--right--j3e9D {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgNEwxMCA4TDYgMTIiIHN0cm9rZT0iIzdEODA4NSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
}
.right-module--header--eoGMh .right-module--headerTitle--N0sZQ {
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-left: 16px;
}

.right-module--table--lJ2Qw {
  height: 540px;
  display: flex;
  flex-direction: column;
}
.right-module--table--lJ2Qw .right-module--tableHeader--mnvw8 {
  width: 404px;
  min-height: 48px;
  flex: none;
  display: flex;
  margin-bottom: 1px;
  position: relative;
}
.right-module--table--lJ2Qw .right-module--tableHeader--mnvw8::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.right-module--table--lJ2Qw .right-module--tableHeader--mnvw8 .right-module--tableTh--9lCdx {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 9px;
  position: relative;
}
.right-module--table--lJ2Qw .right-module--tableHeader--mnvw8 .right-module--tableTh--9lCdx::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid #e1e3e8;
  border: 0 solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.right-module--table--lJ2Qw .right-module--tableHeader--mnvw8 .right-module--tableTh--9lCdx .right-module--colTh--ZEP3o {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
}
.right-module--table--lJ2Qw .right-module--tableHeader--mnvw8 .right-module--tableTh--9lCdx .right-module--name--odMdW {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 0 16px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 14px;
  line-height: 14px;
  margin-top: 17px;
  margin-bottom: 4px;
}
.right-module--table--lJ2Qw .right-module--tableHeader--mnvw8 .right-module--tableTh--9lCdx .right-module--eventOuter--by7aU {
  padding: 1px 8px;
  width: 100%;
  z-index: 9;
}
.right-module--table--lJ2Qw .right-module--tableBodyShow--n9Xy3 {
  opacity: 1 !important;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU {
  flex: auto;
  overflow-x: hidden;
  opacity: 0;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l {
  height: 1200px;
  position: relative;
  display: flex;
  flex-direction: row;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--timeOuter--GTY2F {
  height: 100%;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--timeOuter--GTY2F .right-module--timeCell--G3qbJ {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  position: relative;
  display: flex;
  position: relative;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--timeOuter--GTY2F .right-module--timeCell--G3qbJ::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid #e1e3e8;
  border: 0 solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--timeOuter--GTY2F .right-module--timeCell--G3qbJ .right-module--time--PXAdB {
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  z-index: 9;
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--Tbody--hxDZN {
  height: 100%;
  position: relative;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--Tbody--hxDZN .right-module--Tr--t7-XR {
  display: flex;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--Tbody--hxDZN .right-module--Tr--t7-XR .right-module--Td--kJJ3x {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  margin-left: -1px;
  position: relative;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--Tbody--hxDZN .right-module--Tr--t7-XR .right-module--Td--kJJ3x::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid #e1e3e8;
  border: 0 solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--Tbody--hxDZN .right-module--timeContent--gZyhm {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--Tbody--hxDZN .right-module--timeContent--gZyhm .right-module--timeContentIn--BrnEv {
  height: 100%;
  position: relative;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--Tbody--hxDZN .right-module--timeContent--gZyhm .right-module--timeContentIn--BrnEv .right-module--fakeTd--XTah2 {
  position: relative;
  z-index: 10;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--Tbody--hxDZN .right-module--timeContent--gZyhm .right-module--timeContentIn--BrnEv .right-module--fakeTd--XTah2 .right-module--tempEvent--awWwW {
  padding: 4px;
  position: absolute;
  top: 3px;
  right: 4px;
  left: 2px;
  bottom: 3px;
  background: rgba(214, 230, 252, 0.95);
  background: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.95);
  border: 1px solid rgba(159, 162, 173, 0.8);
  border: 1px solid rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.8);
  box-sizing: border-box;
  border-radius: 2px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #386ee7;
  z-index: 99;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--now--8C-Uo {
  position: absolute;
  left: 59px;
  border-top: 1px solid #f74f4f;
  z-index: 99;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--now--8C-Uo::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f74f4f;
  position: absolute;
  content: "";
  top: -5px;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--now--8C-Uo .right-module--timeNow--57ozD {
  position: absolute;
  z-index: 99;
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #f74f4f;
  left: -59px;
  top: -10px;
  display: block;
  width: 59px;
  height: 20px;
  text-align: center;
}
.right-module--table--lJ2Qw .right-module--tableBody--FpAEU .right-module--tableBodyIn--xss6l .right-module--eventTimeOuter--0dVTx {
  padding: 1px 8px;
  width: 100%;
  z-index: 9;
  position: absolute;
  padding: 0px 1px 1px;
  width: auto;
  left: 0%;
  right: 0%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.moreEvent-module--outer--Trtbm {
  width: 420px;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  overflow: hidden;
  cursor: default;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.moreEvent-module--header--4MUD- {
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.moreEvent-module--header--4MUD- .moreEvent-module--headerBtn--Aqgry {
  -webkit-app-region: no-drag;
  height: 28px;
  line-height: 28px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 1px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  border: none;
  outline: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  cursor: pointer;
}
.moreEvent-module--header--4MUD- .moreEvent-module--headerBtn--Aqgry:hover {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.moreEvent-module--header--4MUD- .moreEvent-module--headerBtn--Aqgry .moreEvent-module--left--o0u5H {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDEyTDYgOEwxMCA0IiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.moreEvent-module--header--4MUD- .moreEvent-module--headerBtn--Aqgry .moreEvent-module--right--EPT5k {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgNEwxMCA4TDYgMTIiIHN0cm9rZT0iIzdEODA4NSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
}
.moreEvent-module--header--4MUD- .moreEvent-module--headerTitle--7CLpu {
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-left: 16px;
}

.moreEvent-module--table--4AonP {
  height: 540px;
  display: flex;
  flex-direction: column;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableHeader--i2cBI {
  width: 404px;
  min-height: 48px;
  flex: none;
  display: flex;
  margin-bottom: 1px;
  position: relative;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableHeader--i2cBI::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.moreEvent-module--table--4AonP .moreEvent-module--tableHeader--i2cBI .moreEvent-module--tableTh--BOqaa {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 9px;
  position: relative;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableHeader--i2cBI .moreEvent-module--tableTh--BOqaa::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid #e1e3e8;
  border: 0 solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.moreEvent-module--table--4AonP .moreEvent-module--tableHeader--i2cBI .moreEvent-module--tableTh--BOqaa .moreEvent-module--colTh--uVhM3 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
}
.moreEvent-module--table--4AonP .moreEvent-module--tableHeader--i2cBI .moreEvent-module--tableTh--BOqaa .moreEvent-module--name--KnE8h {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 0 16px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 14px;
  line-height: 14px;
  margin-top: 17px;
  margin-bottom: 4px;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableHeader--i2cBI .moreEvent-module--tableTh--BOqaa .moreEvent-module--eventOuter--DE0pD {
  padding: 1px 8px;
  width: 100%;
  z-index: 9;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBodyShow--GWXhC {
  opacity: 1 !important;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ {
  flex: auto;
  overflow-x: hidden;
  opacity: 0;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 {
  height: 1200px;
  position: relative;
  display: flex;
  flex-direction: row;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--timeOuter--Hn\+tJ {
  height: 100%;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--timeOuter--Hn\+tJ .moreEvent-module--timeCell--TeNeT {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  position: relative;
  display: flex;
  position: relative;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--timeOuter--Hn\+tJ .moreEvent-module--timeCell--TeNeT::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid #e1e3e8;
  border: 0 solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--timeOuter--Hn\+tJ .moreEvent-module--timeCell--TeNeT .moreEvent-module--time--Ppz7I {
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  z-index: 9;
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--Tbody--5Jcci {
  height: 100%;
  position: relative;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--Tbody--5Jcci .moreEvent-module--Tr--yDd9f {
  display: flex;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--Tbody--5Jcci .moreEvent-module--Tr--yDd9f .moreEvent-module--Td--kWDh2 {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  margin-left: -1px;
  position: relative;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--Tbody--5Jcci .moreEvent-module--Tr--yDd9f .moreEvent-module--Td--kWDh2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid #e1e3e8;
  border: 0 solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--Tbody--5Jcci .moreEvent-module--timeContent--ph1Bq {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--Tbody--5Jcci .moreEvent-module--timeContent--ph1Bq .moreEvent-module--timeContentIn--8fCtu {
  height: 100%;
  position: relative;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--Tbody--5Jcci .moreEvent-module--timeContent--ph1Bq .moreEvent-module--timeContentIn--8fCtu .moreEvent-module--fakeTd--FrCh2 {
  position: relative;
  z-index: 10;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--Tbody--5Jcci .moreEvent-module--timeContent--ph1Bq .moreEvent-module--timeContentIn--8fCtu .moreEvent-module--fakeTd--FrCh2 .moreEvent-module--tempEvent--jyRii {
  padding: 4px;
  position: absolute;
  top: 3px;
  right: 4px;
  left: 2px;
  bottom: 3px;
  background: rgba(214, 230, 252, 0.95);
  background: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.95);
  border: 1px solid rgba(159, 162, 173, 0.8);
  border: 1px solid rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.8);
  box-sizing: border-box;
  border-radius: 2px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #386ee7;
  z-index: 99;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--now--J9X\+L {
  position: absolute;
  left: 59px;
  border-top: 1px solid #f74f4f;
  z-index: 99;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--now--J9X\+L::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f74f4f;
  position: absolute;
  content: "";
  top: -5px;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--now--J9X\+L .moreEvent-module--timeNow--fNigy {
  position: absolute;
  z-index: 99;
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #f74f4f;
  left: -59px;
  top: -10px;
  display: block;
  width: 59px;
  height: 20px;
  text-align: center;
}
.moreEvent-module--table--4AonP .moreEvent-module--tableBody--OZ6wZ .moreEvent-module--tableBodyIn--VJ3E8 .moreEvent-module--eventTimeOuter--6DWE- {
  padding: 1px 8px;
  width: 100%;
  z-index: 9;
  position: absolute;
  padding: 0px 1px 1px;
  width: auto;
  left: 0%;
  right: 0%;
}

.moreEvent-module--eventOuter--DE0pD {
  padding: 1px 8px;
  width: 100%;
  z-index: 9;
}

.moreEvent-module--moreTitle--gC\+me {
  padding-left: 4px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
}
.moreEvent-module--moreTitle--gC\+me:hover {
  color: #386ee7;
}

.moreEvent-module--close--ezE5K {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}
.eventCell-module--detailOuter--xnl5I {
  display: block;
  background-color: #94a6ff;
  background-color: var(--Brand-4, #94a6ff);
  border-color: #94a6ff;
  border-color: var(--Brand-4, #94a6ff);
  color: #ffffff;
  min-height: 18px;
  height: 100%;
  width: 100%;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0 4px;
  border-radius: 2px;
  font-family: PingFang SC;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-decoration: inherit;
  text-align: left;
}
.eventCell-module--detailOuter--xnl5I .eventCell-module--detailInner--Uzkwn {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  white-space: break-spaces;
  word-break: break-all;
  text-decoration: inherit;
}

.eventCell-module--isPast--7ESoH {
  background: #ebedf2 !important;
  background: var(--Fill-3, #ebedf2) !important;
  color: #a8aaad !important;
  opacity: 0.6;
}
@charset "UTF-8";
.SiriusModal-module--modalCheckContentWrap--RnBJk {
  display: flex;
}
.SiriusModal-module--modalCheckContentWrap--RnBJk .SiriusModal-module--checkboxWrap--aSa0t {
  flex: none;
  width: 16px;
  height: 16px;
}
.SiriusModal-module--modalCheckContentWrap--RnBJk .SiriusModal-module--childrenWrap--bv9JF {
  flex: 1 1;
  display: flex;
}

.SiriusModal-module--modalWrap--SpGd7 {
  left: 68px;
  top: 47px;
}

.SiriusModal-module--modalTag--ePi\+t .ant-modal-content {
  border-radius: 8px;
}
.SiriusModal-module--modalTag--ePi\+t .ant-modal-header {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.SiriusModal-module--modalTag--ePi\+t .ant-modal-close {
  top: 20px;
  right: 20px;
}
.SiriusModal-module--modalTag--ePi\+t .ant-modal-title {
  line-height: 24px;
  color: #272e47;
}
.SiriusModal-module--modalTag--ePi\+t .sirius-icon {
  font-size: 20px;
  line-height: 20px;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
  vertical-align: -4px;
}
.SiriusModal-module--modalTag--ePi\+t .ant-modal-close-x {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
.SiriusModal-module--modalTag--ePi\+t .ant-modal-close-x:hover {
  background-color: #f6f7fa;
  border-radius: 12px;
  transition: background-color 0.3s ease-in-out;
}
.SiriusModal-module--modalTag--ePi\+t .ant-modal-footer .ant-btn:not(.ant-btn-primary) {
  border-radius: 4px;
  color: #545a6e;
  border-color: #e1e3e8;
}
.SiriusModal-module--modalTag--ePi\+t .ant-modal-footer .ant-btn.ant-btn-primary {
  border-radius: 4px;
  border-color: #4c6aff;
  background-color: #4c6aff;
}
.SiriusModal-module--modalTag--ePi\+t .ant-form-item-label > label {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

/** modal function **/
.ant-modal-confirm.sirius-confirm {
  /** 当前版本 4.16.13 不支持 confirm 自定义 footer，故维护 button 样式**/
}
.ant-modal-confirm.sirius-confirm .ant-modal-content {
  border-radius: 8px;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body .ant-modal-confirm-title {
  color: #272e47;
  line-height: 24px;
  margin-left: 0px !important;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body .ant-modal-confirm-content {
  color: #747a8c;
  line-height: 22px;
  padding-left: 6px !important;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body > .sirius-icon + .ant-modal-confirm-title {
  display: flex;
  flex: 1 1;
  max-width: 332px;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body > .sirius-icon {
  margin-inline-end: 8px;
  margin-top: 3px;
}
.ant-modal-confirm.sirius-confirm .ant-modal-body {
  padding: 20px 20px 18px 20px;
}
.ant-modal-confirm.sirius-confirm .ant-modal-close {
  top: 20px;
  right: 20px;
}
.ant-modal-confirm.sirius-confirm .ant-modal-close-x {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-block-start: 8px;
  flex-basis: 100%;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-body > .sirius-icon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-inline-start: 26px;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn {
  height: 32px;
  min-width: 76px;
  padding: 0 18px;
  border-radius: 4px;
  cursor: pointer;
  background-image: none;
  box-shadow: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #ffffff;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.SiriusModal-module--disabled--f2KPa, .ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.SiriusModal-module--disabled--f2KPa > *, .ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.SiriusModal-module--inline--zdi-E {
  display: inline-flex;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.SiriusModal-module--disabled--f2KPa, .ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn[disabled] {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn:not([disabled]):hover {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn:not([disabled]):active {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary {
  height: 32px;
  min-width: 76px;
  padding: 0 18px;
  border-radius: 4px;
  cursor: pointer;
  background-image: none;
  box-shadow: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #ffffff;
  border: none;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary.SiriusModal-module--disabled--f2KPa, .ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary[disabled] {
  cursor: not-allowed;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary.SiriusModal-module--disabled--f2KPa > *, .ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary[disabled] > * {
  pointer-events: none;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary.SiriusModal-module--inline--zdi-E {
  display: inline-flex;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary.SiriusModal-module--disabled--f2KPa, .ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary[disabled] {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary:not([disabled]):hover {
  background-color: #7088ff;
  background-color: var(--Brand-5, #7088ff);
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn.ant-btn-primary:not([disabled]):active {
  background-color: #445fe5;
  background-color: var(--Brand-7, #445fe5);
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns {
  margin-top: 18px;
}
.ant-modal-confirm.sirius-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-left: 12px;
}

.SiriusModal-module--siConfirm--OhKZH {
  font-size: 18px;
  color: #ffb54c;
}

.SiriusModal-module--siSuccess--o6p8\+ {
  font-size: 18px;
  color: #0fd683;
}

.SiriusModal-module--siInfo--DNBA4 {
  font-size: 18px;
  color: #4c6aff;
}

.SiriusModal-module--siWarning--5C2r8 {
  font-size: 18px;
  color: #fe5b4c;
}

.SiriusModal-module--siError--GtXla {
  font-size: 18px;
  color: #fe5b4c;
}

.SiriusModal-module--deFooter--DvfzR {
  display: flex;
  justify-content: flex-end;
}
.SiriusModal-module--deFooter--DvfzR .lx-btn + .lx-btn {
  margin-left: 12px;
}
.SiriusModal-module--deFooter--DvfzR .lx-ui-btn + .lx-ui-btn {
  margin-left: 12px;
}

/* classes attached to <body> */
/* TODO: make fc-event selector work when calender in shadow DOM */
.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

/* TODO: not attached to body. attached to specific els. move */
.fc-unselectable {
  -webkit-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;

  font-size: 1em
}
.fc,
  .fc *,
  .fc *:before,
  .fc *:after {
    box-sizing: border-box;
  }
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
  }
.fc th {
    text-align: center;
  }
.fc th,
  .fc td {
    vertical-align: top;
    padding: 0;
  }
.fc a[data-navlink] {
    cursor: pointer;
  }
.fc a[data-navlink]:hover {
    text-decoration: underline;
  }
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
  .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
  .fc-liquid-hack th {
    position: relative;
  }

@font-face {
  font-family: 'fcicons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}
/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {

  /* reset */

}
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
.fc .fc-button {
    -webkit-appearance: button;
  }
.fc .fc-button:not(:disabled) {
    cursor: pointer;
  }
.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
.fc {

  /* theme */

}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
  }
.fc .fc-button:hover {
    text-decoration: none;
  }
.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  }
.fc .fc-button:disabled {
    opacity: 0.65;
  }
.fc {

  /* "primary" coloring */

}
.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
  }
.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f);
  }
.fc .fc-button-primary:disabled { /* not DRY */
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
  }
.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc .fc-button-primary:not(:disabled):active,
  .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27);
  }
.fc .fc-button-primary:not(:disabled):active:focus,
  .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc {

  /* icons within buttons */

}
.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  }
.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
.fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto;
  }
.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
  }
.fc .fc-button-group > .fc-button:focus,
  .fc .fc-button-group > .fc-button:active,
  .fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
  }
.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
  }
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
  }
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
  }
.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative; /* for abs-positioned elements within */
  }
.fc .fc-scroller-liquid {
    height: 100%;
  }
.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
      /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
      /* TODO: demonstrate in codepen */
  }
.fc .fc-scroller-harness-liquid {
    height: 100%;
  }
.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
    direction: rtl;
  }
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
  }
.fc .fc-scrollgrid,
    .fc .fc-scrollgrid table { /* all tables (self included) */
      width: 100%; /* because tables don't normally do this */
      table-layout: fixed;
    }
.fc .fc-scrollgrid table { /* inner tables */
      border-top-style: hidden;
      border-left-style: hidden;
      border-right-style: hidden;
    }
.fc .fc-scrollgrid {

    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;

  }
.fc .fc-scrollgrid-liquid {
    height: 100%;
  }
.fc .fc-scrollgrid-section { /* a <tr> */
    height: 1px /* better than 0, for firefox */

  }
.fc .fc-scrollgrid-section > td {
      height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
    }
.fc .fc-scrollgrid-section table {
      height: 1px;
        /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
        /* serves as a min-height. harmless */
    }
.fc .fc-scrollgrid-section-liquid > td {
      height: 100%; /* better than `auto`, for firefox */
    }
.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
  }
.fc .fc-scrollgrid-section-header > *,
  .fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
  }
.fc .fc-scrollgrid-section-body table,
  .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden; /* head keeps its bottom border tho */
  }
.fc {

  /* stickiness */

}
.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: -webkit-sticky;
    position: sticky;
    z-index: 3; /* TODO: var */
    /* TODO: box-shadow when sticking */
  }
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0; /* because border-sharing causes a gap at the top */
      /* TODO: give safari -1. has bug */
  }
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  }
.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
    height: 1px; /* needs height to create scrollbars */
    margin-bottom: -1px;
  }
.fc-sticky { /* no .fc wrap because used as child of body */
  position: -webkit-sticky;
  position: sticky;
}
.fc .fc-view-harness {
    flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
  }
.fc {

  /* when the harness controls the height, make the view liquid */

}
.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.fc .fc-col-header-cell-cushion {
    display: inline-block; /* x-browser for when sticky (when multi-tier header) */
    padding: 2px 4px;
  }
.fc .fc-bg-event,
  .fc .fc-non-business,
  .fc .fc-highlight {
    /* will always have a harness with position:relative/absolute, so absolutely expand */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc .fc-non-business {
    background: rgba(215, 215, 215, 0.3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  }
.fc .fc-bg-event {
    background: rgb(143, 223, 130);
    background: var(--fc-bg-event-color, rgb(143, 223, 130));
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity, 0.3)
  }
.fc .fc-bg-event .fc-event-title {
      margin: .5em;
      font-size: .85em;
      font-size: var(--fc-small-font-size, .85em);
      font-style: italic;
    }
.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  }
.fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}
/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
  }
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
    opacity: 0.75;
  }
.fc-event-dragging.fc-event-selected { /* TOUCH */
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  }
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
  }
.fc-event:hover, /* MOUSE */
.fc-event-selected { /* TOUCH */

}
.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block;
  }
.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)

    /* expand hit area */

  }
.fc-event-selected .fc-event-resizer:before {
      content: '';
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
    }
/* selecting (always TOUCH) */
/* OR, focused by tab-index */
/* (TODO: maybe not the best focus-styling for .fc-daygrid-dot-event) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)

  /* expand hit area (subclasses should expand) */

}
.fc-event-selected:before, .fc-event:focus:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc-event-selected,
.fc-event:focus {

  /* dimmer effect */

}
.fc-event-selected:after, .fc-event:focus:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;

    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}
.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
  }
.fc-h-event .fc-event-main-frame {
    display: flex; /* for make fc-event-title-container expand */
  }
.fc-h-event .fc-event-time {
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
  }
.fc-h-event .fc-event-title {
    display: inline-block; /* need this to be sticky cross-browser */
    vertical-align: top; /* for not messing up line-height */
    left: 0;  /* for sticky */
    right: 0; /* for sticky */
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc .fc-popover {
    position: absolute;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
  }
.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px;
  }
.fc .fc-popover-title {
    margin: 0 2px;
  }
.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
  }
.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
  }
.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }


:root {
  --fc-daygrid-event-dot-width: 8px;
}
/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */
}
.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }
.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-body { /* a <div> that wraps the table */
    position: relative;
    z-index: 1; /* container inner z-index's because <tr>s can't do it */
  }
.fc .fc-daygrid-day.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  }
.fc {

  /* cell top */

}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
  }
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
  }
.fc {

  /* day number (within cell top) */

}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
  }
.fc {

  /* event container */

}
.fc .fc-daygrid-day-events {
    margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  }
.fc {

  /* positioning for balanced vs natural */

}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
      position: absolute;
      left: 0;
      right: 0;
    }
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
      position: relative; /* for containing abs positioned event harnesses */
      min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
    }
.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  }
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
      margin-bottom: 1em;
    }
.fc {

  /* event harness */

}
.fc .fc-daygrid-event-harness {
    position: relative;
  }
.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0; /* fallback coords for when cannot yet be computed */
    left: 0; /* */
    right: 0; /* */
  }
.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
  }
.fc {

  /* bg content */

}
.fc .fc-daygrid-day-bg .fc-non-business { z-index: 1 }
.fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2 }
.fc .fc-daygrid-day-bg .fc-highlight { z-index: 3 }
.fc {

  /* events */

}
.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
  }
.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
  }
.fc {

  /* cell bottom (within day-events) */

}
.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
  }
.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
  }
.fc {

  /* week number (within frame) */

}
.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    color: #808080;
    color: var(--fc-neutral-text-color, #808080);
  }
.fc {

  /* popover */

}
.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
  }
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
  }
.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
  }
.fc-liquid-hack .fc-daygrid-day-frame {
    position: static; /* will cause inner absolute stuff to expand to <td> */
  }
.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
}
/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
  }
.fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
  }
/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0

}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
    overflow: hidden;
    font-weight: bold;
  }
.fc-daygrid-dot-event:hover,
  .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, 0.1);
  }
.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
  }
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
  }


/*
A VERTICAL event
*/

.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%;
  }

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
  }

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0; /* important for allowing to shrink all the way */
  }

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
    top: 0;
    bottom: 0;
    max-height: 100%; /* clip overflow */
    overflow: hidden;
  }

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
  }

.fc-v-event {

  /* resizer (mouse AND touch) */

}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
  }

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
  }

.fc-v-event {

  /* resizer for MOUSE */

}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
      height: 8px;
      height: var(--fc-event-resizer-thickness, 8px);
      left: 0;
      right: 0;
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event {

  /* resizer for TOUCH (when event is "selected") */

}

.fc-v-event.fc-event-selected .fc-event-resizer {
      left: 50%;
      margin-left: -4px;
      margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }
.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
    z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  }
.fc .fc-timegrid-divider {
    padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  }
.fc .fc-timegrid-body {
    position: relative;
    z-index: 1; /* scope the z-indexes of slots and cols */
    min-height: 100%; /* fill height always, even when slat table doesn't grow */
  }
.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
    position: relative /* offset parent for now-indicator-container */

  }
.fc .fc-timegrid-axis-chunk > table {
      position: relative;
      z-index: 1; /* above the now-indicator-container */
    }
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
  }
.fc .fc-timegrid-slot { /* a <td> */
    height: 1.5em;
    border-bottom: 0 /* each cell owns its top border */
  }
.fc .fc-timegrid-slot:empty:before {
      content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
    }
.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
  }
.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
  }
.fc .fc-timegrid-slot-label {
    vertical-align: middle; /* vertical align the slots */
  }
.fc {


  /* slots AND axis cells (top-left corner of view including the "all-day" text) */

}
.fc .fc-timegrid-axis-cushion,
  .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
  }
.fc {


  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */

}
.fc .fc-timegrid-axis-frame-liquid {
    height: 100%; /* will need liquid-hack in FF */
  }
.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center; /* vertical align */
    justify-content: flex-end; /* horizontal align. matches text-align below */
  }
.fc .fc-timegrid-axis-cushion {
    max-width: 60px; /* limits the width of the "all-day" text */
    flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  }
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
  }
.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
  }
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc .fc-timegrid-col.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-timegrid-col-frame {
    min-height: 100%; /* liquid-hack is below */
    position: relative;
  }
.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    }
.fc-media-screen .fc-timegrid-cols {
    position: absolute; /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
.fc-media-screen .fc-timegrid-cols > table {
      height: 100%;
    }
.fc-media-screen .fc-timegrid-col-bg,
  .fc-media-screen .fc-timegrid-col-events,
  .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
.fc {

  /* bg */

}
.fc .fc-timegrid-col-bg {
    z-index: 2; /* TODO: kill */
  }
.fc .fc-timegrid-col-bg .fc-non-business { z-index: 1 }
.fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2 }
.fc .fc-timegrid-col-bg .fc-highlight { z-index: 3 }
.fc .fc-timegrid-bg-harness {
    position: absolute; /* top/bottom will be set by JS */
    left: 0;
    right: 0;
  }
.fc {

  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */

}
.fc .fc-timegrid-col-events {
    z-index: 3;
    /* child event segs have z-indexes that are scoped within this div */
  }
.fc {

  /* now indicator */

}
.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
    /* z-index is set on the individual elements */
  }
.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
  }
.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
  }
.fc-timegrid-event-harness {
  position: absolute /* top/left/right/bottom will all be set by JS */
}
.fc-timegrid-event-harness > .fc-timegrid-event {
    position: absolute; /* absolute WITHIN the harness */
    top: 0; /* for when not yet positioned */
    bottom: 0; /* " */
    left: 0;
    right: 0;
  }
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event,
.fc-timegrid-more-link { /* events need to be root */
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
  border-radius: 3px;
}
.fc-timegrid-event { /* events need to be root */
  margin-bottom: 1px /* give some space from bottom */
}
.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
  }
.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px;
  }
.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
  }
.fc-timegrid-event-short .fc-event-time:after {
    content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  }
.fc-timegrid-event-short .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
  }
.fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999; /* hack */
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px; /* match space below fc-timegrid-event */
}
.fc-timegrid-more-link-inner { /* has fc-sticky */
  padding: 3px 2px;
  top: 0;
}
.fc-direction-ltr .fc-timegrid-more-link {
    right: 0;
  }
.fc-direction-rtl .fc-timegrid-more-link {
    left: 0;
  }
.fc {

  /* line */

}
.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0;
  }
.fc {

  /* arrow */

}
.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px; /* vertically center on top coordinate */
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
  }
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;

    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;

    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }

@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.daycellcontent-module--container--ERZUU {
  height: 28px;
  display: flex;
}
.daycellcontent-module--container--ERZUU .daycellcontent-module--solar-day--7Hq5y {
  font-family: "DIN Alternate Bold";
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  font-weight: bold;
}
.daycellcontent-module--container--ERZUU .daycellcontent-module--solar-day--7Hq5y.daycellcontent-module--solar-today--n-QkK {
  color: #ffffff;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  line-height: 24px;
  text-align: center;
  margin-right: -4px;
  margin-top: -4px;
}
.daycellcontent-module--container--ERZUU .daycellcontent-module--lunar-day---2fFY {
  font-size: 12px;
  padding-left: 12px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  padding-top: 1px;
}

.daycellcontent-module--visibleWeekNumberCell--wvfjY {
  margin-left: 35px;
}

/** 全部日程弹出窗中不显示当前日期 */
.fc-more-popover-misc .daycellcontent-module--container--ERZUU {
  display: none;
}

.daycellcontent-module--timeGridContainer--7vc\+6 .daycellcontent-module--timeWeek--0k9U7 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-top: 10px;
  padding-left: 2px;
}
.daycellcontent-module--timeGridContainer--7vc\+6 .daycellcontent-module--timeWeekDay--fIc1A {
  margin-top: 12px;
  padding-left: 2px;
}
.daycellcontent-module--timeGridContainer--7vc\+6 .daycellcontent-module--timeSolarDay--HV3Sc {
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.daycellcontent-module--timeGridContainer--7vc\+6 .daycellcontent-module--timeLunarDay--NQlNU {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  color: #a8aaad;
  margin-left: 8px;
}

.daycellcontent-module--timeGridToday--pVeiP .daycellcontent-module--timeWeek--0k9U7 {
  color: #386ee7;
}
.daycellcontent-module--timeGridToday--pVeiP .daycellcontent-module--timeSolarDay--HV3Sc {
  color: #386ee7;
}
.morelinkcontent-module--morelink--K985Y:hover {
  color: #386ee7;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.calendar-module--guide--zmaxS {
  position: absolute;
  top: 42px;
  right: 72px;
  width: 24px;
  height: 0px;
}

.calendar-module--guideElec--cJY6W {
  right: 102px;
}

.calendar-module--guideTip--kH8tJ .ant-tooltip-content {
  width: 302px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.calendar-module--guideTip--kH8tJ .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
  width: 15px;
  height: 15px;
  top: -6.55px;
}
.calendar-module--guideTip--kH8tJ .ant-tooltip-arrow-content {
  width: 10.6px;
  height: 10.6px;
  transform: translateY(7.5px) rotate(45deg);
  box-shadow: none;
  border-top-left-radius: 2px;
}

.calendar-module--know--LXyak {
  margin-left: 12px;
  font-weight: 500px;
  color: #5383fe;
  cursor: pointer;
}

/** 顶部工具栏样式覆盖 */
.calendar-module--container--QU2KI {
  width: 100%;
  height: 100%;
}
.calendar-module--container--QU2KI {
  /**
  * 本来background类型的event层叠顺序是低于普通event的
  * 但是为了实现临时的【新建日程】能够不影响周视图相临日程的size
  * 将临时日程作为background日程
  * 提高层叠顺序以免被遮挡
  * 隐患是以后可能会用到类似的background类型的日程时会收到影响。不过可能性很低
  */
  /** 全部日程浮窗 */
}
.calendar-module--container--QU2KI .fc .fc-button {
  -webkit-app-region: no-drag;
}
.calendar-module--container--QU2KI .fc-col-header {
  width: 100% !important;
}
.calendar-module--container--QU2KI .fc-daygrid-body {
  width: 100% !important;
  height: 100% !important;
}
.calendar-module--container--QU2KI .fc-daygrid-body .fc-scrollgrid-sync-table {
  width: 100% !important;
  height: 100% !important;
}
.calendar-module--container--QU2KI .fc-daygrid-body .fc-scrollgrid-sync-table colgroup col {
  width: 80px !important;
}
.calendar-module--container--QU2KI .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0 !important;
  height: 60px;
  padding: 0 8px;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
  margin: auto 8px;
  display: flex;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 18px;
  font-family: "DIN Alternate Bold";
  color: #262a33;
  color: var(--font-color-2, #262a33);
  display: flex;
  align-items: center;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button {
  outline: none !important;
  box-shadow: none !important;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-radius: 0;
  font-size: 14px;
  height: 28px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  padding: 0;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button:not(:disabled):hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-depended-button {
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURUxpcXt/g3yAhH2AhX9/g3p/f3yAhXx/hH2AhUdDezEAAAAIdFJOUwBA328gEO8wSM26fwAAAJRJREFUeNq1zzEOgzAQBMAFpaDEXcoUFC4pUyL4Q3hBpHwAKWUwKLln40WcxXWkYAufPbJ0WhxJ71JKvrOXpARKLrs8I1wnl3L/EUZoeP8LOgPF5+JrC21oDMy+goEQGrOgkAqwIKLQs2YCttWaG+RaU4FtWVNBj5Phva4d4TgID2Fu2AaQ+Xj5lgQOSvw7AG4dB7IA7ShH3c0e57MAAAAASUVORK5CYII=) center center no-repeat;
  width: 16px;
  height: 16px;
  padding: 0;
  background-size: contain;
  margin-right: 0;
  margin-left: 19px;
  position: relative;
  z-index: 99;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-independed-button {
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURXt/g0xpcXyAhH1/hH9/g3p/f3yAhXx/hH2AheyLNfcAAAAIdFJOU0AA328gEO8wJVsN6wAAAJZJREFUKM9jEEQDDFgEwhnggBEkIJDRAQdNjEABoQ4kkAoU4GhGaLFoBwk0IEwEskkQAJrYiF9A0AlNQERDA1XAqckDKiAIVaAigSIg3OQIFwgHe9ME7g6wb4HehAsIQb2JcGkzxJuoTofaTTuBCrC1QBaUEgwDO0xREEoBna4BZLQxggXaQBElKABUWyoI1lKKPbJRAQBA1VZQxx1tWAAAAABJRU5ErkJggg==) center center no-repeat;
  width: 16px;
  height: 16px;
  padding: 0;
  background-size: contain;
  margin-right: 0;
  margin-left: 19px;
  position: relative;
  z-index: 99;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-settings-button {
  border: none;
  background: url(/static/catalog_setting.26c66fa3.svg) center center no-repeat;
  background: var(--fc-settings-button) center center no-repeat;
  width: 16px;
  height: 16px;
  padding: 0;
  background-size: contain;
  margin-right: 0;
  margin-left: 17px;
  position: relative;
  z-index: 99;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-weekNumberTitle-button {
  height: 28px;
  line-height: 28px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  /* background: #ebedf2; */
  border: none;
  border-radius: 4px;
  cursor: auto;
  margin-left: 16px;
  font-weight: 400;
  font-size: 14px;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button.fc-weekNumberTitle-button span {
  display: block;
  padding: 0 12px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  border-radius: 4px;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-today-button {
  width: 52px;
  margin-right: 16px;
  border-radius: 4px;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button {
  width: 28px;
  height: 28px;
  border-left: none;
  border-right: none;
  padding: 1px 0;
  border-left: 1px solid rgba(39, 46, 71, 0.16);
  border-left: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 1px;
  position: relative;
  width: 29px;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button::after {
  content: "";
  position: absolute;
  border-right: 1px solid rgba(39, 46, 71, 0.16);
  border-right: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  width: 0;
  height: 16px;
  right: 0;
  top: 6px;
  z-index: 2;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button {
  width: 28px;
  height: 28px;
  border-left: none;
  border-right: none;
  padding: 1px 0;
  border-right: 1px solid rgba(39, 46, 71, 0.16);
  border-right: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 1px;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-dayGridMonth-button {
  border-left: none;
  border-right: none;
  padding: 1px 0;
  border-right: 1px solid rgba(39, 46, 71, 0.16);
  border-right: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 1px;
  width: 28px;
  height: 28px;
  width: 46px;
  background-clip: content-box !important;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-timeGridDay-button {
  border-left: none;
  border-right: none;
  padding: 1px 0;
  border-left: 1px solid rgba(39, 46, 71, 0.16);
  border-left: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 1px;
  width: 28px;
  height: 28px;
  width: 46px;
  background-clip: content-box !important;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-timeGridWeek-button {
  border-left: none;
  border-right: none;
  padding: 1px 0;
  width: 28px;
  height: 28px;
  background-clip: content-box !important;
  width: 46px;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button-active {
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  color: #386ee7;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-icon-chevron-left:before,
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-icon-chevron-right:before {
  content: "";
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-icon-chevron-left {
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUxpcTo/RTo9Rjs+RjU/Pzw/RwRvrHEAAAAFdFJOUwAw73gYZHQCJQAAAC5JREFUKM9jYBhgIIzGZ1Q1QBUQChJAU6BIbQVOaAowBTC0YBhKNSUGBAKIvgAA5bYGfQBnvVEAAAAASUVORK5CYII=);
  background-image: var(--arrow-left);
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-icon-chevron-right {
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUxpcTo/RTo9Rjs9RTs+RDU/Pzw/R/mM7cIAAAAGdFJOUwAw74BvGFGnGscAAAAvSURBVCjPY2AYSOCIxmdOEkAVYFRTRFMiRCslqgQE0LVgGEq5AhZ0VzEYMgwwAAAzQAa+IBVkLgAAAABJRU5ErkJggg==);
  background-image: var(--arrow-right);
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-button-group {
  align-items: center;
}
.calendar-module--container--QU2KI .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-of-type {
  margin-left: auto;
}
.calendar-module--container--QU2KI .fc-scrollgrid-section.fc-scrollgrid-section-header {
  height: 48px !important;
}
.calendar-module--container--QU2KI .fc-scrollgrid-section.fc-scrollgrid-section-header td {
  border-top: 1px solid rgba(39, 46, 71, 0.1);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-bottom: 1px solid rgba(39, 46, 71, 0.1);
  border-bottom: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  vertical-align: middle;
}
.calendar-module--container--QU2KI .fc-timeGridDay-view .fc-scrollgrid-section.fc-scrollgrid-section-header {
  height: 0px !important;
}
.calendar-module--container--QU2KI .fc-timeGridDay-view .fc-scrollgrid-section.fc-scrollgrid-section-header td {
  border-bottom: none;
}
.calendar-module--container--QU2KI .fc-timeGridWeek-view .fc-scrollgrid-section.fc-scrollgrid-section-header {
  height: 0px !important;
}
.calendar-module--container--QU2KI .fc-timeGridWeek-view .fc-scrollgrid-section.fc-scrollgrid-section-header td {
  border-bottom: none;
}
.calendar-module--container--QU2KI .fc .fc-scrollgrid-section {
  height: 0px;
}
.calendar-module--container--QU2KI .fc .fc-scrollgrid-section-liquid {
  height: 1px;
}
.calendar-module--container--QU2KI .fc-col-header-cell.fc-day {
  text-align: left;
  border: none;
}
.calendar-module--container--QU2KI .fc-col-header-cell.fc-day a.fc-col-header-cell-cushion {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-style: normal;
  font-weight: normal;
  padding-left: 16px;
  height: 46px;
  line-height: 46px;
}
.calendar-module--container--QU2KI .fc .fc-scrollgrid {
  border: none !important;
}
.calendar-module--container--QU2KI .fc-theme-standard .fc-daygrid td,
.calendar-module--container--QU2KI .fc-theme-standard .fc-daygrid th {
  border: none;
  border-top: 1px solid rgba(39, 46, 71, 0.1);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.calendar-module--container--QU2KI .fc-theme-standard td {
  border: 1px solid rgba(39, 46, 71, 0.1);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.calendar-module--container--QU2KI .fc .fc-daygrid-day.fc-day-today {
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-col.fc-day-today {
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
}
.calendar-module--container--QU2KI .fc-timegrid-col-misc {
  display: none;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-day.fc-day-sun,
.calendar-module--container--QU2KI .fc-daygrid-day.fc-day-sat,
.calendar-module--container--QU2KI .fc-timegrid-col.fc-day-sat,
.calendar-module--container--QU2KI .fc-timegrid-col.fc-day-sun {
  background: rgba(159, 162, 173, 0.04) !important;
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.04) !important;
}
.calendar-module--container--QU2KI .fc-timegrid .fc-daygrid-day.fc-day-sat,
.calendar-module--container--QU2KI .fc-timegrid .fc-daygrid-day.fc-day-sun {
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
}
.calendar-module--container--QU2KI .fc-timegrid .fc-daygrid-day.fc-day {
  border: none;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-day-top {
  height: auto;
  flex-direction: row !important;
  padding: 0 8px;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-day-top a.fc-daygrid-day-number {
  padding: 0;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: flex-start;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-day-frame {
  padding: 8px 0;
  padding-bottom: 5px;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-day-frame .fc-daygrid-week-number {
  background: none;
  padding: 8px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.calendar-module--container--QU2KI .fc-direction-ltr .fc-daygrid-event.fc-event-start,
.calendar-module--container--QU2KI .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 8px;
}
.calendar-module--container--QU2KI .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.calendar-module--container--QU2KI .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 8px;
}
.calendar-module--container--QU2KI .fc-daygrid-event .fc-event-main div span {
  font-weight: 600;
}
.calendar-module--container--QU2KI .fc-timegrid-event .fc-event-main div span {
  font-weight: 600;
}
.calendar-module--container--QU2KI .fc-daygrid-event.fc-daygrid-dot-event div span {
  font-weight: 600;
}
.calendar-module--container--QU2KI .fc-timegrid-event.fc-timegrid-dot-event div span {
  font-weight: 600;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-day-bottom {
  margin-left: 8px;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-day-bottom a.fc-daygrid-more-link {
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
.calendar-module--container--QU2KI a.fc-daygrid-event {
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  border: none;
  padding: 0;
  /** 过期日程 */
}
.calendar-module--container--QU2KI a.fc-timegrid-event {
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  border: none;
  padding: 0;
  /** 过期日程 */
}
.calendar-module--container--QU2KI .fc .fc-timegrid-col-bg {
  z-index: 4;
}
.calendar-module--container--QU2KI .fc-event-past:not(.fc-temp-event) {
  opacity: 1;
}
.calendar-module--container--QU2KI .fc-event-past:not(.fc-temp-event) .fc-event-custom-inner {
  background: #e1e3e8 !important;
  background: var(--Line-3, #e1e3e8) !important;
  color: #6f7485 !important;
  color: var(--Fill-7, #6f7485) !important;
}
.calendar-module--container--QU2KI .fc-event-past:not(.fc-temp-event) .fc-event-custom-inner.fc-event-custom-inner-invited:not(.fc-event-custom-inner-invited-accept) {
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  max-width: 300px;
  padding: 0;
  padding-bottom: 16px;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-header {
  height: 44px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 6px;
  padding: 0 16px;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-header .fc-popover-close {
  font-size: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUxpcSUoMiUpMR8vLx8fLyQqMudpY34AAAAGdFJOUwBwgBAQOATLWNoAAABvSURBVHjatc6xDYAwEATBl8ANYBpwBxCQQ0BuCfqvBcHdayvgE5+sCTb+ujvHqae0XWOc+vcO06yPoy0aa9sFagTEAGIAMYAYQAwgBhCAIzM3MlItgLpCFDlAHAlxpAjABJAEACkvEOkaV/i2+OkevAsOv1N21s8AAAAASUVORK5CYII=) center center no-repeat;
  background-size: 16px;
  opacity: 1;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-header .fc-popover-close::before {
  display: none;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body {
  padding: 0 16px;
  max-height: 220px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body:hover::-webkit-scrollbar-button {
  display: none;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.calendar-module--container--QU2KI .fc-popover.fc-more-popover .fc-popover-body .fc-daygrid-event-harness .fc-daygrid-event.fc-event {
  margin: 0 0 2px 0;
}
.calendar-module--container--QU2KI .fc-view-harness {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.calendar-module--container--QU2KI .fc-view-harness::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.calendar-module--container--QU2KI .fc-view-harness::-webkit-scrollbar:horizontal {
  height: 6px;
}
.calendar-module--container--QU2KI .fc-view-harness:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.calendar-module--container--QU2KI .fc-view-harness:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.calendar-module--container--QU2KI .fc-view-harness:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.calendar-module--container--QU2KI .fc-view-harness:hover::-webkit-scrollbar-button {
  display: none;
}
.calendar-module--container--QU2KI .fc-view-harness:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.calendar-module--container--QU2KI .fc-view-harness:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.calendar-module--container--QU2KI .fc-view-harness:hover::-webkit-scrollbar-corner {
  display: none;
}
.calendar-module--container--QU2KI a.fc-timegrid-event .fc-event-main > div {
  height: 100%;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-divider {
  display: none;
  border: none;
}
.calendar-module--container--QU2KI .fc-timegrid-event-harness-inset .fc-timegrid-event,
.calendar-module--container--QU2KI .fc-timegrid-event.fc-event-mirror,
.calendar-module--container--QU2KI .fc-timegrid-more-link {
  box-shadow: none;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.calendar-module--container--QU2KI .fc-timegrid-slot.fc-timegrid-slot-label.fc-scrollgrid-shrink {
  border-top: none;
}
.calendar-module--container--QU2KI .fc-timegrid-event.fc-event-start-end-same {
  height: 24px;
}
.calendar-module--container--QU2KI .fc-timegrid-slot.fc-timegrid-slot-lane {
  height: 18px;
  line-height: 18px;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-slot {
  border-bottom: 0;
  height: 18px;
  line-height: 18px;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-slot-minor {
  border-top-style: none;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-slot-label {
  vertical-align: top;
}
.calendar-module--container--QU2KI .slotLabelCustom {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #545a6e;
  color: var(---Text-4-, #545a6e);
  width: 46px;
  text-align: center;
  position: relative;
}
.calendar-module--container--QU2KI .slotLabelCustom .slotLabelCustomSpan {
  color: #545a6e;
  color: var(---Text-4-, #545a6e);
  position: absolute;
  left: -6px;
  top: -23px;
}
.calendar-module--container--QU2KI .slotLabelCustom .slotLabelSpanTopOffset {
  top: -32px;
}
.calendar-module--container--QU2KI .slotLabelCustom .slotTimeZoneLabelCustomSpan {
  position: absolute;
  left: -6px;
  top: -16px;
  color: #9fa2ad;
  color: var(---Text-2, #9fa2ad);
}
.calendar-module--container--QU2KI .slotLabelCustom .slotLabelCustomSpanFirst {
  display: none !important;
}
.calendar-module--container--QU2KI .fc-timezone-select {
  position: absolute;
  left: -36px;
  top: 20px;
  height: 30px;
  width: 92px !important;
}
.calendar-module--container--QU2KI .fc-timezone-select .ant-select-arrow {
  top: 65%;
}
.calendar-module--container--QU2KI .fc-timeGridWeek-view.fc-timeGridDay-view .fc-timezone-select {
  top: -10px;
}
.calendar-module--container--QU2KI .fc-timeGridWeek-view.fc-timeGridDay-view .fc-timezone-select-eletron {
  top: -50px;
}
.calendar-module--container--QU2KI .fc-timezone-select-eletron {
  top: -25px;
}
.calendar-module--container--QU2KI .fc-timegrid .fc-timegrid-axis {
  border: none;
}
.calendar-module--container--QU2KI .fc-timegrid-axis.fc-scrollgrid-shrink {
  border-right: 1px solid rgba(39, 46, 71, 0.2);
  border-right: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.calendar-module--container--QU2KI .fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  color: #a8aaad !important;
  color: var(--calendar-1, #a8aaad) !important;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 4px !important;
  min-height: 0px !important;
}
.calendar-module--container--QU2KI .fc .fc-daygrid-body-natural .fc-daygrid-day-events table colgroup col {
  width: 80px !important;
}
.calendar-module--container--QU2KI .fc-timegrid-now-indicator-arrow {
  left: 12px !important;
  border: none !important;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  /* 辅助色/提示、错误 */
  color: #f74f4f;
  width: 54px;
  text-align: center;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-now-indicator-line {
  border-color: #f74f4f;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-now-indicator-line::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f74f4f;
  position: absolute;
  content: "";
  top: -4px;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-now-indicator-line-clone {
  border-top: 1px dashed #f74f4f;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
}
.calendar-module--container--QU2KI .fc-timegrid-event-harness.fc-timegrid-event-harness-inset {
  min-height: 16px;
}
.calendar-module--container--QU2KI .fc-timegrid .fc-col-header {
  display: none;
}
.calendar-module--container--QU2KI .fc .fc-highlight {
  background: rgba(255, 255, 255, 0) !important;
}
.calendar-module--container--QU2KI .fc .fc-timegrid-axis-cushion {
  position: fixed;
  top: 112px;
}
.calendar-module--container--QU2KI .fc-timegrid-event .fc-event-main {
  padding: 0px;
}
.calendar-module--container--QU2KI .fc-timegrid-event {
  margin: 1px;
}
.calendar-module--container--QU2KI .fc-h-event {
  background-color: transparent;
}
.calendar-module--container--QU2KI .fc-temp-event {
  background: rgba(214, 230, 252, 0.95) !important;
  background: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.95) !important;
  border: 1px solid rgba(159, 162, 173, 0.8) !important;
  border: 1px solid rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.8) !important;
  color: #386ee7 !important;
  border-radius: 2px !important;
  opacity: 1 !important;
  font-size: 12px;
  z-index: 7 !important;
}
.calendar-module--container--QU2KI .fc-temp-event.fc-temp-event-weekview {
  left: 2px;
  right: 2px;
  overflow: hidden;
  min-height: 20px;
}
.calendar-module--container--QU2KI .fc-temp-event.fc-temp-event-weekview.fc-temp-event-weekview-allday {
  height: 20px;
}
.calendar-module--container--QU2KI .fc-temp-event.fc-temp-event-monthview {
  top: 38px;
  left: 8px;
  right: 8px;
  bottom: auto;
}
.calendar-module--container--QU2KI .fc-temp-event.fc-temp-event-monthview::after {
  content: "";
  height: 20px;
  width: 100%;
}
.calendar-module--container--QU2KI .fc-temp-event .fc-event-main {
  color: #386ee7 !important;
}
.calendar-module--container--QU2KI .fc-timegrid-bg-harness .fc-temp-event-weekview.fc-temp-event-weekview-allday {
  display: none;
}
.calendar-module--container--QU2KI .fc-timegrid-body {
  width: 100% !important;
}
.calendar-module--container--QU2KI .fc-timegrid-body .fc-timegrid-slots > table {
  width: 100% !important;
}
.calendar-module--container--QU2KI .fc-timegrid-body .fc-timegrid-slots > table colgroup col {
  width: 80px !important;
}
.calendar-module--container--QU2KI .fc-timegrid-body .fc-timegrid-cols > table {
  width: 100% !important;
  height: 100%;
}
.calendar-module--container--QU2KI .fc-timegrid-body .fc-timegrid-cols > table colgroup col {
  width: 80px !important;
}
.calendar-module--container--QU2KI .fc-scroller-harness .fc-scroller {
  overflow: hidden !important;
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow-y: auto !important;
  overflow-y: overlay !important;
  overflow-x: hidden;
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute::-webkit-scrollbar:horizontal {
  height: 6px;
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute:hover::-webkit-scrollbar-button {
  display: none;
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.calendar-module--container--QU2KI .fc-scroller.fc-scroller-liquid-absolute:hover::-webkit-scrollbar-corner {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.subscribemodal-module--modal--8YVUA .ant-modal-close-x {
  height: 52px;
  width: 52px;
  line-height: 52px;
}
.subscribemodal-module--modal--8YVUA .subscribemodal-module--header--h2NBN {
  height: 52px;
  line-height: 1;
  padding: 20px 16px 16px 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
  font-size: 16px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  width: 100%;
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-radius: 6px 6px 0 0;
}

.subscribemodal-module--content--EmmQb {
  display: flex;
  height: 448px;
  overflow: hidden;
}
.subscribemodal-module--content--EmmQb .ant-tree {
  background: transparent;
  font-size: 14px;
}
.subscribemodal-module--content--EmmQb .ant-tree .ant-tree-treenode {
  padding: 2px 12px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  overflow: hidden;
  min-height: 32px;
}
.subscribemodal-module--content--EmmQb .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.subscribemodal-module--content--EmmQb .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 5px;
  line-height: 28px;
}
.subscribemodal-module--content--EmmQb .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  flex: 1 1;
  min-height: 28px;
  line-height: 28px;
}
.subscribemodal-module--content--EmmQb .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.subscribemodal-module--content--EmmQb .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.subscribemodal-module--content--EmmQb .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background: rgba(39, 46, 71, 0.1) !important;
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1) !important;
}
.subscribemodal-module--content--EmmQb .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.subscribemodal-module--content--EmmQb .subscribemodal-module--col--sA2fE {
  position: relative;
}
.subscribemodal-module--content--EmmQb .subscribemodal-module--col--sA2fE:first-of-type {
  width: 280px;
}
.subscribemodal-module--content--EmmQb .subscribemodal-module--col--sA2fE:first-of-type::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(39, 46, 71, 0.16);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  transform: scale(0.5, 1);
}
.subscribemodal-module--content--EmmQb .subscribemodal-module--col--sA2fE .subscribemodal-module--contactWrap--bQJbz {
  display: flex;
  align-items: center;
  height: 40px;
}
.subscribemodal-module--content--EmmQb .subscribemodal-module--col--sA2fE .subscribemodal-module--contactAvatar--xvU5X {
  flex: none;
  margin-right: 8px;
  width: 28px;
  height: 28px;
}

.subscribemodal-module--searchInput--ehFH3 {
  font-size: 12px;
  border-radius: 14px;
}
.subscribemodal-module--searchInput--ehFH3 .ant-input {
  font-size: 12px;
}
.subscribemodal-module--searchInput--ehFH3 .anticon.anticon-close-circle.ant-input-clear-icon {
  font-size: 14px;
}

.subscribemodal-module--emptyImg--88Egg {
  width: 200px !important;
  height: 128px !important;
}

.subscribemodal-module--catalog--dX7Rp {
  padding: 0 16px;
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V {
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  margin-bottom: 8px;
  position: relative;
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 8px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V::before {
  z-index: -10;
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V .subscribemodal-module--metaContainer--2FBvS {
  max-width: 284px;
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V .subscribemodal-module--metaContainer--2FBvS p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V .subscribemodal-module--metaContainer--2FBvS p.subscribemodal-module--subdesc--rQcwc {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V .subscribemodal-module--buttonContainer--xnC8p {
  display: flex;
  justify-content: center;
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V .subscribemodal-module--buttonContainer--xnC8p button {
  outline: none;
  height: 20px;
  font-size: 12px;
  line-height: 12px;
  padding: 1px 5px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #386ee7;
  color: #386ee7;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.subscribemodal-module--catalog--dX7Rp .subscribemodal-module--catalogCard--qnf7V .subscribemodal-module--buttonContainer--xnC8p button.subscribemodal-module--primary--Km5rn {
  color: #ffffff;
  background: #386ee7;
}
.listitem-module--item--VvXT3 {
  height: 72px;
  overflow: hidden;
  padding: 8px 16px;
}
.listitem-module--item--VvXT3 .listitem-module--hitText--B8CTY {
  color: #386ee7;
}
.listitem-module--item--VvXT3 .ant-list-item-meta-avatar {
  margin-right: 12px;
}
.listitem-module--item--VvXT3 .ant-list-item-meta-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  width: auto;
  margin-bottom: 2px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.listitem-module--item--VvXT3 .ant-list-item-meta-description {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.listitem-module--item-select--loOXM {
  background: #386ee7;
  color: #ffffff;
}
.listitem-module--item-select--loOXM .listitem-module--hitText--B8CTY {
  color: #ffffff;
}
.listitem-module--item-select--loOXM .ant-list-item-meta-title,
.listitem-module--item-select--loOXM .ant-list-item-meta-description {
  color: #ffffff;
}
.listitem-module--item--VvXT3 .listitem-module--subtitle--c8qPg {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  width: auto;
  margin-bottom: 2px;
}
.listitem-module--item--VvXT3 .listitem-module--itemAvatar--Q6\+jK {
  height: 32px;
  width: 32px;
  border-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.listitem-module--item--VvXT3:hover:not(.listitem-module--item-select--loOXM):not(.listitem-module--item-select-disable--2kVF4) {
  background: #f0f0f1;
}
.catalogpanel-module--header--buSHe {
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  padding: 8px 16px;
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.catalogpanel-module--icon--VQX9W {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.catalogpanel-module--icon--VQX9W:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
  border-radius: 2px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.subscribePublicModal-module--icon--lCvVs {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.subscribePublicModal-module--icon--lCvVs.subscribePublicModal-module--close--jLX1m {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUxpcSMlLiUqMyQqMyYqMyMrNCUpMuvMkdYAAAAHdFJOUwAd5cjIHWST7nv+AAAAbElEQVR42rXQwQnAIBBEUT2Yc0BIBanADqxB8Kz9NxHIjHzw7l522X3CYDhVcw2P2vXeGmIZf0+lapHXpWmIOogAIAIQA4gBxABiAAEo5L7IfgKoDaKQCeKQEIcUAZgARAAmfKHI2D65h0P1AR1eEUkgBYz+AAAAAElFTkSuQmCC);
}

.subscribePublicModal-module--modal--5w6u9 .ant-modal-close-x {
  height: 52px;
  width: 52px;
  line-height: 52px;
}
.subscribePublicModal-module--modal--5w6u9 .subscribePublicModal-module--header--cQDAU {
  height: 52px;
  line-height: 1;
  padding: 20px 16px 16px 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
  font-size: 16px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  width: 100%;
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-radius: 6px 6px 0 0;
}
.subscribePublicModal-module--modal--5w6u9 .subscribePublicModal-module--content--ur0l6 {
  height: 448px;
  padding: 16px 20px;
}
.subscribePublicModal-module--modal--5w6u9 .subscribePublicModal-module--content--ur0l6 .subscribePublicModal-module--card--7xZFN {
  height: 64px;
  border: #ebedf2 1px solid;
  border: var(--Line-2, #ebedf2) 1px solid;
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.subscribePublicModal-module--modal--5w6u9 .subscribePublicModal-module--content--ur0l6 .subscribePublicModal-module--card--7xZFN .subscribePublicModal-module--logo--X2RyN {
  margin: 12px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #ffffff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}
.subscribePublicModal-module--modal--5w6u9 .subscribePublicModal-module--content--ur0l6 .subscribePublicModal-module--card--7xZFN .subscribePublicModal-module--cardContent--IenVb {
  flex: 1 1 auto;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.subscribePublicModal-module--modal--5w6u9 .subscribePublicModal-module--content--ur0l6 .subscribePublicModal-module--card--7xZFN .subscribePublicModal-module--cardContent--IenVb .subscribePublicModal-module--cardTitle--KDkFm {
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-top: 13px;
}
.subscribePublicModal-module--modal--5w6u9 .subscribePublicModal-module--content--ur0l6 .subscribePublicModal-module--card--7xZFN .subscribePublicModal-module--cardContent--IenVb .subscribePublicModal-module--cardDesc--Jyn3n {
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.subscribePublicModal-module--modal--5w6u9 .subscribePublicModal-module--content--ur0l6 .subscribePublicModal-module--card--7xZFN .subscribePublicModal-module--cardBtn--ValsF {
  margin-right: 12px;
}
.schedule-module--calenderListContainer--CLUua {
  background-color: rgba(38, 42, 51, 0.05);
}

.schedule-module--page-content-wm--NVkDX {
  height: 100%;
}

.schedule-module--calendar-box---yZpB {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.settingDrawer-module--settingDrawer--MP3QV .ant-drawer-close {
  -webkit-app-region: no-drag;
  right: auto;
  left: 0;
}
.settingDrawer-module--settingDrawer--MP3QV .ant-drawer-title {
  padding-left: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.settingDrawer-module--settingDrawer--MP3QV .ant-drawer-header {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-bottom: 1px solid #f0f0f1;
  border-bottom: 1px solid var(--white-hover-bg, #f0f0f1);
}
.settingDrawer-module--settingDrawer--MP3QV .ant-drawer-content {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA {
  width: 720px;
  display: flex;
  height: 100%;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuLabels--ElnfZ .settingDrawer-module--settingLabelCalendar--0QHnZ {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  color: #262a33;
  color: var(--font-color-2, #262a33);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 160px;
  height: 42px;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuLabels--ElnfZ .settingDrawer-module--settingLabelCalendar--0QHnZ .settingDrawer-module--calendarIcon--zySR1 {
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUxpcSUpMSUoMCUqMiMoMCUqLyMnLx8fLyUlLx8vL43hNVQAAAAKdFJOUwCARHhQMCAQMBC079DUAAAAUklEQVQoz2NgIA+wuYLIkAS4AKsIiHRsgPGVBaHACMJnEoQDBbAAsyRMy0QDsACjAMxQRgGoAMwwnAIIQ3EJEDZjsAowi8MECg2wByFGIFMfAAB4pwvvhIuCvgAAAABJRU5ErkJggg==) center center no-repeat;
  width: 16px;
  height: 16px;
  padding: 0;
  background-size: contain;
  margin: 0 10px 0 26px;
  position: relative;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  padding: 20px;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g p {
  font-weight: 500;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--settingMenuP--Pb7Y3 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations-Select--jmZW9 {
  width: 520px;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--noticeWrap--SixW3 {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--noticeWrap--SixW3 .settingDrawer-module--desktopNotifyDescWrap--a\+rgs {
  display: flex;
  flex-direction: column;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--noticeLabel--Qp1Nz {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  margin: 0;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--soundsLabel---Sqjm {
  display: inline-block;
  margin-left: 28px;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--weekNumberCheckbox--EltL5 {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-top: 10px;
  display: flex;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--desktopNotifyDescWrap--a\+rgs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--settingZoneList--s8hUn {
  margin: 8px 0 0 20px;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--settingZoneList--s8hUn .settingDrawer-module--settingZoneDiv--Tc8Ym {
  display: flex;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--settingZoneList--s8hUn .settingDrawer-module--settingZoneSpan--suX62 {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-right: 8px;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--settingZoneList--s8hUn .settingDrawer-module--settingZoneSelect--TOgBE {
  margin: 8px 0;
  width: 496px;
}
.settingDrawer-module--settingDrawer--MP3QV .settingDrawer-module--settingMenu--vK7yA .settingDrawer-module--settingMenuOperations--NnW5g .settingDrawer-module--settingZoneList--s8hUn .settingDrawer-module--settingMenuOperationsSelectZone--xjOiD .ant-select-selection-item {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.preview-module--preview-page--xr-oK {
  background-color: #fff;
  padding: 62px 24px 24px;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
}

.preview-module--preview-page--xr-oK.preview-module--mobile--O5s5P {
  padding: 62px 0 0;
}

.preview-module--privew-mobile-page--WjsY5 {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
}

.preview-module--file-name--FlmHe {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  position: absolute;
  top: 26px;
  left: 24px;
}

.preview-module--share-time--\+UgSX {
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  position: absolute;
  top: 24px;
  right: 24px;
}

.preview-module--tool-icon--ZlGWq {
  width: 24px;
  height: 24px;
}

.preview-module--shade--5mMjh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.preview-module--preview-wrapper--QUwdb {
  background-color: #fff;
  flex: 1 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preview-module--preview-iframe--2CWqD {
  border: none;
}

.preview-module--download-btn--XLcnm {
  margin-top: 24px;
  width: 82px;
  height: 34px;
  background: #386ee7;
  border-radius: 4px;
  color: #fff;
}

.preview-module--info-detail--YtMdW {
  margin-left: 104px;
  padding: 0 12px;
  background: white;
  border-radius: 4px;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-shadow: 0px 4px 8px 0px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  position: absolute;
  bottom: 57px;
}
.preview-module--info-detail--YtMdW .preview-module--detail-item--Pm909 {
  padding: 12px 0;
  font-family: PingFang SC;
  font-size: 12px;
  color: #7d8085;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 0.5px solid rgba(39, 46, 71, 0.12);
  border-bottom: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.preview-module--info-detail--YtMdW .preview-module--detail-item--Pm909:nth-last-child(1) {
  border: none;
}
.preview-module--info-detail--YtMdW .preview-module--detail-item--Pm909 .preview-module--item-val--hoMbb {
  color: #262a33;
}

.preview-module--no-authority--FORUN,
.preview-module--not-support--BLg3z {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preview-module--no-authority-text--WxMHE,
.preview-module--not-support-text--63IFv {
  font-size: 14px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin-top: 8px;
}

.preview-module--no-authority-text--WxMHE {
  max-width: 90%;
}

.preview-module--operate-box--AL\+pl {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  position: absolute;
  height: 38px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.preview-module--operate-box--AL\+pl .preview-module--icon-wrapper--rXAO- {
  width: 24px;
  height: 24px;
  margin: 0 12px;
  cursor: pointer;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-module--header--l1ujF {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  display: flex;
  height: 62px;
  justify-content: space-between;
  align-items: center;
}

.preview-module--header-right--Hz2oB {
  display: flex;
  align-items: center;
}

.preview-module--button--6\+-Gd {
  padding: 5px 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #386ee7;
  cursor: pointer;
  transition: 0.3s;
}
.preview-module--button--6\+-Gd:hover {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.preview-module--button--6\+-Gd:active {
  background: #386ee7;
}
.preview-module--button--6\+-Gd.preview-module--disabled--KCLbE {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
  cursor: not-allowed;
}

.preview-module--button--6\+-Gd + .preview-module--tool-icon--ZlGWq {
  margin-left: 12px;
}

.preview-module--message--42q60 .anticon-loading {
  display: none;
}

.preview-module--message--42q60 .ant-message-notice-content {
  background: rgba(0, 0, 0, 0.8) !important;
}

.preview-module--loading--YsT9y {
  display: flex;
  align-items: center;
}

.preview-module--progress--Vs2RX {
  display: block;
  flex-shrink: 0;
  width: 100px;
  height: 3px;
  margin: 0 12px;
  border-radius: 3px;
  background: rgba(240, 242, 247, 0.1);
  background: rgba(var(--Fill-2_5-r, 240), var(--Fill-2_5-g, 242), var(--Fill-2_5-b, 247), 0.1);
}

.preview-module--progress-bar--PkQQ3 {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: #4c6aff;
}

.preview-module--grey--a0NzT {
  color: #272e47;
}

.preview-module--white--r40aD {
  width: 36px;
  color: #272e47;
  text-align: center;
}

.preview-module--modal-list--NtNo7 {
  padding: 0 15px;
  margin: 0;
}
.preview-module--modal-list--NtNo7 li {
  margin-bottom: 10px;
}
.preview-module--modal-list--NtNo7 li:last-child {
  margin-bottom: 0;
}
.preview-module--modal-list--NtNo7 li span {
  display: flex;
  align-items: center;
}
.preview-module--modal-list--NtNo7 li svg {
  position: relative;
  top: 2px;
}

.preview-module--tooltip--hphrs .ant-tooltip-arrow {
  display: block !important;
}
html {
  height: 100%;
}

body {
  height: 100%;
}

.index-module--guide-page-wrap--oRJ-c {
  width: 100%;
  height: 100vh;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  text-align: center;
}
.index-module--guide-page-wrap--oRJ-c h4 {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
.index-module--guide-page-wrap--oRJ-c p {
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--guide-page-wrap--oRJ-c a {
  margin-top: 24px;
  display: inline-block;
  width: 110px;
  height: 40px;
  left: 126px;
  top: 374px;
  line-height: 40px;
  color: #ffffff;
  background: #386ee7;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}

.index-module--logo-wrap--bSl\+2 {
  text-align: center;
  padding-top: 26.6666666667vh;
}
.login-module--loginPage--nmuqI {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #ffffff;
  overflow-x: hidden;
  padding: 0 40px;
}
.login-module--loginPage--nmuqI .login-module--loginPageLeft--ASTAK,
.login-module--loginPage--nmuqI .login-module--loginPageRight--uyjzD {
  position: relative;
  flex: 1 1;
  min-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
.login-module--loginPage--nmuqI .login-module--loginPageLeft--ASTAK .login-module--loginWrap--y4hjQ,
.login-module--loginPage--nmuqI .login-module--loginPageRight--uyjzD .login-module--loginWrap--y4hjQ {
  width: 100%;
}
.login-module--loginPage--nmuqI .login-module--loginModalCloseBtn--BUoaa {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.login-module--closeAccountPageBtn--zzvVI {
  position: fixed;
  top: 24px;
  right: 24px;
  color: #386ee7;
  font-size: 16px;
  -webkit-user-select: none;
          user-select: none;
  font-weight: normal;
  cursor: pointer;
}

.login-module--wmlogos--rUcp0 {
  position: absolute;
  top: 24px;
  left: 0;
  width: 364px;
  height: 20px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.banner-module--bannerWrap--ArGuy {
  width: 360px;
  height: 412px;
}
.banner-module--bannerWrap--ArGuy.banner-module--isElectron--zIjKF {
  margin-top: -16px;
}
.banner-module--bannerWrap--ArGuy .slick-dots {
  bottom: 0;
  margin: 0;
  padding: 0;
}
.banner-module--bannerWrap--ArGuy .slick-dots li {
  margin: 0;
  padding: 0;
  margin-left: 6px;
  width: 11px;
  height: 2px;
  background: rgba(39, 46, 71, 0.16);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 0.5px;
}
.banner-module--bannerWrap--ArGuy .slick-dots li:first-child {
  margin-left: 0;
}
.banner-module--bannerWrap--ArGuy .slick-dots li button {
  display: none;
}
.banner-module--bannerWrap--ArGuy .slick-dots .slick-active {
  width: 11px !important;
  background: #386ee7 !important;
}
.banner-module--bannerWrap--ArGuy .slick-dots .slick-active button {
  display: none;
}

.banner-module--itemWrap--oA10S {
  width: 360px;
  height: 412px;
  display: flex;
  align-items: center;
}
.banner-module--itemWrap--oA10S .banner-module--itemImg--Z3kKy {
  width: 360px;
  height: 288px;
}
.banner-module--itemWrap--oA10S .banner-module--itemTitle--48oIG {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #262a33;
}
.banner-module--itemWrap--oA10S .banner-module--itemContent--1I5J4 .banner-module--itemContentLine--C6gh8 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #51555c;
}
.banner-module--itemWrap--oA10S .banner-module--itemContent--1I5J4 .banner-module--separator--LXUSj {
  margin: 0 10px;
  width: 1px;
  height: 14px;
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}

.banner-module--bannerWrapWaimao--plBxx {
  width: 480px;
}
.banner-module--bannerWrapWaimao--plBxx .banner-module--itemImg--Z3kKy {
  margin: 0 auto;
}
.index-module--personalMedal---qd4Z {
  z-index: 1200;
}
.index-module--personalMedal---qd4Z .ant-modal-header {
  background: none;
  border-bottom: none;
}
.index-module--personalMedal---qd4Z .ant-modal-content {
  height: 480px;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2022/03/03/32c75d9ff4bb40f8b7b6ff24627c3a9f.png");
  background-size: cover;
}
.index-module--personalMedal---qd4Z .ant-modal-close {
  right: 15px;
}
.index-module--personalMedal---qd4Z .ant-modal-close-x {
  width: 15px;
}

.header-popover-container {
  z-index: 1300;
}

.header-popover-container .ant-popover-arrow {
  opacity: 1;
}

.index-module--header--HHQH5 {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}
.index-module--header--HHQH5 .index-module--headerRight--pElJQ {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #51555c;
  margin-right: 20px;
  font-weight: normal;
}
.index-module--header--HHQH5 .index-module--headerRight--pElJQ svg {
  margin-left: 5px;
  cursor: pointer;
}

.index-module--popContentWrap--vIWDD {
  width: 343px;
  background: #fff;
  border: 0.5px solid rgba(39, 46, 71, 0.11);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.11);
  box-sizing: border-box;
  box-shadow: 0px 12px 32px rgba(39, 46, 71, 0.12);
  box-shadow: 0px 12px 32px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-radius: 8px;
  padding: 16px 16px 24px;
}
.index-module--popContentWrap--vIWDD .index-module--steps--U6Hb- {
  display: flex;
  margin-bottom: 20px;
}
.index-module--popContentWrap--vIWDD .index-module--steps--U6Hb-:nth-of-type(2) {
  margin-bottom: 10px;
}
.index-module--popContentWrap--vIWDD .index-module--steps--U6Hb- span {
  font-size: 14px;
  line-height: 20px;
  color: #51555c;
}
.index-module--popContentWrap--vIWDD .index-module--steps--U6Hb- span:first-child {
  width: 18px;
  height: 18px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  margin-top: 2px;
}
.index-module--popContentWrap--vIWDD .index-module--steps--U6Hb- span:last-child {
  flex: 1 1;
}
.index-module--popContentWrap--vIWDD .index-module--imgInfo--ijvl6 {
  width: 310px;
  height: 95px;
  margin: 0 auto 10px;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2022/03/03/11d7210497004627bfc7394368625b7d.png");
  background-size: cover;
}
.index-module--popContentWrap--vIWDD .index-module--btn--Hm2Ds {
  width: 88px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.index-module--medalContent--c4M5Q {
  display: flex;
  height: 426px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW {
  width: 382px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--carouselWrap--8OoyZ .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 4.5px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--carouselWrap--8OoyZ .slick-dots li button {
  height: 100%;
  border-radius: 50%;
  background: rgba(39, 46, 71, 0.16);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--carouselWrap--8OoyZ .slick-dots .slick-active button {
  background: #386ee7;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--switchWrap--W5zsY {
  display: flex;
  align-items: center;
  width: 336px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--switchWrap--W5zsY svg {
  cursor: pointer;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--switchWrap--W5zsY .index-module--switchList--9cSlo {
  display: flex;
  align-items: center;
  flex: 1 1;
  height: 70px;
  margin: 0 22px;
  overflow-x: hidden;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--switchWrap--W5zsY .index-module--switchList--9cSlo .index-module--switchItem--s0tMO {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-right: 17px;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--switchWrap--W5zsY .index-module--switchList--9cSlo .index-module--switchItem--s0tMO.index-module--switchItemsChange--nKB3i {
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  box-shadow: 0px 4px 6px rgba(111, 155, 255, 0.14);
  opacity: 1;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--switchWrap--W5zsY .index-module--switchList--9cSlo .index-module--switchItem--s0tMO:last-of-type {
  margin-right: 0;
}
.index-module--medalContent--c4M5Q .index-module--medalContentLeft--OoYIW .index-module--switchWrap--W5zsY .index-module--switchList--9cSlo .index-module--switchItem--s0tMO img {
  width: 43px;
  height: 43px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  margin: 0 20px 48px 0;
  overflow-y: hidden;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt:hover {
  overflow-y: auto;
  overflow-y: overlay;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt::-webkit-scrollbar {
  width: 6px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(163, 163, 206, 0.6);
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs {
  margin: 0 17px 12px 0;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--time--k2-UH {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  border-radius: 15px;
  margin-bottom: 9px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presentationWords--Mz1xq {
  margin-bottom: 12px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presentationWords--Mz1xq div {
  display: flex;
  font-size: 14px;
  line-height: 22px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presentationWords--Mz1xq div span {
  width: 57px;
  color: #7d8085;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presentationWords--Mz1xq div pre {
  flex: 1 1;
  color: #262a33;
  white-space: pre-wrap;
  margin: 0;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presentationWords--Mz1xq .index-module--svgWrap--qN6iZ {
  margin-left: 57px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presentationWords--Mz1xq .index-module--svgWrap--qN6iZ svg {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presenter--JUo9W {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presenter--JUo9W span:first-child {
  width: 57px;
  color: #7d8085;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--presenter--JUo9W span:last-child {
  flex: 1 1;
  color: #262a33;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--operator--lHd7S {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--operator--lHd7S span {
  width: 57px;
  color: #7d8085;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--operator--lHd7S .index-module--operatorName--3z8pU {
  display: flex;
  flex: 1 1;
  font-size: 14px;
  color: #262a33;
  overflow: hidden;
  cursor: pointer;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetter--D8FIs .index-module--operator--lHd7S .index-module--operatorName--3z8pU div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetterNone--MNpE2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetterNone--MNpE2 span {
  font-size: 14px;
  line-height: 22px;
  color: #a8aaad;
  position: relative;
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetterNone--MNpE2 span:after {
  top: 50%;
  right: -40px;
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(39, 46, 71, 0.16);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.index-module--medalContent--c4M5Q .index-module--medalContentRight--Ja-Wt .index-module--praiseLetterNone--MNpE2 span:before {
  position: absolute;
  top: 50%;
  left: -40px;
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(39, 46, 71, 0.16);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.index-module--medalItemWrap--W\+svS {
  text-align: center;
  padding: 8px 0 20px;
}

.index-module--medalName--yhwZl {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #262a33;
  margin-bottom: 4px;
}

.index-module--medalName--yhwZl span {
  position: relative;
  margin-left: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #7d8085;
}

.index-module--medalName--yhwZl span:before {
  position: absolute;
  top: 50%;
  left: -8px;
  content: "";
  width: 6px;
  height: 1px;
  background: #7d8085;
  transform: rotate(45deg);
}

.index-module--medalName--yhwZl span:after {
  position: absolute;
  top: 50%;
  left: -8px;
  content: "";
  width: 6px;
  height: 1px;
  background: #7d8085;
  transform: rotate(-45deg);
}

.index-module--desc--PR2WL {
  font-size: 12px;
  line-height: 20px;
  color: #7d8085;
  margin: 0 45px;
}

.index-module--pendant--\+gK2\+ {
  width: 142px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 0;
  background: #fffffd;
  border: 0.5px solid rgba(38, 42, 51, 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  color: #51555c;
  cursor: pointer;
}

.index-module--pendantContact--uRvWR {
  margin: 22px auto 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.contactform-module--form--Dw4LZ {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.contactform-module--form--Dw4LZ.contactform-module--hidden--ykVKn {
  display: none;
}
.contactform-module--form--Dw4LZ .contactform-module--title--JrHmF {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
.contactform-module--form--Dw4LZ .contactform-module--close--Sd5i1 {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUxpcSUoMiUpMR8vLx8fLyQqMudpY34AAAAGdFJOUwBwgBAQOATLWNoAAABvSURBVHjatc6xDYAwEATBl8ANYBpwBxCQQ0BuCfqvBcHdayvgE5+sCTb+ujvHqae0XWOc+vcO06yPoy0aa9sFagTEAGIAMYAYQAwgBhCAIzM3MlItgLpCFDlAHAlxpAjABJAEACkvEOkaV/i2+OkevAsOv1N21s8AAAAASUVORK5CYII=) center center no-repeat;
  background-size: 16px;
  cursor: pointer;
  position: absolute;
  right: -28px;
  top: 8px;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy {
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 0 48px 0 20px;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy:hover::-webkit-scrollbar-button {
  display: none;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy:hover::-webkit-scrollbar-corner {
  display: none;
}
.contactform-module--form--Dw4LZ .contactform-module--content--B1\+Jy .ant-select-dropdown {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.contactform-module--form--Dw4LZ .contactform-module--add--dR68U {
  color: #386ee7;
  cursor: pointer;
  margin-left: 80px;
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.contactform-module--form--Dw4LZ .contactform-module--add--dR68U[hidden] {
  display: none;
}
.contactform-module--form--Dw4LZ .contactform-module--showmore--\+iQka {
  color: #386ee7;
  cursor: pointer;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.contactform-module--form--Dw4LZ .contactform-module--showmore--\+iQka svg path {
  stroke: #386ee7;
}
.contactform-module--form--Dw4LZ .contactform-module--footer--YR6Dd {
  padding-right: 20px;
  border-top: 0.5px solid rgba(39, 46, 71, 0.16);
  border-top: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  height: 52px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contactform-module--form--Dw4LZ .contactform-module--footer--YR6Dd .contactform-module--cancelBtn--EUe-T {
  margin-right: 12px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.contactform-module--form--Dw4LZ .contactform-module--birthdaypicker--Z0LtF {
  width: 100%;
}
.contactform-module--form--Dw4LZ .ant-picker {
  width: 100%;
}
.contactform-module--form--Dw4LZ .ant-form-item {
  margin-bottom: 16px;
}
.contactform-module--form--Dw4LZ .ant-form-item .ant-form-item-label {
  width: 56px;
  margin-right: 12px;
}
.contactform-module--form--Dw4LZ .ant-form-item .ant-form-item-label label {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
}
.contactform-module--form--Dw4LZ .ant-form-item .ant-form-item-explain {
  font-size: 12px;
  line-height: 16px;
  min-height: 16px;
  padding-left: 12px;
  padding-top: 8px;
}
.contactform-module--form--Dw4LZ .ant-form-item .ant-form-item-explain.ant-form-item-explain-error {
  color: #f74f4f;
}
.contactform-module--form--Dw4LZ .ant-form-item .ant-input {
  border-radius: 4px;
  font-size: 12px;
  padding: 6px 11px;
}
.contactform-module--form--Dw4LZ .ant-form-item .ant-input:hover, .contactform-module--form--Dw4LZ .ant-form-item .ant-input:focus, .contactform-module--form--Dw4LZ .ant-form-item .ant-input-focused {
  box-shadow: none;
  border-color: #386ee7;
}
.contactform-module--form--Dw4LZ .ant-form-item-has-error .ant-input,
.contactform-module--form--Dw4LZ .ant-form-item-has-error .ant-input-affix-wrapper,
.contactform-module--form--Dw4LZ .ant-form-item-has-error .ant-input:hover,
.contactform-module--form--Dw4LZ .ant-form-item-has-error .ant-input-affix-wrapper:hover {
  border-color: #f74f4f;
}
.contactform-module--form--Dw4LZ .ant-form-item-has-error .ant-input:focus,
.contactform-module--form--Dw4LZ .ant-form-item-has-error .ant-input-affix-wrapper:focus,
.contactform-module--form--Dw4LZ .ant-form-item-has-error .ant-input-focused,
.contactform-module--form--Dw4LZ .ant-form-item-has-error .ant-input-affix-wrapper-focused {
  border-color: #f74f4f;
  box-shadow: none;
}
.contactform-module--form--Dw4LZ .contactform-module--listItem--8MnDq {
  margin-bottom: 12px;
}
.contactform-module--form--Dw4LZ .contactform-module--personal-org-group--uaW2h {
  padding-left: 12px;
}
.contactform-module--form--Dw4LZ .contactform-module--personalOrgWrapper---uBGw .ant-row {
  padding-left: 12px;
}
.contactform-module--form--Dw4LZ .contactform-module--personalOrgGroup--zyI0p {
  padding-top: 4px;
}
.contactform-module--form--Dw4LZ .contactform-module--personalOrgGroup--zyI0p .contactform-module--personalOrgItem--gNa2d {
  font-size: 12px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.contactform-module--form--Dw4LZ .contactform-module--personalOrgGroup--zyI0p > div:last-child .ant-checkbox-wrapper {
  padding-bottom: 4px;
}
.contactform-module--form--Dw4LZ .contactform-module--personalOrgGroup--zyI0p .ant-checkbox-wrapper {
  padding-bottom: 8px;
}
.contactform-module--form--Dw4LZ .contactform-module--personalOrgGroup--zyI0p .ant-checkbox-wrapper span:last-child {
  font-size: 12px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  max-width: 310px;
}
.contactform-module--form--Dw4LZ .contactform-module--personalOrgGroup--zyI0p .ant-checkbox-inner {
  border-color: #a8aaad !important;
}
.contactform-module--form--Dw4LZ .contactform-module--newGroupInput--BIuSJ {
  width: 300px !important;
}
.contactform-module--form--Dw4LZ .contactform-module--addPersonalGroupBtn--TYo\+d {
  cursor: pointer;
  color: #386ee7;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.contactform-module--form--Dw4LZ .contactform-module--personaMarkCheckboxWrap--iY-GN {
  display: flex;
  align-items: center;
  margin-left: 80px;
}
.contactform-module--form--Dw4LZ .contactform-module--personaMarkCheckboxWrap--iY-GN .contactform-module--personalMarkCheckbox--2SWgq {
  width: 16px;
  height: 16px;
}
.contactform-module--form--Dw4LZ .contactform-module--personaMarkCheckboxWrap--iY-GN .contactform-module--personalMarkTip--W5Hv3 {
  margin-left: 4px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.contactform-module--form--Dw4LZ .contactform-module--personaMarkCheckboxWrap--iY-GN .contactform-module--personalMarkTipIcon--v6bop {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chooseGroup-module--footer-wrapper--P3S3B {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}
.chooseGroup-module--footer-wrapper--P3S3B .chooseGroup-module--create-group-btn--BdzfZ {
  color: #386ee7;
  border-color: transparent;
  background-color: transparent;
}
.chooseGroup-module--footer-wrapper--P3S3B .chooseGroup-module--cancel-btn--NXwuW {
  background-color: #f4f4f5;
  border-color: #f4f4f5;
}

.chooseGroup-module--choose-wrapper--2luYr {
  padding: 22px 21px;
  max-height: 312px;
  overflow: auto;
}
.chooseGroup-module--choose-wrapper--2luYr div.chooseGroup-module--org-item--5EgD2 {
  height: 22px;
  padding: 3px 0;
  box-sizing: content-box;
}
.chooseGroup-module--choose-wrapper--2luYr div.chooseGroup-module--org-item--5EgD2.chooseGroup-module--new-create-org-item--FBxtO {
  height: auto;
}
.chooseGroup-module--choose-wrapper--2luYr .ant-checkbox-inner {
  border-color: #a8aaad !important;
}
.chooseGroup-module--choose-wrapper--2luYr .chooseGroup-module--noDataWrap--ZQSWB {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chooseGroup-module--choose-wrapper--2luYr .chooseGroup-module--noDataWrap--ZQSWB .chooseGroup-module--noDataImg--VNdMq {
  width: 140px;
  height: 140px;
}
.chooseGroup-module--choose-wrapper--2luYr .chooseGroup-module--noDataWrap--ZQSWB .chooseGroup-module--noDataTxt--\+0G2c {
  margin-top: 16px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.chooseGroup-module--new-create-org-item--FBxtO .chooseGroup-module--new-group-label--2uf27 {
  margin-bottom: 0;
}
.chooseGroup-module--new-create-org-item--FBxtO .chooseGroup-module--new-group-label--2uf27 .chooseGroup-module--error--3lU\+w {
  border-color: #f74f4f;
}
.chooseGroup-module--new-create-org-item--FBxtO .chooseGroup-module--error-tips--soDPR {
  font-size: 12px;
  line-height: 16px;
  padding-top: 4px;
  color: #f74f4f;
  display: block;
}
.chooseGroup-module--new-create-org-item--FBxtO .chooseGroup-module--new-group-input--j1JuI {
  height: 32px;
  width: 420px;
  border-radius: 4px;
  font-size: 12px;
  padding: 6px 11px;
}
.chooseGroup-module--new-create-org-item--FBxtO .chooseGroup-module--new-group-input--j1JuI:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.markTip-module--personaMarkCheckboxWrap--BhWWf {
  display: flex;
  align-items: center;
}
.markTip-module--personaMarkCheckboxWrap--BhWWf .markTip-module--personalMarkCheckbox--JtgEI {
  width: 16px;
  height: 16px;
}
.markTip-module--personaMarkCheckboxWrap--BhWWf .markTip-module--personalMarkTip--Cqyin {
  margin-left: 4px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.markTip-module--personaMarkCheckboxWrap--BhWWf .markTip-module--personalMarkTipIcon--IGoew {
  margin-left: 4px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.markTip-module--personalMarkTipContentWrap--3wViZ {
  width: 322px;
}
.markTip-module--personalMarkTipContentWrap--3wViZ .ant-popover-inner {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.markTip-module--personalMarkTipContentWrap--3wViZ .markTip-module--personalMarkTipContent--OI9qJ {
  display: flex;
  flex-direction: column;
  margin: 16px;
}
.markTip-module--personalMarkTipContentWrap--3wViZ .markTip-module--personalMarkTipContent--OI9qJ .markTip-module--image--1B9Js {
  width: 290px;
  height: 192px;
  background-image: url(/static/no_personal_mark-23051f3e3fdda22371c957015392e41e.png);
  background-size: 100% 100%;
}
.markTip-module--personalMarkTipContentWrap--3wViZ .markTip-module--personalMarkTipContent--OI9qJ .markTip-module--txt--VA9NY {
  margin-top: 8px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.personalModal-module--wrap--h0uB7 {
  width: 480px;
  height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.personalModal-module--wrap--h0uB7 .personalModal-module--title--xWo9K {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0.5px solid rgba(39, 46, 71, 0.16);
  border-bottom: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  flex: none;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.personalModal-module--wrap--h0uB7 .personalModal-module--title--xWo9K .personalModal-module--titleName--YUq7z {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.personalModal-module--wrap--h0uB7 .personalModal-module--title--xWo9K .personalModal-module--close--FDdGt {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.personalModal-module--wrap--h0uB7 .personalModal-module--content--32n6V {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mailListModal-module--wrap--vccyp {
  width: 480px;
  max-height: 640px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mailListModal-module--wrap--vccyp .mailListModal-module--title--2wnRV {
  flex: none;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mailListModal-module--wrap--vccyp .mailListModal-module--title--2wnRV .mailListModal-module--name--7UfGQ {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.mailListModal-module--wrap--vccyp .mailListModal-module--title--2wnRV .mailListModal-module--close--FJKnT {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.mailListModal-module--wrap--vccyp .mailListModal-module--content--STqqi {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mark-module--siriusContactMarkContainer--CGknY {
  width: 24px;
  height: 24px;
  cursor: pointer;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mark-module--siriusContactMarkContainer--CGknY.mark-module--markHover--7hELx:hover {
  background-color: rgba(39, 46, 71, 0.12);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-radius: 4px;
}
.mark-module--siriusContactMarkContainer--CGknY .mark-module--markIcon--kGBik {
  width: 16px;
  height: 16px;
  background-image: url(/static/mark.bbe055e0.svg);
  background-size: 100% 100%;
}
.mark-module--siriusContactMarkContainer--CGknY .mark-module--markIcon--kGBik.mark-module--checked--maglO {
  background-image: url(/static/marked.6e1d0bdd.svg);
}
.mark-module--siriusContactMarkContainer--CGknY .mark-module--markIcon--kGBik.mark-module--group--CvZn2 {
  background-image: url(/static/group_mark.4d93b725.svg);
}
.mark-module--siriusContactMarkContainer--CGknY .mark-module--markIcon--kGBik.mark-module--group--CvZn2.mark-module--checked--maglO {
  background-image: url(/static/group_marked.d1191f2a.svg);
}
.mark-module--siriusContactMarkContainer--CGknY .mark-module--markIcon--kGBik.mark-module--detailIcon--KQb5t {
  background-image: url(/static/detail_card_mask.ce1a5280.svg);
}
.mark-module--siriusContactMarkContainer--CGknY .mark-module--markIcon--kGBik.mark-module--detailIcon--KQb5t.mark-module--checked--maglO {
  background-image: url(/static/marked.6e1d0bdd.svg);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--treeWrap--XeHtE {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-module--ContactTree--1CMdd {
  width: 100%;
}
.index-module--ContactTree--1CMdd .index-module--reallyTree--14fOM {
  outline: none;
}
.index-module--ContactTree--1CMdd .index-module--divider--U2dJ8 {
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  margin: 8px 16px;
}
.index-module--ContactTree--1CMdd .ant-tree {
  background: transparent;
  font-size: 14px;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode {
  padding: 2px 0 2px 12px;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode .ant-tree-checkbox {
  margin: 0 8px 0 0;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 5px;
  line-height: 32px;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode .ant-tree-switcher-noop {
  width: 0;
  padding-left: 0;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  flex: 1 1;
  min-height: auto;
  line-height: inherit;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background: rgba(39, 46, 71, 0.1) !important;
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1) !important;
}
.index-module--ContactTree--1CMdd .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.index-module--ContactOrgTree--JHwuB {
  width: 100%;
  height: 100%;
}
.index-module--ContactOrgTree--JHwuB .ant-tree {
  background: transparent;
  font-size: 14px;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode {
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 5px;
  line-height: 38px;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode .ant-tree-switcher-noop {
  width: 0;
  padding-left: 3px;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  flex: 1 1;
  min-height: auto;
  line-height: inherit;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background: rgba(39, 46, 71, 0.1) !important;
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1) !important;
}
.index-module--ContactOrgTree--JHwuB .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}

.index-module--rootKeyWrap--\+Ra6z {
  display: flex;
  align-items: center;
}
.index-module--rootKeyWrap--\+Ra6z .index-module--rootKeyIcon--hE7HE {
  flex: none;
  margin: 0 8px 0 4px;
  display: flex;
  align-items: center;
}
.index-module--rootKeyWrap--\+Ra6z .index-module--rootKeyName--Q-Pyn {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-module--empty--KVxec {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-module--empty--KVxec .index-module--emptyTxt--SBQYp {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #a8aaad;
}

.index-module--nodeSeparator--TBSts {
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--nodeSeparator--TBSts .index-module--nodeSeparatorLine--97mFc {
  flex: 1 1;
  margin: 0 8px;
  height: 1px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}

.index-module--contactTreeNode--XaOS4 {
  min-height: 32px;
  display: flex;
  align-items: center;
}
.index-module--contactTreeNode--XaOS4.index-module--contactTreeNoData--Ah6gm {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}

.index-module--contactTreeLeafWrap--hqqxm {
  padding-right: 12px;
  display: flex;
  align-items: center;
  height: 38px;
  flex: 0 1 auto;
  overflow: hidden;
}
.index-module--contactTreeLeafWrap--hqqxm.index-module--noAvatar--d2jiH {
  height: inherit;
}
.index-module--contactTreeLeafWrap--hqqxm .index-module--orgSelect--z1Cha {
  width: 68px;
  min-width: 68px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #7d8085;
}
.index-module--contactTreeLeafWrap--hqqxm .index-module--orgSelect--z1Cha.index-module--orgSelectDisabled--mpAUi {
  pointer-events: none;
  opacity: 1;
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
}
.index-module--contactTreeLeafWrap--hqqxm:hover .index-module--orgSelect--z1Cha {
  display: flex;
}

.index-module--leafWrapContainer--Nuqqa {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.index-module--leafWrapContainer--Nuqqa .index-module--orgSelectMail--EHVZN {
  margin-right: 8px;
  display: none;
}
.index-module--leafWrapContainer--Nuqqa:hover .index-module--orgSelectMail--EHVZN {
  display: flex;
}
.index-module--leafWrapContainer--Nuqqa:hover .index-module--contact-tree-org-select-mail--\+SXSi {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 10px;
}

.index-module--orgWrap--ceTqF {
  position: relative;
  display: flex;
  flex: 1 1;
  overflow: hidden;
}
.index-module--orgWrap--ceTqF .index-module--orgTitle--MJoSe {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--orgWrap--ceTqF .index-module--orgTitleLabel---luqL {
  flex: none;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--orgWrap--ceTqF .index-module--orgSelect--z1Cha {
  display: none;
  align-items: center;
  justify-content: center;
  width: 68px;
  min-width: 68px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #386ee7;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  padding: 0;
}
.index-module--orgWrap--ceTqF .index-module--orgSelect--z1Cha.index-module--orgSelectDisabled--mpAUi {
  pointer-events: none;
  opacity: 1;
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
}
.index-module--orgWrap--ceTqF .index-module--orgSelect--z1Cha .ant-btn-loading-icon {
  width: 20px !important;
  margin-left: 10px;
}
.index-module--orgWrap--ceTqF:hover .index-module--orgSelect--z1Cha {
  display: flex;
}

.index-module--orgWrapRecentRoot--x9c47 .index-module--orgTitleSvg--xq50Z {
  margin-left: 5px;
}

.index-module--contactTreeAvatar--zaZ9c {
  flex: none;
  margin-right: 8px;
  width: 28px;
  height: 28px;
}

.index-module--contactTreeTitleTxt--ldhsE {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--contactTreeTitleTxt--ldhsE.index-module--disabled--hqstz {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}

.index-module--treeLeafCheckbox--KegaE {
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.index-module--treeLeafCheckbox--KegaE.index-module--orgTreeLeafCheckbox--WWrwT {
  margin-right: 8px;
}

.index-module--recentTooltipArrow--aRhHn .ant-tooltip-arrow {
  display: block !important;
}

.index-module--titleWrap--vW8AY {
  display: flex;
  align-items: center;
  min-width: 100px;
  flex: 1 1;
}
.index-module--titleWrap--vW8AY:hover .index-module--selectCtWrap--vDP1Y {
  display: block;
}

.index-module--selectCtWrap--vDP1Y {
  display: none;
  margin-left: 60px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #386ee7;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  flex-shrink: 0;
}

.index-module--text--CeLlK {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #272e47;
}

.index-module--iconWrap--q-ZLc {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.index-module--popoverWrap--FjLpI .ant-popover-inner {
  background: #f0f2f7 !important;
  background: var(--fill-2_5, #f0f2f7) !important;
}

.index-module--mainWrap----t16 {
  background: #deebfd;
  color: #4759b2;
  font-size: 12px;
  padding: 2px 6px;
  flex-shrink: 0;
  margin-left: 20px;
}

.index-module--emptyContent--N6QA7 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #747a8c;
  font-size: 14px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.cardList-module--cardlist-wrap--50BWK {
  position: relative;
}

.cardList-module--cardlist-fixed-top-wrap--0QuPG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0px 1px 4px -2px rgba(8, 8, 8, 0.1803921569);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.cardList-module--cardlist-scroll-over--rk15U {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  outline: 0;
}
.cardList-module--cardlist-scroll-over--rk15U::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.cardList-module--cardlist-scroll-over--rk15U::-webkit-scrollbar:horizontal {
  height: 6px;
}
.cardList-module--cardlist-scroll-over--rk15U:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.cardList-module--cardlist-scroll-over--rk15U:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.cardList-module--cardlist-scroll-over--rk15U:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.cardList-module--cardlist-scroll-over--rk15U:hover::-webkit-scrollbar-button {
  display: none;
}
.cardList-module--cardlist-scroll-over--rk15U:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.cardList-module--cardlist-scroll-over--rk15U:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.cardList-module--cardlist-scroll-over--rk15U:hover::-webkit-scrollbar-corner {
  display: none;
}

.cardList-module--m-list-wrapper--Ca19w {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: overlay;
}
.cardList-module--m-list-wrapper--Ca19w::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.cardList-module--m-list-wrapper--Ca19w::-webkit-scrollbar:horizontal {
  height: 6px;
}
.cardList-module--m-list-wrapper--Ca19w:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.cardList-module--m-list-wrapper--Ca19w:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.cardList-module--m-list-wrapper--Ca19w:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.cardList-module--m-list-wrapper--Ca19w:hover::-webkit-scrollbar-button {
  display: none;
}
.cardList-module--m-list-wrapper--Ca19w:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.cardList-module--m-list-wrapper--Ca19w:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.cardList-module--m-list-wrapper--Ca19w:hover::-webkit-scrollbar-corner {
  display: none;
}

.cardList-module--m-list-wrapper-win--ztPFU {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: overlay;
}
.cardList-module--m-list-wrapper-win--ztPFU::-webkit-scrollbar {
  opacity: 0;
  width: 12px;
  background-color: transparent;
}
.cardList-module--m-list-wrapper-win--ztPFU::-webkit-scrollbar:horizontal {
  height: 12px;
}
.cardList-module--m-list-wrapper-win--ztPFU:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.cardList-module--m-list-wrapper-win--ztPFU:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 12px;
  padding-right: 4px;
}
.cardList-module--m-list-wrapper-win--ztPFU:hover::-webkit-scrollbar:horizontal {
  height: 12px;
}
.cardList-module--m-list-wrapper-win--ztPFU:hover::-webkit-scrollbar-button {
  display: none;
}
.cardList-module--m-list-wrapper-win--ztPFU:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 12px;
  opacity: 0;
}
.cardList-module--m-list-wrapper-win--ztPFU:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.cardList-module--m-list-wrapper-win--ztPFU:hover::-webkit-scrollbar-corner {
  display: none;
}

.cardList-module--decorates-collapse-wrap--J5Me8 {
  height: 36px;
  padding-left: 24px;
  padding-right: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  color: #747a8c;
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.cardList-module--decorates-collapse-line--0rVJ5::after {
  position: absolute;
  top: 0;
  left: 5%;
  width: 92%;
  content: "";
  display: block;
  border-top: 1px dashed rgba(225, 227, 232, 0.68);
}

.cardList-module--decorates-collapse-line-last--SgFk\+::before {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 92%;
  content: "";
  display: block;
  border-top: 1px dashed rgba(225, 227, 232, 0.68);
}

.cardList-module--decorates-collapse-icon--xut72 {
  transform: rotate(0deg);
  color: #8d92a1;
  transition: transform 0.5s ease;
  /* 过渡属性设置为 transform，过渡时间为 0.5 秒，缓动函数为 ease */
  height: 30px;
}

.cardList-module--decorates-collapse-icon-active--3RTb8 {
  transform: rotate(-90deg);
}

.cardList-module--fixed-decorate-wrap--A5zJ9 {
  font-weight: 400;
  font-size: 12px;
  color: #8d92a1;
  padding-left: 24px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cardList-module--decorates-collapse-content--BzsFH {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.VListTreeCard-Wrap {
  display: flex;
  height: 36px;
  cursor: pointer;
  padding: 0 0 4px 0;
  align-items: center;
}
.VListTreeCard-Wrap.active {
  background-color: rgba(225, 227, 232, 1);
  background-color: rgba(var(--Line-3-r, 225), var(--Line-3-g, 227), var(--Line-3-b, 232), 1);
}
.VListTreeCard-Wrap:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.VListTreeCard-Wrap .VListTreeCard-icon {
  margin: 0 9px 0 6px;
  width: 16px;
  height: 16px;
}
.VListTreeCard-Wrap .VLExpand-wrap {
  width: 15px;
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.VListTreeCard-Wrap .VLExpand-icon {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 10px;
}
.VListTreeCard-Wrap .vlist-tree-title-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.productAuthTag-module--tag-wrapper-flow--d7Ufe {
  position: relative;
}
.productAuthTag-module--tag-wrapper-flow--d7Ufe .productAuthTag-module--tag-entity--a046z {
  display: block;
  position: absolute;
  text-align: center;
  height: 32px;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 16px;
  top: -16px;
  left: calc(100% - 28px);
  background-color: #386ee7;
  line-height: 32px;
  white-space: nowrap;
  font-size: 20px;
  transform: scale(0.5);
  z-index: 2;
}

.productAuthTag-module--tag-wrapper-bar--MEj\+J {
  background-color: rgba(56, 110, 231, 0.1);
  color: #386ee7;
  width: 100%;
  height: 36px;
  font-size: 12px;
  line-height: 12px;
  padding: 12px;
  text-align: center;
}
.index-module--selectContainer--\+HW\+M {
  flex: 1 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-module--selectContainer--\+HW\+M .index-module--contactSearchWrap--n9tof {
  flex: none;
  display: flex;
  height: 28px;
  margin: 12px 16px;
}
.index-module--selectContainer--\+HW\+M .index-module--contactSearchWrap--n9tof .ant-input-affix-wrapper {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--selectContainer--\+HW\+M .index-module--contactSearchWrap--n9tof .ant-input {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--selectContainer--\+HW\+M .index-module--contactListTab--o\+zAe {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.index-module--selectContainer--\+HW\+M .index-module--contactTreeTab--Mmufr {
  margin: 0 16px;
  flex: 1 1;
  overflow: hidden;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--selectedListContainer--z8Gyo {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-module--selectedListContainer--z8Gyo .index-module--listTitle--2JmDh {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  height: 46px;
  padding: 18px 0 0 17px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--selectedListContainer--z8Gyo .index-module--listWrap--uqvK8 {
  flex: 1 1;
}
.index-module--selectedListContainer--z8Gyo .index-module--listWrap--uqvK8 .index-module--vScrollList--9gAJ9 {
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--selectedListContainer--z8Gyo .index-module--listWrap--uqvK8 .index-module--vScrollList--9gAJ9::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--selectedListContainer--z8Gyo .index-module--listWrap--uqvK8 .index-module--vScrollList--9gAJ9::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--selectedListContainer--z8Gyo .index-module--listWrap--uqvK8 .index-module--vScrollList--9gAJ9::-webkit-scrollbar-button {
  display: none;
}
.index-module--selectedListContainer--z8Gyo .index-module--listWrap--uqvK8 .index-module--vScrollList--9gAJ9::-webkit-scrollbar-thumb {
  background-color: #d4d4d6;
  background-color: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--selectedListContainer--z8Gyo .index-module--listWrap--uqvK8 .index-module--vScrollList--9gAJ9::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--selectedListContainer--z8Gyo .index-module--listWrap--uqvK8 .index-module--vScrollList--9gAJ9::-webkit-scrollbar-corner {
  display: none;
}
.index-module--selectedListContainer--z8Gyo .index-module--listFooter--yy5Hw {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-module--selectedListContainer--z8Gyo .index-module--listFooter--yy5Hw .index-module--listFooterBtn--AF9Go {
  margin-right: 16px;
}
.index-module--selectedListContainer--z8Gyo .index-module--listFooter--yy5Hw .ant-btn {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--selectedListContainer--z8Gyo .index-module--listFooter--yy5Hw .ant-btn-primary {
  background-color: #386ee7;
}
@charset "UTF-8";
.ant-modal-content {
  /* 投影样式 */
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 8px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.index-module--modalContainer--DlIsU {
  display: flex;
  flex-direction: column;
  width: 680px;
  height: 480px;
}
.index-module--modalContainer--DlIsU .index-module--modalTitle--YJwTc {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex: none;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
}
.index-module--modalContainer--DlIsU .index-module--modalTitle--YJwTc .index-module--close--qtc6E {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.index-module--modalContainer--DlIsU .index-module--modalBody--aKDjZ {
  width: 100%;
  flex: 1 1;
  display: flex;
  overflow: hidden;
  height: 448px;
}
.index-module--modalContainer--DlIsU .index-module--modalBody--aKDjZ .index-module--body-left--lpXvL {
  flex: none;
  width: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 0.5px solid rgba(39, 46, 71, 0.16);
  border-right: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.index-module--modalContainer--DlIsU .index-module--modalBody--aKDjZ .index-module--body-left--lpXvL .index-module--contact-search-wrap--auhxN {
  flex: none;
  width: 248px;
  height: 28px;
  margin: 12px auto;
}
.index-module--modalContainer--DlIsU .index-module--modalBody--aKDjZ .index-module--body-left--lpXvL .index-module--contact-search-wrap--auhxN .index-module--contact-search--JcHPr {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 24px;
}
.index-module--modalContainer--DlIsU .index-module--modalBody--aKDjZ .index-module--body-left--lpXvL .index-module--contact-list-tab--JgV6r {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}
.index-module--modalContainer--DlIsU .index-module--modalBody--aKDjZ .index-module--body-left--lpXvL .index-module--contact-tree-tab--HfeaQ {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}
.index-module--modalContainer--DlIsU .index-module--modalBody--aKDjZ .index-module--body-right--iq-V2 {
  flex: 1 1;
  height: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.selector-module--capsule-tag--oA0Uw {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  margin: 4px 0;
  font-family: "PingFang SC";
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2px 0px;
  cursor: default;
  height: 24px;
  border-radius: 12px;
}
.selector-module--capsule-tag-wrong--eQEAx {
  background-color: rgba(254, 91, 76, 0.1);
}
.selector-module--capsule-tag--oA0Uw .selector-module--avatar--KeaH2,
.selector-module--capsule-tag--oA0Uw .selector-module--char-avatar--2x2Mi {
  width: 20px;
  height: 20px;
  margin-left: -4px;
  background-color: #ffaa00;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.selector-module--capsule-tag--oA0Uw .selector-module--avatar-wrong--gIe00,
.selector-module--capsule-tag--oA0Uw .selector-module--char-avatar-wrong--4KZjM {
  background-color: #f74f4f;
  transform: scale(0.9);
  margin-left: 0;
}
.selector-module--capsule-tag--oA0Uw .selector-module--avatar--KeaH2 > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.selector-module--capsule-tag--oA0Uw .selector-module--label--63P7w {
  font-weight: 400;
  line-height: 16px;
  margin: 0 6px 0 4px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.selector-module--capsule-tag--oA0Uw .selector-module--label-wrong--QEBWa {
  color: #f74f4f;
}

.selector-module--option-item--wLLfY {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selector-module--option-item--wLLfY .selector-module--optionAvatarWrap---1O5B {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.selector-module--option-item--wLLfY .selector-module--option-contact-name--ukDvx {
  color: rgba(39, 46, 71, 0.9);
}
.selector-module--option-item--wLLfY .selector-module--option-org--Ud6j1 {
  color: rgba(39, 46, 71, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selector-module--option-item--wLLfY .selector-module--hit-text--eQWCd {
  color: #386ee7;
}

.selector-module--selector-dropdown--NclYa {
  z-index: 10000;
}
.selector-module--selector-dropdown--NclYa .ant-select-item {
  transition: none;
}
.selector-module--selector-dropdown--NclYa .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #386ee7;
}
.selector-module--selector-dropdown--NclYa .ant-select-item-option-active:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.selector-module--selector-dropdown--NclYa .ant-select-item-option-active:not(.ant-select-item-option-disabled) .selector-module--option-contact-name--ukDvx,
.selector-module--selector-dropdown--NclYa .ant-select-item-option-active:not(.ant-select-item-option-disabled) .selector-module--option-org--Ud6j1,
.selector-module--selector-dropdown--NclYa .ant-select-item-option-active:not(.ant-select-item-option-disabled) .selector-module--hit-text--eQWCd {
  color: white;
}
.selector-module--selector-dropdown--NclYa .ant-select-item-option-selected {
  display: none;
}

.selector-tag-tooltip {
  z-index: 10000;
  padding-top: 0;
}
.selector-tag-tooltip .ant-tooltip-arrow {
  display: none;
}
.selector-tag-tooltip .ant-tooltip-inner {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 18px;
}

.selector-module--selector-wrapper--M6Szo {
  flex: 1 1;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selection-search {
  width: 1px;
  margin: 4px 0px 0px;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selection-search.focused .ant-select-selection-search-input {
  caret-color: transparent;
}
.selector-module--selector-wrapper--M6Szo .ant-tag.ant-dropdown-trigger {
  margin-right: 0px;
}
.selector-module--selector-wrapper--M6Szo.ant-select-suffix-div .ant-select-selection-search {
  width: 1px;
  margin: 4px 0px 0px;
}
.selector-module--selector-wrapper--M6Szo.ant-select-suffix-div .ant-tag.ant-dropdown-trigger {
  margin-right: 0px;
}
.selector-module--selector-wrapper--M6Szo .ant-tag {
  display: flex;
  align-items: center;
  padding: 0;
  height: 36px;
  border: none;
  background-color: transparent;
  position: relative;
}
.selector-module--selector-wrapper--M6Szo .ant-tag-close-icon {
  margin-left: 0;
  position: absolute;
  right: 6px;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selector {
  background-color: rgba(39, 46, 71, 0.04);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  border: none !important;
  padding: 0 4px !important;
  overflow-x: hidden;
  min-height: 40px;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selector::-webkit-scrollbar {
  display: none;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selector .ant-select-selection-search-input {
  font-size: 14px;
}
.selector-module--selector-wrapper--M6Szo .ant-select-multiple .ant-select-selector {
  padding: 0 4px;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selection-item.contact-tag-item {
  border: none;
  padding: 0px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.selector-module--selector-wrapper--M6Szo .ant-select-selection-item.contact-tag-item.item-chosen .contact-tag {
  background-color: #386ee7;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selection-item.contact-tag-item.item-chosen .contact-tag span {
  color: #fff;
}
.selector-module--selector-wrapper--M6Szo .tag-chosen {
  background-color: #386ee7;
}
.selector-module--selector-wrapper--M6Szo .tag-chosen span {
  color: #fff;
}
.selector-module--selector-wrapper--M6Szo .single-draging-outer .contact-tag {
  background-color: rgba(39, 46, 71, 0.08) !important;
}
.selector-module--selector-wrapper--M6Szo .single-draging-outer .contact-tag span {
  color: rgba(39, 46, 71, 0.9) !important;
}
.selector-module--selector-wrapper--M6Szo .single-draging-outer .single-draging > .contact-tag {
  background-color: #386ee7 !important;
}
.selector-module--selector-wrapper--M6Szo .single-draging-outer .single-draging > .contact-tag span {
  color: #fff !important;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selection-overflow {
  padding: 4px 0;
}
.selector-module--selector-wrapper--M6Szo .ant-select-selection-overflow-item-rest {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.5);
}
.selector-module--selector-wrapper--M6Szo .ant-select-selection-overflow-item-rest > span {
  background-color: transparent;
  border: none;
}

#drag-active-tags {
  color: #386ee7;
}
#drag-active-tags .tag-chosen {
  background-color: #386ee7;
}
#drag-active-tags .tag-chosen span {
  color: #fff !important;
}
#drag-active-tags .single-draging > .contact-tag {
  background-color: #386ee7 !important;
}
#drag-active-tags .single-draging > .contact-tag span {
  color: #fff !important;
}

.selector-module--cap-drop-effect--sU9TK::before {
  position: absolute;
  content: "";
  height: 19px;
  display: block;
  width: 1px;
  background: #386ee7;
  left: 1px;
  top: 10px;
  z-index: -1;
  animation: selector-module--cap-blink--4eXio 0.8s infinite;
}

.selector-module--crmCardControl--0lUYD {
  display: flex;
  align-items: center;
  width: 19px;
}
.selector-module--crmCardControl--0lUYD::before {
  content: "";
  height: 24px;
  width: 1px;
  background-color: transparent;
  position: relative;
  left: -2px;
}

.selector-module--clientBackgroundColor--iKWns {
  background-color: #e6faf6;
}

.selector-module--hintBackgroundColor--UZjRI {
  background-color: #fff8ed;
}

@keyframes selector-module--cap-blink--4eXio {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.meetingroomuntiltip-module--poper--mpvre {
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #51555c;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.meetingroomuntiltip-module--poper--mpvre::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 8px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.meetingroomuntiltip-module--poper--mpvre::before {
  z-index: -10;
}
.meetingroomuntiltip-module--poper--mpvre .meetingroomuntiltip-module--opBtn--PtqGK {
  position: relative;
  margin-left: 20px;
}
.meetingroomuntiltip-module--poper--mpvre .meetingroomuntiltip-module--opBtn--PtqGK::before {
  position: absolute;
  content: "";
  display: block;
  left: -10px;
  top: 0;
  height: 16px;
  width: 1px;
  background-color: #a8aaad;
}
.ScheduleUploadFile-module--btnOut--PSWKq {
  display: flex;
  align-items: center;
}
.ScheduleUploadFile-module--btnOut--PSWKq .ScheduleUploadFile-module--btn--q9x1j .ant-btn {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 12px;
  font-weight: 400;
}
.ScheduleUploadFile-module--btnOut--PSWKq .ScheduleUploadFile-module--btn--q9x1j .ant-btn span {
  height: 22px;
  line-height: 22px;
}
.ScheduleUploadFile-module--btnOut--PSWKq .ScheduleUploadFile-module--tip--M8tn4 {
  display: inline-block;
  margin-left: 12px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
  font-weight: 400;
}

.ScheduleUploadFile-module--fileList--l-l9N {
  width: 100%;
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj- {
  width: 195px;
  display: inline-flex;
  height: 46px;
  align-items: center;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  border-radius: 4px !important;
  padding: 12px;
  margin-top: 16px;
  position: relative;
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj-:nth-child(2n) {
  margin-left: 16px;
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj- .ScheduleUploadFile-module--attachmentLogo--NwOG9 {
  height: 20px;
  width: 20px;
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj- .ScheduleUploadFile-module--attachmentName---sFmt {
  margin-left: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj- .ScheduleUploadFile-module--closeIcon--rm2Dt {
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj- .ScheduleUploadFile-module--progressBox--vvSO6 {
  position: absolute;
  height: 8px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 4px !important;
  overflow: hidden;
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj- .ScheduleUploadFile-module--progressBox--vvSO6 .ScheduleUploadFile-module--progress--fLeRu {
  position: absolute;
  height: 4px;
  bottom: 0px;
  left: 0px;
  width: 0%;
  background-color: #7088ff;
  background-color: var(--Brand-5, #7088ff);
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj- .ScheduleUploadFile-module--progressBox--vvSO6 .ScheduleUploadFile-module--progressDone--CsGCH {
  transition: all 3s !important;
  width: 100% !important;
  opacity: 0;
}
.ScheduleUploadFile-module--fileList--l-l9N .ScheduleUploadFile-module--fileItem--aDVj- .ScheduleUploadFile-module--progressBox--vvSO6 .ScheduleUploadFile-module--progressing--jQZij {
  animation: ScheduleUploadFile-module--progressing--jQZij 25s ease 1s 1 normal;
  animation-fill-mode: forwards;
}
@keyframes ScheduleUploadFile-module--progressing--jQZij {
  from {
    width: 0%;
  }
  to {
    width: 95%;
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--sirius-select-wrap--1Jabq {
  display: flex;
  align-items: center;
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-label--EbVwK {
  flex: none;
  margin-right: 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-content--nSJcq {
  flex: none;
  width: 88px;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-content--nSJcq.ant-select.ant-select-focused .ant-select-selector {
  border: 1px solid #386ee7;
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-content--nSJcq .ant-select-selector {
  display: flex;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-content--nSJcq .ant-select-selector .ant-select-selection-search-input {
  height: 22px;
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-content--nSJcq .ant-select-selector .ant-select-selection-item {
  padding-right: 0;
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-content--nSJcq .ant-select-selector:hover {
  border: 1px solid #386ee7;
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-content--nSJcq .ant-select-selector:focus {
  border: 1px solid #386ee7;
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-content--nSJcq .ant-select-selector .ant-select-arrow {
  width: 8px;
  height: 8px;
  right: 8px;
}
.index-module--sirius-select-wrap--1Jabq .index-module--sirius-select-suffix-icon--wbJQA {
  display: flex;
  width: 8px;
  height: 8px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4zOTA0MyA2LjUxMTk2TDcuMzUwMTIgMi44MTIzNUM3LjYxMjAzIDIuNDg0OTcgNy4zNzg5NCAyIDYuOTU5NjkgMkwxLjA0MDMxIDJDMC42MjEwNiAyIDAuMzg3OTc0IDIuNDg0OTcgMC42NDk4NzkgMi44MTIzNUwzLjYwOTU3IDYuNTExOTZDMy44MDk3MyA2Ljc2MjE2IDQuMTkwMjcgNi43NjIxNiA0LjM5MDQzIDYuNTExOTZaIiBmaWxsPSIjMjYyQTMzIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8L3N2Zz4K);
}
.index-module--sirius-select-wrap--1Jabq .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}

.index-module--sirius-select-drop-down--A655- {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
}
.index-module--sirius-select-drop-down--A655- .index-module--sirius-select-option--EUVvc {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 30px;
  min-height: 30px;
  font-weight: normal !important;
}
.index-module--sirius-select-drop-down--A655- .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #386ee7;
}
.customRepeat-module--customRepeat--feWWK .ant-modal-header {
  border: none;
  padding: 16px 20px;
}
.customRepeat-module--customRepeat--feWWK .ant-modal-footer {
  border: none;
  padding: 20px;
}
.customRepeat-module--customRepeat--feWWK .customRepeat-module--btn--mbX-- {
  width: 45px;
  min-width: 45px;
}
.customRepeat-module--customRepeat--feWWK .ant-select-selector {
  border-radius: 4px !important;
  font-size: 12px;
  box-shadow: none !important;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.customRepeat-module--customRepeat--feWWK .ant-input-number {
  border-radius: 4px !important;
  font-size: 12px;
  box-shadow: none !important;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.customRepeat-module--customRepeat--feWWK .ant-picker {
  border-radius: 4px !important;
  font-size: 12px;
  box-shadow: none !important;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.customRepeat-module--datePicker--VKOE9 {
  margin-top: 40px;
  width: 100%;
}

.customRepeat-module--line--BN3-z {
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customRepeat-module--label--Zm4OV {
  width: 70px;
  display: inline-block;
}

.customRepeat-module--radio--iYzz1 {
  height: 32px;
  line-height: 32px;
}

.customRepeat-module--count--PkfO6 {
  width: 120px;
  margin-top: 8px;
}

.customRepeat-module--util--WcZCb {
  width: 248px;
}
.DescEditor-module--desc-editor--q8z3F {
  border: 1px solid #d9d9d9;
}
.DescEditor-module--desc-editor--q8z3F .DescEditor-module--tox-sidebar-wrap--pniux {
  background-color: #fff;
}
.DescEditor-module--desc-editor--q8z3F .DescEditor-module--tox-edit-area--oXZnV {
  margin: 8px 0px 8px 8px;
}

.DescEditor-module--desc-editor-limit--KK\+s\+ {
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
  border-radius: 5px;
}
.editor-module--reviseCard--n-6B3 {
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  filter: drop-shadow(0px 2px 4px rgba(39, 46, 71, 0.08));
  filter: drop-shadow(0px 2px 4px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08));
  border-radius: 8px;
}
.editor-module--reviseCard--n-6B3 .editor-module--content--DjqjU {
  padding: 20px;
}
.editor-module--reviseCard--n-6B3 .editor-module--content--DjqjU .editor-module--correctChunk--PeFHF {
  font-size: 20px;
  color: #0fd683;
  color: var(--Success-6, #0fd683);
  cursor: pointer;
}
.editor-module--reviseCard--n-6B3 .editor-module--content--DjqjU .editor-module--remind--W\+ozd {
  padding: 8px 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.editor-module--reviseCard--n-6B3 .editor-module--content--DjqjU .editor-module--detailReason--k1FG0 {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.editor-module--reviseCard--n-6B3 .editor-module--footer--A8z8x {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Fill-3, #ebedf2);
  cursor: pointer;
}

.editor-module--mail-remind-content--3JB\+R {
  display: flex;
}

.editor-module--mail-remind-left--s0E\+3 {
  margin-right: 10px;
}

.editor-module--mail-remind-text--8zjME {
  margin-bottom: 16px;
  color: #262a33;
  line-height: 1.5;
}

.editor-module--mail-remind-footer--xKvCa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.editor-module--mail-remind-footer--xKvCa .editor-module--mail-remind-btns--gVIlr {
  display: flex;
}

.editor-module--AIWriteContention--bT34K {
  padding: 20px;
  display: flex;
  flex-flow: column;
  position: absolute;
  border-radius: 6px;
  z-index: 1;
  background: white;
  box-shadow: 0 4px 8px rgba(38, 42, 51, 0.2);
}
.editor-module--AIWriteContention--bT34K img {
  height: 225px;
  width: 360px;
  background-color: #ebedf2;
  border-radius: 4px;
  border: 1px solid #f6f7fa;
}
.editor-module--AIWriteContention--bT34K .editor-module--info--QNiYs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.editor-module--AIWriteContention--bT34K .editor-module--info--QNiYs .editor-module--title--fO2Uj {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
}
.editor-module--AIWriteContention--bT34K .editor-module--info--QNiYs .editor-module--info-msg--xf8ug {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  margin-top: 4px;
}
.editor-module--AIWriteContention--bT34K .editor-module--bottom--y2ykh {
  text-align: right;
}

.editor-module--tooltip--a11xb {
  padding: 6px 8px;
  border-radius: 6px;
  background-color: black;
  color: white;
}

.editor-module--aiAssistantBoxWrap--e1Vx7 {
  padding: 4px 0;
}
.editor-module--aiAssistantBoxWrap--e1Vx7 .editor-module--aiAssistantItem--lmTGd {
  width: 87px;
  height: 32px;
  box-sizing: border-box;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.editor-module--aiAssistantBoxWrap--e1Vx7 .editor-module--aiAssistantItem--lmTGd:hover {
  background: rgb(245, 246, 247);
}

.editor-module--fontCommaBoxWrap--zOZXL {
  font-size: 12px;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid;
  border-image-source: linear-gradient(306.2deg, #d1d1d1 6.05%, rgba(209, 209, 209, 0.71) 82.49%);
}

.editor-module--mergeUtils--uLw-E {
  padding: 12px;
  border: 0.5px solid rgb(235, 237, 242);
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  font-size: 14px;
}
.editor-module--mergeUtils--uLw-E .ant-popover-placement-rightTop {
  padding-left: 6px;
}
.editor-module--mergeUtils--uLw-E .editor-module--item--YgsvX:not(:last-child) {
  margin-bottom: 12px;
}
.editor-module--mergeUtils--uLw-E .editor-module--item--YgsvX {
  width: 130px;
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
}
.editor-module--mergeUtils--uLw-E .editor-module--line--g855H {
  border-top: 1px solid rgba(38, 42, 51, 0.16);
}
.editor-module--mergeUtils--uLw-E .editor-module--triangle--h3NSQ {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 4px;
  position: relative;
}
.editor-module--mergeUtils--uLw-E .editor-module--triangle--h3NSQ::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent rgba(38, 42, 51, 0.5);
}
.editor-module--mergeUtils--uLw-E .editor-module--redPopu--\+3khF {
  padding: 0 6px;
  border-radius: 8px;
  background: rgb(254, 91, 76);
  color: rgb(255, 255, 255);
  font-size: 10px;
}
.editor-module--mergeUtils--uLw-E .editor-module--displayContent--o1EOS {
  display: contents;
}

.editor-module--template--tLbc5 {
  padding: 12px;
  color: rgb(38, 42, 51);
  font-size: 14px;
  width: -webkit-max-content;
  width: max-content;
}
.editor-module--template--tLbc5 .editor-module--tempI--lTAll {
  cursor: pointer;
}
.editor-module--template--tLbc5 .editor-module--tempI--lTAll:not(:last-child) {
  margin-bottom: 12px;
}

.editor-module--setDefaultCol--iGBvb {
  padding: 10px 12px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  cursor: pointer;
}

.editor-module--setDefaultColSticky--Z4F13 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: white;
  opacity: 1;
}

.editor-module--fontCommaBoxWrap--zOZXL {
  font-size: 12px;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid;
  border-image-source: linear-gradient(306.2deg, #d1d1d1 6.05%, rgba(209, 209, 209, 0.71) 82.49%);
}

.editor-module--fontCommaSelected--r8KiX {
  background: rgb(242, 245, 255);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.editor-module--fontDefault--VJ5tc {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-left: 4px;
  width: 28px;
  height: 16px;
  background: rgb(222, 235, 253);
  color: rgb(71, 89, 178);
}

.editor-module--setDefaultDisable--sVGRf {
  color: rgba(0, 0, 0, 0.3);
}

.editor-module--fontFamilyBoxWrap--vmvgI {
  padding-top: 4px;
}
.editor-module--fontFamilyBoxWrap--vmvgI .editor-module--fontFamilyItem--BUSLu {
  width: 156px;
  height: 32px;
  box-sizing: border-box;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.editor-module--fontFamilyBoxWrap--vmvgI .editor-module--fontFamilyItem--BUSLu:hover {
  background: rgb(245, 246, 247);
}

.editor-module--lineHeightBoxWrap--HnCYH {
  padding-top: 4px;
}
.editor-module--lineHeightBoxWrap--HnCYH .editor-module--lineHeightItem--2YB4s {
  width: 140px;
  height: 32px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.editor-module--lineHeightBoxWrap--HnCYH .editor-module--lineHeightItem--2YB4s:hover {
  background: rgb(245, 246, 247);
}

.editor-module--fontSizeBoxWrap--KzAiA {
  height: 380px;
  overflow: auto;
  padding-top: 16px;
}
.editor-module--fontSizeBoxWrap--KzAiA .editor-module--fontSizeBox--XS58U {
  display: flex;
}
.editor-module--fontSizeBoxWrap--KzAiA .editor-module--fontSizeItem--KYDt- {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 16px;
  cursor: pointer;
}
.editor-module--fontSizeBoxWrap--KzAiA .editor-module--fontSizeItem--KYDt-:hover {
  background: rgb(245, 246, 247);
}
.editor-module--fontSizeBoxWrap--KzAiA .editor-module--column1--LC\+wr {
  width: 100px;
}
.editor-module--fontSizeBoxWrap--KzAiA .editor-module--column2--Od5qB {
  border-left: 1px solid #ebedf2;
  border-left: 1px solid var(--Line-2, #ebedf2);
  width: 90px;
}

.editor-module--colorBoxWrap--a\+oSF {
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid;
  border-image-source: linear-gradient(306.2deg, #d1d1d1 6.05%, rgba(209, 209, 209, 0.71) 82.49%);
}
.editor-module--colorBoxWrap--a\+oSF .editor-module--colorBox--lvJNe {
  display: flex;
  width: 257px;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 12px;
  padding: 12px;
}
.editor-module--colorBoxWrap--a\+oSF .editor-module--colorBox--lvJNe .editor-module--toxSwatchRemove--uYweq {
  margin-bottom: 20px;
}
.editor-module--colorBoxWrap--a\+oSF .editor-module--colorBox--lvJNe .editor-module--selectColor--HCrri {
  border: 1px solid red;
}
.editor-module--colorBoxWrap--a\+oSF .editor-module--toxSwatch--NkHJ3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 24px;
  border-radius: 4px;
  margin-bottom: 2px;
  cursor: pointer;
}
.editor-module--colorBoxWrap--a\+oSF .editor-module--toxSwatch--NkHJ3:hover {
  border: 1px solid #4c6aff;
}
.editor-module--colorBoxWrap--a\+oSF .editor-module--defaultCol--aoUVG {
  display: flex;
  align-items: center;
  padding: 6px 0 12px 12px;
}
.editor-module--colorBoxWrap--a\+oSF .editor-module--defaultCol--aoUVG .editor-module--toxSwatch--NkHJ3 {
  cursor: auto;
}
.editor-module--colorBoxWrap--a\+oSF .editor-module--setDefaultCol--iGBvb {
  padding: 10px 12px;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  cursor: pointer;
}

.editor-module--editModal--x3grE .interactvar-editor {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.editor-module--editModal--x3grE .interactvar-editor div.tox .tox-editor-header {
  position: relative;
  border-radius: 4px;
}
.editor-module--editModal--x3grE .interactvar-editor .tox.tox-tinymce {
  border-radius: 4px;
}
.editor-module--editModal--x3grE .ant-modal-header {
  padding-bottom: 24px;
}
.editor-module--editModal--x3grE .editor-module--addProductVar--wTCwn {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  position: absolute;
  bottom: 24px;
  cursor: pointer;
}
.aiWrite-temp-node {
  position: absolute;
  left: -15000px;
  width: 100px;
}

.preview-module--preview-container--asU6w {
  background: #ffffff;
}
.preview-module--preview-container--asU6w .preview-module--scroller--cv6S7 {
  overflow-y: auto;
}
.preview-module--preview-container--asU6w .preview-module--preview-wrap--gnt-A {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0px 20px;
  height: 520px;
}
.preview-module--preview-container--asU6w .preview-module--preview-pc--5VokG,
.preview-module--preview-container--asU6w .preview-module--preview-mobile--pavfo {
  display: flex;
  box-sizing: border-box;
}
.preview-module--preview-container--asU6w iframe {
  flex: 1 1;
  height: 100%;
  border: none;
  min-width: 200px;
}
.preview-module--preview-container--asU6w .preview-module--preview-pc--5VokG {
  width: 542px;
  padding: 50px 25px;
  background: url(/static/pc-outline.01c2aa4d.svg) no-repeat;
}
.preview-module--preview-container--asU6w .preview-module--preview-mobile--pavfo {
  width: 250px;
  padding: 40px 25px 47px 25px;
  background: url(/static/mobile-outline.56a6eaf0.svg) no-repeat;
}

.preview-module--btn-group--iFGvF {
  text-align: right;
  padding: 20px 24px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.preview-module--modal-wrap--8-r0o {
  z-index: 10000;
}
.preview-module--modal-wrap--8-r0o .ant-modal-content {
  min-width: 898px;
}
.preview-module--modal-wrap--8-r0o .ant-modal-header {
  border-bottom: none;
}

.lx-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  background-image: none;
  box-shadow: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lx-btn.disabled, .lx-btn[disabled] {
  cursor: not-allowed;
  opacity: 1;
}
.lx-btn.disabled > *, .lx-btn[disabled] > * {
  pointer-events: none;
}
.lx-btn.inline {
  display: inline-flex;
}
@keyframes fadenum {
  100% {
    transform: rotate(360deg);
  }
}
.lx-btn .loading-icon {
  animation: fadenum 1s linear infinite;
  display: inline-flex;
  justify-content: center;
}
.lx-btn + .lx-btn {
  margin-left: 16px;
}
.lx-btn-size-mini {
  height: 24px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  min-width: 52px;
}
.lx-btn-size-small {
  height: 28px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 0 12px;
  min-width: 60px;
}
.lx-btn-size-default {
  height: 32px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0 16px;
  min-width: 76px;
}
.lx-btn-size-large {
  height: 36px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px;
  min-width: 82px;
}
.lx-btn-primary {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  color: #ffffff;
  border: none;
}
.lx-btn-primary.disabled, .lx-btn-primary[disabled] {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
}
.lx-btn-primary:not([disabled]):hover {
  background-color: #7088ff;
  background-color: var(--Brand-5, #7088ff);
}
.lx-btn-primary:not([disabled]):active {
  background-color: #445fe5;
  background-color: var(--Brand-7, #445fe5);
}
.lx-btn-primary.lx-btn-loading {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
}
.lx-btn-default {
  background-color: transparent;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.lx-btn-default.disabled, .lx-btn-default[disabled] {
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  color: #b7c3ff;
  color: var(--Brand-3, #b7c3ff);
}
.lx-btn-default:not([disabled]):hover {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.lx-btn-default:not([disabled]):active {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
  border: 1px solid #445fe5;
  border: 1px solid var(--Brand-7, #445fe5);
  color: #445fe5;
  color: var(--Brand-7, #445fe5);
}
.lx-btn-default.lx-btn-loading {
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  color: #b7c3ff;
  color: var(--Brand-3, #b7c3ff);
}
.lx-btn-danger {
  background-color: transparent;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
}
.lx-btn-danger.disabled, .lx-btn-danger[disabled] {
  border: 1px solid #ffbdb7;
  border: 1px solid var(--Error-4, #ffbdb7);
  color: #ffbdb7;
  color: var(--Error-4, #ffbdb7);
}
.lx-btn-danger:not([disabled]):hover {
  background-color: #ffefed;
  background-color: var(--Error-1, #ffefed);
  border: 1px solid #fe5b4c;
  border: 1px solid var(--Error-6, #fe5b4c);
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.lx-btn-danger:not([disabled]):active {
  background-color: #ffbdb7;
  background-color: var(--Error-4, #ffbdb7);
  border: 1px solid #e45244;
  border: 1px solid var(--Error-7, #e45244);
  color: #e45244;
  color: var(--Error-7, #e45244);
}
.lx-btn-danger.lx-btn-loading {
  border: 1px solid #ffbdb7;
  border: 1px solid var(--Error-4, #ffbdb7);
  color: #ffbdb7;
  color: var(--Error-4, #ffbdb7);
}
.lx-btn-link {
  background-color: transparent;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border: none;
}
.lx-btn-link.disabled, .lx-btn-link[disabled] {
  color: #b7c3ff;
  color: var(--Brand-3, #b7c3ff);
}
.lx-btn-link:not([disabled]):hover {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
}
.lx-btn-link:not([disabled]):active {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
}
.lx-btn-link.lx-btn-loading {
  color: #b7c3ff;
  color: var(--Brand-3, #b7c3ff);
}
.lx-btn-minorWhite {
  background: #ffffff;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: none;
}
.lx-btn-minorWhite.disabled, .lx-btn-minorWhite[disabled] {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.lx-btn-minorWhite:not([disabled]):hover {
  background-color: transparent;
}
.lx-btn-minorWhite:not([disabled]):active {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.lx-btn-minorWhite.lx-btn-loading {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.lx-btn-minorGray {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: none;
}
.lx-btn-minorGray.disabled, .lx-btn-minorGray[disabled] {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.lx-btn-minorGray:not([disabled]):hover {
  background-color: transparent;
}
.lx-btn-minorGray:not([disabled]):active {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.lx-btn-minorGray.lx-btn-loading {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.lx-btn-minorLine {
  background: #ffffff;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}
.lx-btn-minorLine.disabled, .lx-btn-minorLine[disabled] {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
}
.lx-btn-minorLine:not([disabled]):hover {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.lx-btn-minorLine:not([disabled]):active {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.lx-btn-minorLine.lx-btn-loading {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  border: 1px solid #f0f1f5;
  border: 1px solid var(--Line-1, #f0f1f5);
}
.lx-btn-dashedLine {
  background: #ffffff;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: 1px dashed #e1e3e8;
  border: 1px dashed var(--Line-3, #e1e3e8);
}
.lx-btn-dashedLine.disabled, .lx-btn-dashedLine[disabled] {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  border: 1px dashed #f0f1f5;
  border: 1px dashed var(--Line-1, #f0f1f5);
}
.lx-btn-dashedLine:not([disabled]):hover {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.lx-btn-dashedLine:not([disabled]):active {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.lx-btn-dashedLine.lx-btn-loading {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  border: 1px dashed #f0f1f5;
  border: 1px dashed var(--Line-1, #f0f1f5);
}

.btn-row {
  display: flex;
}
.productImg-module--boxWH--2FBB9 {
  width: 150px;
  height: 150px;
  background-color: #f8f9fa;
  border: dashed #e1e3e8 1px;
  margin-right: 20px;
  margin-bottom: 8px;
  cursor: pointer;
}

.productImg-module--flexCenter--9TOy4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.productImg-module--inputPlace--iD\+KH {
  position: absolute;
  left: 9999px;
}

.productImg-module--addProductModal--wLxXx .ant-modal-body {
  padding-right: 4px !important;
}

.productImg-module--boxBody--pIATT {
  display: flex;
  flex-wrap: wrap;
  height: 410px;
  overflow-y: auto;
}

.productImg-module--nameInput--I8Ygc {
  height: 32px;
  width: 150px;
}

.productImg-module--footer--CyuKo {
  display: flex;
  justify-content: space-between;
  color: #545a6e;
  padding-top: 16px;
  margin-top: 20px;
  padding-right: 20px;
  border-top: 1px dashed #f0f1f5;
}
.productImg-module--footer--CyuKo .productImg-module--footerBtn--hs8es {
  display: flex;
}

.productImg-module--hgOpacity--Wg7Ku {
  height: 102px;
  cursor: auto;
}

.productImg-module--productBox--2-vxL {
  position: relative;
}
.productImg-module--productBox--2-vxL .productImg-module--productOperate--3l-ZW {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.productImg-module--productBox--2-vxL .productImg-module--productOperate--3l-ZW .productImg-module--bgchange--xpS1Z {
  height: 48px;
  width: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 51.95%);
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
}
.productImg-module--productBox--2-vxL:hover .productImg-module--productOperate--3l-ZW {
  display: block;
}

.productImg-module--uploadProductImg--Zj0dL .spin-label {
  display: none;
}

.productImg-module--site-cascader-error--5DEb4 {
  width: 100px;
}
.productImg-module--site-cascader-error--5DEb4 .sirius-cascader-select-selector {
  border-color: #fe5b4c !important;
  border-color: var(--error-6, #fe5b4c) !important;
}

.productImg-module--recommendText--5ylTw {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 229, 226);
  color: rgb(203, 73, 61);
  font-size: 12px;
  width: 36px;
  height: 20px;
  padding-top: 2px;
  margin-left: 4px;
}

.productImg-module--imgRadio--9R71W {
  width: 190px;
  color: rgb(39, 46, 71);
}

.productImg-module--imgRadio2--zvE8f {
  display: flex;
  margin-top: 16px;
  margin-bottom: 4px;
}

.productImg-module--imgRadioDesc2--Gu869 {
  color: rgb(84, 90, 110);
  margin-bottom: 12px;
}

.productImg-module--imgRadioDesc--dpibI {
  margin-left: 23px;
}

.productImg-module--inputErrorBor--bv1rM {
  border-color: #fe5b4c;
  border-color: var(--error-6, #fe5b4c);
}

.productImg-module--productItem--dGnC7 {
  margin-bottom: 32px;
}

.productImg-module--multipleImgIcon--d9wBD {
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.productImg-module--marginTop13--OxpHW {
  margin-top: 13px;
}

.productImg-module--localProName--y9XE0 {
  display: flex;
  height: 32px;
  width: 150px;
  padding: 5px 12px;
}
.empty-module--empty-container--MuXvj {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.empty-module--empty-wrap--nOcG0 {
  width: 296px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: rgba(38, 42, 51, 0.5);
}

.empty-module--empty-img--U4nDo {
  display: inline-block;
  width: 160px;
  height: 160px;
  background: url(/static/empty-381d00266358851c4a621ea79fffa172.png) 0 0 no-repeat;
  background-size: 100%;
  margin-bottom: 16px;
}

.empty-module--empty-img-customs--PfsiY {
  background: url(/static/customs-empty-4706faabd83b29d9dd289461e77a0e78.png) 0 0 no-repeat;
  background-size: 100%;
}
.style-module--product-setting-modal--7SJZR .style-module--expandRowClass--Fh02r {
  display: none;
}
.style-module--product-setting-modal--7SJZR .style-module--rowClass--mrXgg {
  background-color: #fff;
}
.style-module--product-setting-modal--7SJZR .ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f1f5;
}
.style-module--product-setting-modal--7SJZR .ant-modal-header {
  border-bottom: none;
}
.style-module--product-setting-modal--7SJZR .ant-modal-body {
  padding: 0 0 0px 24px !important;
  flex: 1 1;
  overflow-y: scroll;
}
.style-module--product-setting-modal--7SJZR .ant-btn {
  min-width: 76px;
}
.style-module--product-setting-modal--7SJZR .ant-btn-primary {
  background-color: #4c6aff;
  margin-left: 12px !important;
}
.style-module--product-setting-modal--7SJZR .double-row {
  white-space: pre-wrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.style-module--product-setting-modal--7SJZR .stockCol {
  display: inline;
  word-break: break-all;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg {
  display: flex;
  flex-direction: row;
  height: 492px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP {
  padding-right: 16px;
  padding-bottom: 12px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--table--Unbv1 {
  width: 588px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--table-pagination--hZMkL {
  padding-top: 24px;
  text-align: right;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--search-outer---WpBp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--search-outer---WpBp .style-module--search--bUFfO {
  width: 280px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--add-wrapper--jYAuF {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--add-wrapper--jYAuF .style-module--lastEle--Hba2l {
  margin-left: auto;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--add-wrapper--jYAuF > a {
  display: flex;
  align-items: center;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--add-wrapper--jYAuF svg {
  margin-right: 4px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--empty-list--zaQA8 {
  margin-top: 50px;
  margin-bottom: 40px;
  height: 296px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD {
  display: flex;
  margin-bottom: 16px;
  position: relative;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD .style-module--title--hh15G {
  font-size: 14px;
  line-height: 22px;
  color: #a9b2c2;
  flex-shrink: 0;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD .style-module--choose-products--0Ogt9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD .style-module--choose-products--0Ogt9.style-module--notInWaPage--eyFls {
  margin-right: 24px;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD .style-module--choose-products--0Ogt9 .style-module--product-item--hkwzL {
  padding: 0 8px;
  height: 20px;
  background: #f4f6f7;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD .style-module--choose-products--0Ogt9 .style-module--product-item--hkwzL .style-module--product-name--2UBrk {
  max-width: 94px;
  min-width: 36px;
  font-size: 12px;
  line-height: 20px;
  color: #4e5a70;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD .style-module--choose-products--0Ogt9 .style-module--product-item--hkwzL .style-module--close--2eYz8 {
  cursor: pointer;
  stroke: #939cad;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD .style-module--choose-products--0Ogt9 .style-module--product-item--hkwzL .style-module--close--2eYz8:hover {
  stroke: #4c6aff;
}
.style-module--product-setting-modal--7SJZR .style-module--content--y-cLg .style-module--left--RgDDP .style-module--choose-products-outer--aEsBD .style-module--clearAll--A0jAG {
  flex-shrink: 0;
  margin-left: auto;
  color: #9fa2ad;
  line-height: 22px;
  cursor: pointer;
}

.style-module--productSteps--EHZKp {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 4px;
  color: #9fa2ad;
}
.style-module--productSteps-line--ItyX7 {
  width: 46px;
  height: 2px;
  background: #e1e3e8;
  margin: 0 12px;
}
.style-module--productSteps-dot--VrwtF {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 2px solid #e1e3e8;
  margin-right: 8px;
}

.style-module--alert--XG7\+8 {
  margin-bottom: 16px;
  line-height: 20px;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(76, 106, 255, 0.09);
  border: none;
  font-size: 12px;
}
.style-module--alert--XG7\+8 .ant-alert-icon {
  color: #4c6aff;
}
.style-module--alert--XG7\+8 .ant-alert-message {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.ellipsisTooltip-module--ellipsis-tooltip--lH\+eV {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
}
.ellipsisTooltip-module--ellipsis-tooltip-content--g2XJu {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsisTooltip-module--ellipsis-tooltip-mirror--IApAz {
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.ellipsisTooltip-module--base-color--Q8wab {
  color: #fff;
}
.style-module--product-update-column-modal--hd\+Fw .ant-modal-header {
  border-bottom: none;
}
.style-module--product-update-column-modal--hd\+Fw .ant-modal-body {
  padding: 0;
}
.style-module--product-update-column-modal--hd\+Fw .ant-modal-footer {
  border-top: none;
  padding: 15.5px 23.5px;
}
.style-module--product-update-column-modal--hd\+Fw .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-bottom: 20px;
}
.style-module--product-update-column-modal--hd\+Fw .style-module--tip--Pr4Uk {
  width: 544px;
  height: 32px;
  background: #f2f7fe;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #232d47;
  padding-left: 24px;
  box-sizing: border-box;
}
.style-module--product-update-column-modal--hd\+Fw .style-module--content--NqbeF {
  display: flex;
  padding: 24px;
}
.style-module--product-update-column-modal--hd\+Fw .style-module--content--NqbeF .style-module--title--v3-9E {
  width: 70px;
  font-size: 14px;
  color: #4e5a70;
  flex-shrink: 0;
}
.sidebarGuideComp-module--root--2X5jj {
  position: relative;
  background: #fff;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 12px 16px 16px 16px;
  border-left: 1px solid #f0f1f5;
  border-left: 1px solid var(--Line-1, #f0f1f5);
  width: 288px;
  max-height: 482px;
  overflow: scroll;
  gap: 20px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--question--uYSpZ {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--question--uYSpZ .sidebarGuideComp-module--question-top--GqhU5 {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--question--uYSpZ .sidebarGuideComp-module--question-top--GqhU5 .sidebarGuideComp-module--question-title--LQVop {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--question--uYSpZ .sidebarGuideComp-module--question-top--GqhU5 .sidebarGuideComp-module--question-icon--0l7ob {
  width: 16px;
  height: 20px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--question--uYSpZ .sidebarGuideComp-module--question-answer--b\+PjI {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
  padding: 16px 12px;
  position: relative;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--question--uYSpZ .sidebarGuideComp-module--question-answer--b\+PjI .sidebarGuideComp-module--question-content-item-mark--A6ExD {
  position: absolute;
  top: -6px;
  left: 5px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--question--uYSpZ .sidebarGuideComp-module--question-answer--b\+PjI .sidebarGuideComp-module--question-answer-title--olARj {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  list-style: disc;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--skill--XMJ5H {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--skill--XMJ5H .sidebarGuideComp-module--question-top--GqhU5 {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--skill--XMJ5H .sidebarGuideComp-module--question-top--GqhU5 .sidebarGuideComp-module--question-title--LQVop {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--skill--XMJ5H .sidebarGuideComp-module--question-top--GqhU5 .sidebarGuideComp-module--use-sikll-icon--KuV36 {
  width: 20px;
  height: 20px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--skill--XMJ5H .sidebarGuideComp-module--skill-list--Bhc6L {
  display: flex;
  flex-direction: column;
  grid-auto-flow: 12px;
  padding: 12px;
  border-radius: 4px;
  background: #f2f7fe;
  background: var(--Link-1, #f2f7fe);
  gap: 12px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--skill--XMJ5H .sidebarGuideComp-module--skill-list--Bhc6L .sidebarGuideComp-module--skill-item--UvcHS {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--skill--XMJ5H .sidebarGuideComp-module--skill-list--Bhc6L .sidebarGuideComp-module--skill-item--UvcHS .sidebarGuideComp-module--skill-number--12EBp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d6e6fc;
  background-color: var(--Link-2, #d6e6fc);
  border-radius: 8px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  flex-shrink: 0;
  position: relative;
  top: 2px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--content--fjPKG .sidebarGuideComp-module--skill--XMJ5H .sidebarGuideComp-module--skill-list--Bhc6L .sidebarGuideComp-module--skill-item--UvcHS .sidebarGuideComp-module--skill-text--9IbyW {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.sidebarGuideComp-module--root--2X5jj .sidebarGuideComp-module--op-icon--twOJO {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.contentRoot-module--root--xqD68 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-wrap--cGQG6 {
  width: 100%;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-wrap--cGQG6 .contentRoot-module--back--CC2Tw {
  cursor: pointer;
  height: 40px;
  padding-left: 16px;
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-wrap--cGQG6 .contentRoot-module--back--CC2Tw .contentRoot-module--title--1p8i0 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  padding: 16px 0px 16px 16px;
  min-width: 450px;
  max-width: 490px;
  width: 490px;
  position: relative;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--action-cover--FZvVB {
  position: absolute;
  left: 0px;
  bottom: 0px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  width: 100%;
  height: 100px;
  z-index: 10;
  visibility: visible;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--action-cover--FZvVB .contentRoot-module--action-button--hicbe {
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background: #fff;
  background: var(---, #fff);
  padding: 5px 16px;
  pointer-events: all;
  cursor: pointer;
  height: 34px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--action-cover--FZvVB .contentRoot-module--action-button--hicbe .contentRoot-module--title--1p8i0 {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e .contentRoot-module--write-empty-item--UaZfb {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  border: 1px dashed #e1e3e8;
  border: 1px dashed var(--Line-3, #e1e3e8);
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 83px 0px 83px;
  flex-grow: 1;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e .contentRoot-module--write-empty-item--UaZfb .contentRoot-module--write-empty-item-top--ksKZo {
  display: flex;
  gap: 4px;
  align-items: center;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e .contentRoot-module--write-empty-item--UaZfb .contentRoot-module--write-empty-item-top--ksKZo .contentRoot-module--write-empty-item-top-plus--yLuhE {
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMTI1IDEwSDE2Ljg3NSIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAgMTYuODc1TDEwIDMuMTI1IiBzdHJva2U9IiMzRjQ2NUMiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e .contentRoot-module--write-empty-item--UaZfb .contentRoot-module--write-empty-item-top--ksKZo .contentRoot-module--write-empty-item-top-title--XMeqX {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e .contentRoot-module--write-empty-item--UaZfb .contentRoot-module--write-empty-item-detail--IiNfj {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e .contentRoot-module--action--OBHEu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e .contentRoot-module--action--OBHEu .contentRoot-module--icon--slgy7 {
  width: 40px;
  height: 40px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-empty--vfP9e .contentRoot-module--action--OBHEu .contentRoot-module--title--1p8i0 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--write-preview--saKus {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  border-radius: 4px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ {
  height: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ:hover::-webkit-scrollbar-button {
  display: none;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content--FLYXQ:hover::-webkit-scrollbar-corner {
  display: none;
}
.contentRoot-module--root--xqD68 .contentRoot-module--write-root--EtBKW .contentRoot-module--content2--velKe {
  padding: 20px 20px 74px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 706px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4:hover::-webkit-scrollbar-button {
  display: none;
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.contentRoot-module--root--xqD68 .contentRoot-module--template-root--W01H4:hover::-webkit-scrollbar-corner {
  display: none;
}

.contentRoot-module--save-confirm-header--rd2ko {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(38, 42, 51, 0.9);
}

.contentRoot-module--second-btns--E4cjJ {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}

.contentRoot-module--modal--rFMZK .ant-modal-body {
  padding: 0px;
  background-color: transparent;
  max-height: 612px;
  height: 612px;
}
.contentRoot-module--modal--rFMZK .ant-modal-content {
  background-color: transparent;
  box-shadow: none;
}

.contentRoot-module--hover-popover--K4VSg .ant-popover-content {
  margin-bottom: -10px;
}

.contentRoot-module--hover-view--M8BdP {
  background-color: #ffffff;
  border: 1px solid #ccc;
  width: 160px;
  height: 104px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  flex-direction: column;
}
.contentRoot-module--hover-view--M8BdP .contentRoot-module--hover-view-button--o9hFq {
  padding-left: 12px;
  height: 32px;
  flex-shrink: 0;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding-top: 5px;
  cursor: pointer;
}
.contentRoot-module--hover-view--M8BdP .contentRoot-module--hover-view-button--o9hFq:hover {
  background-color: #f0f2f7;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.MailTemplateListV2-module--edit-wrap--7TECY {
  height: 100%;
  z-index: 100;
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.MailTemplateListV2-module--wrap--8hI\+7 {
  flex: 1 1;
  overflow-y: auto;
  padding: 0 0 16px;
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.MailTemplateListV2-module--wrap--8hI\+7::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.MailTemplateListV2-module--wrap--8hI\+7::-webkit-scrollbar:horizontal {
  height: 6px;
}
.MailTemplateListV2-module--wrap--8hI\+7:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.MailTemplateListV2-module--wrap--8hI\+7:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.MailTemplateListV2-module--wrap--8hI\+7:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.MailTemplateListV2-module--wrap--8hI\+7:hover::-webkit-scrollbar-button {
  display: none;
}
.MailTemplateListV2-module--wrap--8hI\+7:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.MailTemplateListV2-module--wrap--8hI\+7:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.MailTemplateListV2-module--wrap--8hI\+7:hover::-webkit-scrollbar-corner {
  display: none;
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--list--d\+BeK {
  background: #fff;
  background: var(--unnamed, #fff);
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--list--d\+BeK .MailTemplateListV2-module--sub-list-header--6m6b9 {
  padding: 16px 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--list--d\+BeK .MailTemplateListV2-module--sub-list-header--6m6b9 .MailTemplateListV2-module--left-header--c-OCd {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--list--d\+BeK .MailTemplateListV2-module--sub-list-header--6m6b9 .MailTemplateListV2-module--right-header--ZqrDo {
  display: flex;
  align-items: center;
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  text-align: center;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--list--d\+BeK .MailTemplateListV2-module--sub-list-header--6m6b9 .MailTemplateListV2-module--right-header--ZqrDo .MailTemplateListV2-module--header-icon--9GjH9 {
  margin-left: 4px;
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--list--d\+BeK .MailTemplateListV2-module--sub-list-content--6YgBX {
  padding: 0 16px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1520px) {
  .MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--list--d\+BeK .MailTemplateListV2-module--sub-list--ztN25 .MailTemplateListV2-module--sub-list-content--6YgBX > div:nth-child(5) {
    display: none;
  }
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--search-header--rpe33 {
  padding: 16px 16px 0;
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--search-list--97uxb {
  padding: 16px;
  margin-right: -12px;
  margin-bottom: -12px;
}
.MailTemplateListV2-module--wrap--8hI\+7 .MailTemplateListV2-module--search-list-item--\+9sGX {
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
  vertical-align: top;
}

.MailTemplateListV2-module--wrap-write--gAoGA {
  margin: 0;
}

.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo {
  width: 223px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--line-2, #ebedf2);
  background-color: #fff;
  height: 165px;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo:hover {
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo:hover .MailTemplateListV2-module--labels--XPDSZ {
  display: none;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo:hover .MailTemplateListV2-module--card-op--HZ\+gF {
  display: flex;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card-title--1fjFx {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card-img--EnnhL {
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--line-2, #ebedf2);
  height: 77px;
  cursor: pointer;
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card-img--EnnhL img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card-img1--JustM img {
  width: 100%;
  min-width: 128px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo .MailTemplateListV2-module--labels--XPDSZ {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo .MailTemplateListV2-module--labels--XPDSZ .MailTemplateListV2-module--label-item--g76bc {
  border-radius: 2px;
  background: #e7ebf1;
  background: var(--label-61, #e7ebf1);
  padding: 2px 4px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  color: #4e5a70;
  color: var(--label-63, #4e5a70);
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo .MailTemplateListV2-module--card-op--HZ\+gF {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  margin: 6px -3px 0;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo .MailTemplateListV2-module--card-op--HZ\+gF .ant-popover {
  padding: 0;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card--tIrmo .MailTemplateListV2-module--card-op-min--muK80 .MailTemplateListV2-module--template-btn--ayhfh {
  width: 65px !important;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-card-min--8E6aB {
  width: 206px !important;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--recommend-card--P7gor {
  height: 268px;
  position: relative;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--recommend-card--P7gor .MailTemplateListV2-module--tag--T6QDH {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  background: #deebfd;
  background: var(--label-11, #deebfd);
  padding: 2px 4px;
  color: #4759b2;
  color: var(--label-13, #4759b2);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--recommend-card--P7gor .MailTemplateListV2-module--task-card-img--EnnhL {
  height: 180px;
  position: relative;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--recommend-card--P7gor .MailTemplateListV2-module--task-card-img--EnnhL:hover .MailTemplateListV2-module--img-info--rMHoz {
  display: flex;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--recommend-card--P7gor .MailTemplateListV2-module--task-card-img--EnnhL .MailTemplateListV2-module--img-info--rMHoz {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px 15px;
  display: none;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--recommend-card--P7gor .MailTemplateListV2-module--task-card-img--EnnhL .MailTemplateListV2-module--img-info--rMHoz .MailTemplateListV2-module--info-text--ie4Jm {
  color: #fff;
  color: var(--unnamed, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.MailTemplateListV2-module--task-item--GPA4R .MailTemplateListV2-module--task-time--kdo7x {
  margin-top: 8px;
  color: #747a8c;
  color: var(--text-3, #747a8c);
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.MailTemplateListV2-module--ellipsis--jIGQN {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.MailTemplateListV2-module--popover-content--cI0GC {
  padding: 4px 0;
  border-radius: 4px;
  border: 0.5px solid #ebedf2;
  border: 0.5px solid var(--line-2, #ebedf2);
  background: #fff;
  background: var(--unnamed, #fff);
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
}
.MailTemplateListV2-module--popover-content--cI0GC .MailTemplateListV2-module--popover-btn--e9OhQ {
  border: none;
  padding: 4px 12px;
  height: 32px;
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.MailTemplateListV2-module--popover-content--cI0GC .MailTemplateListV2-module--popover-btn--e9OhQ:hover {
  background: #f0f2f7;
  background: var(--fill-25-hover, #f0f2f7);
}

.MailTemplateListV2-module--popover-wrap--717fs {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--line-3, #e1e3e8);
  border-radius: 4px;
}

.MailTemplateListV2-module--template-btn--ayhfh {
  min-width: auto !important;
  white-space: nowrap !important;
  margin-left: 0 !important;
}

.MailTemplateListV2-module--template-btn2--w5Anr {
  font-size: 12px;
}

.MailTemplateListV2-module--my-modal2--kGAD2 .ant-modal-body {
  padding: 0;
  height: 612px;
  background-color: #fff !important;
  border-radius: 4px;
}
.MailTemplateListV2-module--my-modal2--kGAD2 .ant-modal-close {
  display: none;
}

.MailTemplateListV2-module--search-history--\+U\+sz {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  padding: 16px 16px 0;
  overflow: hidden;
}
.MailTemplateListV2-module--search-history--\+U\+sz > div {
  flex-shrink: 1;
}
.MailTemplateListV2-module--search-history--\+U\+sz .MailTemplateListV2-module--history-label--DQ3of {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #7a8599;
  margin-right: 4px;
  white-space: nowrap;
}
.MailTemplateListV2-module--search-history--\+U\+sz .MailTemplateListV2-module--history-item-box--08ghD {
  display: flex;
  align-items: center;
  margin-right: -8px;
  flex: 1 1;
  width: 0;
  overflow-x: hidden;
}
.MailTemplateListV2-module--search-history--\+U\+sz .MailTemplateListV2-module--history-item--gkIvz {
  background: #f6f7fa;
  background: var(--fill-2, #f6f7fa);
  border-radius: 75px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4e5a70;
  margin-right: 8px;
  white-space: nowrap;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.MailTemplateListV2-module--search-history--\+U\+sz .MailTemplateListV2-module--history-item-item--6OxUN {
  cursor: pointer;
  max-width: 92px;
  display: block;
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MailTemplateListV2-module--search-history--\+U\+sz .MailTemplateListV2-module--history-item--gkIvz:hover .MailTemplateListV2-module--history-item-icon--oHr1f {
  display: inline-block;
  flex-shrink: 1;
}
.MailTemplateListV2-module--search-history--\+U\+sz .MailTemplateListV2-module--history-item-icon--oHr1f {
  display: none;
  width: 8px;
  height: 8px;
  cursor: pointer;
  margin-left: 8px;
}

.MailTemplateListV2-module--no-result--B-12k {
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.MailTemplateListV2-module--no-result--B-12k img {
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
}
.MailTemplateListV2-module--no-result--B-12k div {
  display: inline-block;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.preview-module--preview--G0HlP {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.preview-module--preview--G0HlP .preview-module--header--9iSiS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  background: #ffffff;
  box-shadow: 0px 1px 0px #eceff4;
  padding: 24px;
}
.preview-module--preview--G0HlP .preview-module--header--9iSiS .preview-module--title--OV4KW {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #232d47;
  display: flex;
  align-items: center;
}
.preview-module--preview--G0HlP .preview-module--header--9iSiS .preview-module--title--OV4KW .preview-module--icon--EMXYd {
  margin-right: 4px;
  cursor: pointer;
}
.preview-module--preview--G0HlP .preview-module--data--G6\+fr {
  height: 142px;
  background: #ffffff;
  padding: 16px 0px;
  margin: 12px 24px 0px;
}
.preview-module--preview--G0HlP .preview-module--data--G6\+fr .preview-module--dataTitle--gPO70 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  font-weight: 500;
  margin-bottom: 16px;
}
.preview-module--preview--G0HlP .preview-module--data--G6\+fr .preview-module--dataTitle--gPO70 .preview-module--dataIcon--T43qF {
  width: 2px;
  height: 16px;
  background: #4c6aff;
  margin-right: 5px;
}
.preview-module--preview--G0HlP .preview-module--data--G6\+fr .preview-module--dataItem--W3CU5 {
  width: 100%;
  height: 72px;
  border-radius: 4px;
  padding: 6px 12px;
}
.preview-module--preview--G0HlP .preview-module--data--G6\+fr .preview-module--dataItem--W3CU5 .preview-module--dataLabel--yJa3- {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #7d8085;
  margin-bottom: 8px;
}
.preview-module--preview--G0HlP .preview-module--data--G6\+fr .preview-module--dataItem--W3CU5 .preview-module--dataValue--Sk7hq {
  font-family: "LX-numbers";
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #232d47;
}
.preview-module--preview--G0HlP .preview-module--templateDesc--GNwpc {
  margin: 12px 24px 0px;
}
.preview-module--preview--G0HlP .preview-module--templateDesc--GNwpc .preview-module--templateDescTitle---G96Y {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  font-weight: 500;
  margin-bottom: 16px;
}
.preview-module--preview--G0HlP .preview-module--templateDesc--GNwpc .preview-module--templateDescTitle---G96Y .preview-module--dataIcon--T43qF {
  width: 2px;
  height: 16px;
  background: #4c6aff;
  margin-right: 5px;
}
.preview-module--preview--G0HlP .preview-module--content--\+5c4c {
  margin: 24px 18px 70px 24px;
  flex: 1 1;
}
.preview-module--preview--G0HlP .preview-module--footer--Lj2tK {
  width: 100%;
  height: 64px;
  padding: 16px 24px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px -1px 0px #eceff4;
}
.preview-module--preview--G0HlP .preview-module--footer--Lj2tK .preview-module--buttons--H6Q4N {
  display: flex;
}
.preview-module--preview--G0HlP .preview-module--footer--Lj2tK .preview-module--buttons--H6Q4N .preview-module--button--jsmxJ {
  display: flex;
  align-items: center;
}
.preview-module--preview-container--ZCwR6 {
  background: #ffffff;
}
.preview-module--preview-container--ZCwR6 .preview-module--preview-wrap--SFM5m {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: 520px;
  gap: 12px;
}
.preview-module--preview-container--ZCwR6 .preview-module--area-wrap--UodNS {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.preview-module--preview-container--ZCwR6 .preview-module--preview-pc--FzOwe,
.preview-module--preview-container--ZCwR6 .preview-module--preview-mobile--YKiSr {
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 480px;
}
.preview-module--preview-container--ZCwR6 iframe {
  flex: 1 1;
  height: 100%;
  border: none;
  min-width: 200px;
}
.preview-module--preview-container--ZCwR6 .preview-module--preview-pc--FzOwe {
  flex-shrink: 0;
  width: 408px;
  padding: 50px 12px;
  background: url(/static/new-pc-outline.b82f41b9.svg) no-repeat;
}
.preview-module--preview-container--ZCwR6 .preview-module--preview-mobile--YKiSr {
  flex-shrink: 0;
  width: 234px;
  padding: 50px 12px;
  background: url(/static/new-mobile-outline.76d82f39.svg) no-repeat;
}

.preview-module--btn-group--6-\+6i {
  text-align: right;
  padding: 20px 24px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.preview-module--modal-wrap--wtApG .ant-modal-content {
  min-width: 898px;
}
.preview-module--modal-wrap--wtApG .ant-modal-body {
  padding: 0px 20px 20px !important;
}

.preview-module--email-list---tfAZ {
  border-left: 1px solid #ebedf2;
  border-left: 1px solid var(--Line-2, #ebedf2);
  padding-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 204px;
}
.preview-module--email-list---tfAZ .preview-module--input--reuPN {
  margin-bottom: 16px;
  padding-right: 12px;
}
.preview-module--email-list---tfAZ .preview-module--title--oBcGN {
  text-align: left;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  margin-bottom: 8px;
  width: 100%;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.preview-module--email-list---tfAZ .preview-module--subtitle--2gTsD {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.preview-module--email-list---tfAZ .preview-module--emails--U1EPN {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.preview-module--email-list---tfAZ .preview-module--emails--U1EPN .preview-module--email--qOIMc {
  cursor: pointer;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 9px 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.preview-module--email-list---tfAZ .preview-module--emails--U1EPN .preview-module--selectedEmail--VWQk8 {
  cursor: pointer;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 9px 16px;
  background: #f2f5ff;
  background: var(---Brand-1-, #f2f5ff);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.preview-module--sep--1LarO {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 4px;
}
.preview-module--sep--1LarO .preview-module--line--IXoAS {
  width: 38px;
  height: 1px;
  background: #e1e3e8;
  background: var(--Line-3, #e1e3e8);
}
.preview-module--sep--1LarO .preview-module--title--oBcGN {
  padding: 0px 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.group-module--group-name--R70On {
  color: #4e5a70;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1;
}
@charset "UTF-8";
.multiSelectContent-module--items--FTDVO {
  max-height: 195px;
  min-height: 88px;
  overflow-y: scroll;
  display: block;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.multiSelectContent-module--items--FTDVO .multiSelectContent-module--itemsNo--64Ncl {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(122, 133, 153);
}
.multiSelectContent-module--items--FTDVO::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.multiSelectContent-module--items--FTDVO::-webkit-scrollbar-track {
  border-radius: 6px;
}
.multiSelectContent-module--items--FTDVO::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.multiSelectContent-module--items--FTDVO .multiSelectContent-module--item--tEwtM span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.multiSelectContent-module--inputBtn--Ap51f {
  color: #4c6aff;
  font-size: 12px;
  cursor: pointer;
}

.multiSelectContent-module--footer--Ebxtw {
  padding: 10px 14px 0px 14px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #232d47;
}
.multiSelectContent-module--footer--Ebxtw .multiSelectContent-module--btns--3DSiY {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 22px;
  line-height: 22px;
}
.multiSelectContent-module--footer--Ebxtw .multiSelectContent-module--btns--3DSiY .multiSelectContent-module--svg--h3rPR {
  margin-right: 6px;
}

.multiSelectContent-module--err--PJPXi {
  color: #fe5b4c;
  font-size: 12px;
  padding: 8px;
}
.multiSelectContent-module--err--PJPXi .multiSelectContent-module--errText--hN1Xp {
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.multiSelectContent-module--group--46Ivx {
  width: 234px;
  padding-top: 8px;
}
.multiSelectContent-module--group--46Ivx .ant-checkbox-group {
  width: 100%;
}
.multiSelectContent-module--group--46Ivx .ant-checkbox-wrapper {
  display: flex !important;
  padding: 8px 14px;
}
.multiSelectContent-module--group--46Ivx .ant-input-group {
  padding: 8px 14px;
}
.multiSelectContent-module--group--46Ivx .ant-input-group .multiSelectContent-module--ant-input-affix-wrapper--Kkkue {
  border: 1px solid rgb(76, 106, 255);
  padding: 5px 8px;
}

.multiSelectContent-module--empty--sdJw\+ {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #747a8c;
  padding: 33px 0;
}
.multiSelectContent-module--empty--sdJw\+ .multiSelectContent-module--create--zQHJV {
  color: #4c6aff;
  cursor: pointer;
}

.multiSelectContent-module--group-hide--bpil\+ .ant-checkbox {
  width: 0;
  overflow: hidden;
}
.multiSelectContent-module--group-hide--bpil\+ .ant-checkbox-wrapper:hover {
  background: #f5f5f5;
}
.multiSelect-module--container--r6gGH {
  width: 148px;
}
.multiSelect-module--container--r6gGH .multiSelect-module--button--5Chjk {
  display: flex;
  align-items: center;
  border: none;
}
.multiSelect-module--container--r6gGH .multiSelect-module--button--5Chjk .multiSelect-module--text--wbjVX {
  display: flex;
  width: 80px;
  margin: 0px 8px;
  text-align: left;
  align-items: center;
}
.multiSelect-module--container--r6gGH .multiSelect-module--button--5Chjk:hover {
  background: none !important;
}
.multiSelect-module--container--r6gGH .multiSelect-module--group-name--d-ad3 {
  color: #4e5a70;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1;
}
.multiSelect-module--container--r6gGH .multiSelect-module--num--EG\+zQ {
  display: inline-block;
  width: 20px;
}
.multiSelect-module--container--r6gGH .multiSelect-module--group--jFns5 {
  width: 234px;
  padding-top: 8px;
}
.multiSelect-module--container--r6gGH .multiSelect-module--group--jFns5 .ant-checkbox-group {
  width: 100%;
}
.multiSelect-module--container--r6gGH .multiSelect-module--group--jFns5 .ant-checkbox-wrapper {
  display: flex !important;
  padding: 8px 14px;
}
.multiSelect-module--container--r6gGH .multiSelect-module--group--jFns5 .ant-input-group {
  padding: 8px 14px;
}
.multiSelect-module--container--r6gGH .multiSelect-module--group--jFns5 .ant-input-group .multiSelect-module--ant-input-affix-wrapper--LgFDc {
  border: 1px solid rgb(76, 106, 255);
  padding: 5px 8px;
}
.manage-group-modal .ant-modal-header {
  padding: 20px 24px;
}
.manage-group-modal .ant-modal-header .ant-modal-title {
  font-weight: 500;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #232d47;
  font-family: "PingFang SC";
}
.manage-group-modal .ant-modal-body {
  padding: 8px 8px 0px 8px;
}
.manage-group-modal .ant-modal-body .ant-input-group .ant-input-affix-wrapper {
  border: 1px solid rgb(76, 106, 255);
  padding: 5px 8px;
}
@charset "UTF-8";
.multiSelectManage-module--group-modal--pX79w .ant-modal-header {
  padding: 20px 24px;
}
.multiSelectManage-module--group-modal--pX79w .ant-modal-header .multiSelectManage-module--ant-modal-title--inCKa {
  font-weight: 500;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #232d47;
  font-family: "PingFang SC";
}
.multiSelectManage-module--group-modal--pX79w .ant-modal-body {
  padding: 8px 8px 0px 8px;
}
.multiSelectManage-module--group-modal--pX79w .ant-modal-body .multiSelectManage-module--ant-input-group--sspKt .multiSelectManage-module--ant-input-affix-wrapper--AjiqQ {
  border: 1px solid rgb(76, 106, 255);
  padding: 5px 8px;
}

.multiSelectManage-module--content--ByCpP {
  height: 290px;
  overflow-y: scroll;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.multiSelectManage-module--content--ByCpP::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.multiSelectManage-module--content--ByCpP::-webkit-scrollbar-track {
  border-radius: 6px;
}
.multiSelectManage-module--content--ByCpP::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(38, 42, 51, 0.3);
  padding: 4px;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item--2XD8C,
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item1--AzIPA {
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 2px;
  border-bottom: 1px solid #eceff4;
  padding: 13px 16px;
  position: relative;
  background: #ffffff;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item--2XD8C .multiSelectManage-module--btns--qTUbL,
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item1--AzIPA .multiSelectManage-module--btns--qTUbL {
  display: none;
  position: absolute;
  right: 16px;
  top: 16px;
  height: 20px;
  line-height: 20px;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item--2XD8C .multiSelectManage-module--btns--qTUbL .multiSelectManage-module--editIcon--VeFo6,
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item1--AzIPA .multiSelectManage-module--btns--qTUbL .multiSelectManage-module--editIcon--VeFo6 {
  margin-right: 24px;
  cursor: pointer;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item--2XD8C .multiSelectManage-module--btns--qTUbL .multiSelectManage-module--deleteIcon--GlsjU,
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item1--AzIPA .multiSelectManage-module--btns--qTUbL .multiSelectManage-module--deleteIcon--GlsjU {
  cursor: pointer;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item--2XD8C .multiSelectManage-module--item-name--S3iZi,
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item1--AzIPA .multiSelectManage-module--item-name--S3iZi {
  width: calc(100% - 60px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item--2XD8C .multiSelectManage-module--inputBtn--cteqt,
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item1--AzIPA .multiSelectManage-module--inputBtn--cteqt {
  color: #4c6aff;
  font-size: 12px;
  cursor: pointer;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item--2XD8C:hover {
  background: #f4f6f7;
  border-radius: 4px;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--item--2XD8C:hover .multiSelectManage-module--btns--qTUbL {
  display: block;
}
.multiSelectManage-module--content--ByCpP .multiSelectManage-module--notags--kMIzL {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7a8599;
}

.multiSelectManage-module--err--6ofDo {
  color: #fe5b4c;
  font-size: 12px;
  padding: 8px 8px 0px 8px;
}
.multiSelectManage-module--err--6ofDo .multiSelectManage-module--errText--sHf\+o {
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.confirmModal-module--confirm-title--gV1mI {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
}

.confirmModal-module--confirm-btn--CqSyg {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.confirmModal-module--confirm-btn--CqSyg span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.confirmModal-module--confirm-btn--CqSyg span:first-child {
  background: #ffffff;
  border: 1px solid rgba(38, 42, 51, 0.2);
  color: #262a33;
  margin-right: 12px;
}
.confirmModal-module--confirm-btn--CqSyg span:last-child {
  background: #386ee7;
  color: #ffffff;
}
.index-module--template--EDuFS {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.index-module--template--EDuFS .index-module--header--DZvuR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
  height: 80px;
  background: #ffffff;
  box-shadow: inset -0.5px 0px 0px rgba(38, 42, 51, 0.11);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-bottom: 0.5px solid #ddd;
}
.index-module--template--EDuFS .index-module--header--DZvuR .index-module--title--jqOsu {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  height: 28px;
  color: #232d47;
}
.index-module--template--EDuFS .index-module--nav--P2gCR {
  display: flex;
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
}
.index-module--template--EDuFS .index-module--nav--P2gCR .index-module--templateName--xyTu1 {
  display: flex;
  flex: auto;
}
.index-module--template--EDuFS .index-module--nav--P2gCR .index-module--templateName--xyTu1 .index-module--label--I\+XVY {
  width: 70px;
  color: #4e5a70;
}
.index-module--template--EDuFS .index-module--nav--P2gCR .index-module--templateName--xyTu1 .index-module--input--YqrNS {
  border: none;
}
.index-module--template--EDuFS .index-module--nav--P2gCR .index-module--input--YqrNS:focus {
  box-shadow: none;
}
.index-module--template--EDuFS .index-module--nav--P2gCR .index-module--line--GOvt5 {
  width: 1px;
  height: 16px;
  background: rgba(38, 42, 51, 0.16);
  margin-top: 14px;
}
.index-module--template--EDuFS .index-module--nav--P2gCR .index-module--group--ciaTs {
  width: 148px;
  padding: 0px 12px 0px 1px;
  display: flex;
  align-items: center;
}
.index-module--template--EDuFS .index-module--container--wtNE3 {
  width: 100%;
  flex: 1 1;
  overflow: auto;
  transform: scale(1);
  min-height: 100px;
}
.index-module--template--EDuFS .index-module--container--wtNE3 .mail-template-editor {
  margin-top: 39px;
  padding-top: 0px;
  height: calc(100% - 39px);
  position: relative;
  overflow: auto;
}
.index-module--template--EDuFS .index-module--container--wtNE3 .mail-template-editor .tox.tox-tinymce .tox-editor-header {
  position: fixed;
  top: 0;
  border-top: 1px solid rgba(39, 46, 71, 0.16);
}
.index-module--template--EDuFS .index-module--container--wtNE3 .mail-template-editor .tox.tox-tinymce {
  transform: none;
  border-top: 0;
}
.index-module--template--EDuFS .index-module--footer--\+DKgu {
  height: 64px;
  width: 100%;
  padding: 0px 24px;
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0px -1px 0px #eceff4;
}
.sign-site-guide-popover .ant-popover-arrow {
  opacity: 1;
}
.sign-site-guide-popover .ant-popover-arrow .ant-popover-arrow-content {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}

.sign-site-guide-box {
  width: 320px;
  background-color: #7088ff;
  background-color: var(--Brand-5, #7088ff);
  padding: 16px;
  position: relative;
}
.sign-site-guide-box .title {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 4px;
}
.sign-site-guide-box .sub-title {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.sign-site-guide-box .operate {
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.sign-site-guide-box .operate .ant-checkbox-inner {
  border-top: 1px solid #fff;
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.sign-site-guide-box .operate .ant-checkbox:not(.ant-checkbox-checked):not(.ant-checkbox-indeterminate) span.ant-checkbox-inner {
  border-color: #fff;
}
.sign-site-guide-box .operate .ant-checkbox-checked::after {
  border: 1px solid #fff;
}
.sign-site-guide-box .operate .ant-checkbox.ant-checkbox-checked span.ant-checkbox-inner {
  border-color: #fff;
}
.sign-site-guide-box .operate .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner::after {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.sign-site-guide-box .operate .ant-checkbox-wrapper {
  color: #fff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.sign-site-guide-box .operate .btn {
  display: flex;
  align-items: center;
  height: 28px;
  align-items: center;
  padding: 3px 12px;
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.sign-site-guide-box .line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 12px;
}
.sign-site-guide-box .footer {
  display: flex;
  height: 28px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.sign-site-guide-box .footer .txt {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.sign-site-guide-box .footer .btn {
  display: flex;
  align-items: center;
  height: 28px;
  align-items: center;
  padding: 3px 12px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.sign-site-guide-box .sirius-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: flex !important;
  height: 20px !important;
  width: 20px !important;
  align-items: center !important;
  justify-content: center !important;
}
.sign-site-guide-box .ant-checkbox + span {
  padding-left: 4px;
}
.sign-site-guide-box .ant-checkbox {
  transform: scale(0.85);
}
.style-module--link-button-modal-title--Hp\+re {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #272e47;
  margin-bottom: 16px;
}
.style-module--link-button-modal-title-add-btn--LIArG {
  color: #4c6aff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  cursor: pointer;
}
.style-module--link-button-modal-title-add-btn-disable--4Ft9n {
  color: #94a6ff;
  pointer-events: none;
}
.style-module--link-button-modal-title-add-btn-disable--4Ft9n path {
  stroke: #94a6ff;
}
.style-module--link-button-modal--Z\+TQa ::-webkit-scrollbar {
  width: 6px;
  height: 0;
}
.style-module--link-button-modal--Z\+TQa ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #c9cbd6;
}
.style-module--link-button-modal--Z\+TQa .ant-radio-wrapper {
  color: #272e47;
}
.style-module--link-button-modal--Z\+TQa .ant-radio-disabled + span {
  color: #272e47;
}

.style-module--btn-list--j9zBl {
  width: 100%;
  height: 96px;
  padding: 12px;
  border-radius: 4px;
  background: #f8f9fa;
  border: 1px solid #ebedf2;
  margin-bottom: 24px;
  overflow: auto;
}

.style-module--btn-item--rQWF4 {
  height: 28px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  background: #ebedf2;
  border-radius: 4px;
  border: 1px solid #ebedf2;
  margin: 0 8px 8px 0;
  cursor: pointer;
  position: relative;
  color: #545a6e;
}
.style-module--btn-item-selected--ETCw- {
  background: #fff;
  border-color: #4c6aff !important;
  color: #4c6aff;
}
.style-module--btn-item-name--K2x9x {
  font-size: 12px;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.style-module--btn-item--rQWF4 .sirius-icon {
  font-size: 14px;
  visibility: hidden;
  position: absolute;
  right: -10px;
  top: -6px;
}
.style-module--btn-item--rQWF4:hover {
  border-color: #8d92a1;
}
.style-module--btn-item--rQWF4:hover .sirius-icon {
  visibility: visible;
}

.style-module--btn-add-input--kRqcn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.style-module--btn-add-input--kRqcn svg {
  cursor: pointer;
}
.style-module--btn-add-input--kRqcn ::placeholder {
  font-size: 12px;
}

.style-module--product-name-list--piSQf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.style-module--option-block--RGpIa {
  margin-top: 12px;
  padding: 16px;
  border-radius: 4px;
  color: #272e47;
  background: #f8f9fa;
  border: 1px solid #ebedf2;
}
.style-module--option-block--RGpIa.style-module--simple--zJCRB {
  margin-top: 0;
  padding: 4px 0 24px;
  background: none;
  border: none;
}
.style-module--option-block--RGpIa.style-module--simple--zJCRB .style-module--option-block-row--Qrylb {
  margin-bottom: 24px;
}
.style-module--option-block-row--Qrylb {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.style-module--option-block-row-label--aAiFI {
  min-width: 76px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.style-module--option-block-row--Qrylb:not(:last-child) {
  margin-bottom: 16px;
}
.style-module--option-block--RGpIa .ant-select,
.style-module--option-block--RGpIa .sirius-cascader {
  flex: 1 1;
  overflow: hidden;
}
.style-module--option-block-add-option--yHlEC {
  display: flex;
  align-items: center;
  color: #4c6aff;
  cursor: pointer;
}

.style-module--site-cascader--QIczn .sirius-cascader-menus {
  height: auto;
  max-height: 184px;
}
.style-module--site-cascader--QIczn .sirius-cascader-menu {
  width: 202px;
}
.style-module--site-cascader--QIczn .sirius-cascader-menu-item:hover, .style-module--site-cascader--QIczn .sirius-cascader-menu-item[aria-checked=true] {
  color: #4c6aff;
  background: #f2f5ff;
}
.style-module--site-cascader--QIczn .sirius-cascader-menu-item-expand {
  padding-right: 20px;
  overflow: hidden;
}

.style-module--site-select--Jdi\+4 .ant-select-item-option-disabled {
  cursor: default;
}

.style-module--site-cascader-error--ksHQA {
  width: 100px;
}
.style-module--site-cascader-error--ksHQA .sirius-cascader-select-selector {
  border-color: #fe5b4c !important;
  border-color: var(--error-6, #fe5b4c) !important;
}
.style-module--site-link-dropdown-container--mlT3R {
  border-radius: 4px;
  border: 0.5px solid #ebedf2;
  padding: 4px 0;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
}

.style-module--site-link-list-item--41E7S {
  min-width: 157px;
  height: 32px;
  color: #272e47;
  cursor: pointer;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}
.style-module--site-link-list-item--41E7S:hover {
  background: #f0f2f7;
}
.lx-divider:before,
.lx-divider:after {
  position: relative;
  width: 50% !important;
  top: 0 !important;
}
.lx-badge.ant-badge.ant-badge-not-a-wrapper {
  display: flex;
  align-items: center;
}
.lx-badge.ant-badge .ant-scroll-number-only {
  transform: scale(0.83);
}
.lx-badge.ant-badge .ant-badge-count {
  height: 16px;
  border-radius: 8px;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
  box-shadow: none;
  padding: 0 4px;
  line-height: 16px;
}
.lx-badge.ant-badge .ant-badge-dot,
.lx-badge.ant-badge .ant-badge-status-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
  box-shadow: none;
}
.lx-badge.ant-badge .lx-badge-intro {
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
  padding: 0 6px;
  color: #fff;
}
.lx-badge.ant-badge .lx-badge-intro .text {
  display: inline-block;
  transform: scale(0.83);
  font-size: 12px;
  vertical-align: top;
}

.lx-badge.lx-badge-not-number.ant-badge .ant-badge-multiple-words {
  padding: 0 6px;
}

.lx-badge.lx-badge-single-number.ant-badge .ant-badge-count {
  min-width: 16px;
  width: 16px;
}

.lx-badge.lx-badge-dot-sm.ant-badge .ant-badge-dot,
.lx-badge.lx-badge-dot-sm.ant-badge .ant-badge-status-dot {
  width: 6px;
  height: 6px;
  min-width: 6px;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
  box-shadow: none;
}

.badge-comp-gray-block {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #c1c6ce;
  margin-left: 35px;
}

.badge-comp-wrap {
  display: flex;
}
.badge-comp-wrap .ant-badge-not-a-wrapper {
  margin-right: 10px;
}
.index-module--siriusPagination--og-FK .ant-pagination-item-active {
  font-weight: 400;
  background-color: #4c6aff !important;
  background-color: var(--Avatar-6, #4c6aff) !important;
  border-color: #4c6aff !important;
  border-color: var(--Avatar-6, #4c6aff) !important;
}
.index-module--siriusPagination--og-FK .ant-pagination-item-active a {
  color: #fff !important;
}
.index-module--siriusPagination--og-FK .ant-pagination-total-text {
  margin-right: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
}
.index-module--siriusPagination--og-FK .ant-pagination-item-link {
  border-color: #e1e3e8;
  border-color: var(--Fill-4, #e1e3e8);
  line-height: 28px;
  height: 30px;
  width: 30px;
  min-width: 30px;
}
.index-module--siriusPagination--og-FK .ant-pagination-prev:not(.ant-pagination-disabled) button {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--siriusPagination--og-FK .ant-pagination-next:not(.ant-pagination-disabled) button {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--siriusPagination--og-FK .ant-pagination-prev {
  height: 30px;
  min-width: 30px;
}
.index-module--siriusPagination--og-FK .ant-pagination-next {
  height: 30px;
  min-width: 30px;
}
.index-module--siriusPagination--og-FK .ant-pagination-item {
  border-color: #e1e3e8;
  border-color: var(--Fill-4, #e1e3e8);
  line-height: 28px;
  height: 30px;
  min-width: 30px;
}
.index-module--siriusPagination--og-FK .ant-pagination-item a {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--siriusPagination--og-FK .ant-pagination-item:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.index-module--siriusPagination--og-FK .ant-pagination-options-size-changer {
  box-shadow: none !important;
}
.index-module--siriusPagination--og-FK .ant-pagination-options-size-changer:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.index-module--siriusPagination--og-FK .ant-pagination-options-size-changer a {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--siriusPagination--og-FK .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #445fe5;
  border-color: var(--Brand-7, #445fe5);
}
.index-module--siriusPagination--og-FK .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusPagination--og-FK .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusPagination--og-FK .ant-pagination-options-quick-jumper input {
  box-shadow: none;
}
.index-module--siriusPagination--og-FK .ant-pagination-options-quick-jumper input:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.index-module--siriusPagination--og-FK .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusPagination--og-FK .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusPagination--og-FK .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #7088ff !important;
  border-color: var(--Brand-5, #7088ff) !important;
  box-shadow: none !important;
}
.index-module--siriusPagination--og-FK .ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  line-height: 22px;
}
.index-module--siriusPagination--og-FK .ant-pagination.mini .ant-pagination-item-link {
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.index-module--siriusPagination--og-FK .ant-pagination-options .ant-select-selector,
.index-module--siriusPagination--og-FK .ant-pagination-options .ant-pagination-options-quick-jumper,
.index-module--siriusPagination--og-FK .ant-pagination-options .ant-pagination-options-quick-jumper input {
  height: 30px;
  line-height: 30px;
}
.index-module--siriusPagination--og-FK .ant-pagination-options .ant-select-selector,
.index-module--siriusPagination--og-FK .ant-pagination-options .ant-pagination-options-quick-jumper input {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
}
.index-module--siriusPagination--og-FK .ant-pagination-options .ant-pagination-options-quick-jumper input {
  box-shadow: none;
}
.index-module--siriusPagination--og-FK .ant-pagination-options .ant-pagination-options-quick-jumper input:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.index-module--siriusPagination--og-FK .ant-pagination-options .ant-pagination-options-quick-jumper input:focus {
  border-color: #445fe5;
  border-color: var(--Brand-7, #445fe5);
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.index-module--siriusPagination--og-FK .ant-pagination-simple-pager input {
  width: 50px;
}
.sirius-steps .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  border-width: 1.5px;
  line-height: 24px;
  font-size: 14px;
  font-family: "LX-numbers";
  margin-right: 12px;
}
.sirius-steps.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-description {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.sirius-steps.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role=button]:hover .ant-steps-item-title {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.sirius-steps.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role=button]:hover .ant-steps-item-icon {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-steps.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.sirius-steps .ant-steps-item-error .ant-steps-error-icon::after {
  display: block;
  content: "";
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/common/2023/10/27/0ca3236a0e9143e59c6c0cc841d89251.svg");
  background-size: 100% 100%;
  height: 16px;
  width: 16px;
}
.sirius-steps .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #fe5b4c;
  color: var(--error-6, #fe5b4c);
}
.sirius-steps .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #fe5b4c;
  color: var(--error-6, #fe5b4c);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.sirius-steps .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.sirius-steps .ant-steps-item-tail::after {
  border-radius: 0;
}
.sirius-steps.ant-steps-vertical > .ant-steps-item {
  min-height: 90px;
}
.sirius-steps.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  left: 11px;
  padding: 32px 0 10px;
}
.sirius-steps.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 2px;
}
.sirius-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-steps .ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  background: none;
}
.sirius-steps .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
  background: none;
  border: 0;
}
.sirius-steps .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  line-height: 24px;
}
.sirius-steps .ant-steps-item-title {
  line-height: 24px;
}
.sirius-steps .ant-steps-item-title .ant-steps-icon {
  top: -0.9px;
}
.sirius-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sirius-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sirius-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sirius-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-size: 16px;
  font-weight: 500;
}
.sirius-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background: #e1e3e8;
  background: var(--Line-3, #e1e3e8);
  height: 2px;
}
.sirius-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.sirius-steps .ant-steps-item-title::after {
  top: 12px;
}
.sirius-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.sirius-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.sirius-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  height: 2px;
}
.sirius-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.sirius-steps .ant-steps-item-finish .ant-steps-item-icon {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.sirius-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-finish-icon > svg {
  scale: 0.7;
  stroke-width: 1.5px;
}
.index-module--siriusPagination--31PDy .ant-pagination-item-active, .index-module--siriusTable--sbxR\+ .ant-pagination-item-active {
  font-weight: 400;
  background-color: #4c6aff !important;
  background-color: var(--Avatar-6, #4c6aff) !important;
  border-color: #4c6aff !important;
  border-color: var(--Avatar-6, #4c6aff) !important;
}
.index-module--siriusPagination--31PDy .ant-pagination-item-active a, .index-module--siriusTable--sbxR\+ .ant-pagination-item-active a {
  color: #fff !important;
}
.index-module--siriusPagination--31PDy .ant-pagination-total-text, .index-module--siriusTable--sbxR\+ .ant-pagination-total-text {
  margin-right: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
}
.index-module--siriusPagination--31PDy .ant-pagination-item-link, .index-module--siriusTable--sbxR\+ .ant-pagination-item-link {
  border-color: #e1e3e8;
  border-color: var(--Fill-4, #e1e3e8);
  line-height: 28px;
  height: 30px;
  width: 30px;
  min-width: 30px;
}
.index-module--siriusPagination--31PDy .ant-pagination-prev:not(.ant-pagination-disabled) button, .index-module--siriusTable--sbxR\+ .ant-pagination-prev:not(.ant-pagination-disabled) button {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--siriusPagination--31PDy .ant-pagination-next:not(.ant-pagination-disabled) button, .index-module--siriusTable--sbxR\+ .ant-pagination-next:not(.ant-pagination-disabled) button {
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--siriusPagination--31PDy .ant-pagination-prev, .index-module--siriusTable--sbxR\+ .ant-pagination-prev {
  height: 30px;
  min-width: 30px;
}
.index-module--siriusPagination--31PDy .ant-pagination-next, .index-module--siriusTable--sbxR\+ .ant-pagination-next {
  height: 30px;
  min-width: 30px;
}
.index-module--siriusPagination--31PDy .ant-pagination-item, .index-module--siriusTable--sbxR\+ .ant-pagination-item {
  border-color: #e1e3e8;
  border-color: var(--Fill-4, #e1e3e8);
  line-height: 28px;
  height: 30px;
  min-width: 30px;
}
.index-module--siriusPagination--31PDy .ant-pagination-item a, .index-module--siriusTable--sbxR\+ .ant-pagination-item a {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--siriusPagination--31PDy .ant-pagination-item:hover, .index-module--siriusTable--sbxR\+ .ant-pagination-item:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.index-module--siriusPagination--31PDy .ant-pagination-options-size-changer, .index-module--siriusTable--sbxR\+ .ant-pagination-options-size-changer {
  box-shadow: none !important;
}
.index-module--siriusPagination--31PDy .ant-pagination-options-size-changer:hover, .index-module--siriusTable--sbxR\+ .ant-pagination-options-size-changer:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.index-module--siriusPagination--31PDy .ant-pagination-options-size-changer a, .index-module--siriusTable--sbxR\+ .ant-pagination-options-size-changer a {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--siriusPagination--31PDy .ant-select:not(.ant-select-disabled):hover .ant-select-selector, .index-module--siriusTable--sbxR\+ .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #445fe5;
  border-color: var(--Brand-7, #445fe5);
}
.index-module--siriusPagination--31PDy .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link, .index-module--siriusTable--sbxR\+ .ant-pagination-next:not(.ant-pagination-disabled):hover .ant-pagination-item-link {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusPagination--31PDy .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link, .index-module--siriusTable--sbxR\+ .ant-pagination-prev:not(.ant-pagination-disabled):hover .ant-pagination-item-link {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusPagination--31PDy .ant-pagination-options-quick-jumper input, .index-module--siriusTable--sbxR\+ .ant-pagination-options-quick-jumper input {
  box-shadow: none;
}
.index-module--siriusPagination--31PDy .ant-pagination-options-quick-jumper input:hover, .index-module--siriusTable--sbxR\+ .ant-pagination-options-quick-jumper input:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.index-module--siriusPagination--31PDy .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, .index-module--siriusTable--sbxR\+ .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusPagination--31PDy .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon, .index-module--siriusTable--sbxR\+ .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusPagination--31PDy .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector, .index-module--siriusTable--sbxR\+ .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #7088ff !important;
  border-color: var(--Brand-5, #7088ff) !important;
  box-shadow: none !important;
}
.index-module--siriusPagination--31PDy .ant-pagination.mini .ant-pagination-item, .index-module--siriusTable--sbxR\+ .ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  line-height: 22px;
}
.index-module--siriusPagination--31PDy .ant-pagination.mini .ant-pagination-item-link, .index-module--siriusTable--sbxR\+ .ant-pagination.mini .ant-pagination-item-link {
  min-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.index-module--siriusPagination--31PDy .ant-pagination-options .ant-select-selector, .index-module--siriusTable--sbxR\+ .ant-pagination-options .ant-select-selector,
.index-module--siriusPagination--31PDy .ant-pagination-options .ant-pagination-options-quick-jumper,
.index-module--siriusTable--sbxR\+ .ant-pagination-options .ant-pagination-options-quick-jumper,
.index-module--siriusPagination--31PDy .ant-pagination-options .ant-pagination-options-quick-jumper input,
.index-module--siriusTable--sbxR\+ .ant-pagination-options .ant-pagination-options-quick-jumper input {
  height: 30px;
  line-height: 30px;
}
.index-module--siriusPagination--31PDy .ant-pagination-options .ant-select-selector, .index-module--siriusTable--sbxR\+ .ant-pagination-options .ant-select-selector,
.index-module--siriusPagination--31PDy .ant-pagination-options .ant-pagination-options-quick-jumper input,
.index-module--siriusTable--sbxR\+ .ant-pagination-options .ant-pagination-options-quick-jumper input {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
}
.index-module--siriusPagination--31PDy .ant-pagination-options .ant-pagination-options-quick-jumper input, .index-module--siriusTable--sbxR\+ .ant-pagination-options .ant-pagination-options-quick-jumper input {
  box-shadow: none;
}
.index-module--siriusPagination--31PDy .ant-pagination-options .ant-pagination-options-quick-jumper input:hover, .index-module--siriusTable--sbxR\+ .ant-pagination-options .ant-pagination-options-quick-jumper input:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.index-module--siriusPagination--31PDy .ant-pagination-options .ant-pagination-options-quick-jumper input:focus, .index-module--siriusTable--sbxR\+ .ant-pagination-options .ant-pagination-options-quick-jumper input:focus {
  border-color: #445fe5;
  border-color: var(--Brand-7, #445fe5);
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.index-module--siriusPagination--31PDy .ant-pagination-simple-pager input, .index-module--siriusTable--sbxR\+ .ant-pagination-simple-pager input {
  width: 50px;
}

.index-module--siriusTable--sbxR\+.index-module--header-bg-color--jqfo4 .ant-table-thead > tr > th {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  color: #7a8599;
}
.index-module--siriusTable--sbxR\+ .ant-table-cell.ant-table-cell-fix-right.react-resizable {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.index-module--siriusTable--sbxR\+ .ant-table-tbody > tr.ant-table-row:hover > td {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}
.index-module--siriusTable--sbxR\+ .ant-spin-text {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin-top: 15px;
}
.index-module--siriusTable--sbxR\+ .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Avatar-6, #4c6aff);
}
.index-module--siriusTable--sbxR\+ .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  height: 1.6px;
  width: 8px;
}
.index-module--siriusTable--sbxR\+ .ant-table-tbody > tr.ant-table-row-selected > td {
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
}
.index-module--siriusTable--sbxR\+ .odd td {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.index-module--siriusTable--sbxR\+ .ant-table-thead > tr > th {
  font-weight: normal;
  font-family: PingFang SC;
}
.index-module--siriusTable--sbxR\+ .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none;
}
.index-module--siriusTable--sbxR\+ .ant-table-ping-right .ant-table-cell-fix-right-first,
.index-module--siriusTable--sbxR\+ .ant-table-ping-right .ant-table-cell-fix-right-last {
  filter: drop-shadow(-4px 0px 10px rgba(71, 89, 178, 0.12));
  filter: drop-shadow(-4px 0px 10px rgba(var(--label-1_3-r, 71), var(--label-1_3-g, 89), var(--label-1_3-b, 178), 0.12));
}
.index-module--siriusTable--sbxR\+ .ant-table-ping-left .ant-table-cell-fix-left-first,
.index-module--siriusTable--sbxR\+ .ant-table-ping-left .ant-table-cell-fix-left-last {
  filter: drop-shadow(4px 0px 10px rgba(71, 89, 178, 0.12));
  filter: drop-shadow(4px 0px 10px rgba(var(--label-1_3-r, 71), var(--label-1_3-g, 89), var(--label-1_3-b, 178), 0.12));
}
.index-module--siriusTable--sbxR\+ .ant-table-ping-left .ant-table-cell-fix-left-first::after,
.index-module--siriusTable--sbxR\+ .ant-table-ping-left .ant-table-cell-fix-left-last::after,
.index-module--siriusTable--sbxR\+ .ant-table-ping-right .ant-table-cell-fix-right-first::after,
.index-module--siriusTable--sbxR\+ .ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: none;
}
.index-module--siriusTable--sbxR\+ .ant-table-thead > tr > th,
.index-module--siriusTable--sbxR\+ .ant-table-tbody > tr > td,
.index-module--siriusTable--sbxR\+ .ant-table tfoot > tr > th,
.index-module--siriusTable--sbxR\+ .ant-table tfoot > tr > td {
  padding: 12px 10px;
  border: none;
}
.index-module--siriusTable--sbxR\+ .ant-table-cell.react-resizable {
  position: relative !important;
  background-clip: padding-box;
}
.index-module--siriusTable--sbxR\+ .ant-table-cell .react-resizable-handle {
  position: absolute !important;
  width: 10px !important;
  height: 100% !important;
  bottom: 0;
  right: -5px;
  cursor: col-resize !important;
  z-index: 1;
  background: none !important;
}
.index-module--siriusTable--sbxR\+ .ant-table-body .ant-table-row.odd td {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.index-module--siriusTable--sbxR\+ .ant-table-body .ant-table-row.even td {
  background-color: #fff;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-small .ant-tabs-nav .ant-tabs-tab {
  padding: 2px 12px;
  font-size: 12px;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-middle .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 12px;
  font-size: 12px;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-default .ant-tabs-nav .ant-tabs-tab {
  height: 40px;
  padding: 9px 14px;
  font-size: 14px;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-max .ant-tabs-nav .ant-tabs-tab {
  padding: 13px 16px;
  font-size: 14px;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-top .ant-tabs-nav::before {
  border-bottom: none;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-left .ant-tabs-nav .ant-tabs-tab {
  width: 200px;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-left .ant-tabs-nav .ant-tabs-tab-active {
  background-color: #f2f5ff;
  background-color: var(--Brand-1, #f2f5ff);
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-card .ant-tabs-nav .ant-tabs-tab-remove:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-card .ant-tabs-nav .ant-tabs-tab {
  border: none;
  background-color: #fff;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-card .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: visible;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-top .ant-tabs-ink-bar {
  background-color: transparent !important;
}
.tabs-module--siriusTabs--CPpPq.ant-tabs-top .ant-tabs-ink-bar::after {
  content: "";
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #386ee7;
  transform: translateX(-50%);
}
.tabs-module--siriusTabs--CPpPq .ant-tabs-nav-list {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.tabs-module--siriusTabs--CPpPq .ant-tabs-nav-list .ant-tabs-ink-bar {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.tabs-module--siriusTabs--CPpPq .ant-tabs-nav .ant-tabs-nav-wrap {
  margin-right: 0 !important;
}
.tabs-module--siriusTabs--CPpPq .ant-tabs-tab {
  padding: 9px 14px;
  font-size: 14px;
}
.tabs-module--siriusTabs--CPpPq .ant-tabs-tab:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.tabs-module--siriusTabs--CPpPq .ant-tabs-tab-active [role=tab] {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-weight: 500;
}

.capsule .ant-tabs-nav .ant-tabs-ink-bar {
  display: none;
}
.capsule .ant-tabs-nav .ant-tabs-tab {
  padding: 9px 20px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 20px;
}
.capsule .ant-tabs-nav .ant-tabs-tab-active {
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.capsule .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 12px;
}
.capsule .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: 400;
  text-shadow: none;
}
.capsule.ant-tabs-small .ant-tabs-nav .ant-tabs-tab {
  padding: 2px 12px;
}
.capsule.ant-tabs-middle .ant-tabs-nav .ant-tabs-tab {
  padding: 5px 20px;
}
.capsule.ant-tabs-default .ant-tabs-nav .ant-tabs-tab {
  padding: 9px 20px;
}
.capsule.ant-tabs-max .ant-tabs-nav .ant-tabs-tab {
  padding: 9px 20px;
}

.tabs-module--white--0i7\+s .ant-tabs-tab {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}

.tabs-module--gray--zwYwL .ant-tabs-tab {
  background-color: #fff;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.index-module--sirius-drawer--w8Oxm.index-module--is-web-entry-wm-customer-style--t19py .ant-drawer-content-wrapper,
.index-module--siriusDrawer--PEgv0.index-module--is-web-entry-wm-customer-style--t19py .ant-drawer-content-wrapper {
  height: calc(100% - 54px);
  top: 54px;
}
.index-module--sirius-drawer--w8Oxm.ant-drawer-open.ant-drawer-left .ant-drawer-content-wrapper,
.index-module--siriusDrawer--PEgv0.ant-drawer-open.ant-drawer-left .ant-drawer-content-wrapper {
  border-right: 1px solid #f0f1f5;
  border-right: 1px solid var(--Line-1, #f0f1f5);
  box-shadow: 6px 0px 16px rgba(47, 83, 134, 0.12);
}
.index-module--sirius-drawer--w8Oxm.ant-drawer-open.ant-drawer-right .ant-drawer-content-wrapper,
.index-module--siriusDrawer--PEgv0.ant-drawer-open.ant-drawer-right .ant-drawer-content-wrapper {
  border-left: 1px solid #f0f1f5;
  border-left: 1px solid var(--Line-1, #f0f1f5);
  box-shadow: -6px 0px 16px rgba(47, 83, 134, 0.12);
}
.index-module--sirius-drawer--w8Oxm.ant-drawer-open.ant-drawer-top .ant-drawer-content-wrapper,
.index-module--siriusDrawer--PEgv0.ant-drawer-open.ant-drawer-top .ant-drawer-content-wrapper {
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
  box-shadow: 0px 6px 16px rgba(47, 83, 134, 0.12);
}
.index-module--sirius-drawer--w8Oxm.ant-drawer-open.ant-drawer-bottom .ant-drawer-content-wrapper,
.index-module--siriusDrawer--PEgv0.ant-drawer-open.ant-drawer-bottom .ant-drawer-content-wrapper {
  border-top: 1px solid #f0f1f5;
  border-top: 1px solid var(--Line-1, #f0f1f5);
  box-shadow: 0px -6px 16px rgba(47, 83, 134, 0.12);
}
.index-module--sirius-drawer--w8Oxm .ant-drawer-header,
.index-module--siriusDrawer--PEgv0 .ant-drawer-header {
  height: 68px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  border: none;
}
.index-module--sirius-drawer--w8Oxm .ant-drawer-header .ant-drawer-title,
.index-module--siriusDrawer--PEgv0 .ant-drawer-header .ant-drawer-title {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  line-height: 24px;
}
.index-module--sirius-drawer--w8Oxm .ant-drawer-header-no-title,
.index-module--siriusDrawer--PEgv0 .ant-drawer-header-no-title {
  position: relative;
}
.index-module--sirius-drawer--w8Oxm .ant-drawer-footer,
.index-module--siriusDrawer--PEgv0 .ant-drawer-footer {
  border: none;
  height: 72px;
  padding: 20px;
}
.index-module--sirius-drawer--w8Oxm .ant-drawer-body,
.index-module--siriusDrawer--PEgv0 .ant-drawer-body {
  padding: 20px;
}
.index-module--sirius-drawer-windows--fNxDm .ant-drawer-wrapper-body,
.index-module--siriusDrawer-windows--Zj44H .ant-drawer-wrapper-body {
  padding-top: 32px;
}
.index-module--sirius-drawer-closable--zCk8N .ant-drawer-title,
.index-module--siriusDrawer-closable--jMfPZ .ant-drawer-title {
  width: calc(100% - 40px);
}
@charset "UTF-8";
.sirius-cascader-select {
  /** 单选 **/
  /** 多选 **/
}
.sirius-cascader-select-single .sirius-cascader-select-selector {
  display: flex;
}
.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-search-input {
  width: 100%;
}
.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-item {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder {
  pointer-events: none;
}
.sirius-cascader-select-single.sirius-cascader-select-show-arrow .sirius-cascader-select-selection-search {
  right: 25px;
}
.sirius-cascader-select-single.sirius-cascader-select-open .sirius-cascader-select-selection-item {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.sirius-cascader-select-single:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.sirius-cascader-select-single:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-search-input {
  height: 30px;
}
.sirius-cascader-select-single:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector::after {
  line-height: 30px;
}
.sirius-cascader-select-single.sirius-cascader-select-customize-input .sirius-cascader-select-selector::after {
  display: none;
}
.sirius-cascader-select-single.sirius-cascader-select-customize-input .sirius-cascader-select-selector .sirius-cascader-select-selection-search {
  position: static;
  width: 100%;
}
.sirius-cascader-select-single.sirius-cascader-select-customize-input .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.sirius-cascader-select-single.sirius-cascader-select-customize-input .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder::after {
  display: none;
}
.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  height: 36px;
  padding: 0 11px;
}
.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input):not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search-input {
  height: 34px;
}
.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  height: 28px;
  padding: 0 7px;
}
.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search {
  right: 7px;
  left: 7px;
}
.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input):not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search-input {
  height: 26px;
}
.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-search {
  right: 28px;
}
.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  height: 24px;
  padding: 0 7px;
}
.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search {
  right: 7px;
  left: 7px;
}
.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input):not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selection-search-input {
  height: 22px;
}
.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-search {
  right: 28px;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: " ";
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  max-width: 146px;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
  border: 1px solid #f0f2f7;
  border: 1px solid var(--Fill-2_5, #f0f2f7);
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
          user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 4px;
  padding-inline-end: 4px;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove > * {
  line-height: 1;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove svg {
  display: inline-block;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove::before {
  display: none;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove .sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove-icon {
  display: block;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove > .anticon {
  vertical-align: -0.2em;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-overflow-item + .sirius-cascader-select-selection-overflow-item .sirius-cascader-select-selection-search {
  margin-inline-start: 0;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-inline-start: 7px;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.sirius-cascader-select-multiple .sirius-cascader-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selector::after {
  line-height: 28px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selection-item {
  height: 28px;
  line-height: 26px;
  height: 28px;
  line-height: 28px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selection-search {
  height: 28px;
  line-height: 28px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selector::after {
  line-height: 20px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-item {
  height: 20px;
  line-height: 18px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-search {
  height: 20px;
  line-height: 20px;
  margin-inline-start: 3px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-placeholder {
  left: 7px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selector::after {
  line-height: 16px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-search {
  height: 16px;
  line-height: 16px;
  margin-inline-start: 3px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-placeholder {
  left: 7px;
}
.sirius-cascader-select-multiple.sirius-cascader-select-disabled.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.sirius-cascader-select-multiple.sirius-cascader-select-disabled.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}

.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-item,
.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}

.sirius-cascader-select-single .sirius-cascader-select-selector::after,
.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-item::after,
.sirius-cascader-select-single .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: " ";
}

.sirius-cascader-select-single.sirius-cascader-select-show-arrow .sirius-cascader-select-selection-item,
.sirius-cascader-select-single.sirius-cascader-select-show-arrow .sirius-cascader-select-selection-placeholder {
  padding-right: 18px;
}

.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector::after,
.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-item,
.sirius-cascader-select-single.sirius-cascader-select-lg:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder {
  line-height: 34px;
}

.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector::after,
.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-item,
.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder {
  line-height: 26px;
}

.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-item,
.sirius-cascader-select-single.sirius-cascader-select-sm:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-placeholder {
  padding-right: 21px;
}

.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector::after,
.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-item,
.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-placeholder {
  line-height: 22px;
}

.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-item,
.sirius-cascader-select-single.sirius-cascader-select-mn:not(.sirius-cascader-select-customize-input).sirius-cascader-select-show-arrow .sirius-cascader-select-selection-placeholder {
  padding-right: 21px;
}

/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.sirius-cascader-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}

.sirius-cascader-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}

.sirius-cascader-select-show-search.sirius-cascader-select-multiple .sirius-cascader-select-selector {
  cursor: text;
}
.sirius-cascader-select-show-search.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  cursor: text;
}
.sirius-cascader-select-show-search.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector input {
  cursor: auto;
  caret-color: #4c6aff;
  caret-color: var(--Avatar-6, #4c6aff);
}

.sirius-cascader-select-disabled.sirius-cascader-select-multiple .sirius-cascader-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.sirius-cascader-select-disabled.sirius-cascader-select-multiple .sirius-cascader-select-selection-item {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.sirius-cascader-select-disabled .sirius-cascader-select-selection-item-remove {
  display: none;
}
.sirius-cascader-select-disabled.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  cursor: not-allowed;
}
.sirius-cascader-select-disabled.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector input {
  cursor: not-allowed;
}
.sirius-cascader-select-disabled .sirius-cascader-select-arrow {
  cursor: not-allowed;
}

.sirius-cascader-select-multiple.sirius-cascader-select-show-arrow .sirius-cascader-select-selector,
.sirius-cascader-select-multiple.sirius-cascader-select-allow-clear .sirius-cascader-select-selector {
  padding-right: 24px;
}

.sirius-cascader-select-multiple .sirius-cascader-select-selection-search-input,
.sirius-cascader-select-multiple .sirius-cascader-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 24px;
  transition: all 0.3s;
}

.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selection-search-input,
.sirius-cascader-select-multiple.sirius-cascader-select-lg .sirius-cascader-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}

.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-search-input,
.sirius-cascader-select-multiple.sirius-cascader-select-sm .sirius-cascader-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}

.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-search-input,
.sirius-cascader-select-multiple.sirius-cascader-select-mn .sirius-cascader-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}

/* Reset search input style */
.sirius-cascader-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector input {
  cursor: pointer;
}
.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}
.sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector .sirius-cascader-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
}
.sirius-cascader-select:not(.sirius-cascader-select-disabled):hover .sirius-cascader-select-selector {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
  border-right-width: 1px !important;
}
.sirius-cascader-select:hover .sirius-cascader-select-clear {
  opacity: 1;
}

.sirius-cascader-select-focused:not(.sirius-cascader-select-disabled).sirius-cascader-select:not(.sirius-cascader-select-customize-input) .sirius-cascader-select-selector {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}

.sirius-cascader-select-selection-item {
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sirius-cascader-select-selection-placeholder {
  flex: 1 1;
  overflow: hidden;
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.sirius-cascader-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.sirius-cascader-select-arrow > * {
  line-height: 1;
}
.sirius-cascader-select-arrow svg {
  display: inline-block;
}
.sirius-cascader-select-arrow::before {
  display: none;
}
.sirius-cascader-select-arrow .sirius-cascader-select-arrow-icon {
  display: block;
}
.sirius-cascader-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.sirius-cascader-select-arrow .anticon > svg {
  vertical-align: top;
}
.sirius-cascader-select-arrow .anticon:not(.sirius-cascader-select-suffix) {
  pointer-events: auto;
}

.sirius-cascader-select-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.sirius-cascader-select-clear::before {
  display: block;
}
.sirius-cascader-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.sirius-cascader-select-dropdown {
  margin: 0;
  padding: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  filter: drop-shadow(0px 4px 16px rgba(39, 46, 71, 0.08));
  filter: drop-shadow(0px 4px 16px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08));
}

@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
.sirius-cascader-select-dropdown.sirius-cascader-slide-up-enter {
  animation-name: antSlideUpIn;
}

.sirius-cascader-select-dropdown.sirius-cascader-slide-up-leave {
  animation-name: antSlideUpOut;
}

.sirius-cascader-select-dropdown-hidden {
  display: none;
}

.sirius-cascader-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}

.sirius-cascader-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}

.sirius-cascader-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.sirius-cascader-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}

.sirius-cascader-select-item-option {
  display: flex;
}

.sirius-cascader-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sirius-cascader-select-item-option-state {
  flex: none;
}

.sirius-cascader-select-item-option-active:not(.sirius-cascader-select-item-option-disabled) {
  background-color: #f5f5f5;
}

.sirius-cascader-select-item-option-selected:not(.sirius-cascader-select-item-option-disabled) {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-weight: 600;
  background-color: #e6f7ff;
}
.sirius-cascader-select-item-option-selected:not(.sirius-cascader-select-item-option-disabled) .sirius-cascader-select-item-option-state {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}

.sirius-cascader-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.sirius-cascader-select-item-option-disabled.sirius-cascader-select-item-option-selected {
  background-color: #f5f5f5;
}

.sirius-cascader-select-item-option-grouped {
  padding-left: 24px;
}

.sirius-cascader-select-lg {
  font-size: 16px;
}

.sirius-cascader-select-borderless .sirius-cascader-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.sirius-cascader-removeIcon {
  color: #8d92a1;
  font-size: 12px;
}
.sirius-cascader-removeIcon:hover {
  color: #3f465c;
}
.sirius-cascader-single .sirius-cascader-menu-item {
  max-width: 220px;
}
.sirius-cascader-single .sirius-cascader-menu-item-content {
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sirius-cascader-single .sirius-cascader-menu-item-active {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.sirius-cascader-multiple .sirius-cascader-menu-item {
  max-width: 220px;
}
.sirius-cascader-multiple .sirius-cascader-menu-item-content {
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sirius-cascader-dropdown {
  min-height: auto;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-radius: 4px;
}
.sirius-cascader-menus {
  display: flex;
  flex-wrap: nowrap;
  height: 184px;
}
.sirius-cascader-menu {
  flex: none;
  margin: 0;
  padding: 3px 0;
  list-style: none;
  border-left: 1px solid #e1e3e8;
  border-left: 1px solid var(--Fill-4, #e1e3e8);
  min-width: 134px;
  overflow: auto;
}
.sirius-cascader-menu:first-child {
  border-left: 0;
  flex-grow: 1;
}
.sirius-cascader-menu-item {
  display: flex;
  flex-wrap: nowrap;
  padding: 5px 10px;
  padding-bottom: 5px;
  align-items: center;
  position: relative;
}
.sirius-cascader-menu-item-selected {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.sirius-cascader-menu-item-active {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.sirius-cascader-menu-item:not(.sirius-cascader-menu-item-disabled) {
  cursor: pointer;
}
.sirius-cascader-menu-item-disabled {
  cursor: not-allowed;
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.sirius-cascader-menu-item-disabled .sirius-cascader-checkbox-disabled {
  opacity: 0.5;
}
.sirius-cascader-menu-item-expand-icon {
  display: inherit;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.sirius-cascader-menu-item-keyword {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.sirius-cascader-menu-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 168px;
}
.sirius-cascader-menu-empty .sirius-cascader-menu-item-content {
  margin: auto;
}
.sirius-cascader-menu-loading {
  width: 16px;
  height: 16px;
  animation: loading 0.8s linear infinite;
}
.sirius-cascader-checkbox {
  position: relative;
  display: block;
  flex: none;
  width: 16px;
  height: 16px;
  border: 1px solid #c0c8d6;
  border: 1px solid var(--label-6_2, #c0c8d6);
  border-radius: 2px;
  margin-right: 8px;
}
.sirius-cascader-checkbox::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.sirius-cascader-checkbox-checked {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  border: none;
}
.sirius-cascader-checkbox-checked::after {
  position: absolute;
  width: 5px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  left: 5px;
  content: " ";
}
.sirius-cascader-checkbox-indeterminate {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
  border: none;
}
.sirius-cascader-checkbox-indeterminate::after {
  position: absolute;
  height: 2px;
  width: 6px;
  background-color: #fff;
  content: " ";
}
.sirius-radio-ehc.ant-radio-wrapper:hover .ant-radio-inner {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-radio-ehc .ant-radio-checked .ant-radio-inner::after {
  background-color: #fff;
  opacity: 0;
  transition: none;
  transform: none;
  display: none;
}
.sirius-radio-ehc .ant-radio-checked .ant-radio-inner {
  border-width: 4px;
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
  box-shadow: none;
}
.sirius-radio-ehc .ant-radio-checked::after:not(.ant-radio-disabled) {
  animation-fill-mode: none;
  animation: none;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.sirius-radio-ehc .ant-radio-checked::after {
  display: none;
}
.sirius-radio-ehc .ant-radio:hover .ant-radio-inner {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-radio-ehc .ant-radio-inner {
  transition: none;
  border-color: #c9cbd6;
  border-color: var(--Fill-5, #c9cbd6);
  height: 14px;
  width: 14px;
}
.sirius-radio-ehc .ant-radio-disabled.ant-radio-checked .ant-radio-inner {
  background-color: #fff;
  border-color: #b7c3ff !important;
  border-color: var(--Brand-3, #b7c3ff) !important;
}
.sirius-radio-ehc .ant-radio-disabled .ant-radio-inner {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  border-color: #c9cbd6 !important;
  border-color: var(--Fill-5, #c9cbd6) !important;
}
.sirius-radio-ehc .ant-radio-checked .ant-radio-inner {
  background-color: #fff;
}
.sirius-checkbox-ehc.ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-checkbox-ehc.ant-checkbox-wrapper .ant-checkbox-indeterminate:not(.ant-checkbox-disabled) .ant-checkbox-inner {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff !important;
  border-color: var(--Brand-6, #4c6aff) !important;
}
.sirius-checkbox-ehc.ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 1.5px;
  background-color: #fff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.sirius-checkbox-ehc .ant-checkbox.ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  border-color: #b7c3ff !important;
  border-color: var(--Brand-3, #b7c3ff) !important;
  border-radius: 1.2px;
}
.sirius-checkbox-ehc .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
  border: 1px solid #b7c3ff;
  border: 1px solid var(--Brand-3, #b7c3ff);
  border-color: #b7c3ff !important;
  border-color: var(--Brand-3, #b7c3ff) !important;
  border-radius: 1.2px;
}
.sirius-checkbox-ehc .ant-checkbox {
  top: 0.1em;
}
.sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner::after {
  transition: none;
  width: 4.51428571px;
  height: 7.54285714px;
  border: 1.5px solid #fff;
  border-top: 0;
  border-left: 0;
}
.sirius-checkbox-ehc .ant-checkbox-inner {
  border-radius: 1.4px;
}
.sirius-checkbox-ehc .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-checkbox-ehc .ant-checkbox-checked.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
  border-color: #b7c3ff !important;
  border-color: var(--Brand-3, #b7c3ff) !important;
}
.sirius-checkbox-ehc .ant-checkbox-disabled:not(.ant-checkbox-indeterminate) .ant-checkbox-inner {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  border-color: #c9cbd6 !important;
  border-color: var(--Fill-5, #c9cbd6) !important;
}
.sirius-checkbox-ehc .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-checkbox-ehc .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #fff;
}
.sirius-checkbox-ehc .ant-checkbox-indeterminate.ant-checkbox-checked .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 1.5px;
  background-color: #fff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.sirius-checkbox-ehc .ant-checkbox-checked::after {
  display: none;
}
.sirius-checkbox-ehc .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-checkbox-ehc .ant-checkbox-inner {
  transition: none;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  height: 13px;
  width: 13px;
}
.sirius-checkbox-ehc .ant-checkbox-inner::after {
  top: 48%;
  left: 24%;
}
.sirius-checkbox-ehc .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-switch.ant-switch-checked {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
}
.sirius-switch.ant-switch.ant-switch-disabled:not(.ant-switch-checked) {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  opacity: 1;
}
.sirius-switch.ant-switch:focus {
  box-shadow: none;
}
.sirius-switch.ant-switch-disabled.ant-switch-checked {
  background-color: #b7c3ff;
  background-color: var(--Brand-3, #b7c3ff);
  opacity: 1;
}
.sirius-switch.ant-switch:not(.ant-switch-checked) {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.sirius-switch .ant-click-animating-node {
  display: none;
}
.sirius-switch.ant-switch:not(.ant-switch-small) {
  min-width: 35px;
  height: 20px;
}
.sirius-switch.ant-switch:not(.ant-switch-small) .ant-switch-handle {
  height: 16px;
  width: 16px;
  transition: none;
}
.sirius-switch.ant-switch:not(.ant-switch-small) .ant-switch-handle::before {
  box-shadow: none;
}
.sirius-switch.ant-switch.ant-switch-checked:not(.ant-switch-small) .ant-switch-handle {
  left: calc(100% - 18px);
}
.schedule_date_picker-module--react-datepicker-wrapper--I0erf {
  display: inline-block;
}

.schedule_date_picker-module--header--uhs-b {
  display: flex;
  align-items: center;
}
.schedule_date_picker-module--header--uhs-b .schedule_date_picker-module--date--VIqGl {
  margin: 0 auto;
}
.schedule_date_picker-module--header--uhs-b .schedule_date_picker-module--arrow--vpGdI {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  width: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.schedule_date_picker-module--header--uhs-b .schedule_date_picker-module--arrow--vpGdI.schedule_date_picker-module--left--N7qlU {
  margin-left: 13px;
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/common/2023/09/15/a79df0300b6e49b8a79f41238aefabf3.svg");
}
.schedule_date_picker-module--header--uhs-b .schedule_date_picker-module--arrow--vpGdI.schedule_date_picker-module--right--SP3fz {
  margin-right: 13px;
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/common/2023/09/15/8ff6aa82d10c4265a0730397a429d1c2.svg");
}
@charset "UTF-8";
.datePickerDropDown {
  z-index: 1060;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  /* 黑白灰/字体 20% */
  overflow: hidden;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  min-width: 66px;
}
.datePickerDropDown ul {
  margin: 0;
  padding: 0;
}

.sirius-time-picker-timeli {
  list-style: none;
  cursor: pointer;
  text-align: left;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 12px !important;
  background-color: #fff !important;
}
.sirius-time-picker-timeli:hover {
  background: #f0f2f7 !important;
}

.sirius-time-picker-wrapper {
  display: inline-block;
}
.sirius-time-picker-wrapper .react-datepicker__aria-live {
  display: none;
}
.sirius-time-picker-wrapper .react-datepicker__time-container {
  width: 70px;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
}
.sirius-time-picker-wrapper .input {
  width: 56px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  padding: 7px 11px;
}
.sirius-time-picker-wrapper .input.ant-input:focus, .sirius-time-picker-wrapper .input.ant-input:hover {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  box-shadow: none;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 90px;
  border-radius: 4px;
  border: 0.5px solid #ebedf2;
  border: 0.5px solid var(--Line-2, #ebedf2);
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
}
@charset "UTF-8";
.sirius-time-picker-wrapper .react-datepicker__year-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__month-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__month-year-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after,
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.sirius-time-picker-wrapper .react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}
.sirius-time-picker-wrapper .react-datepicker-wrapper :global(.react-datepicker__aria-live) {
  display: none;
}
.sirius-time-picker-wrapper .react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.sirius-time-picker-wrapper .react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.sirius-time-picker-wrapper .react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.sirius-time-picker-wrapper .react-datepicker--time-only .react-datepicker__time,
.sirius-time-picker-wrapper .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.sirius-time-picker-wrapper .react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.sirius-time-picker-wrapper .react-datepicker-popper {
  z-index: 1;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.sirius-time-picker-wrapper .react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.sirius-time-picker-wrapper .react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.sirius-time-picker-wrapper .react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.sirius-time-picker-wrapper .react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}
.sirius-time-picker-wrapper .react-datepicker__year-dropdown-container--select,
.sirius-time-picker-wrapper .react-datepicker__month-dropdown-container--select,
.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown-container--select,
.sirius-time-picker-wrapper .react-datepicker__year-dropdown-container--scroll,
.sirius-time-picker-wrapper .react-datepicker__month-dropdown-container--scroll,
.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}
.sirius-time-picker-wrapper .react-datepicker__current-month,
.sirius-time-picker-wrapper .react-datepicker-time__header,
.sirius-time-picker-wrapper .react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}
.sirius-time-picker-wrapper .react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sirius-time-picker-wrapper .react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.sirius-time-picker-wrapper .react-datepicker__navigation--previous {
  left: 2px;
}
.sirius-time-picker-wrapper .react-datepicker__navigation--next {
  right: 2px;
}
.sirius-time-picker-wrapper .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.sirius-time-picker-wrapper .react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sirius-time-picker-wrapper .react-datepicker__navigation--years-previous {
  top: 4px;
}
.sirius-time-picker-wrapper .react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.sirius-time-picker-wrapper .react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}
.sirius-time-picker-wrapper .react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.sirius-time-picker-wrapper .react-datepicker__navigation-icon--next {
  left: -2px;
}
.sirius-time-picker-wrapper .react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.sirius-time-picker-wrapper .react-datepicker__navigation-icon--previous {
  right: -2px;
}
.sirius-time-picker-wrapper .react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}
.sirius-time-picker-wrapper .react-datepicker__month-container {
  float: left;
}
.sirius-time-picker-wrapper .react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.sirius-time-picker-wrapper .react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.sirius-time-picker-wrapper .react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.sirius-time-picker-wrapper .react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.sirius-time-picker-wrapper .react-datepicker__month .react-datepicker__month-text,
.sirius-time-picker-wrapper .react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.sirius-time-picker-wrapper .react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.sirius-time-picker-wrapper .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}
.sirius-time-picker-wrapper .react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.sirius-time-picker-wrapper .react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: #fff;
  border-bottom-right-radius: 0.3rem;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 0.85rem);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: #fff;
  font-weight: bold;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.sirius-time-picker-wrapper .react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.sirius-time-picker-wrapper .react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.sirius-time-picker-wrapper .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.sirius-time-picker-wrapper .react-datepicker__day-names,
.sirius-time-picker-wrapper .react-datepicker__week {
  white-space: nowrap;
}
.sirius-time-picker-wrapper .react-datepicker__day-names {
  margin-bottom: -8px;
}
.sirius-time-picker-wrapper .react-datepicker__day-name,
.sirius-time-picker-wrapper .react-datepicker__day,
.sirius-time-picker-wrapper .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.sirius-time-picker-wrapper .react-datepicker__month--selected,
.sirius-time-picker-wrapper .react-datepicker__month--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__month--in-range,
.sirius-time-picker-wrapper .react-datepicker__quarter--selected,
.sirius-time-picker-wrapper .react-datepicker__quarter--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.sirius-time-picker-wrapper .react-datepicker__month--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__month--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__month--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.sirius-time-picker-wrapper .react-datepicker__month--disabled,
.sirius-time-picker-wrapper .react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.sirius-time-picker-wrapper .react-datepicker__month--disabled:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.sirius-time-picker-wrapper .react-datepicker__day,
.sirius-time-picker-wrapper .react-datepicker__month-text,
.sirius-time-picker-wrapper .react-datepicker__quarter-text,
.sirius-time-picker-wrapper .react-datepicker__year-text {
  cursor: pointer;
}
.sirius-time-picker-wrapper .react-datepicker__day:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.sirius-time-picker-wrapper .react-datepicker__day--today,
.sirius-time-picker-wrapper .react-datepicker__month-text--today,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--today,
.sirius-time-picker-wrapper .react-datepicker__year-text--today {
  font-weight: bold;
}
.sirius-time-picker-wrapper .react-datepicker__day--highlighted,
.sirius-time-picker-wrapper .react-datepicker__month-text--highlighted,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--highlighted,
.sirius-time-picker-wrapper .react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.sirius-time-picker-wrapper .react-datepicker__day--highlighted:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--highlighted:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--highlighted:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.sirius-time-picker-wrapper .react-datepicker__day--highlighted-custom-1,
.sirius-time-picker-wrapper .react-datepicker__month-text--highlighted-custom-1,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--highlighted-custom-1,
.sirius-time-picker-wrapper .react-datepicker__year-text--highlighted-custom-1 {
  color: #f0f;
}
.sirius-time-picker-wrapper .react-datepicker__day--highlighted-custom-2,
.sirius-time-picker-wrapper .react-datepicker__month-text--highlighted-custom-2,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--highlighted-custom-2,
.sirius-time-picker-wrapper .react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.sirius-time-picker-wrapper .react-datepicker__day--selected,
.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__day--in-range,
.sirius-time-picker-wrapper .react-datepicker__month-text--selected,
.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__month-text--in-range,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--selected,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-range,
.sirius-time-picker-wrapper .react-datepicker__year-text--selected,
.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.sirius-time-picker-wrapper .react-datepicker__day--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__day--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.sirius-time-picker-wrapper .react-datepicker__day--keyboard-selected,
.sirius-time-picker-wrapper .react-datepicker__month-text--keyboard-selected,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--keyboard-selected,
.sirius-time-picker-wrapper .react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.sirius-time-picker-wrapper .react-datepicker__day--keyboard-selected:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--keyboard-selected:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--keyboard-selected:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.sirius-time-picker-wrapper .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.sirius-time-picker-wrapper .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.sirius-time-picker-wrapper .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.sirius-time-picker-wrapper .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.sirius-time-picker-wrapper .react-datepicker__day--disabled,
.sirius-time-picker-wrapper .react-datepicker__month-text--disabled,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--disabled,
.sirius-time-picker-wrapper .react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.sirius-time-picker-wrapper .react-datepicker__day--disabled:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--disabled:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--disabled:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}
.sirius-time-picker-wrapper .react-datepicker__month-text.react-datepicker__month--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text.react-datepicker__month--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}
.sirius-time-picker-wrapper .react-datepicker__month-text:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}
.sirius-time-picker-wrapper .react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sirius-time-picker-wrapper .react-datepicker__year-read-view,
.sirius-time-picker-wrapper .react-datepicker__month-read-view,
.sirius-time-picker-wrapper .react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.sirius-time-picker-wrapper .react-datepicker__year-read-view:hover,
.sirius-time-picker-wrapper .react-datepicker__month-read-view:hover,
.sirius-time-picker-wrapper .react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.sirius-time-picker-wrapper .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.sirius-time-picker-wrapper .react-datepicker__year-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__month-read-view--down-arrow,
.sirius-time-picker-wrapper .react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}
.sirius-time-picker-wrapper .react-datepicker__year-dropdown,
.sirius-time-picker-wrapper .react-datepicker__month-dropdown,
.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.sirius-time-picker-wrapper .react-datepicker__year-dropdown:hover,
.sirius-time-picker-wrapper .react-datepicker__month-dropdown:hover,
.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.sirius-time-picker-wrapper .react-datepicker__year-dropdown--scrollable,
.sirius-time-picker-wrapper .react-datepicker__month-dropdown--scrollable,
.sirius-time-picker-wrapper .react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.sirius-time-picker-wrapper .react-datepicker__year-option,
.sirius-time-picker-wrapper .react-datepicker__month-option,
.sirius-time-picker-wrapper .react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sirius-time-picker-wrapper .react-datepicker__year-option:first-of-type,
.sirius-time-picker-wrapper .react-datepicker__month-option:first-of-type,
.sirius-time-picker-wrapper .react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.sirius-time-picker-wrapper .react-datepicker__year-option:last-of-type,
.sirius-time-picker-wrapper .react-datepicker__month-option:last-of-type,
.sirius-time-picker-wrapper .react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.sirius-time-picker-wrapper .react-datepicker__year-option:hover,
.sirius-time-picker-wrapper .react-datepicker__month-option:hover,
.sirius-time-picker-wrapper .react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.sirius-time-picker-wrapper .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.sirius-time-picker-wrapper .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.sirius-time-picker-wrapper .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.sirius-time-picker-wrapper .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.sirius-time-picker-wrapper .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.sirius-time-picker-wrapper .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.sirius-time-picker-wrapper .react-datepicker__year-option--selected,
.sirius-time-picker-wrapper .react-datepicker__month-option--selected,
.sirius-time-picker-wrapper .react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.sirius-time-picker-wrapper .react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.sirius-time-picker-wrapper .react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.sirius-time-picker-wrapper .react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.sirius-time-picker-wrapper .react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__day-name,
.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__day,
.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__day-name,
  .sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__day,
  .sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker__current-month,
.sirius-time-picker-wrapper .react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.sirius-time-picker-wrapper .react-datepicker {
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.sirius-time-picker-wrapper .react-datepicker__header.react-datepicker__header--time.react-datepicker__header--time--only {
  display: none;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  color: #4c6aff;
  background-color: #ffffff;
}
.sirius-time-picker-wrapper li.react-datepicker__time-list-item.sirius-time-picker-timeli.react-datepicker__time-list-item--selected::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/common/2023/12/04/705157fbba4e48e2b670a4a4bac85a6f.png");
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  left: 10px;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  border-radius: 4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-button {
  display: none;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list:hover::-webkit-scrollbar-corner {
  display: none;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  border-radius: 4px;
}
.sirius-time-picker-wrapper .react-datepicker__time-container .react-datepicker__time {
  border-radius: 4px !important;
}
.sirius-time-picker-wrapper .react-datepicker__time-container {
  border-radius: 4px;
}
.sirius-time-picker-wrapper .react-datepicker__input-container .react-datepicker__close-icon {
  opacity: 0;
}
.sirius-time-picker-wrapper .react-datepicker__input-container .react-datepicker__close-icon::after {
  width: 12px;
  height: 12px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.16);
  padding: 0;
}
.sirius-time-picker-wrapper .react-datepicker__input-container .react-datepicker__close-icon:hover {
  opacity: 1;
}
.sirius-time-picker-wrapper .react-datepicker__input-container input:hover + .react-datepicker__close-icon {
  opacity: 1;
}
.sirius-time-picker-wrapper .react-datepicker__header {
  background-color: #ffffff;
  font-size: 12px;
  border-bottom: none;
  padding: 24px 11px 0 11px;
}
.sirius-time-picker-wrapper .react-datepicker__header .react-datepicker__day-names {
  margin-bottom: -7px;
}
.sirius-time-picker-wrapper .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name {
  width: 16px;
  height: 16px;
  margin: 13px;
  line-height: 16px;
}
.sirius-time-picker-wrapper .react-datepicker__month {
  font-size: 12px;
  margin: 0 11px 11px 11px;
}
.sirius-time-picker-wrapper .react-datepicker__month .react-datepicker__week .react-datepicker__day {
  width: 28px;
  height: 28px;
  margin: 7px;
  line-height: 28px;
}
.sirius-time-picker-wrapper .react-datepicker-popper {
  z-index: 1020;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=bottom] {
  padding-top: 2px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=top] {
  padding-bottom: 2px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=right] {
  padding-left: 2px;
}
.sirius-time-picker-wrapper .react-datepicker-popper[data-placement^=left] {
  padding-right: 2px;
}
.sirius-time-picker-wrapper .react-datepicker__day--outside-month {
  opacity: 0.5;
}
.sirius-time-picker-wrapper .react-datepicker__day--selected,
.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__day--in-range,
.sirius-time-picker-wrapper .react-datepicker__month-text--selected,
.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__month-text--in-range,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--selected,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-range,
.sirius-time-picker-wrapper .react-datepicker__year-text--selected,
.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range,
.sirius-time-picker-wrapper .react-datepicker__year-text--in-range {
  border-radius: 50%;
  color: #ffffff !important;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border: none !important;
}
.sirius-time-picker-wrapper .react-datepicker__day--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__day--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__day--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--in-range:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--selected:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--in-selecting-range:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--in-range:hover {
  border-radius: 50%;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border: none;
}
.sirius-time-picker-wrapper .react-datepicker__day:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text:hover {
  border-radius: 50%;
}
.sirius-time-picker-wrapper .react-datepicker__day--today,
.sirius-time-picker-wrapper .react-datepicker__month-text--today,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--today,
.sirius-time-picker-wrapper .react-datepicker__year-text--today {
  border: 1px solid transparent;
  border-radius: 50%;
  font-weight: normal;
}
.sirius-time-picker-wrapper .react-datepicker__day--today:hover,
.sirius-time-picker-wrapper .react-datepicker__month-text--today:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--today:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--today:hover {
  border: none;
  border: 1px solid transparent;
}
.sirius-time-picker-wrapper .react-datepicker__month-text--keyboard-selected,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--keyboard-selected,
.sirius-time-picker-wrapper .react-datepicker__year-text--keyboard-selected {
  border-radius: 50%;
  background: #386ee7;
}
.sirius-time-picker-wrapper .react-datepicker__month-text--keyboard-selected:hover,
.sirius-time-picker-wrapper .react-datepicker__quarter-text--keyboard-selected:hover,
.sirius-time-picker-wrapper .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #f74f4f;
  border: none;
}
.sirius-time-picker-wrapper .react-datepicker__day--keyboard-selected {
  outline: none;
  color: #000;
  font-weight: normal;
  background-color: transparent;
  border-radius: 50%;
  border: none;
}
.sirius-time-picker-wrapper .react-datepicker__day--keyboard-selected:hover {
  background-color: #f0f0f0;
}
.lx-date-picker, .lx-date-picker-range {
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  padding: 4px 8px 4px 12px;
}
.lx-date-picker .ant-picker-input, .lx-date-picker-range .ant-picker-input {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.lx-date-picker .ant-picker-input::placeholder, .lx-date-picker-range .ant-picker-input::placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.lx-date-picker .ant-picker-input > input, .lx-date-picker-range .ant-picker-input > input {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.lx-date-picker .ant-picker-input > input::placeholder, .lx-date-picker-range .ant-picker-input > input::placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.lx-date-picker.ant-picker-focused, .lx-date-picker-range.ant-picker-focused {
  box-shadow: none;
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.lx-date-picker:hover, .lx-date-picker-range:hover {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.lx-date-picker-range .ant-picker-range-separator {
  padding: 0 12px;
}
.lx-date-picker-range .separator {
  display: inline-block;
  height: 1px;
  width: 16px;
  background: #e1e3e8;
  background: var(--Line-3, #e1e3e8);
  position: relative;
  bottom: 4px;
}
.lx-date-picker-range .ant-picker-active-bar {
  display: none;
}
.lx-date-picker-range.ant-picker-focused .ant-picker-input.ant-picker-input-active {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.lx-date-picker-range.ant-picker-focused .ant-picker-input.ant-picker-input-active::placeholder {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.lx-date-picker-range.ant-picker-focused .ant-picker-input.ant-picker-input-active > input {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.lx-date-picker-range.ant-picker-focused .ant-picker-input.ant-picker-input-active > input::placeholder {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.lx-date-picker-range .ant-picker-clear {
  right: 8px;
}

.lx-date-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.lx-date-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.lx-date-picker-dropdown .ant-picker-cell .ant-picker-cell-inner {
  border-radius: 12px;
}
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  color: #fff !important;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border-radius: 12px;
}
.lx-date-picker-dropdown .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after {
  right: 0;
  left: -1px;
}
.lx-date-picker-dropdown .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
  right: -1px;
  left: 0;
}
.lx-date-picker-dropdown .ant-picker-date-panel,
.lx-date-picker-dropdown .ant-picker-decade-panel,
.lx-date-picker-dropdown .ant-picker-month-panel,
.lx-date-picker-dropdown .ant-picker-quarter-panel,
.lx-date-picker-dropdown .ant-picker-time-panel,
.lx-date-picker-dropdown .ant-picker-week-panel,
.lx-date-picker-dropdown .ant-picker-year-panel {
  width: 224px;
}
.lx-date-picker-dropdown .ant-picker-date-panel .ant-picker-content th {
  width: 28px;
}
.lx-date-picker-dropdown .ant-picker-date-panel .ant-picker-body {
  padding: 8px 14px;
}
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  border-radius: 12px;
}
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 12px;
}
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 12px;
}
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:before {
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
}
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
}
.lx-date-picker-dropdown tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
.lx-date-picker-dropdown tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  border-left: 1px dashed #4c6aff;
  border-left: 1px dashed var(--Brand-6, #4c6aff);
}
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  border-top: 1px dashed #4c6aff;
  border-top: 1px dashed var(--Brand-6, #4c6aff);
  border-bottom: 1px dashed #4c6aff;
  border-bottom: 1px dashed var(--Brand-6, #4c6aff);
}
.lx-date-picker-dropdown tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
.lx-date-picker-dropdown tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.lx-date-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  border-right: 1px dashed #4c6aff;
  border-right: 1px dashed var(--Brand-6, #4c6aff);
}
.lx-date-picker-dropdown .ant-picker-header {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  border-bottom: none;
}
.lx-date-picker-dropdown .ant-picker-content thead th {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.lx-date-picker-dropdown .ant-picker-cell {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.lx-date-picker-dropdown .ant-picker-cell-in-view {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.lx-date-picker-dropdown .ant-picker-today-btn {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.lx-date-picker-dropdown .ant-picker-date-panel .ant-picker-content {
  width: 196px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.sirius-input {
  /** textarea **/
}
.sirius-input-mini {
  height: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.sirius-input-mini .ant-input {
  font-size: 12px;
}
.sirius-input-mini .sirius-input-suffix {
  padding-left: 12px;
  position: relative;
}
.sirius-input-mini .sirius-input-suffix::before {
  content: "";
  position: absolute;
  height: 14px;
  left: 0;
  top: 4px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-mini .sirius-input-prefix {
  padding-right: 12px;
  position: relative;
}
.sirius-input-mini .sirius-input-prefix::before {
  content: "";
  position: absolute;
  height: 14px;
  right: 0;
  top: 4px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-small {
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.sirius-input-small .ant-input {
  font-size: 12px;
}
.sirius-input-small .sirius-input-suffix {
  padding-left: 12px;
  position: relative;
}
.sirius-input-small .sirius-input-suffix::before {
  content: "";
  position: absolute;
  height: 16px;
  left: 0;
  top: 3px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-small .sirius-input-prefix {
  padding-right: 12px;
  position: relative;
}
.sirius-input-small .sirius-input-prefix::before {
  content: "";
  position: absolute;
  height: 16px;
  right: 0;
  top: 3px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-default {
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sirius-input-default .ant-input {
  font-size: 14px;
}
.sirius-input-default .sirius-input-suffix {
  padding-left: 12px;
  position: relative;
}
.sirius-input-default .sirius-input-suffix::before {
  content: "";
  position: absolute;
  height: 20px;
  left: 0;
  top: 1px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-default .sirius-input-prefix {
  padding-right: 12px;
  position: relative;
}
.sirius-input-default .sirius-input-prefix::before {
  content: "";
  position: absolute;
  height: 20px;
  right: 0;
  top: 1px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-middle {
  height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sirius-input-middle .ant-input {
  font-size: 14px;
}
.sirius-input-middle .sirius-input-suffix {
  padding-left: 12px;
  position: relative;
}
.sirius-input-middle .sirius-input-suffix::before {
  content: "";
  position: absolute;
  height: 20px;
  left: 0;
  top: 1px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-middle .sirius-input-prefix {
  padding-right: 12px;
  position: relative;
}
.sirius-input-middle .sirius-input-prefix::before {
  content: "";
  position: absolute;
  height: 20px;
  right: 0;
  top: 1px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-large {
  height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sirius-input-large .ant-input {
  font-size: 14px;
}
.sirius-input-large .sirius-input-suffix {
  padding-left: 12px;
  position: relative;
}
.sirius-input-large .sirius-input-suffix::before {
  content: "";
  position: absolute;
  height: 30px;
  left: 0;
  top: -4px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input-large .sirius-input-prefix {
  padding-right: 12px;
  position: relative;
}
.sirius-input-large .sirius-input-prefix::before {
  content: "";
  position: absolute;
  height: 30px;
  right: 0;
  top: -4px;
  width: 1px;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}
.sirius-input.ant-input {
  border-radius: 4px;
}
.sirius-input.ant-input:not(.ant-input-disabled) {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #272e47;
  color: var(--Text-5, #272e47);
  caret-color: #4c6aff;
  caret-color: var(--Brand-6, #4c6aff);
}
.sirius-input.ant-input:not(.ant-input-disabled):hover {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
  box-shadow: none;
}
.sirius-input .ant-input-prefix {
  margin-right: 8px;
}
.sirius-input .ant-input-suffix {
  margin-left: 8px;
}
.sirius-input.ant-input:focus {
  box-shadow: none;
  border-right-width: 0;
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-input.ant-input-affix-wrapper {
  border-radius: 4px;
}
.sirius-input.ant-input-affix-wrapper .ant-input[disabled] {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.sirius-input.ant-input[disabled] {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.sirius-input.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
  caret-color: #4c6aff;
  caret-color: var(--Brand-6, #4c6aff);
}
.sirius-input.ant-input-affix-wrapper-focused {
  caret-color: #4c6aff;
  caret-color: var(--Brand-6, #4c6aff);
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  box-shadow: none;
}
.sirius-input.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-focused) {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  box-shadow: none;
}
.sirius-input.ant-input-affix-wrapper-disabled {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.sirius-input.ant-input::placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sirius-input textarea.ant-input[disabled] {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.sirius-input textarea.ant-input {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  color: #272e47;
  color: var(--Text-5, #272e47);
  caret-color: #4c6aff;
  caret-color: var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.sirius-input textarea.ant-input::placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sirius-input textarea.ant-input:hover, .sirius-input textarea.ant-input:focus {
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  box-shadow: none;
}
.sirius-input input.ant-input::placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sirius-input .ant-input-textarea.ant-input-textarea-show-count {
  position: relative;
}
.sirius-input .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  top: 10px;
}
.sirius-input .ant-input-textarea-show-count:after {
  position: absolute;
  bottom: 1px;
  right: 1px;
  left: 1px;
  height: 24px;
  display: flex;
  justify-content: flex-end;
  padding-right: 12px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  background-color: #ffffff;
}
.sirius-input .ant-input-textarea-show-count.sirius-input-disable::after {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.sirius-input-max-count.ant-input-textarea-show-count:after {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

/** 表单下的表现 **/
.ant-form-item-explain.ant-form-item-explain-error {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

ant-form-item-has-error .sirius-input:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper.ant-input-affix-wrapper:hover,
ant-form-item-has-error .ant-form-item-has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  border-color: #fe5b4c;
  border-color: var(--Error-6, #fe5b4c);
  caret-color: #fe5b4c;
  caret-color: var(--Error-6, #fe5b4c);
}

.ant-form-item-has-error .sirius-input:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
  border-color: #fe5b4c;
  border-color: var(--Error-6, #fe5b4c);
  box-shadow: none;
  caret-color: #fe5b4c;
  caret-color: var(--Error-6, #fe5b4c);
}
.ant-form-item-has-error .sirius-input:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused {
  border-color: #fe5b4c;
  border-color: var(--Error-6, #fe5b4c);
  box-shadow: none;
  caret-color: #fe5b4c;
  caret-color: var(--Error-6, #fe5b4c);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.sirius-select-single .sirius-select-front {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.sirius-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding-right: 24px;
}
.sirius-select-multi .sirius-select-front {
  display: inline-flex;
  width: 100%;
}
.sirius-select-multi .sirius-select-front .sirius-select-main-option {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.sirius-select-multi .ant-select-item-option .sirius-select-checked:not(.ant-select-item-option-selected) label.sirius-select-checked {
  height: 16px;
  display: none;
}
.sirius-select-multi .ant-select-item-option .sirius-select-checked:not(.ant-select-item-option-selected) label.sirius-select-no-checked {
  margin-left: 0;
  margin-right: 12px;
}
.sirius-select .ant-select-selection-item-content .sirius-select-front .sirius-select-checkbox {
  display: none;
}
.sirius-select .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-checkbox label.sirius-select-no-checked {
  display: none;
}
.sirius-select .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-checkbox label.sirius-select-checked {
  margin-right: 12px;
  display: inline-flex;
}
.sirius-select .ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-checkbox label.sirius-select-checked .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.sirius-select .ant-select-item-option .sirius-select-checkbox:not(.ant-select-item-option-selected) label.sirius-select-checked {
  display: none;
}
.sirius-select .ant-select-item-option .sirius-select-checkbox:not(.ant-select-item-option-selected) label.sirius-select-no-checked {
  margin-left: 0;
  margin-right: 12px;
}
.sirius-select span.ant-select-item-option-state {
  display: none;
}

.ant-select-selection-item-content .sirius-select-front .sirius-select-checkbox {
  display: none;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-checkbox label.sirius-select-no-checked {
  display: none;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-checkbox label.sirius-select-checked {
  margin-right: 12px;
  display: inline-flex;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) span.sirius-select-checkbox label.sirius-select-checked .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}

.ant-select-item-option .sirius-select-checkbox:not(.ant-select-item-option-selected) label.sirius-select-checked {
  display: none;
}
.ant-select-item-option .sirius-select-checkbox:not(.ant-select-item-option-selected) label.sirius-select-no-checked {
  margin-left: 0;
  margin-right: 12px;
}

span.ant-select-item-option-state {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.sirius-select {
  /** 无边框 **/
}
.sirius-select-small {
  height: 32px;
}
.sirius-select-small.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 32px;
}
.sirius-select-small.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 32px;
}
.sirius-select-small.ant-select-single:not(.ant-select-disabled) .ant-select-selector .ant-select-selection-placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sirius-select-small.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 16px;
}
.sirius-select-small.ant-select-show-search:not(.ant-select-multiple):not(.ant-select-customize-input) .ant-select-selector input {
  margin-top: 7px;
}
.sirius-select-small.ant-select-multiple .ant-select-selector {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 12px;
}
.sirius-select-small.ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 30px;
}
.sirius-select-large {
  height: 36px;
}
.sirius-select-large.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 36px;
}
.sirius-select-large.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 36px;
}
.sirius-select-large.ant-select-single:not(.ant-select-disabled) .ant-select-selector .ant-select-selection-placeholder {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.sirius-select-large.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 16px;
}
.sirius-select-large.ant-select-show-search:not(.ant-select-multiple):not(.ant-select-customize-input) .ant-select-selector input {
  margin-top: 10px;
}
.sirius-select-large.ant-select-multiple .ant-select-selector {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
}
.sirius-select-large.ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 34px;
}
.sirius-select.ant-select:not(.ant-select-disabled) .ant-select-selector {
  border-color: #e1e3e8;
  border-color: var(--Line-3, #e1e3e8);
}
.sirius-select.ant-select:not(.ant-select-disabled) .ant-select-selector:hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.sirius-select.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}
.sirius-select.ant-select-multiple.ant-select-disabled .ant-select-selection-item {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  border: none;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  line-height: 24px;
}
.sirius-select.ant-select-multiple .ant-select-selection-search {
  margin-inline-start: 0;
}
.sirius-select .ant-select-item-option-disabled {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.sirius-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
  box-shadow: none;
}
.sirius-select .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #f4f4f5;
  background: var(--white-bg, #f4f4f5);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-weight: 400;
}
.sirius-select .ant-select-item-option-active:not(.ant-select-item-option-disabled):not(.ant-select-item-option-selected) {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.sirius-select .ant-select {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.sirius-select .ant-select-arrow {
  width: 16px;
  height: 16px;
  right: 8px;
  top: 45%;
}
.sirius-select .ant-select-item-empty {
  display: flex;
  justify-content: center;
  padding: 45px 0 41px;
}
.sirius-select-loading {
  width: 16px;
  height: 16px;
  animation: loading 0.8s linear infinite;
}
.sirius-select .ant-select-single .ant-select-selector .ant-select-selection-search {
  caret-color: #4c6aff;
  caret-color: var(--Brand-6, #4c6aff);
}
.sirius-select .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  caret-color: #4c6aff;
  caret-color: var(--Brand-6, #4c6aff);
}
.sirius-select .ant-select-clear {
  right: 7px;
  top: 45%;
  width: 16px;
  height: 16px;
}
.sirius-select .ant-select-clear:hover > svg path {
  fill: #8d92a1;
  fill: var(--Fill-6, #8d92a1);
}
.sirius-select .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selection-placeholder {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.sirius-select .ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.sirius-select .ant-checkbox {
  top: 2px;
}
.sirius-select .ant-select-single:not(.ant-select-disabled).ant-select-borderless .ant-select-selector .ant-select-selection-placeholder {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.sirius-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.sirius-select .ant-select-dropdown {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.sirius-select .ant-select-item {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

/** 表单下的表现 **/
.ant-form-item-has-error .sirius-select.ant-select:not(.ant-select-customize-input):not(.ant-select-disabled) .ant-select-selector .ant-select-selection-search-input {
  caret-color: #fe5b4c;
  caret-color: var(--Error-6, #fe5b4c);
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.scheduleTimeZoneSelect-module--timeZoneSelectWrap--7Xtfp {
  width: 100%;
  color: #747a8c;
  color: var(--text-3, #747a8c);
  height: 40px;
  display: flex;
}
.scheduleTimeZoneSelect-module--timeZoneSelectWrap--7Xtfp .scheduleTimeZoneSelect-module--durationText--ci0Yc {
  margin-right: 4px;
}
.scheduleTimeZoneSelect-module--timeZoneSelectWrap--7Xtfp .scheduleTimeZoneSelect-module--durationTextExt--\+Gbwt {
  height: 20px;
  position: absolute;
  top: 16px;
  left: 0;
}
.scheduleTimeZoneSelect-module--timeZoneSelectWrap--7Xtfp .ant-select-selector {
  padding: 0 !important;
  align-self: center;
}
.scheduleTimeZoneSelect-module--timeZoneSelectWrap--7Xtfp .ant-select-selector .ant-select-selection-item {
  height: 45px;
  line-height: 45px;
}
.scheduleTimeZoneSelect-module--timeZoneSelectWrap--7Xtfp .scheduleTimeZoneSelect-module--durationTag--xn1wx {
  padding: 0 4px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background: rgba(56, 110, 231, 0.2);
  color: #386ee7;
  border-radius: 2px;
  margin: 0 4px;
  font-size: 12px;
}
.scheduleTimeZoneSelect-module--timeZoneSelectWrap--7Xtfp .scheduleTimeZoneSelect-module--durationTag--xn1wx.scheduleTimeZoneSelect-module--durationTagWarn--uwDGX {
  background: rgba(247, 79, 79, 0.2);
  color: #f74f4f;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.timelinepicker-module--scale--pAmry {
  display: flex;
  border-radius: 2px;
  height: 16px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.timelinepicker-module--scale--pAmry::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  box-sizing: border-box;
  border-radius: 4px;
  width: 200%;
  height: 200%;
}
.timelinepicker-module--scale-unit--up3EI {
  position: relative;
  width: auto;
  cursor: pointer;
}
.timelinepicker-module--scale-unit-select--Xp78a {
  background-color: #5fc375;
  z-index: 2;
}
.timelinepicker-module--scale-unit-select--Xp78a::after {
  opacity: 0;
}
.timelinepicker-module--scale-unit-disabled--J9Evj {
  background: rgba(39, 46, 71, 0.16);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  pointer-events: none;
}
.timelinepicker-module--scale-unit-tag--A\+MC- {
  position: absolute;
  width: 16px;
  bottom: -20px;
  left: -8px;
  display: block;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.timelinepicker-module--scale-unit-tag-last--Gw7qW {
  left: auto;
  right: -8px;
}
.timelinepicker-module--scale-unit--up3EI::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 8px;
  width: 1px;
  background: #c9cbd6;
  background: var(--Fill-5, #c9cbd6);
  transform: scale(0.74, 1);
  display: block;
}
.timelinepicker-module--scale-unit--up3EI:nth-of-type(2n)::after {
  height: 12px;
}
.timelinepicker-module--scale-unit-last--BwIig {
  border-radius: 0 2px 2px 0;
}
.timelinepicker-module--scale-unit-last--BwIig::after {
  display: none;
}
.timelinepicker-module--scale-unit-first--ZzdUZ {
  border-radius: 2px 0 0 2px;
}
.timelinepicker-module--scale-occupied---G5fS {
  background-color: #386ee7;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.timelinepicker-module--scale-occupied-male--iUg34 {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.timelinepicker-module--scale-occupied-female--x1F5E {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.timelinepicker-module--scale-forbidden--RwDyc {
  background-color: rgba(39, 46, 71, 0.16);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  cursor: not-allowed;
}
.timelinepicker-module--scale-forbidden-male--ztzPk {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.timelinepicker-module--scale-forbidden-female--zX2rv {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.timelinepicker-module--popper--Qj9AV {
  background: #ffffff;
  /* 黑白灰/字体 20% */
  box-sizing: border-box;
  /* 投影样式 */
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  padding: 16px;
  z-index: 10;
  min-width: 280px;
}
.timelinepicker-module--popper--Qj9AV .timelinepicker-module--title--t806t {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.timelinepicker-module--popper--Qj9AV .timelinepicker-module--content--vCKcP {
  color: #737373;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.timelinepicker-module--popper--Qj9AV .timelinepicker-module--footer--aGT97 {
  display: flex;
  padding-top: 8px;
  justify-content: flex-end;
}
.timelinepicker-module--popper--Qj9AV .timelinepicker-module--footer--aGT97 button {
  outline: none;
  border-radius: 4px;
  border: none;
  color: #51555c;
  height: 32px;
  padding: 8px 12px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 8px;
}
.timelinepicker-module--popper--Qj9AV .timelinepicker-module--footer--aGT97 button.timelinepicker-module--defaul--1bzcD {
  position: relative;
  background-color: rgba(39, 46, 71, 0.03);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.03);
}
.timelinepicker-module--popper--Qj9AV .timelinepicker-module--footer--aGT97 button.timelinepicker-module--defaul--1bzcD::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 8px;
  border: 1px solid rgba(39, 46, 71, 0.17);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.17);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.timelinepicker-module--popper--Qj9AV .timelinepicker-module--footer--aGT97 button.timelinepicker-module--primary--XcMFl {
  background: #386ee7;
  color: #ffffff;
}
.timelinepicker-module--popper--Qj9AV::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  border-radius: 12px;
  width: 200%;
  height: 200%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.meeting_room_form-module--body--Yb5lb {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--listContainer--q1JJp .meeting_room_form-module--listInner--qtSTS {
  padding: 0 24px;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--listContainer--q1JJp .meeting_room_form-module--listBottom--VeP4Q {
  display: flex;
  justify-content: center;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 14px;
  line-height: 16px;
  padding: 12px 0;
}
.meeting_room_form-module--body--Yb5lb .ant-page-header {
  padding: 24px;
  padding-bottom: 4px;
}
.meeting_room_form-module--body--Yb5lb .ant-page-header .ant-page-header-heading-left {
  margin: 0;
  overflow: visible;
}
.meeting_room_form-module--body--Yb5lb .ant-page-header .ant-page-header-back {
  margin-right: 8px;
}
.meeting_room_form-module--body--Yb5lb .ant-page-header .ant-page-header-heading-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  /* 字体及ICON颜色/90% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  overflow: visible;
  margin-right: 0;
}
.meeting_room_form-module--body--Yb5lb .ant-tabs-ink-bar {
  display: none;
}
.meeting_room_form-module--body--Yb5lb .ant-tabs .ant-tabs-tab {
  margin-left: 24px;
}
.meeting_room_form-module--body--Yb5lb .ant-tabs-tab {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 14px;
  line-height: 16px;
}
.meeting_room_form-module--body--Yb5lb .ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}
.meeting_room_form-module--body--Yb5lb .ant-tabs-tab-btn:focus, .meeting_room_form-module--body--Yb5lb .ant-tabs-tab-remove:focus, .meeting_room_form-module--body--Yb5lb .ant-tabs-tab-btn:active, .meeting_room_form-module--body--Yb5lb .ant-tabs-tab-remove:active {
  color: #386ee7;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--timeWrapper--Snn4J {
  display: flex;
  justify-content: space-between;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--timeWrapper--Snn4J .meeting_room_form-module--timeSplit--Jn0BO {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  line-height: 32px;
}
.meeting_room_form-module--body--Yb5lb .ant-picker-suffix {
  line-height: 1px;
}
.meeting_room_form-module--body--Yb5lb .ant-picker-clear {
  font-size: 12px;
}
.meeting_room_form-module--body--Yb5lb .ant-input-affix-wrapper {
  border-color: rgba(39, 46, 71, 0.16);
  border-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
}
.meeting_room_form-module--body--Yb5lb .ant-input-affix-wrapper:hover, .meeting_room_form-module--body--Yb5lb .ant-input-affix-wrapper-focused {
  border-color: #386ee7;
  box-shadow: none;
}
.meeting_room_form-module--body--Yb5lb .ant-input-affix-wrapper:hover .ant-input-suffix, .meeting_room_form-module--body--Yb5lb .ant-input-affix-wrapper-focused .ant-input-suffix {
  display: flex;
}
.meeting_room_form-module--body--Yb5lb .ant-input {
  border-radius: 4px;
  font-size: 12px;
}
.meeting_room_form-module--body--Yb5lb .ant-picker {
  box-shadow: none;
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.meeting_room_form-module--body--Yb5lb .ant-picker:hover {
  border-color: #386ee7;
  box-shadow: none;
}
.meeting_room_form-module--body--Yb5lb .ant-picker input {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 12px;
}
.meeting_room_form-module--body--Yb5lb .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.meeting_room_form-module--body--Yb5lb .ant-select .ant-select-selector {
  border-radius: 4px;
  font-size: 12px;
  box-shadow: none !important;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.meeting_room_form-module--body--Yb5lb .ant-select .ant-select-selector:hover {
  border-color: #386ee7;
}
.meeting_room_form-module--body--Yb5lb .ant-input:hover {
  border-color: #386ee7;
  box-shadow: none;
}
.meeting_room_form-module--body--Yb5lb .ant-input:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.meeting_room_form-module--body--Yb5lb .ant-input-focused {
  border-color: #386ee7;
  box-shadow: none;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--arrowLeft--KF0Va {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWBAMAAAAGFmApAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURSUoMh8nL0xpcSUpMSQtMruq2u0AAAAFdFJOU3AQAIA4eCGRNAAAAEBJREFUeNpFzckNACEMBMFGJIDQBgATAflHB+qH159RWT6IZeQzdjfGQTTERAQRRBBBhPVQYfMfiax1WadlvZUXe/YOq6CxDTIAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 6px 11px;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--autoMatchTip--wlHam {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  padding: 0 24px;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--autoMatchTip--wlHam b {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard--P4pSd {
  padding: 12px;
  margin: 6px 0;
  border-radius: 4px;
  position: relative;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard--P4pSd::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: calc(200% - 2px);
  border-radius: 8px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  transform-origin: 1px 1px;
  -webkit-transform-origin: 1px 1px;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard--P4pSd:hover:not(.meeting_room_form-module--roomCardNohover--O2rFg):not(.meeting_room_form-module--roomCard-selected--zbAmS) {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard--P4pSd .meeting_room_form-module--roomName--Z\+m1f {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin-bottom: 8px;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard--P4pSd .meeting_room_form-module--media--5xRTg {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  line-height: 14px;
  margin-bottom: 12px;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard--P4pSd .meeting_room_form-module--media-icon--0-uQ4 {
  font-size: 10px;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard--P4pSd .meeting_room_form-module--media-desc--uYUBU {
  font-size: 12px;
  padding-left: 6px;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard-selected--zbAmS {
  color: #ffffff;
  background-color: rgba(56, 110, 231, 0.8);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard-selected--zbAmS .meeting_room_form-module--roomName--Z\+m1f,
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard-selected--zbAmS .meeting_room_form-module--media--5xRTg {
  color: #ffffff;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--roomCard--P4pSd:not(.meeting_room_form-module--roomCardNohover--O2rFg) .meeting_room_form-module--media--5xRTg {
  margin-bottom: 0;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--toolbar--9M-Dx {
  padding: 0 24px;
  margin-bottom: 12px;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--toolbar--9M-Dx .ant-picker,
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--toolbar--9M-Dx .ant-select {
  margin-right: 12px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--footer--DEurt {
  position: relative;
  padding: 0 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  position: absolute;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--footer--DEurt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 2px;
  border: 1px solid rgba(39, 46, 71, 0.17);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.17);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--footer--DEurt::before {
  height: 0;
  bottom: initial;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--footer--DEurt .ant-btn {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--footer--DEurt .ant-btn-primary {
  background-color: #386ee7;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--button--8qlFV {
  outline: none;
  border-radius: 4px;
  border: none;
  color: #51555c;
  height: 32px;
  padding: 8px 12px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  min-width: 100px;
  width: auto;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--button--8qlFV.meeting_room_form-module--defaul--3t-R4 {
  position: relative;
  background-color: rgba(39, 46, 71, 0.03);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.03);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--button--8qlFV.meeting_room_form-module--defaul--3t-R4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 8px;
  border: 1px solid rgba(39, 46, 71, 0.17);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.17);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--button--8qlFV.meeting_room_form-module--primary--LPmbm {
  background: #386ee7;
  color: #ffffff;
}
.meeting_room_form-module--body--Yb5lb .meeting_room_form-module--button--8qlFV:disabled {
  opacity: 0.75;
}

.meeting_room_form-module--expandIcon--CLOVY {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}

.meeting_room_form-module--datePicker--Pb5Ra .ant-picker-input {
  cursor: pointer;
}
.meeting_room_form-module--datePicker--Pb5Ra input {
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.extraselect-module--dropDown--E6ZHx {
  max-width: 332px;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid rgba(39, 46, 71, 0.12);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.extraselect-module--dropDown--E6ZHx .ant-form-item {
  margin-bottom: 8px;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--checkgroup--y07Yi .ant-checkbox-wrapper {
  margin-bottom: 8px;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--checkgroup--y07Yi .ant-checkbox-wrapper .ant-checkbox {
  display: none;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--checkgroup--y07Yi .ant-checkbox-wrapper .ant-checkbox + span {
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 12px;
  color: #3c3f47;
  padding: 8px 12px;
  line-height: 14px;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--checkgroup--y07Yi .ant-checkbox-wrapper-checked .ant-checkbox + span {
  background: #386ee7;
  color: #ffffff;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--checkgroup--y07Yi .ant-radio-wrapper {
  margin-bottom: 8px;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--checkgroup--y07Yi .ant-radio-wrapper .ant-radio {
  display: none;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--checkgroup--y07Yi .ant-radio-wrapper .ant-radio + span {
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 12px;
  color: #3c3f47;
  padding: 8px 12px;
  line-height: 14px;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--checkgroup--y07Yi .ant-radio-wrapper-checked .ant-radio + span {
  background: #386ee7;
  color: #ffffff;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--footer--UOgN9 {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--footer--UOgN9 button {
  outline: none;
  border-radius: 4px;
  border: none;
  color: #51555c;
  height: 32px;
  padding: 8px 12px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--footer--UOgN9 button.extraselect-module--defaul--6N5oP {
  position: relative;
  background-color: rgba(39, 46, 71, 0.03);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.03);
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--footer--UOgN9 button.extraselect-module--defaul--6N5oP::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 8px;
  border: 1px solid rgba(39, 46, 71, 0.17);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.17);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.extraselect-module--dropDown--E6ZHx .extraselect-module--footer--UOgN9 button.extraselect-module--primary--YEU3U {
  background: #386ee7;
  color: #ffffff;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.empty-module--empty-container--O\+OIo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.empty-module--empty-container--O\+OIo p {
  margin-bottom: 0;
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
}
.empty-module--empty-container--O\+OIo .empty-module--empty-refesh-icon--WGFYn {
  background: url(/static/sync.102c0e43.svg) center center no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  animation: empty-module--spin--X4bXy 1s linear infinite;
}

@keyframes empty-module--spin--X4bXy {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.dayviewtimelinegrid-module--container--QnHWP {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp {
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--fc-arrow-btn--PJd\+w {
  cursor: pointer;
  width: 29px;
  height: 28px;
  line-height: 28px;
  border: none;
  outline: none;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-left: none;
  border-right: none;
  padding: 1px 0;
  border-left: 1px solid rgba(39, 46, 71, 0.16);
  border-left: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 2px;
  position: relative;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--fc-arrow-btn--PJd\+w:not(:disabled):hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--fc-arrow-btn--PJd\+w .dayviewtimelinegrid-module--left--fGpYR {
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-size: 1.5em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDEyTDYgOEwxMCA0IiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--fc-arrow-btn--PJd\+w::after {
  content: "";
  position: absolute;
  border-right: 1px solid rgba(39, 46, 71, 0.16);
  border-right: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  width: 0;
  height: 16px;
  right: 0;
  top: 6px;
  z-index: 2;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--fc-right-btn--im9\+Z {
  cursor: pointer;
  width: 29px;
  height: 28px;
  line-height: 28px;
  border: none;
  outline: none;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-left: none;
  border-right: none;
  padding: 1px 0;
  border-right: 1px solid rgba(39, 46, 71, 0.16);
  border-right: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-left: 3px;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--fc-right-btn--im9\+Z:not(:disabled):hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--fc-right-btn--im9\+Z .dayviewtimelinegrid-module--right--SLiNy {
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  font-size: 1.5em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgNEwxMCA4TDYgMTIiIHN0cm9rZT0iIzdEODA4NSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--headerBtn--jOjld {
  height: 28px;
  line-height: 28px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 4px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  outline: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  cursor: pointer;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--headerBtn--jOjld:hover {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--headerBtn--jOjld .dayviewtimelinegrid-module--left--fGpYR {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDEyTDYgOEwxMCA0IiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--headerBtn--jOjld .dayviewtimelinegrid-module--right--SLiNy {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--headerTitle--e618w {
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-left: 16px;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--header--4XSIp .dayviewtimelinegrid-module--headerClose--Upq5Y {
  line-height: 16px;
  height: 16px;
  margin-left: auto;
  cursor: pointer;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf {
  flex-grow: 1;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--indicator--yUnF\+ {
  height: 100%;
  background: rgba(159, 162, 173, 0.2);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2);
  border-radius: 2px;
  z-index: 2;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--indicator-busy--GBX7T {
  background: rgba(254, 91, 76, 0.2);
  background: rgba(var(--Error-6-r, 254), var(--Error-6-g, 91), var(--Error-6-b, 76), 0.2);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridRowHeaderContainer--E1v7a .dayviewtimelinegrid-module--gridRowHeader--ZZvLJ .dayviewtimelinegrid-module--gridRowHeaderCell--C38bx {
  text-align: center;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridRowHeaderContainer--E1v7a .dayviewtimelinegrid-module--gridRowHeader--ZZvLJ .dayviewtimelinegrid-module--gridRowHeaderCell--C38bx::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridRowHeaderContainer--E1v7a .dayviewtimelinegrid-module--gridRowHeader--ZZvLJ .dayviewtimelinegrid-module--gridRowHeaderCell--C38bx::before {
  width: 200%;
  pointer-events: none;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridColHaederContainer--aMKZK .dayviewtimelinegrid-module--gridColHaeder--5b81p {
  position: relative;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridColHaederContainer--aMKZK .dayviewtimelinegrid-module--gridColHaeder--5b81p .dayviewtimelinegrid-module--gridColHaederCell--byG4E span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  line-height: 14px;
  height: 12px;
  bottom: -7px;
  font-size: 12px;
  font-family: DIN Alternate Bold;
  color: #a8aaad;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridColHaederContainer--aMKZK .dayviewtimelinegrid-module--gridColHaeder--5b81p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid #e1e3e8;
  border: 0 solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridColHaederContainer--aMKZK .dayviewtimelinegrid-module--gridColHaeder--5b81p::before {
  width: 200%;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridColHaederContainer--aMKZK .dayviewtimelinegrid-module--nowTitle--kJkGj {
  position: absolute;
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #f74f4f;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridCorner--t5MtI {
  position: relative;
  z-index: 99;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridCorner--t5MtI::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridCorner--t5MtI::before {
  width: 200%;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--gridCorner--t5MtI span {
  position: absolute;
  text-align: center;
  line-height: 14px;
  height: 12px;
  font-size: 12px;
  bottom: 4px;
  left: 0;
  right: 0;
  font-family: DIN Alternate Bold;
  color: #a8aaad;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--grid--yQKRn .dayviewtimelinegrid-module--cell--7gMbe {
  position: relative;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--grid--yQKRn .dayviewtimelinegrid-module--cell--7gMbe::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid #e1e3e8;
  border: 0 solid var(--Fill-4, #e1e3e8);
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--grid--yQKRn .dayviewtimelinegrid-module--cell--7gMbe::before {
  width: 200%;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--nowLine--D6g6d {
  position: absolute;
  z-index: 99;
  border-top: 1px solid #f74f4f;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridContainer--y-Yhf .dayviewtimelinegrid-module--nowLine--D6g6d::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f74f4f;
  position: absolute;
  content: "";
  top: -5px;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridHeader--SARGC {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--gridHeaderTitle--lzzB7 {
  width: 100%;
  height: 16px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  margin-top: 16px;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--headerContent--b8WTR {
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: auto;
  max-width: calc(100% - 52px);
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--eventOuter--MfjIj {
  padding: 1px 8px;
  width: 100%;
  z-index: 9;
}
.dayviewtimelinegrid-module--container--QnHWP .dayviewtimelinegrid-module--busyIcon--sprb4 {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABRUExURUxpcfdNTfZOTvVOTvdNTf9PT/dNTfVNTfdPT/ZMTPZPT+9PT/dPT/7p6f////qRkfl7e/heXv7V1funp/yysvlwcP3IyPy9vf709PqcnPqGhq2WO98AAAAMdFJOUwDPoJ/vEGDfIJAwENAbOqYAAAD5SURBVHjahZPZtoMgDEUDAtVKmMSh/f8PvVeGBYVVeh4Uk50AJoEiLihhUjIyCQ695oXJomlu3HyRjZbP8Ifs9KiSPIO/I56j+DoHz/6eiLfJ5zuP8LL6/XnSOX8hRuC6So57E9oA0itTp1hlFl7e6G3bDnX8P/dgYxxEcrsTEb1TWTqaBdAMHIgn7pvyJsimfw4kAZdHfCmrQ2gRgVQiq16Iu+8ABjIBzoRbtICEsvwCsDHAgIwBAnQMTCDGgICVNcCpb+VycIClAaJc2qEut7uN1kTtpdzQNHTf2uu45cZN+7vtx4NTae1Hj7fDS+sSLVV4P/60Hv8/PXooHSmmgcwAAAAASUVORK5CYII=) center center repeat;
  background-size: 16px;
  margin-left: 4px;
}

.dayviewtimelinegrid-module--timeContent--oeVSH {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
}
.dayviewtimelinegrid-module--timeContent--oeVSH .dayviewtimelinegrid-module--timeContentIn--DNcyW {
  height: 100%;
  position: relative;
}

.dayviewtimelinegrid-module--eventTimeOuter--cDoVH {
  padding: 1px 8px;
  width: 100%;
  z-index: 9;
  position: absolute;
  padding: 0px 1px 1px;
  width: auto;
  left: 0%;
  right: 0%;
}
.eventBody-module--day-view-wrap--jZjLR {
  border-left: 1px solid #ebedf2;
  border-left: 1px solid var(--Line-2, #ebedf2);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--e-Pde {
  position: relative;
  height: 100%;
}
.index-module--container--e-Pde.index-module--endless--HSd-P {
  height: unset;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 {
  height: 100%;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7.index-module--endless--HSd-P .ant-table-body {
  max-height: unset !important;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table {
  height: 100%;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-header {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-header tr > th {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
  border-bottom: none;
  font-weight: normal;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-thead tr th {
  padding: 15px 16px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  background-color: #fff;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-container {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  height: 100%;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 8px;
  overflow-y: auto !important;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body tr > td {
  border: none;
  padding: 14px 16px;
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body tr > td:first-child {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body tr:hover td {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.index-module--container--e-Pde .index-module--disk-table--p0NL7 .ant-table-body tr:hover td .starGray {
  display: flex !important;
}
.index-module--container--e-Pde .index-module--upload-mask--4B3hj {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.index-module--container--e-Pde .index-module--upload-mask--4B3hj * {
  pointer-events: none;
}
.index-module--container--e-Pde .index-module--upload-mask--4B3hj .index-module--upload-box--AA3LA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px dashed rgba(39, 46, 71, 0.5);
  border: 1px dashed rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin: 16px;
  border-radius: 6px;
}
.index-module--container--e-Pde .index-module--upload-mask--4B3hj .index-module--upload-tip--VZ51b {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--container--e-Pde .index-module--upload-mask--4B3hj.index-module--hidden--iravV {
  display: none;
}

.index-module--creatorColumn--V1dgj {
  padding-left: 8px;
}

.index-module--sizeColumn--3f8mJ {
  padding-left: 8px;
}

.index-module--operate--wo1ti {
  display: flex;
  justify-content: flex-end;
}
.index-module--operate--wo1ti .index-module--item--NLMxI {
  flex: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--operate--wo1ti .index-module--item--NLMxI:last-child {
  margin-left: 8px;
}
.index-module--operate--wo1ti .index-module--item--NLMxI:hover {
  background-color: rgba(159, 162, 173, 0.2);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2);
  border-radius: 4px;
}
.index-module--operate--wo1ti .index-module--item--NLMxI .index-module--icon-wrap--WMrCa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.index-module--operate--wo1ti .index-module--item--NLMxI .ant-popover {
  z-index: 999;
}
.index-module--operate--wo1ti .index-module--item--NLMxI.index-module--item-hiden--6XdG6 {
  visibility: hidden;
}

.index-module--popup-wrap--mj86p {
  padding-top: 0;
  z-index: 999;
}

.index-module--disk-external-share-tooltip--VzDWH {
  width: 230px;
  display: flex;
  justify-content: center;
  z-index: 999;
}
.index-module--disk-external-share-tooltip--VzDWH .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
  right: 33px;
}
.index-module--disk-external-share-tooltip--VzDWH .ant-tooltip-content .ant-tooltip-inner {
  width: auto;
}
.index-module--disk-external-share-tooltip--VzDWH span.index-module--tip--vw64B {
  font-size: 14px;
  line-height: 18px;
}
.index-module--disk-external-share-tooltip--VzDWH span.index-module--confirm--v0V\+A {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #5383fe;
  margin-left: 24px;
  cursor: pointer;
}

.index-module--pop-content--rmYwP {
  display: flex;
  flex-flow: column;
  padding: 8px 0;
  background: white;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  box-sizing: border-box;
}
.index-module--pop-content--rmYwP .ant-dropdown-menu-item {
  padding: 0;
  background: white !important;
}

.index-module--operator-pop--VPE5j {
  z-index: 999;
}

.index-module--hoverRow--3Gfr8 {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.index-module--high-light--3Rcjq {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}

.index-module--tableOptionsSelector--KeOT8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(var(--Text-5-r), var(--Text-5-g), var(--Text-5-b), 0.5);
}
.index-module--tableOptionsSelector--KeOT8 .ant-select-selector {
  height: 28px !important;
  padding: 0 8px !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
}
.index-module--tableOptionsSelector--KeOT8 .ant-select-selector:hover {
  background: #f0f2f7;
}
.index-module--tableOptionsSelector--KeOT8.ant-select-open .ant-select-selection-item {
  color: #4c6aff !important;
}
.index-module--tableOptionsSelector--KeOT8.ant-select-open .ant-select-arrow path {
  fill: #4c6aff;
}

.index-module--tableOptionsDrop--uMkbV {
  min-width: 88px !important;
  border: 0.5px solid #ebedf2;
  box-shadow: 0 4px 10px rgba(47, 83, 134, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
}
.index-module--tableOptionsDrop--uMkbV .ant-select-item-option {
  padding: 0 16px !important;
  min-height: 30px !important;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 30px !important;
  color: #272e47;
}
.index-module--tableOptionsDrop--uMkbV .ant-select-item-option-selected {
  background: unset !important;
  color: #4c6aff;
}
.index-module--tableOptionsDrop--uMkbV .ant-select-item-option-active {
  background: #f0f2f7 !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.popItem-module--pop-item--t1XFO {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0px 16px;
  height: 30px;
  position: relative;
}
.popItem-module--pop-item--t1XFO:hover {
  background: #f0f0f1;
}
.popItem-module--pop-item-divider--idape {
  height: 30px;
  margin-bottom: 4px;
}
.popItem-module--pop-item-divider--idape::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 32px);
  background-color: #f0f0f1;
  bottom: -4px;
  transform: scaleY(0.5);
}
.popItem-module--pop-item-disabled--sBXvL:hover {
  background: unset;
}
.popItem-module--pop-item-disabled--sBXvL .popItem-module--text--rRgBH {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.popItem-module--pop-item-disabled--sBXvL svg path {
  stroke: #9fa2ad;
  stroke: var(--Text-2, #9fa2ad);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--modal--EYmrg .ant-modal-content {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--modal--EYmrg .ant-modal-body {
  min-height: 393px;
}
.index-module--modal--EYmrg .ant-modal-body .index-module--header--oorG1 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.index-module--modal--EYmrg .ant-modal-body .index-module--header--oorG1 .index-module--title--gxUc9 {
  word-break: break-all;
  font-weight: 500;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 32px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--modal--EYmrg .ant-modal-body .index-module--item-row--lMhCM {
  margin-bottom: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
}
.index-module--modal--EYmrg .ant-modal-body .index-module--item-row--lMhCM .index-module--desc--L0lqs {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin-right: 12px;
}
.index-module--modal--EYmrg .ant-modal-body .index-module--item-row--lMhCM .index-module--content--03dNy {
  word-break: break-all;
  flex: 1 1;
}
.index-module--modal--EYmrg .index-module--modal-close--ujH5X {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUxpcSMlLiUqMyQqMyYqMyMrNCUpMuvMkdYAAAAHdFJOUwAd5cjIHWST7nv+AAAAbElEQVR42rXQwQnAIBBEUT2Yc0BIBanADqxB8Kz9NxHIjHzw7l522X3CYDhVcw2P2vXeGmIZf0+lapHXpWmIOogAIAIQA4gBxABiAAEo5L7IfgKoDaKQCeKQEIcUAZgARAAmfKHI2D65h0P1AR1eEUkgBYz+AAAAAElFTkSuQmCC);
}

.index-module--spin--m3ssJ {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.dropdown-module--disk-menu--\+UAOV .ant-dropdown-menu {
  margin-top: 6px;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
}
.dropdown-module--disk-menu--\+UAOV .ant-dropdown-menu-item {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.dropdown-module--disk-menu--\+UAOV .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
}

.dropdown-module--dropdown-link--\+uQVz {
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.dropdown-module--dropdown-link--\+uQVz > span {
  margin-right: 4px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.contactItem-module--option-item--VY4Lz {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  height: 32px;
  display: flex;
  align-items: center;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--avatar--E6yJ5,
.contactItem-module--option-item--VY4Lz .contactItem-module--char-avatar--tL2i9 {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background-color: #ffaa00;
  color: #fff;
  border-radius: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--avatar--E6yJ5 {
  display: flex;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--avatar--E6yJ5 > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--contact-info--G5bvu {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--info-line--wSsTm {
  display: flex;
  justify-content: space-between;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--option-contact-name--ogb1N,
.contactItem-module--option-item--VY4Lz .contactItem-module--option-org--o9YSA {
  flex: 1 0;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--option-contact-name--ogb1N {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--option-org--o9YSA {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 12px;
  margin-top: 4px;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--hit-text--2Z9xK {
  color: #386ee7;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--dropdown-link--vLvXo {
  margin-left: 24px;
}
.contactItem-module--option-item--VY4Lz .contactItem-module--privilege--hDWYm {
  margin-left: 24px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.contactItem-module--group-icon--lDdYl,
.contactItem-module--folder-icon--jg9XG {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  padding: 8px;
  margin-right: 12px;
}

.contactItem-module--group-icon--lDdYl {
  background-color: #6ba9ff;
}

.contactItem-module--folder-icon--jg9XG {
  background-color: #386ee7;
}
.contactItem-module--folder-icon--jg9XG path,
.contactItem-module--folder-icon--jg9XG g {
  stroke: #fff;
  stroke-opacity: 1;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.selector-module--capsule-tag--6YGw4 {
  height: 24px;
  border-radius: 12px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  font-family: "PingFang SC";
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 4px 0 2px;
  cursor: default;
}
.selector-module--capsule-tag--6YGw4 .selector-module--avatar--wkycm,
.selector-module--capsule-tag--6YGw4 .selector-module--char-avatar--mE0S5 {
  width: 20px;
  height: 20px;
  background-color: #ffaa00;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
}
.selector-module--capsule-tag--6YGw4 .selector-module--avatar--wkycm > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.selector-module--capsule-tag--6YGw4 .selector-module--label--YOnVF {
  font-weight: 400;
  line-height: 16px;
  margin: 0 12px 0 4px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.selector-module--close-icon--C6EK0 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUxpcSUoMiUpMR8vLx8fLyQqMudpY34AAAAGdFJOUwBwgBAQOATLWNoAAABvSURBVHjatc6xDYAwEATBl8ANYBpwBxCQQ0BuCfqvBcHdayvgE5+sCTb+ujvHqae0XWOc+vcO06yPoy0aa9sFagTEAGIAMYAYQAwgBhCAIzM3MlItgLpCFDlAHAlxpAjABJAEACkvEOkaV/i2+OkevAsOv1N21s8AAAAASUVORK5CYII=) center center no-repeat;
  background-size: 8px;
  width: 8px;
  height: 8px;
}

.selector-module--selector-dropdown--VJJyN {
  z-index: 10000;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.selector-module--selector-dropdown--VJJyN .ant-select-item {
  transition: none;
  padding: 9px 24px;
}
.selector-module--selector-dropdown--VJJyN .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.selector-tag-tooltip {
  z-index: 10000;
  padding-top: 0;
}
.selector-tag-tooltip .ant-tooltip-arrow {
  display: none;
}
.selector-tag-tooltip .ant-tooltip-inner {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 18px;
}

.selector-module--selector-wrapper--i0A\+2 {
  flex: 1 1;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  overflow: hidden;
  padding-right: 64px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.selector-module--selector-wrapper--i0A\+2.ant-select-focused {
  border: 1px solid #386ee7;
}
.selector-module--selector-wrapper--i0A\+2 .ant-tag {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
}
.selector-module--selector-wrapper--i0A\+2 .ant-tag:hover {
  opacity: 1;
}
.selector-module--selector-wrapper--i0A\+2 .ant-tag:hover .ant-tag-close-icon path {
  stroke: #386ee7;
  stroke-opacity: 1;
}
.selector-module--selector-wrapper--i0A\+2 .ant-tag-close-icon {
  margin-left: 0;
  position: absolute;
  right: 4px;
}
.selector-module--selector-wrapper--i0A\+2 .ant-tag-close-icon path {
  stroke: rgba(39, 46, 71, 0.5);
  stroke: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector {
  background-color: rgba(39, 46, 71, 0.04);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.04);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border: none !important;
  max-height: 60px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector::-webkit-scrollbar:horizontal {
  height: 6px;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector:hover::-webkit-scrollbar-button {
  display: none;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selector:hover::-webkit-scrollbar-corner {
  display: none;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-multiple .ant-select-selector {
  padding: 0 4px;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selection-overflow {
  padding-top: 4px;
  padding-left: 6px;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selection-overflow-item {
  margin-bottom: 4px;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selection-overflow-item-suffix {
  height: 24px;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selection-search {
  margin: 0;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selection-overflow-item-rest {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selection-overflow-item-rest > span {
  background-color: transparent;
  border: none;
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selection-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
}
.selector-module--selector-wrapper--i0A\+2 .ant-select-selection-search-input {
  caret-color: #386ee7;
}

.selector-module--not-found--Fv7nx {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 61px auto;
}
.selector-module--not-found--Fv7nx .selector-module--not-found-text--9Gvyi {
  font-size: 14px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin-top: 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.sharePage-module--share-modal--7zWmW .ant-modal-content {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
}
.sharePage-module--share-modal--7zWmW .ant-modal-body {
  padding: 0 !important;
}

.sharePage-module--share-page--u4KZc {
  position: relative;
  width: 476px;
  font-family: PingFang SC;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 4px;
}
.sharePage-module--share-page--u4KZc.sharePage-module--box--UrIty {
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.sharePage-module--share-page--u4KZc .sharePage-module--close-icon--6-g7h {
  position: absolute;
  right: 24px;
  top: 14px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  z-index: 10;
}
.sharePage-module--share-page--u4KZc .ant-tabs-tab {
  margin-left: 0;
  padding-left: 24px !important;
}
.sharePage-module--share-page--u4KZc .sharePage-module--tab-name--F33hl {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sharePage-module--share-page--u4KZc .sharePage-module--tab-name--F33hl .sharePage-module--tab-link--uEoWL {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 10px;
  background-color: #386ee7;
}
.sharePage-module--share-page--u4KZc .sharePage-module--tab-name--F33hl .sharePage-module--tab-new-icon--1Kwjr {
  position: absolute;
  right: -27px;
  top: 4px;
  background: #ff6161;
  box-shadow: 1px 1px 8px rgba(254, 91, 76, 0.4);
  box-shadow: 1px 1px 8px rgba(var(--Error-6-r, 254), var(--Error-6-g, 91), var(--Error-6-b, 76), 0.4);
  border-radius: 7px;
  width: 31px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
}
.sharePage-module--share-page--u4KZc .sharePage-module--tips--NmNhJ {
  margin: 20px 24px 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #a8aaad;
}
.sharePage-module--share-page--u4KZc .ant-tabs .ant-tabs-nav {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 0;
}
.sharePage-module--share-page--u4KZc .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  display: none;
}
.sharePage-module--share-page--u4KZc .ant-tabs .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  color: #51555c;
  font-size: 14px;
  line-height: 16px;
  font-family: PingFang SC;
  font-style: normal;
}
.sharePage-module--share-page--u4KZc .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
  font-weight: 500;
}
.sharePage-module--share-page--u4KZc .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn .sharePage-module--tab-link--uEoWL {
  display: block;
}

.sharePage-module--shareStepWrap--wBcmb {
  overflow: hidden;
}

.sharePage-module--title-bar--5pUwf {
  margin: 24px 0 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
}
.sharePage-module--title-bar--5pUwf .sharePage-module--title--dU19J {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
  justify-self: flex-start;
  flex: 1 1;
}
.sharePage-module--title-bar--5pUwf .sharePage-module--return-icon--tXT7j {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.sharePage-module--selector-box--9OJfY {
  margin: 0 24px;
  width: 428px;
  display: flex;
  position: relative;
}
.sharePage-module--selector-box--9OJfY .sharePage-module--selector-wrapper--eNB1d {
  flex: 1 1;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  padding-right: 68px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.sharePage-module--selector-box--9OJfY .sharePage-module--selector-wrapper--eNB1d.ant-input:focus {
  border: 1px solid #386ee7;
  box-shadow: none;
}
.sharePage-module--selector-box--9OJfY .sharePage-module--selector-wrapper--eNB1d.ant-input-placeholder {
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
}
.sharePage-module--selector-box--9OJfY .sharePage-module--dropdown-link--xi2ux {
  position: absolute;
  padding-left: 5px;
  padding-right: 13px;
  right: 1px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.sharePage-module--time-setting--uJMc3,
.sharePage-module--link-wrap--kqMTS {
  margin: 28px 0 0 24px;
}
.sharePage-module--time-setting--uJMc3 .sharePage-module--title--dU19J,
.sharePage-module--link-wrap--kqMTS .sharePage-module--title--dU19J {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
}

.sharePage-module--radio-box--m8kLI {
  display: flex;
  align-items: center;
  height: 25px;
  justify-content: space-around;
}
.sharePage-module--radio-box--m8kLI .sharePage-module--radio-box-btn--NvagL {
  cursor: pointer;
}
.sharePage-module--radio-box--m8kLI .sharePage-module--radio-box-btn--NvagL:last-child {
  margin-right: 0;
}
.sharePage-module--radio-box--m8kLI .sharePage-module--radioRange--LqxFk {
  width: 164px;
  padding: 0;
}

.sharePage-module--ranger-wrap--8e9YL .sharePage-module--ranger-txt--I7h-K {
  cursor: pointer;
}
.sharePage-module--ranger-wrap--8e9YL .sharePage-module--ranger-txt--I7h-K:hover {
  color: #386ee7;
}
.sharePage-module--ranger-wrap--8e9YL .ant-picker-active-bar {
  display: none;
}
.sharePage-module--ranger-wrap--8e9YL .ant-picker-range-separator {
  padding: 0 3px 0 0;
}
.sharePage-module--ranger-wrap--8e9YL .ant-picker-input input {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 30px;
}
.sharePage-module--ranger-wrap--8e9YL .ant-picker-input input:hover {
  color: #386ee7;
}
.sharePage-module--ranger-wrap--8e9YL .ant-picker-input.ant-picker-input-active input {
  color: #386ee7;
}
.sharePage-module--ranger-wrap--8e9YL .ant-picker-input-placeholder input {
  color: #386ee7;
}

.sharePage-module--link-wrap--kqMTS .sharePage-module--link-group-btn--YTX60 {
  margin-right: 24px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.sharePage-module--coactor-box--m0tJz {
  margin: 24px 24px 0;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-title--Zc078 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP {
  margin: 8px -20px 0 0;
  padding-right: 20px;
  max-height: 268px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP:hover::-webkit-scrollbar-button {
  display: none;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-list--O34AP:hover::-webkit-scrollbar-corner {
  display: none;
}
.sharePage-module--coactor-box--m0tJz .sharePage-module--coactor-item--W1jsp {
  padding: 9px 0;
}

.sharePage-module--share-box--Y5ibx {
  margin: 0 24px;
  padding: 24px 0;
  position: relative;
}
.sharePage-module--share-box--Y5ibx::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.sharePage-module--share-box--Y5ibx::before {
  height: 0;
  bottom: initial;
}
.sharePage-module--share-box--Y5ibx .sharePage-module--share-title--Iar0L {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
}
.sharePage-module--share-box--Y5ibx .sharePage-module--share-link--1T7Qr {
  position: relative;
  margin-top: 12px;
}
.sharePage-module--share-box--Y5ibx .sharePage-module--share-link--1T7Qr .ant-select-selection-item {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.sharePage-module--share-box--Y5ibx .sharePage-module--share-select-wrapper--TAM-V {
  display: inline-block;
  position: relative;
}
.sharePage-module--share-box--Y5ibx .sharePage-module--share-select-wrapper--TAM-V > svg {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  pointer-events: none;
}
.sharePage-module--share-box--Y5ibx .sharePage-module--share-type-text--lXAv0 {
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin-right: 8px;
}
.sharePage-module--share-box--Y5ibx .sharePage-module--share-link-btn--TsFls {
  position: absolute !important;
  right: 0;
  top: 0;
  background-color: #386ee7 !important;
  height: 32px !important;
  border-radius: 4px !important;
  padding: 4px 12px !important;
}
.sharePage-module--share-box--Y5ibx .sharePage-module--disk-select--K2V8E {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  transition: none;
  box-shadow: none;
}
.sharePage-module--share-box--Y5ibx .sharePage-module--disk-select--K2V8E.ant-select-focused {
  border: 1px solid #386ee7;
}
.sharePage-module--share-box--Y5ibx .sharePage-module--disk-select--K2V8E .ant-select-selector {
  background-color: transparent;
  border: none;
  transition: none;
  box-shadow: none !important;
}

.diskDropdown {
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  z-index: 9999;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.diskDropdown .ant-select-item {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  min-height: 30px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.diskDropdown .ant-select-item:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.diskDropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #386ee7;
  font-weight: normal;
}
.diskDropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled):hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.sharePage-module--send-box--eOfjI {
  margin: 24px 0;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}
.sharePage-module--send-box--eOfjI.sharePage-module--no-im-notify--EqZTZ {
  justify-content: right;
}
.sharePage-module--send-box--eOfjI .sharePage-module--send-radio--0ovO2 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sharePage-module--send-box--eOfjI .sharePage-module--send-radio--0ovO2 > span {
  margin-left: 4px;
  -webkit-user-select: none;
          user-select: none;
  font-family: PingFang HK;
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.sharePage-module--send-box--eOfjI .sharePage-module--button-box--DaF5k .ant-btn {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.sharePage-module--send-box--eOfjI .sharePage-module--button-box--DaF5k .ant-btn.ant-btn-primary {
  margin-left: 16px;
  background-color: #386ee7;
}
.sharePage-module--send-box--eOfjI .sharePage-module--unchecked--IXpO0 {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 8px;
  border: 1.5px solid rgba(39, 46, 71, 0.3);
  border: 1.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.3);
}

.sharePage-module--msg-content-text--eF730 {
  margin-left: 8px;
}

.sharePage-module--ranger-picker-dropdown-wrap--RiJR- {
  /*选中日期内的颜色*/
  /*hover选中日期内的颜色加深*/
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel {
  width: 292px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel .ant-picker-body {
  padding-right: 0;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-body .ant-picker-content {
  width: 280px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-body .ant-picker-content thead tr th {
  width: 40px;
  text-align: left;
  padding-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-weight: 500;
  font-size: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-body .ant-picker-content tbody tr td {
  width: 40px;
  height: 28px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-body .ant-picker-content tbody tr td:last-child {
  width: 28px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-body .ant-picker-content tbody tr td:last-child::before {
  right: 12px !important;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-body .ant-picker-content tbody tr td:last-child::after {
  right: 12px !important;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-body .ant-picker-content tbody tr td:last-child .ant-picker-cell-inner::after {
  right: 0 !important;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-panel-container {
  border-radius: 6px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-cell .ant-picker-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-family: PingFang SC;
  font-style: normal;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-cell::before {
  height: 28px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-cell-in-view .ant-picker-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner {
  color: #386ee7;
  font-weight: 500;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: 1px solid #386ee7;
  border-radius: 4px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel tr .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after {
  right: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel tr.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after {
  right: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel tr .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:last-child::after {
  right: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  display: none;
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  height: 28px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  height: 28px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover-start:not(.ant-picker-cell-range-start-single)::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.sharePage-module--ranger-picker-dropdown-wrap--RiJR- .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--move-dir-modal--JL7G2 .ant-modal-header {
  border-bottom: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--move-dir-modal--JL7G2 .ant-modal-content {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--move-dir-modal--JL7G2 .ant-modal-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 4px !important;
}
.index-module--move-dir-modal--JL7G2 .ant-btn-primary[disabled] {
  color: #fff !important;
  background: #386ee7 !important;
  border-color: #386ee7 !important;
  opacity: 0.5;
}
.index-module--move-dir-modal--JL7G2 .ant-modal-footer {
  border-top: 1px solid #f4f4f5;
  border-top: 1px solid var(--white-bg, #f4f4f5);
}
.index-module--move-dir-modal--JL7G2 .ant-modal-footer .ant-btn {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--move-dir-modal--JL7G2 .ant-modal-footer .ant-btn-primary {
  background-color: #386ee7;
}

.index-module--move-dir-tree--tNV3f .ant-tree-node-content-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 32px;
}
.index-module--move-dir-tree--tNV3f .ant-tree-iconEle {
  line-height: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-around;
}
.index-module--move-dir-tree--tNV3f .ant-tree-switcher {
  line-height: 32px;
}
.index-module--move-dir-tree--tNV3f .ant-tree-treenode {
  padding-bottom: 0 !important;
}
.index-module--move-dir-tree--tNV3f .ant-tree-treenode-selected .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #386ee7 !important;
  color: white !important;
  border-radius: 0 !important;
}
.index-module--move-dir-tree--tNV3f .ant-tree-treenode:not(.ant-tree-treenode-disabled):not(.ant-tree-treenode-selected) :hover .ant-tree-node-content-wrapper {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.index-module--move-dir-tree--tNV3f .ant-tree-node-content-wrapper {
  white-space: nowrap;
}
.index-module--move-dir-tree--tNV3f .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  background: transparent;
}

.index-module--modal-title--30xoS {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  color: #000000;
  color: var(--font-color-3, #000000);
}

.index-module--modal-tips--zHjHA {
  padding-top: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  /* 字体及ICON颜色/icon颜色40% */
  color: #a8aaad;
  margin: 0;
}

.index-module--dir-tree-wrapper--lsNHq {
  height: 300px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: auto;
}
.index-module--dir-tree-wrapper--lsNHq::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--dir-tree-wrapper--lsNHq::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--dir-tree-wrapper--lsNHq:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--dir-tree-wrapper--lsNHq:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--dir-tree-wrapper--lsNHq:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--dir-tree-wrapper--lsNHq:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--dir-tree-wrapper--lsNHq:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--dir-tree-wrapper--lsNHq:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--dir-tree-wrapper--lsNHq:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--dir-tree-wrapper--lsNHq .ant-tree {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--modal--gybQ7 .ant-modal-body {
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-weight: 500;
}
.index-module--modal--gybQ7 .ant-modal-body .index-module--title--qHjvR {
  display: flex;
  align-items: center;
}
.index-module--modal--gybQ7 .ant-modal-body .index-module--content--5eEDK {
  font-weight: normal;
  padding-left: 28px;
  margin-top: 16px;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.index-module--modal--gybQ7 .ant-modal-body .index-module--hidden--aiVnB {
  display: none;
}
.index-module--modal--gybQ7 .ant-modal-footer {
  padding: 24px;
  padding-top: 0;
  border: none;
}
.index-module--modal--gybQ7 .ant-modal-footer .ant-btn {
  border-radius: 4px;
}
.index-module--modal--gybQ7 .ant-modal-footer .ant-btn + .ant-btn {
  margin-left: 16px;
}

.index-module--can-delete--nZgGP .ant-modal-footer .ant-btn:first-child {
  display: none;
}

.index-module--input--G62Uk {
  height: 32px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.search-select {
  display: flex;
  margin: 24px 0 0 0;
  position: relative;
}
.search-select::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(200% - 2px);
  height: 200%;
  border-radius: 0;
  border: 0 solid rgba(39, 46, 71, 0.16);
  border: 0 solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.search-select::after {
  height: 0;
  top: initial;
}
.search-select .select-tab {
  position: relative;
  display: flex;
  margin-right: 25px;
  padding-bottom: 4px;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  cursor: pointer;
}
.search-select .select-tab.action {
  color: #386ee7;
}
.search-select .select-tab.action:after {
  position: absolute;
  content: " ";
  left: 50%;
  margin-left: -5px;
  bottom: 0px;
  width: 10px;
  height: 2px;
  background-color: #386ee7;
}

.select-title {
  display: block;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin: 24px 0 8px 0;
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
}

.search-load-more {
  display: block;
  cursor: pointer;
  color: #386ee7;
  font-size: 12px;
  padding: 4px 0 8px;
  border-bottom: solid 1px rgba(39, 46, 71, 0.16);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}

.search-modal .ant-modal-body {
  background-color: #ffffff;
  background-color: var(--white-modal, #ffffff);
}
.search-modal .ant-modal-body {
  padding: 18px 24px 8px;
}
.search-modal .search-input {
  height: 28px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 24px;
  width: calc(100% - 30px);
  border: none;
}
.search-modal .search-input .ant-input {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.search-modal .ant-modal-close {
  top: 2px;
}
.search-modal .ant-modal-close .search-close {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUxpcSMlLiUqMyQqMyYqMyMrNCUpMuvMkdYAAAAHdFJOUwAd5cjIHWST7nv+AAAAbElEQVR42rXQwQnAIBBEUT2Yc0BIBanADqxB8Kz9NxHIjHzw7l522X3CYDhVcw2P2vXeGmIZf0+lapHXpWmIOogAIAIQA4gBxABiAAEo5L7IfgKoDaKQCeKQEIcUAZgARAAmfKHI2D65h0P1AR1eEUkgBYz+AAAAAElFTkSuQmCC);
}

.select-empty {
  font-size: 14px;
  text-align: center;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.select-empty .sirius-empty {
  margin-bottom: 20px;
}

.loading {
  text-align: center;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  outline: none;
}

.search-list {
  flex: 1 1;
  margin-top: 12px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.search-list::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.search-list::-webkit-scrollbar:horizontal {
  height: 6px;
}
.search-list:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.search-list:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.search-list:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.search-list:hover::-webkit-scrollbar-button {
  display: none;
}
.search-list:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.search-list:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.search-list:hover::-webkit-scrollbar-corner {
  display: none;
}

.disk-item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 12px;
  cursor: default;
}
.disk-item.chosen-item {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.disk-item .icon-container {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disk-item .item-info {
  margin: 15px 0 15px 12px;
  flex: 1 1;
  overflow: hidden;
}
.disk-item .item-info .highlight-text {
  color: #386ee7;
}
.disk-item .item-info .item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.disk-item .item-info .item-detail {
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.disk-item .item-info .item-detail > span {
  margin-right: 12px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--edCQJ {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 0;
  height: 100%;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u {
  height: 52px;
  display: flex;
  align-items: center;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u .index-module--search-button--LBLWi {
  flex: 1 1;
  margin: 16px 12px 14px;
  height: 28px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 24px;
  border: 0.5px solid rgba(39, 46, 71, 0.11);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.11);
  padding: 6px 8px 6px;
  color: rgba(39, 46, 71, 0.3);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.3);
  outline: none;
  cursor: pointer;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: right;
  /* 字体及ICON颜色/不重要文字40% */
  color: #a8aaad;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u .index-module--search-button--LBLWi .index-module--searchIcon--EyYjs {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u .index-module--search-button--LBLWi .index-module--searchTips--DIXkB {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u .index-module--search-button--LBLWi:hover {
  border-color: #386ee7;
  color: #386ee7;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u .index-module--search-button--LBLWi:hover .index-module--searchIcon--EyYjs {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u .index-module--search-button--LBLWi > span {
  margin-left: 4px;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u .index-module--u-refresh--RFZqD {
  margin-right: 12px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border: 1px solid var(--white, #ffffff);
  background: #ffffff url(/static/sync.d79843e8.svg) center center no-repeat;
  background: #ffffff var(--mail-refresh) center center no-repeat;
  background: var(--white, #ffffff) var(--mail-refresh) center center no-repeat;
  background-size: 16px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.index-module--container--edCQJ .index-module--searchContainer--Sp21u .index-module--u-refresh--RFZqD:hover {
  border-color: #386ee7;
}
.index-module--container--edCQJ .index-module--options--hxpX7 .index-module--option-item--mt\+Ks {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 24px;
  height: 36px;
  color: #262a33;
  font-size: 14px;
  line-height: 16px;
}
.index-module--container--edCQJ .index-module--options--hxpX7 .index-module--option-item--mt\+Ks:hover {
  background-color: rgba(39, 46, 71, 0.08);
}
.index-module--container--edCQJ .index-module--options--hxpX7 .index-module--option-item--mt\+Ks.index-module--selected--gAdqB {
  background-color: rgba(214, 230, 252, 0.9);
}
.index-module--container--edCQJ .index-module--options--hxpX7 .index-module--option-item--mt\+Ks .index-module--option-text--BhAwu {
  margin-left: 8px;
  pointer-events: none;
}
.index-module--container--edCQJ .index-module--treeContainer---5MFG {
  flex: 1 1;
  overflow-y: auto;
}
.index-module--container--edCQJ .index-module--treeContainer---5MFG .os-host {
  height: 100%;
}
.index-module--container--edCQJ .index-module--spaceUsage--zos14 {
  padding-top: 22px;
  padding-bottom: 8px;
}
.index-module--container--edCQJ .index-module--volume-wrapper--6jzM6 {
  margin-bottom: 24px;
  padding: 0 16px;
}
.index-module--container--edCQJ .index-module--volume-wrapper--6jzM6 .index-module--volume--f2Ppm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
.index-module--container--edCQJ .index-module--volume-wrapper--6jzM6 .index-module--volume--f2Ppm .index-module--type--NL0TU {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--container--edCQJ .index-module--volume-wrapper--6jzM6 .index-module--volume--f2Ppm .index-module--desc--Smv9U {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--container--edCQJ .index-module--volume-wrapper--6jzM6 .index-module--percent--bSQRF {
  height: 4px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 3px;
}
.index-module--container--edCQJ .index-module--volume-wrapper--6jzM6 .index-module--percent--bSQRF .index-module--percentDesc--m3OZS {
  border-radius: 3px;
  height: 4px;
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.index-module--container--edCQJ .index-module--volume-wrapper--6jzM6 .index-module--warn--R2yje .index-module--percentDesc--m3OZS {
  background: #f74f4f;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.disk-error .ant-modal-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: none;
}
.disk-error.index-module--upload-error--21Jsh .ant-modal-body {
  padding-bottom: 0;
}
.disk-error .ant-modal-body {
  padding: 24px;
}
.disk-error .ant-modal-confirm-body > :first-child {
  float: left;
}
.disk-error .ant-modal-confirm-title {
  display: block;
  margin-left: 28px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.disk-error .ant-btn {
  border-radius: 4px;
}
.disk-error .ant-btn + .ant-btn {
  margin-left: 8px;
}
.disk-error .index-module--error-icon--rU3Xg {
  position: absolute;
}

.disk-error.upload-error .ant-modal-footer {
  padding: 24px;
}

.disk-error-modal {
  padding: 0;
}
.disk-error-modal.index-module--single-file--zBbeY .ant-modal-footer {
  border: none;
}
.disk-error-modal .ant-modal-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: none;
}
.disk-error-modal .ant-modal-body {
  padding: 0 24px 0 52px;
}
.disk-error-modal .ant-modal-confirm-body > :first-child {
  float: left;
}
.disk-error-modal .ant-modal-header {
  padding: 28px 24px 0;
  border: none;
  border-radius: 8px;
}
.disk-error-modal .ant-modal-confirm-title {
  display: block;
  margin-left: 28px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.disk-error-modal .ant-btn {
  border-radius: 4px;
}
.disk-error-modal .ant-btn + .ant-btn {
  margin-left: 16px;
}
.disk-error-modal .ant-modal-footer {
  padding: 24px;
}
.disk-error-modal .index-module--error-icon--rU3Xg {
  position: absolute;
}

.index-module--error-box--cdcE4 {
  font-size: 14px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
  margin-top: 16px;
}
.index-module--error-box--cdcE4 .index-module--error-info--w-boo {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.index-module--error-box--cdcE4 .index-module--error-info--w-boo:last-child {
  margin-bottom: 0;
}
.index-module--error-box--cdcE4 .index-module--highlight--KTOJs {
  color: #f74f4f;
}
.index-module--error-box--cdcE4 .index-module--ok--eR1sL {
  color: #0fd683;
  color: var(--Success-6, #0fd683);
}

.index-module--upload-fail-content--RYRXg .index-module--upload-fail-title--W5T6J {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--upload-fail-content--RYRXg .index-module--upload-error-icon--4ilw2 {
  position: absolute;
  left: 24px;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd {
  max-height: 100px;
  margin: 8px -16px 0 -8px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-list--snLgd:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-item--DK0MA {
  height: 28px;
  border-radius: 4px;
  padding: 8px;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  margin-right: 10px;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-item--DK0MA:hover {
  background-color: #f4f4f5;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-item--DK0MA:hover .index-module--remove-icon--nQIB2 {
  display: block;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-item--DK0MA .index-module--upload-file-size--RkJRW {
  color: #ffaa00;
}
.index-module--upload-fail-content--RYRXg .index-module--upload-file-item--DK0MA .index-module--remove-icon--nQIB2 {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  bottom: 6px;
  display: none;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.diskHead-module--disk-head-wrap--Shm0N {
  width: 100%;
  flex: none;
  position: relative;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL {
  position: relative;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--spin-wrap--kCDDV {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--spin---m631 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--staticTitle--PZ5DS {
  font-weight: 500;
  font-size: 14px;
  color: #262a33;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-content-title--MDqZW {
  display: flex;
  align-items: center;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-content-title--MDqZW > span {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-content-title--MDqZW .diskHead-module--select-wrap--WAZfn {
  margin-left: 8px;
  height: 32px;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg {
  margin-bottom: 24px;
  margin-top: 12px;
  display: flex;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk {
  min-width: 240px;
  margin-right: 19px;
  flex: 1 1;
  height: 68px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk:hover {
  border: 1px solid #386ee7;
  cursor: pointer;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk .diskHead-module--box-icon--OUUHX {
  flex: none;
  margin-left: 24px;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  background-image: url(/static/share_link-047daf494f41803ce64fa57d3a2f3a3d.png);
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk span {
  flex: none;
  font-family: PingFang HK;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk .diskHead-module--box-label--juPv\+ {
  flex: none;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 16px;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 2px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #386ee7;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk .diskHead-module--box-count--8xwGQ {
  flex: 1 1;
  margin-right: 24px;
  font-family: DIN Alternate;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk:nth-child(2) .diskHead-module--box-icon--OUUHX {
  background-image: url(/static/share_read-67e484f104545f8d1cf9c58bae831423.png);
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk:nth-child(3) .diskHead-module--box-icon--OUUHX {
  background-image: url(/static/share_download-9c592ed1cdd3b1ce483e35cde1d83924.png);
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--static-content--SonbL .diskHead-module--static-box-group--NAeeg .diskHead-module--static-box--cz8Lk:last-child {
  margin-right: 0;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--ArrowLeftWrap--Utk89 {
  display: flex;
  align-items: center;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--ArrowLeftWrap--Utk89:hover {
  cursor: pointer;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--ArrowLeftWrap--Utk89 .diskHead-module--ArrowLeft--ZpYwy {
  width: 22px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUgMTNMNS41IDhMMTAuNSAzIiBzdHJva2U9IiMzQzNGNDciIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--ArrowLeftWrap--Utk89 .diskHead-module--mainPage--v6VHm {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 14px;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--ArrowLeftWrap--Utk89 .diskHead-module--mainPage--v6VHm:hover {
  color: #386ee7;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--ArrowLeftWrap--Utk89 > span {
  margin-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--staticSearch--P0A06 {
  width: 188px;
  height: 28px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.11);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.11);
  box-sizing: border-box;
  border-radius: 4px;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--staticSearch--P0A06 .ant-input {
  font-size: 12px;
  line-height: 12px;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--pageTitle--xns8e .diskHead-module--staticSearch--P0A06:hover {
  border-color: #386ee7;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--selectGroup--hkhxR {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--selectGroup--hkhxR .diskHead-module--select-over--pH43g {
  width: 110px;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--selectGroup--hkhxR .diskHead-module--select-over--pH43g.ant-select .ant-select-selector {
  height: 32px;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--selectGroup--hkhxR .diskHead-module--select-over--pH43g.ant-select .ant-select-selector .ant-select-selection-item {
  height: 30px;
  line-height: 30px;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--selectGroup--hkhxR .diskHead-module--select-over--pH43g.ant-select .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--selectGroup--hkhxR .diskHead-module--shareTime--LP0el,
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--selectGroup--hkhxR .diskHead-module--inviteTime--yXMk5 {
  margin-bottom: 12px;
  flex: none;
  display: flex;
  align-items: center;
}
.diskHead-module--disk-head-wrap--Shm0N .diskHead-module--staticPageWrap--xLJvC .diskHead-module--selectGroup--hkhxR .diskHead-module--shareTime--LP0el {
  margin-right: 48px;
}

.diskHead-module--selectDropDown--YtE4N {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 8px 0;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.diskHead-module--selectDropDown--YtE4N .diskHead-module--selectOption--VOnzK {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 30px;
  min-height: 30px;
  font-weight: normal !important;
}
.diskHead-module--selectDropDown--YtE4N .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #ffffff;
  color: #386ee7;
}

.diskHead-module--breadContainer--lM-1U {
  display: flex;
}

.diskHead-module--bread-authority--37Toy {
  margin-bottom: 24px;
  flex: 1 1;
  overflow: hidden;
}
.diskHead-module--bread-authority--37Toy .diskHead-module--breadContainer--lM-1U .diskHead-module--bread--gno\+\+ {
  flex: 1 1;
  display: flex;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
}
.diskHead-module--bread-authority--37Toy .diskHead-module--breadContainer--lM-1U .diskHead-module--bread--gno\+\+ .diskHead-module--breadArea--jYk6z {
  display: inline-block;
}
.diskHead-module--bread-authority--37Toy .diskHead-module--breadContainer--lM-1U .diskHead-module--bread--gno\+\+ .diskHead-module--authorityTag--UXiO2 {
  margin-left: 4px;
  padding: 0 4px;
  font-family: PingFang SC;
  font-size: 12px;
  line-height: 16px;
  color: #386ee7;
  border-radius: 2px;
  border: 0.5px solid rgba(159, 162, 173, 0.6);
  border: 0.5px solid rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.6);
  box-sizing: border-box;
  display: inline-block;
}
.diskHead-module--bread-authority--37Toy .diskHead-module--authority--WjSX0 {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.diskHead-module--operate--XghSO {
  display: flex;
  -webkit-app-region: no-drag;
}
.diskHead-module--operate--XghSO .diskHead-module--btn--hoG3X {
  margin-right: 12px;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  color: #ffffff !important;
}
.diskHead-module--operate--XghSO .ant-btn {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.diskHead-module--empty--i3LIW {
  margin-top: 220px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.diskHead-module--empty--i3LIW .diskHead-module--empty-text--iEyxq {
  margin-top: 8px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.diskHead-module--non-list--npueV {
  justify-content: center;
}

.diskHead-module--tooltip--T1V9b .ant-tooltip-arrow {
  display: block !important;
}

.diskHead-module--create-menu--SAT5N .ant-dropdown-menu {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  padding: 8px 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.diskHead-module--create-menu--SAT5N .ant-dropdown-menu-item {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
}
.diskHead-module--create-menu--SAT5N .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.diskHead-module--create-menu--SAT5N .diskHead-module--menu-text-wrapper--\+K6dN {
  display: flex;
  align-items: center;
}
.diskHead-module--create-menu--SAT5N .diskHead-module--menu-text--OnEt0 {
  margin-left: 8px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.diskHead-module--create-menu--SAT5N .ant-dropdown-menu-item-disabled {
  opacity: 0.3;
}

.diskHead-module--disk-create-tooltip--sF672 {
  width: 335px;
  max-width: 350px;
  z-index: 999;
}
.diskHead-module--disk-create-tooltip--sF672 .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
  right: 100px;
}
.diskHead-module--disk-create-tooltip--sF672 .ant-tooltip-content .ant-tooltip-inner {
  width: auto;
}
.diskHead-module--disk-create-tooltip--sF672 span.diskHead-module--tip--sqs-F {
  font-size: 14px;
  line-height: 18px;
}
.diskHead-module--disk-create-tooltip--sF672 span.diskHead-module--confirm--rlaaR {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #5383fe;
  margin-left: 24px;
  cursor: pointer;
}

.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 {
  width: 280px;
  height: 158px;
  z-index: 999;
  max-width: 280px;
}
.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 .ant-tooltip-content {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
  top: 0;
  right: 31px;
  width: 19px;
  height: 9px;
}
.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 .ant-tooltip-content .ant-tooltip-arrow .ant-tooltip-arrow-content {
  width: 18px;
  height: 9px;
  background-color: #7088ff;
  background-color: var(--Brand-5, #7088ff);
}
.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 .ant-tooltip-content .ant-tooltip-inner {
  width: auto;
  padding: 12px 16px 16px;
}
.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 .ant-btn {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  background-color: #ffffff;
}
.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 .diskHead-module--title--oxNaN {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 8px;
}
.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 .diskHead-module--tip--sqs-F {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 12px;
}
.diskHead-module--disk-unitable-create-tooltip--Q1Zk1 .diskHead-module--button--LR1Cu {
  text-align: right;
  margin-bottom: 0;
}

.diskHead-module--ranger-wrap--CxEh9 {
  margin-left: 8px;
  width: 164px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  cursor: pointer;
  background-color: #ffffff;
}
.diskHead-module--ranger-wrap--CxEh9 .ant-picker-active-bar {
  display: none;
}
.diskHead-module--ranger-wrap--CxEh9 .ant-picker-range-separator {
  padding: 0;
}
.diskHead-module--ranger-wrap--CxEh9 .ant-picker-input input {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 30px;
}
.diskHead-module--ranger-wrap--CxEh9 .ant-picker-input input:hover {
  color: #386ee7;
}
.diskHead-module--ranger-wrap--CxEh9 .diskHead-module--ranger-picker--hTw0z {
  width: 164px;
  height: 30px;
  border-radius: 4px;
  padding: 0;
}
.diskHead-module--ranger-wrap--CxEh9 .diskHead-module--ranger-txt--KFf9B {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.diskHead-module--ranger-wrap--CxEh9 .diskHead-module--ranger-txt--KFf9B:hover {
  color: #386ee7;
}
.diskHead-module--ranger-wrap--CxEh9:hover {
  border: 1px solid #386ee7;
  color: #386ee7;
}
.diskHead-module--ranger-wrap--CxEh9:hover .diskHead-module--ranger-txt--KFf9B {
  color: #386ee7;
}

.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 {
  /*选中日期内的颜色*/
  /*hover选中日期内的颜色加深*/
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel {
  width: 292px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel .ant-picker-body {
  padding-right: 0;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-body .ant-picker-content {
  width: 280px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-body .ant-picker-content thead tr th {
  width: 40px;
  text-align: left;
  padding-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-weight: 500;
  font-size: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-body .ant-picker-content tbody tr td {
  width: 40px;
  height: 28px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-body .ant-picker-content tbody tr td:last-child {
  width: 28px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-body .ant-picker-content tbody tr td:last-child::before {
  right: 12px !important;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-body .ant-picker-content tbody tr td:last-child::after {
  right: 12px !important;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-body .ant-picker-content tbody tr td:last-child .ant-picker-cell-inner::after {
  right: 0 !important;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-panel-container {
  border-radius: 6px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-cell .ant-picker-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-family: PingFang SC;
  font-style: normal;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-cell::before {
  height: 28px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-cell-in-view .ant-picker-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner {
  color: #386ee7;
  font-weight: 500;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: 1px solid #386ee7;
  border-radius: 4px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel tr .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after {
  right: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel tr.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after {
  right: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel tr .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:last-child::after {
  right: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  display: none;
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  height: 28px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  height: 28px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover-start:not(.ant-picker-cell-range-start-single)::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.diskHead-module--ranger-picker-dropdown-wrap--QrPC6 .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}

.diskHead-module--flex-align--kH-Ab {
  display: flex;
  align-items: center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.filenameCell-module--name-column--HkHw4 {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: PingFang SC;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--name-icon--GomID {
  display: flex;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--rename-wrapper--OvgwX {
  position: relative;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--rename-wrapper--OvgwX .filenameCell-module--rename-input--rvZ-o {
  height: 32px;
  border-radius: 4px;
  min-width: 211px;
  font-size: 14px;
  padding-right: 44px;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--rename-wrapper--OvgwX .filenameCell-module--rename-input--rvZ-o:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--rename-wrapper--OvgwX .filenameCell-module--cancel-btn--\+Gz3z {
  display: inline-block;
  position: absolute;
  right: 12px;
  color: #386ee7;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--name-text--piwlR {
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--name-text--piwlR ::selection {
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  color: unset;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--name--QREyE {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.filenameCell-module--name-column--HkHw4 .filenameCell-module--share-external--S-p1t {
  margin-left: 4px;
  width: 32px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 2px;
  font-size: 12px;
  color: #386ee7;
}
.tableSkeleton-module--tableSkeleton--qaVYE {
  padding: 30px 11px 0 24px;
  height: 100%;
  border-radius: 6px;
  background: #ffffff;
  background: var(--white, #ffffff);
  box-sizing: border-box;
  overflow: hidden;
}
.tableSkeleton-module--tableSkeleton--qaVYE .tableSkeleton-module--row--4H\+i6 {
  padding-bottom: 30px;
}
.tableSkeleton-module--tableSkeleton--qaVYE .tableSkeleton-module--row--4H\+i6 .ant-skeleton-avatar {
  border-radius: 4px;
}
.tableSkeleton-module--tableSkeleton--qaVYE .tableSkeleton-module--row--4H\+i6 .ant-skeleton-header {
  padding-right: 8px;
  vertical-align: middle;
}
.tableSkeleton-module--tableSkeleton--qaVYE .tableSkeleton-module--row--4H\+i6 .ant-skeleton-content {
  vertical-align: middle;
}
.tableSkeleton-module--tableSkeleton--qaVYE .tableSkeleton-module--row--4H\+i6 .ant-skeleton-title {
  margin: 0;
  height: 20px;
}
.index-module--npsAreaWrapper--k7hxm {
  position: fixed;
  bottom: 60px;
  right: 36px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.index-module--npsDialogWrapper--csiny {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  box-sizing: border-box;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.index-module--npsDialogClose--gCg9V {
  position: absolute;
  top: 10px;
  right: 10px;
}
.index-module--npsDialogClose--gCg9V:hover {
  cursor: pointer;
}

.index-module--npsDialogTitle--5Hezn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-bottom: 20px;
}

.index-module--npsDialogAction--fYmwf {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-module--npsDialogNoMoreBtn--FAB6S {
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #5383fe;
}
.index-module--npsDialogNoMoreBtn--FAB6S:hover {
  cursor: pointer;
}

.index-module--npsLikeWrapper--SSXCH {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-module--npsLikeBtn--EzVKz {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 32px;
  background: #ebedf2;
  background: var(--Line-2, #ebedf2);
  border-radius: 4px;
}
.index-module--npsLikeBtn--EzVKz:hover {
  cursor: pointer;
}
.index-module--npsLikeBtn--EzVKz:hover svg {
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
}

.index-module--npsLikeText--dZVPS {
  margin-left: 5px;
}

.index-module--npsRankCells--Wgx3b {
  display: flex;
  justify-content: space-between;
}

.index-module--npsRankCell--ruHea {
  width: 32px;
  height: 32px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  margin-bottom: 8px;
}
.index-module--npsRankCell--ruHea:hover {
  cursor: pointer;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.index-module--npsRankDescs--I5PX8 {
  display: flex;
  justify-content: space-between;
}

.index-module--npsRankDesc--3G4UE {
  font-size: 12px;
  line-height: 12px;
  color: #ccc;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.expandableFolders-module--expanableFolders--ZXTxL {
  margin-bottom: 18px;
  font-family: PingFang SC;
}
.expandableFolders-module--expanableFolders--ZXTxL .spin-label {
  display: none;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--expandMode--bx9X7 {
  max-height: 256px;
  overflow: hidden;
  position: relative;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--expandMode--bx9X7.expandableFolders-module--expaned--7faRj {
  max-height: unset;
  height: unset;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--expandMode--bx9X7.expandableFolders-module--expaned--7faRj .expandableFolders-module--expandAndCollapse--NsOrD {
  position: static !important;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--pagingMode---L3me {
  max-height: 256px;
  overflow-y: scroll;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--folders--cVUlR {
  margin-left: -6px;
  width: calc(100% + 12px);
  display: flex;
  flex-wrap: wrap;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--folders--cVUlR .expandableFolders-module--placeholder--bAqBR {
  margin: 0 6px;
  flex-basis: 306px;
  flex-grow: 1;
  flex-shrink: 1;
  height: 0;
  opacity: 0;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--folders--cVUlR .expandableFolders-module--expandContainer--LV9r1 {
  width: calc(100% + 12px);
  height: 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  position: absolute;
  bottom: 0;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--folders--cVUlR .expandableFolders-module--expandButton--emspS {
  flex-basis: 306px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 6px;
  height: 52px;
  padding: 0 10px 0 18px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.expandableFolders-module--expanableFolders--ZXTxL .expandableFolders-module--folders--cVUlR .expandableFolders-module--expandButton--emspS .expandableFolders-module--actIntro--8WO7u {
  margin-left: 5px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.folder-module--folder--ZHOor {
  flex-basis: 306px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 6px;
  padding: 0 10px 0 20px;
  height: 52px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.folder-module--folder--ZHOor:hover .folder-module--starGray--ocklZ {
  display: flex !important;
}
.folder-module--folder--ZHOor .folder-module--folderLeftContainer--dxsap {
  margin-left: 8px;
  flex: 1 1;
  position: relative;
  display: flex;
  align-items: center;
}
.folder-module--folder--ZHOor .folder-module--folderLeftContainer--dxsap .folder-module--folderNameContainer--y3lR\+ {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.folder-module--folder--ZHOor .folder-module--folderLeftContainer--dxsap .folder-module--folderNameContainer--y3lR\+ .folder-module--folderName--6aZ0X {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.folder-module--folder--ZHOor .folder-module--folderLeftContainer--dxsap .folder-module--folderNameContainer--y3lR\+ .folder-module--share-external--P95\+K {
  margin-left: 8px;
  width: 32px;
  height: 16px;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 2px;
  font-size: 12px;
  color: #386ee7;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.folder-module--folder--ZHOor .folder-module--folderLeftContainer--dxsap .folder-module--folderNameContainer--y3lR\+ .folder-module--starBlk--ePkE\+ {
  margin-left: 2px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.folder-module--folder--ZHOor .folder-module--folderLeftContainer--dxsap .folder-module--folderNameContainer--y3lR\+ .folder-module--starBlk--ePkE\+:hover {
  background: #f0f0f1;
}
.folder-module--folder--ZHOor .folder-module--folderLeftContainer--dxsap .folder-module--folderNameContainer--y3lR\+ .folder-module--starBlk--ePkE\+.folder-module--starGold--veulI {
  display: flex;
}
.folder-module--folder--ZHOor .folder-module--folderLeftContainer--dxsap .folder-module--folderNameContainer--y3lR\+ .folder-module--starBlk--ePkE\+.folder-module--starGray--ocklZ {
  display: none;
}
.folder-module--folder--ZHOor .folder-module--inputFolderTitle--vmiUB {
  margin-left: 8px;
  margin-right: 4px;
  border: 1px solid #386ee7;
  border-radius: 4px;
  flex: 1 1;
}
.folder-module--folder--ZHOor .folder-module--cancel--tdaMT {
  font-size: 12px;
  line-height: 1;
  color: #386ee7;
}
.folderSkeleton-module--folderSkeleton--K8ddc {
  margin: 22px 0 6px 0;
  padding: 13px 11px 0 24px;
  height: 244px;
  border-radius: 6px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-sizing: border-box;
  overflow: hidden;
}
.folderSkeleton-module--folderSkeleton--K8ddc .folderSkeleton-module--row--hUNxo {
  padding: 17px 0;
}
.folderSkeleton-module--folderSkeleton--K8ddc .folderSkeleton-module--row--hUNxo .ant-skeleton-content {
  vertical-align: middle;
}
.folderSkeleton-module--folderSkeleton--K8ddc .folderSkeleton-module--row--hUNxo .ant-skeleton-title {
  margin: 0;
  height: 20px;
}
.index-module--modal--gFk8w .ant-modal-content {
  border-radius: 6px;
}
.index-module--modal--gFk8w .ant-modal-header {
  padding: 24px;
  padding-bottom: 12px;
  border: none;
}
.index-module--modal--gFk8w .ant-modal-body {
  padding: 0 24px;
}
.index-module--modal--gFk8w .ant-modal-footer {
  padding: 24px;
  border: none;
}
.index-module--modal--gFk8w .ant-modal-footer .ant-btn {
  border-radius: 4px;
}
.index-module--modal--gFk8w .ant-modal-footer .ant-btn + .ant-btn {
  margin-left: 16px;
}

.index-module--input--V6jnM {
  height: 32px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--input--V6jnM .ant-input {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.publicPrivateContent-module--publicPrivateContent--pcdzx {
  height: 100%;
  padding: 16px 16px 24px 16px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--dragMask--yLZaT {
  width: 100%;
  height: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--dragMask--yLZaT * {
  pointer-events: none;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--dragMask--yLZaT .publicPrivateContent-module--dashArea--2FRpD {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(39, 46, 71, 0.5);
  border: 1px dashed rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--dragMask--yLZaT .publicPrivateContent-module--dashArea--2FRpD .publicPrivateContent-module--dragIntro--npLtT {
  font-family: PingFang HK;
  font-weight: 500;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--content-head--YknSZ {
  width: 100%;
  flex: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--rest-body--b06zu {
  width: 100%;
  flex: 1 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--rest-body--b06zu .os-host {
  height: 100%;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--rest-body--b06zu .publicPrivateContent-module--folders-title--Kue06 {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--rest-body--b06zu .publicPrivateContent-module--fileTitle--LEisj {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--rest-body--b06zu .publicPrivateContent-module--table-container--Wv8ZG {
  height: unset;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx .publicPrivateContent-module--rest-body--b06zu .publicPrivateContent-module--table-container--Wv8ZG .spin-label {
  display: none;
}
.publicPrivateContent-module--publicPrivateContent--pcdzx h6 {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.publicPrivateContent-module--staticContent--bexgR {
  background-color: #ff3164;
  width: 100%;
  height: 300px;
}

.publicPrivateContent-module--empty-page--e7NbN {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.publicPrivateContent-module--lock--aGLYR {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #f4f4f5;
}
.publicPrivateContent-module--lock--aGLYR .publicPrivateContent-module--lock-desc--45xro {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 24px;
}
.publicPrivateContent-module--lock--aGLYR .publicPrivateContent-module--lock-deal--62JSj {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 10px;
}
.publicPrivateContent-module--lock--aGLYR .publicPrivateContent-module--lock-deal--62JSj a {
  margin-left: 5px;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
}

.publicPrivateContent-module--restart--LETeG {
  color: #386ee7;
  font-size: 12px;
  cursor: pointer;
}
.index-module--container--5vNT8 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.index-module--container--5vNT8 .index-module--empty--SVzXJ {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.index-module--container--5vNT8 .index-module--empty--SVzXJ .index-module--empty-text--4xuiF {
  margin-top: 8px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--container--5vNT8 .index-module--bg--9Tqez {
  width: 160px;
  height: 160px;
  background-image: url(/static/bg-4363b6b51dd0fc7d907accdcfa96930a.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.index-module--container--5vNT8 .index-module--tip--krfGA {
  margin-top: 20px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--container--5vNT8 .index-module--btn-group--8EFz8 {
  margin-top: 36px;
}
.index-module--container--5vNT8 .index-module--btn-group--8EFz8 .index-module--btn--x215k {
  position: relative;
  height: 50px;
  width: 134px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 0.5px solid #ffffff;
  border: 0.5px solid var(--white, #ffffff);
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 16px;
  padding: 0;
  padding-left: 48px;
  line-height: 50px;
  text-align: left;
  font-size: 14px;
}
.index-module--container--5vNT8 .index-module--btn-group--8EFz8 .index-module--btn--x215k:last-child {
  margin-right: 0;
}
.index-module--container--5vNT8 .index-module--btn-group--8EFz8 .index-module--btn--x215k .index-module--icon--fLNuw {
  position: absolute;
  top: 15px;
  left: 20px;
}
.index-module--container--5vNT8 .index-module--btn-group--8EFz8 .index-module--btn--x215k:hover {
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 0.5px solid #386ee7;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--modalWrapClassName--HeR9C .ant-modal-header {
  border-bottom: 0;
  height: 54px;
  padding: 11px 24px 10px 24px;
  border-bottom: 1px solid #e1e6ed;
}
.index-module--modalWrapClassName--HeR9C .ant-modal-title {
  font-weight: 400 !important;
  color: #232d47 !important;
}
.index-module--modalWrapClassName--HeR9C .ant-select-selection-item {
  color: #232d47 !important;
}
.index-module--modalWrapClassName--HeR9C .ant-modal-body {
  padding: 0;
  padding-bottom: 6px;
}
.index-module--modalWrapClassName--HeR9C .ant-modal {
  min-width: 793px;
  padding-bottom: 6px;
}
.index-module--modalWrapClassName--HeR9C h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #232d47;
  padding-top: 24px;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.index-module--templateModalLayout--VzMxb {
  width: 907px !important;
}

.index-module--row-header-wrap--OQMrm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-module--title--WbJbg {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 16px;
  line-height: 2em;
  margin-left: 4px;
  margin-right: 10px;
}

.index-module--select--\+kr5\+ {
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-radius: 2px;
  width: 96px;
}
.index-module--select--\+kr5\+ .ant-select-selection-item {
  font-weight: 400 !important;
}
.index-module--select--\+kr5\+ .ant-select-arrow {
  right: 6px;
}

.index-module--dropdown--qfJgC {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
}
.index-module--dropdown--qfJgC .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  font-weight: 400;
}
.index-module--dropdown--qfJgC .ant-select-item {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  padding: 5px 5px 5px 16px;
}

.index-module--layout--Er1Pl {
  display: flex;
}

.index-module--menu--v8Oyi {
  width: 116px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 11px;
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 1px solid #e1e3e8;
  border-right: 1px solid var(--Fill-4, #e1e3e8);
}
.index-module--menu--v8Oyi .index-module--segement--wvQol {
  height: 1px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  margin: 8px 0;
}

.index-module--content--0Y9WN {
  position: relative;
  flex-grow: 1;
  height: 557px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  overflow: auto;
  padding: 0 24px 0px 24px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--content--0Y9WN::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--content--0Y9WN::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--content--0Y9WN:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--content--0Y9WN:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--content--0Y9WN:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--content--0Y9WN:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--content--0Y9WN:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--content--0Y9WN:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--content--0Y9WN:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--content--0Y9WN h3 {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.index-module--template-list-wrap--r2ey3 {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -16px;
  flex-wrap: wrap;
}
.index-module--template-list-wrap--r2ey3 > div {
  width: 25%;
  padding: 0 10px;
}

.index-module--saveAsTemplateImg--rtcRs {
  text-align: center;
  margin-bottom: 0;
}
.index-module--saveAsTemplateImg--rtcRs img {
  width: 100%;
}
.index-module--saveAsTemplateImg--rtcRs p {
  font-size: 14px;
  line-height: 14px;
  color: #a8aaad;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .index-module--templateModalLayout--VzMxb {
    width: 717px !important;
    min-width: 717px !important;
  }
  .index-module--template-list-wrap--r2ey3 {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -16px;
    flex-wrap: wrap;
  }
  .index-module--template-list-wrap--r2ey3 > div {
    width: 33.3333333%;
    padding: 0 10px;
  }
}
@media screen and (max-height: 760px) {
  .index-module--content--0Y9WN {
    height: 420px;
  }
}
.index-module--template-item-wrap--SfgeF {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 170px;
  height: 200px;
  margin-bottom: 16px;
  overflow: hidden;
  border: 0.5px solid #ebedf2;
  border: 0.5px solid var(--Fill-3, #ebedf2);
  border-radius: 4px;
  transition: box-shadow 0.3s ease;
  border-top-color: #0fd683;
  border-top-color: var(--Success-6, #0fd683);
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.index-module--template-item-wrap--SfgeF::after {
  background: #0fd683;
  background: var(--Success-6, #0fd683);
  display: block;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index-module--template-item-wrap--SfgeF.index-module--doc--VvqtI {
  border-top-color: #7088ff;
  border-top-color: var(--Brand-5, #7088ff);
}
.index-module--template-item-wrap--SfgeF.index-module--doc--VvqtI::after {
  background-color: #7088ff;
  background-color: var(--Brand-5, #7088ff);
}
.index-module--template-item-wrap--SfgeF.index-module--unitable--qHzM7 {
  border-top-color: #ffb54c;
  border-top-color: var(--Warning-6, #ffb54c);
}
.index-module--template-item-wrap--SfgeF.index-module--unitable--qHzM7::after {
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
}
.index-module--template-item-wrap--SfgeF.index-module--mask--lZ8zV {
  box-shadow: 0px 8px 16px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 8px 16px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.index-module--template-item-wrap--SfgeF.index-module--mask--lZ8zV:hover {
  box-shadow: 0px 8px 16px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 8px 16px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.index-module--template-item-wrap--SfgeF:hover {
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.index-module--template-item-wrap--SfgeF.index-module--mask--lZ8zV:hover {
  transform: translate(0, -4px);
}
.index-module--template-item-wrap--SfgeF img {
  width: 100%;
  height: 100%;
}
.index-module--template-item-wrap--SfgeF::before {
  display: block;
  height: 2px;
  content: "";
}
.index-module--template-item-wrap--SfgeF.index-module--doc--VvqtI::before {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
}
.index-module--template-item-wrap--SfgeF.index-module--unitable--qHzM7::before {
  background: #ffb54c;
  background: var(--Warning-6, #ffb54c);
}
.index-module--template-item-wrap--SfgeF.index-module--excel--QqD75::before {
  background: #0fd683;
  background: var(--Success-6, #0fd683);
}
.index-module--template-item-wrap--SfgeF > div {
  height: 160px;
  position: relative;
}
.index-module--template-item-wrap--SfgeF:hover .index-module--opration-box--jnMbq {
  display: flex;
}
.index-module--template-item-wrap--SfgeF .index-module--opration-box--jnMbq {
  display: none;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0 18px;
  justify-content: center;
}
.index-module--template-item-wrap--SfgeF button {
  box-sizing: border-box;
  width: 62px;
  border-radius: 13px !important;
  height: 28px !important;
  min-width: 60px !important;
  padding: 3px 0px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.index-module--template-item-wrap--SfgeF .index-module--delete---gjEB {
  margin-right: 15px;
}
.index-module--template-item-wrap--SfgeF p {
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  height: 38px;
  color: #232d47;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Fill-3, #ebedf2);
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.index-module--template-item-wrap--SfgeF .index-module--title--pgwkr {
  margin-left: 10px;
  width: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index-module--btn--Fac3z {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.index-module--template-library-menu-item--eE34o {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 34px;
  width: 92px;
  font-family: "PingFang SC";
  font-style: normal;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 4px;
}
.index-module--template-library-menu-item--eE34o .index-module--mi-title--G-dte {
  width: 56px;
  height: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-left: 4px;
}
.index-module--template-library-menu-item--eE34o.index-module--active--duKjT {
  background: rgba(76, 106, 255, 0.12);
  background: rgba(var(--Brand-6-r, 76), var(--Brand-6-g, 106), var(--Brand-6-b, 255), 0.12);
}
.index-module--template-library-menu-item--eE34o.index-module--active--duKjT .index-module--mi-title--G-dte {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--template-library-menu-item--eE34o:hover {
  cursor: pointer;
}
.index-module--content--FBoSM {
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  height: 16px;
  margin-top: 12px;
}
.index-module--temp-add-container--H525k {
  box-sizing: border-box;
  width: 170px;
  height: 200px;
  border: 0.5px solid #ebedf2;
  border: 0.5px solid var(--Fill-3, #ebedf2);
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-module--temp-add-container--H525k .index-module--icon--YjWQt {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/static/add.b7b4e485.svg);
}
.index-module--temp-add-container--H525k:hover {
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  cursor: pointer;
}
.index-module--temp-add-container--H525k:hover .index-module--title--VeB7C {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--temp-add-container--H525k:hover .index-module--icon--YjWQt {
  background-image: url(/static/add_active.f58e0d53.svg);
}
.index-module--temp-add-container--H525k .index-module--title--VeB7C {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #7a8599;
  margin-top: 10px;
}
.empty-module--empty--k\+Jmm {
  margin-top: 220px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.empty-module--empty--k\+Jmm .empty-module--empty-text--XylQP {
  margin-top: 8px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.shareWithMe-module--shareWithMe--YyvNG {
  height: 100%;
  padding: 16px 16px 16px 24px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.shareWithMe-module--content-head--psTRK {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.shareWithMe-module--content-head--psTRK .shareWithMe-module--title--144qP {
  -webkit-app-region: no-drag;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-right: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.shareWithMe-module--content-head--psTRK .shareWithMe-module--title--144qP .shareWithMe-module--text--gMkBf {
  margin-right: 4px;
}
.shareWithMe-module--content-head--psTRK .shareWithMe-module--triangle-top--2rXms::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 8px solid rgba(39, 46, 71, 0.5);
  border-top: 8px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  position: relative;
  top: 3px;
  left: 4px;
}
.shareWithMe-module--content-head--psTRK .shareWithMe-module--triangle-bottom--DBR5H::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 8px solid rgba(39, 46, 71, 0.5);
  border-bottom: 8px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  position: relative;
  top: -3px;
  left: 4px;
}
.shareWithMe-module--content-head--psTRK .shareWithMe-module--authority--dv\+1t {
  margin-left: 10px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.shareWithMe-module--content-head--psTRK .shareWithMe-module--bread--UceEi {
  overflow: hidden;
  flex: 1 1;
}

.shareWithMe-module--drop-menu--liB1J {
  font-weight: normal;
  border-radius: 4px;
}
.shareWithMe-module--drop-menu--liB1J.ant-dropdown-menu {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.shareWithMe-module--drop-menu--liB1J .ant-dropdown-menu-item {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.shareWithMe-module--drop-menu--liB1J .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.shareWithMe-module--drop-menu--liB1J .shareWithMe-module--action--7Ni7h {
  color: #386ee7;
}

.shareWithMe-module--single-bread-item--SAIvc {
  display: flex;
  align-items: center;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 20px;
  line-height: 20px;
  margin-top: 4px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.shareWithMe-module--single-bread-item--SAIvc:hover {
  color: #386ee7;
}

.shareWithMe-module--share-time--sq8sN {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: right;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.shareWithMe-module--rest-body--h9vvF {
  flex: 1 1;
  overflow: hidden;
}
.cloudAttOprs-module--oprsCont---RE5R {
  padding: 8px 0;
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.cloudAttOprs-module--oprsCont---RE5R .cloudAttOprs-module--popItem--gcOCG {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
.cloudAttOprs-module--oprsCont---RE5R .cloudAttOprs-module--popItem--gcOCG.cloudAttOprs-module--renewalItem--FVSLv {
  padding: 0;
}
.cloudAttOprs-module--oprsCont---RE5R .cloudAttOprs-module--popItem--gcOCG.cloudAttOprs-module--renewalItem--FVSLv .cloudAttOprs-module--renewalItemCont--Pr9n0 {
  padding: 8px 16px;
}
.cloudAttOprs-module--oprsCont---RE5R .cloudAttOprs-module--popItem--gcOCG:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.cloudAttOprs-module--oprsCont---RE5R .cloudAttOprs-module--popItem--gcOCG.ant-dropdown-menu-item-disabled {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}

.cloudAttOprs-module--renewSupport--W5t5K {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: white;
}
.cloudAttOprs-module--renewSupport--W5t5K .cloudAttOprs-module--renewIknow--64T9J {
  margin-left: 24px;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  cursor: pointer;
}

.cloudAttOprs-module--renewSupportOverlay--lAZqG {
  color: red;
}
.cloudAttOprs-module--renewSupportOverlay--lAZqG .ant-tooltip-arrow {
  display: block !important;
  right: 6px !important;
}

.cloudAttOprs-module--delModelCont--BxbXT {
  font-size: 14px;
  line-height: 1.5;
  color: #7d8085;
}
.expiringInfo-module--expiringInfo--AluSS {
  margin-bottom: 12px;
  padding: 18px 46px 18px 28px;
  min-width: 370px;
  font-size: 14px;
  line-height: 16px;
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  border-radius: 8px;
  position: relative;
}
.expiringInfo-module--expiringInfo--AluSS .expiringInfo-module--closeBtn--LOohL {
  cursor: pointer;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 28px;
}
.expiringInfo-module--expiringInfo--AluSS .expiringInfo-module--intro--M\+8zF {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: flex-start;
}
.expiringInfo-module--expiringInfo--AluSS .expiringInfo-module--intro--M\+8zF .expiringInfo-module--warn--isxM6 {
  margin-top: 0.5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
}
.expiringInfo-module--expiringInfo--AluSS .expiringInfo-module--intro--M\+8zF .expiringInfo-module--text--kg7dm {
  padding-left: 5.6px;
}
.expiringInfo-module--expiringInfo--AluSS .expiringInfo-module--funs--JvMQS {
  margin-top: 12px;
  padding-left: 19px;
}
.expiringInfo-module--expiringInfo--AluSS .expiringInfo-module--funs--JvMQS .expiringInfo-module--checkExpiringAtts--orgS-,
.expiringInfo-module--expiringInfo--AluSS .expiringInfo-module--funs--JvMQS .expiringInfo-module--checkVersionDiff--ljrbf {
  margin-right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.recycle-module--container--qFVkN {
  padding: 5px 24px 0;
  height: 100%;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  display: flex;
  flex-direction: column;
}
.recycle-module--container--qFVkN .recycle-module--title--Pg\+rp {
  margin-top: 6px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-weight: 500;
  font-size: 20px;
}
.recycle-module--container--qFVkN .recycle-module--desc--B55q0 {
  display: block;
  font-size: 12px;
  color: #a8aaad;
  margin-top: 4px;
}
.recycle-module--container--qFVkN .recycle-module--tab--JkWIn {
  margin-top: 14px;
}
.recycle-module--container--qFVkN .recycle-module--tab-name--\+ne4K {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
}
.recycle-module--container--qFVkN .recycle-module--tab-name--\+ne4K .recycle-module--tab-link--p1GpR {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 10px;
  background-color: #386ee7;
}
.recycle-module--container--qFVkN .ant-tabs .ant-tabs-nav {
  height: 30px;
  margin-top: 4px;
  margin-bottom: 12px;
}
.recycle-module--container--qFVkN .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  display: none;
}
.recycle-module--container--qFVkN .ant-tabs .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn {
  color: #51555c;
  font-size: 14px;
  line-height: 16px;
  font-family: PingFang SC;
  font-style: normal;
}
.recycle-module--container--qFVkN .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
  font-weight: 500;
}
.recycle-module--container--qFVkN .ant-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn .recycle-module--tab-link--p1GpR {
  display: block;
}

.ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}

.recycle-module--ant-tabs-ink-bar--qcbWv {
  width: 2px;
}
.popup-module--popup--uLFqz {
  animation-name: popup-module--fadeIn--nN23B;
  animation-duration: 0.4s;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  left: 0px;
  list-style-type: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: fixed;
  text-align: left;
  width: 132px;
  top: 0px;
  padding: 8px 0;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: auto;
}
.popup-module--popup--uLFqz li {
  clear: both;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  padding: 5px 16px;
  transition: all 0.3s;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
}
.popup-module--popup--uLFqz li:hover {
  background-color: #f0f0f1;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.recoverModal-module--move-dir-modal--SQL03 .ant-modal-header {
  border-bottom: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.recoverModal-module--move-dir-modal--SQL03 .ant-modal-content {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.recoverModal-module--move-dir-modal--SQL03 .ant-modal-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 4px !important;
}
.recoverModal-module--move-dir-modal--SQL03 .ant-btn-primary[disabled] {
  color: #fff !important;
  background: #386ee7 !important;
  border-color: #386ee7 !important;
  opacity: 0.5;
}
.recoverModal-module--move-dir-modal--SQL03 .ant-modal-footer {
  border-top: 1px solid #f4f4f5;
  border-top: 1px solid var(--white-bg, #f4f4f5);
}
.recoverModal-module--move-dir-modal--SQL03 .ant-modal-footer:first-child.recoverModal-module--ant-btn--Ahrui {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.recoverModal-module--move-dir-tree--8TvOs .ant-tree-node-content-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 32px;
}
.recoverModal-module--move-dir-tree--8TvOs .ant-tree-iconEle {
  line-height: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-around;
}
.recoverModal-module--move-dir-tree--8TvOs .ant-tree-switcher {
  line-height: 32px;
}
.recoverModal-module--move-dir-tree--8TvOs .ant-tree-treenode {
  padding-bottom: 0 !important;
}
.recoverModal-module--move-dir-tree--8TvOs .ant-tree-treenode-selected .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #386ee7 !important;
  color: white !important;
  border-radius: 0 !important;
}
.recoverModal-module--move-dir-tree--8TvOs .ant-tree-treenode:not(.ant-tree-treenode-disabled):not(.ant-tree-treenode-selected) :hover .ant-tree-node-content-wrapper {
  background-color: #f4f4f5;
}
.recoverModal-module--move-dir-tree--8TvOs .ant-tree-node-content-wrapper {
  white-space: nowrap;
}
.recoverModal-module--move-dir-tree--8TvOs .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  background: transparent;
}

.recoverModal-module--modal-title--hfetn {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  color: #000000;
  color: var(--font-color-3, #000000);
}

.recoverModal-module--modal-tips--Xa\+03 {
  padding-top: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  /* 字体及ICON颜色/icon颜色40% */
  color: #a8aaad;
  margin: 0;
}

.recoverModal-module--dir-tree-wrapper--eOZqS {
  height: 300px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: auto;
}
.recoverModal-module--dir-tree-wrapper--eOZqS::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.recoverModal-module--dir-tree-wrapper--eOZqS::-webkit-scrollbar:horizontal {
  height: 6px;
}
.recoverModal-module--dir-tree-wrapper--eOZqS:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.recoverModal-module--dir-tree-wrapper--eOZqS:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.recoverModal-module--dir-tree-wrapper--eOZqS:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.recoverModal-module--dir-tree-wrapper--eOZqS:hover::-webkit-scrollbar-button {
  display: none;
}
.recoverModal-module--dir-tree-wrapper--eOZqS:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.recoverModal-module--dir-tree-wrapper--eOZqS:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.recoverModal-module--dir-tree-wrapper--eOZqS:hover::-webkit-scrollbar-corner {
  display: none;
}
.recoverModal-module--dir-tree-wrapper--eOZqS .ant-tree {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.recycleTable-module--container--axmSE {
  flex: 1 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.recycleTable-module--container--axmSE .recycleTable-module--table--\+4OSB {
  height: 100%;
}
.recycleTable-module--container--axmSE .recycleTable-module--table--\+4OSB .ant-table-header {
  border-radius: 8px;
  overflow: hidden;
}
.recycleTable-module--container--axmSE .recycleTable-module--table--\+4OSB .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  background-color: #fff;
}
.recycleTable-module--container--axmSE .recycleTable-module--table--\+4OSB .ant-table-thead tr th {
  padding: 15px 16px;
}
.recycleTable-module--container--axmSE .recycleTable-module--table--\+4OSB .recycleTable-module--hover-row--bYmOq {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.recycleTable-module--container--axmSE .recycleTable-module--table--\+4OSB .recycleTable-module--high-light--XObC3 {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.recycleTable-module--container--axmSE .ant-table {
  height: 100%;
}
.recycleTable-module--container--axmSE .ant-table-container {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  height: 100%;
}
.recycleTable-module--container--axmSE .ant-table-header {
  margin-bottom: 12px;
}
.recycleTable-module--container--axmSE .ant-table-header tr > th {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background: #ffffff;
  background: var(--white, #ffffff);
  border-bottom: none;
  font-weight: normal;
}
.recycleTable-module--container--axmSE .ant-table-body {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 8px;
  overflow-y: auto !important;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.recycleTable-module--container--axmSE .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.recycleTable-module--container--axmSE .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.recycleTable-module--container--axmSE .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.recycleTable-module--container--axmSE .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.recycleTable-module--container--axmSE .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.recycleTable-module--container--axmSE .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.recycleTable-module--container--axmSE .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.recycleTable-module--container--axmSE .ant-table-body tr > td {
  border: none;
  padding: 14px 16px;
}
.recycleTable-module--container--axmSE .ant-table-body tr > td:first-child {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.recycleTable-module--container--axmSE .ant-table-body tr:hover td {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.recycleTable-module--container--axmSE .recycleTable-module--operation-content---fCQx {
  display: flex;
  justify-content: space-between;
}
.recycleTable-module--container--axmSE .recycleTable-module--operation-content---fCQx .recycleTable-module--item--U8rNW {
  flex: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.recycleTable-module--container--axmSE .recycleTable-module--operation-content---fCQx .recycleTable-module--item--U8rNW.recycleTable-module--item-hover--SE5Pr {
  background-color: rgba(159, 162, 173, 0.2);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2);
  border-radius: 6px;
}
.recycleTable-module--container--axmSE .recycleTable-module--operation-content---fCQx .recycleTable-module--item--U8rNW:last-child {
  margin-left: 8px;
}
.recycleTable-module--container--axmSE .recycleTable-module--operation-content---fCQx .recycleTable-module--item--U8rNW:hover {
  background-color: rgba(159, 162, 173, 0.2);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2);
  border-radius: 6px;
}
.recycleTable-module--container--axmSE .recycleTable-module--operation-content---fCQx .recycleTable-module--item--U8rNW .recycleTable-module--icon-wrap--wHpOK {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.recycleTable-module--container--axmSE .recycleTable-module--operation-content---fCQx .recycleTable-module--item--U8rNW .ant-popover {
  z-index: 999;
}
.recycleTable-module--container--axmSE .recycleTable-module--operation-content---fCQx .recycleTable-module--item--U8rNW.recycleTable-module--item-hiden--lOOD4 {
  visibility: hidden;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--name-icon--4fRlZ {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--rename-wrapper--ikWfD {
  position: relative;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--rename-wrapper--ikWfD .recycleTable-module--rename-input--CTlvc {
  height: 32px;
  border-radius: 4px;
  min-width: 211px;
  font-size: 14px;
  padding-right: 44px;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--rename-wrapper--ikWfD .recycleTable-module--rename-input--CTlvc:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--rename-wrapper--ikWfD .recycleTable-module--cancel-btn--Yyf7j {
  display: inline-block;
  position: absolute;
  right: 12px;
  color: #386ee7;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--name-text--MtXn8 {
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--name-text--MtXn8 ::selection {
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  color: unset;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--front-name--1RnkN {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.recycleTable-module--container--axmSE .recycleTable-module--name-column--czWla .recycleTable-module--share-external--dvOzL {
  margin-left: 4px;
  width: 32px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 2px;
  font-size: 12px;
  color: #386ee7;
}

.ant-tabs-content {
  height: 100%;
}
.messageFlag-module--msg-status-sending--DqoaD {
  animation: messageFlag-module--msgSendingAnimation--UwGr9;
  animation-duration: 1500ms;
  animation-timing-function: linear;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
}

.messageFlag-module--icon--Fi8Pd {
  width: 100%;
  height: 100%;
}

@keyframes messageFlag-module--msgSendingAnimation--UwGr9 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
body[data-previewchatimg] .ant-image-preview-operations-operation:first-child {
  text-align: right;
  flex: 1 1;
  order: 0;
}
body[data-previewchatimg] .ant-image-preview-operations-operation:nth-child(5) {
  flex: 1 1;
  text-align: right;
  justify-self: flex-end;
}
body[data-previewchatimg] .ant-image-preview-operations-operation:nth-child(2) {
  flex: initial !important;
}

body[data-previewchatimg=windows] .ant-image-preview-wrap {
  top: 32px !important;
}
.index-module--attachment-card--a6z6K {
  height: 68px;
  width: 260px;
  background-color: rgba(39, 46, 71, 0.02);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.02);
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.index-module--attachment-card--a6z6K.index-module--isFromMail--hlCtQ {
  cursor: default;
}
.index-module--attachment-card--a6z6K.index-module--isFromMail--hlCtQ:not(.index-module--no-any-operate--8N0rn)[draggable=true] {
  -webkit-user-select: none;
          user-select: none;
}
.index-module--attachment-card--a6z6K.index-module--isFromMail--hlCtQ:not(.index-module--no-any-operate--8N0rn):active {
  background: #deebfd;
  background: var(--label-1_1, #deebfd);
}
.index-module--attachment-card--a6z6K.index-module--isFromMail--hlCtQ:not(.index-module--no-any-operate--8N0rn):active .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8 {
  background: #deebfd !important;
  background: var(--label-1_1, #deebfd) !important;
}
.index-module--attachment-card--a6z6K:not(.index-module--no-any-operate--8N0rn).index-module--isActive--biZ1y {
  background: #deebfd;
  background: var(--label-1_1, #deebfd);
}
.index-module--attachment-card--a6z6K:not(.index-module--no-any-operate--8N0rn).index-module--isActive--biZ1y .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8 {
  background: #deebfd !important;
  background: var(--label-1_1, #deebfd) !important;
}
.index-module--attachment-card--a6z6K:not(.index-module--no-any-operate--8N0rn).index-module--isActive--biZ1y .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8 .index-module--more-btn--QiY4P {
  background: #e1e3e8 !important;
  background: var(--Fill-4, #e1e3e8) !important;
}
.index-module--attachment-card--a6z6K.index-module--isChat--8tAKS {
  width: 242px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--attachment-card--a6z6K.index-module--isChat--8tAKS .index-module--content--WpFzD .index-module--info--CoTHN .index-module--name--yJ3G3 {
  max-width: 182px;
}
.index-module--attachment-card--a6z6K:not(.index-module--error--\+0Phm):not(.index-module--no-any-operate--8N0rn):hover {
  border: 0.5px solid #386ee7;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD {
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  flex: 1 1;
  overflow: hidden;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--info-icon--Fs3Um {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--info-img--wAnb8 {
  margin-right: 10px;
  width: 56px;
  height: 42px;
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Line-3, #e1e3e8);
  border-radius: 2px;
  object-fit: cover;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--info-right--8xLFl {
  flex: 1 1;
  overflow: hidden;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--info--CoTHN .index-module--name--yJ3G3 {
  margin-top: 6px;
  margin-bottom: 2px;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 18px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa {
  display: flex;
  align-items: center;
  line-height: 16px;
  color: #7d8085;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--left-icon--c\+3A6 {
  text-align: center;
  width: 26px;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--left-icon--c\+3A6.index-module--hide--fp9As {
  display: none;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--operate-item--CddMj {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 24px;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--size--FdTVA {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #386ee7;
  font-size: 12px;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8.index-module--mail--01Uid {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8 .index-module--item-ope--VmPe0 {
  margin-left: 10px;
  cursor: pointer;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8 .index-module--item-ope--VmPe0:not(.index-module--hidden---15YX):first-child {
  margin-left: 0;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8 .index-module--more-btn--QiY4P {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.index-module--attachment-card--a6z6K .index-module--content--WpFzD .index-module--operate--LjUCa .index-module--operate-item--CddMj .index-module--item-box--xq2l8 .index-module--more-btn--QiY4P:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.index-module--attachment-card--a6z6K .index-module--process-box--ymWbf {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
}
.index-module--attachment-card--a6z6K .index-module--process-box--ymWbf .index-module--process--jW7Fd {
  border-bottom: 0.5px solid #386ee7;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
  height: 4px;
  background: #386ee7;
}
.index-module--attachment-card--a6z6K .index-module--netFolderTag--pwBhm {
  margin-left: 2px;
  background: rgba(255, 181, 76, 0.16);
  background: rgba(var(--Warning-6-r, 255), var(--Warning-6-g, 181), var(--Warning-6-b, 76), 0.16);
  border-radius: 1px;
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
  font-size: 12px;
  padding: 2px;
  transform: scale(0.83);
}

.index-module--error--\+0Phm {
  border: 0.5px solid #f74f4f;
}
.index-module--error--\+0Phm .index-module--process-box--ymWbf .index-module--process--jW7Fd {
  border-bottom: 0.5px solid #f74f4f;
  background: #f74f4f;
}

.index-module--hide--fp9As {
  display: none;
}

.index-module--operate-menu--kuOD7 {
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Fill-4, #e1e3e8);
  border-radius: 6px;
}
.index-module--operate-menu--kuOD7 .index-module--item--9Gv8K {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 34px;
}
.index-module--operate-menu--kuOD7 .index-module--separate-line--Hi\+Gu {
  margin: 4px 24px;
  height: 1px;
  background: rgba(39, 46, 71, 0.2);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}

.index-module--ant-dropdown--Hs55e {
  z-index: 9999;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItemAlt-module--card-wrapper--7zNIb {
  display: flex;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-content--S4OHq {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 12px 0;
  width: 560px;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-content--S4OHq > :last-child {
  padding-bottom: 8px;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-content--S4OHq .chatItemAlt-module--card-header--zJmfE {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  padding-bottom: 8px;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-content--S4OHq .chatItemAlt-module--card-body--59cYg {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  padding-bottom: 4px;
  word-break: break-all;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-content--S4OHq .chatItemAlt-module--card-footer--lf\+Rb {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #a8aaad;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-content--S4OHq .chatItemAlt-module--card-note--IcA-E {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 14px;
  word-break: break-all;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-content--S4OHq .chatItemAlt-module--username--cgvN9 {
  color: #386ee7;
  padding-right: 2px;
  cursor: pointer;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-content--S4OHq .chatItemAlt-module--link--wtpOX {
  color: #386ee7;
  padding-left: 2px;
  cursor: pointer;
}
.chatItemAlt-module--card-wrapper--7zNIb .chatItemAlt-module--card-occupied--BaxHS {
  width: 145px;
  flex: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 {
  display: flex;
  align-items: center;
  height: 44px;
  padding-bottom: 0 !important;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7.chatItemAltFooter-module--split-line--39VJ2 {
  border-top: solid 1px #ebedf2;
  border-top: solid 1px var(--Fill-3, #ebedf2);
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 > * {
  margin: 0 10px;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7.direction-left > * {
  margin-right: 10px;
  margin-left: 0;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7.direction-right > * {
  margin-right: 0;
  margin-left: 10px;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7.direction-around > *:first-child {
  margin-left: 0;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7.direction-around > *:last-child {
  margin-right: 0;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--text--SrYzJ {
  font-size: 14px;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--link--CuKQc {
  font-size: 14px;
  color: #386ee7;
  cursor: pointer;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4 {
  height: 28px;
  font-size: 14px;
  min-width: 64px;
  padding: 0;
  line-height: 28px;
  text-align: center;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--info-plain--FJqQO {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  border-color: #d9d9d9;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--info-plain--FJqQO:hover {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--success-plain--niHsW {
  color: #386ee7;
  border-color: #386ee7;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--success-plain--niHsW:hover {
  background-color: rgba(159, 162, 173, 0.1);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--danger-plain--TA4KK {
  color: #f74f4f;
  border-color: #f74f4f;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--danger-plain--TA4KK:hover {
  background-color: rgba(254, 124, 112, 0.1);
  background-color: rgba(var(--Error-5-r, 254), var(--Error-5-g, 124), var(--Error-5-b, 112), 0.1);
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--info--L7v3- {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #262a33;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--info--L7v3-:hover {
  background-color: rgba(159, 162, 173, 0.2);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2);
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--success--aWbEs {
  background-color: #386ee7;
  border-color: #386ee7;
  color: #ffffff;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--success--aWbEs:hover {
  background-color: #445fe5;
  background-color: var(--Brand-7, #445fe5);
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--danger--LObkU {
  background-color: #f74f4f;
  border-color: #f74f4f;
  color: #ffffff;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--small--Ox6-Q {
  width: 64px;
}
.chatItemAltFooter-module--task-footer-wrapper--Wf3X7 .chatItemAltFooter-module--task-button--P3Za4.chatItemAltFooter-module--middle--Pez6Y {
  height: 88px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 {
  max-width: 540px;
  min-width: 370px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--header--MZL8l {
  line-height: 20px;
  padding: 12px 16px;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--header--MZL8l.chatItemGraphic-module--in-win--NPwew {
  font-weight: bold;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--header--MZL8l.chatItemGraphic-module--in-mac--E9ugq {
  font-weight: 500;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- {
  padding: 0 16px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--markdown-hr--n8qfN {
  height: 0;
  margin: 8px 0;
  border-top: solid 0.5px rgba(39, 46, 71, 0.12);
  border-top: solid 0.5px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  overflow: hidden;
  line-height: 0;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--img-module-wrapper--CviRg + .chatItemGraphic-module--markdown-hr--n8qfN,
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-buttons--vDvCv + .chatItemGraphic-module--markdown-hr--n8qfN {
  margin-top: 0;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--img-module-wrapper--CviRg {
  position: relative;
  width: 100%;
  margin: 12px 0;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--img-module-wrapper--CviRg > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--img-module-wrapper--CviRg > img.chatItemGraphic-module--enable-click--PCrOk {
  cursor: pointer;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--img-module-wrapper--CviRg > img.chatItemGraphic-module--visible--oWnAD {
  display: block;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--img-module-wrapper--CviRg .chatItemGraphic-module--placeholder-wrap--bWtzZ {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  background: #f4f4f5;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--img-module-wrapper--CviRg .chatItemGraphic-module--graphic-img-tips--gcYCy {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background-color: #262a33;
  border-radius: 4px;
  line-height: 24px;
  padding: 0 10px;
  white-space: nowrap;
  margin-top: -30px;
  transform: translate(-50%, 0px);
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-buttons--vDvCv {
  padding: 16px 0;
  display: flex;
  align-items: baseline;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-buttons--vDvCv.chatItemGraphic-module--direction-column--4O8N0 {
  flex-direction: column;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-buttons--vDvCv.chatItemGraphic-module--direction-column--4O8N0 .chatItemGraphic-module--graphic-button--DuIO\+ {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-buttons--vDvCv.chatItemGraphic-module--direction-column--4O8N0 :last-child {
  margin-bottom: 0;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-buttons--vDvCv.chatItemGraphic-module--direction-row--qfx9\+ {
  flex-direction: row;
  align-items: baseline;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-buttons--vDvCv.chatItemGraphic-module--direction-row--qfx9\+ .chatItemGraphic-module--graphic-button--DuIO\+ {
  margin-bottom: 0;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+ {
  margin: 0 12px 6px;
  padding: 0 20px;
  min-width: 82px;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+:first-child {
  margin-left: 0;
  margin-right: 0;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+:last-child {
  margin-right: 0;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+.chatItemGraphic-module--default--TMMCF {
  background-color: transparent;
  border: solid 1px #386ee7;
  color: #386ee7;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+.chatItemGraphic-module--full-blue--eNl6p {
  background-color: #386ee7;
  border: solid 1px #386ee7;
  color: #fff;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+.chatItemGraphic-module--red--2A-w\+ {
  background-color: transparent;
  border: solid 1px #f74f4f;
  color: #f74f4f;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+.chatItemGraphic-module--full-red--K-wWt {
  background-color: #f74f4f;
  border: solid 1px #f74f4f;
  color: #fff;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+.chatItemGraphic-module--gray--cDmLX {
  background-color: #fff;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  color: #7d8085;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--graphic-button--DuIO\+.chatItemGraphic-module--full-gray---uZOR {
  background-color: #f4f4f5;
  color: #262a33;
  border-color: transparent;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--mention--vP5wr {
  color: #386ee7;
  cursor: pointer;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--markdown-text--TDRpA {
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--markdown-text--TDRpA p {
  display: inline-block !important;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main--uxLk- .chatItemGraphic-module--markdown-text--TDRpA:first-child {
  padding-top: 16px;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--main-no-bg--YlW48 .chatItemGraphic-module--markdown-text--TDRpA:first-child {
  padding-top: 0;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--footer-note--ojkhl {
  font-size: 14px;
  line-height: 18px;
  padding: 4px 0;
  color: #a8aaad;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--footer-note--ojkhl:last-child {
  padding-bottom: 12px;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--custom-bold--cGtXQ {
  font-weight: 500 !important;
}
.chatItemGraphic-module--graphic-msg-wrapper--oR4h9 .chatItemGraphic-module--custom-bold-in-win--LaO4g {
  font-weight: bold !important;
}

.chatItemGraphic-module--graphic-msg-wrapper-border--SArAD {
  border-radius: 4px 4px 0 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItemTip-module--msg-item-tip--IVWhR {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  text-align: center;
  /* 文字颜色/40% */
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  padding: 10px 0;
}

.chatItemTip-module--edit--gMyX9 {
  padding: 0 4px;
  color: #386ee7;
  cursor: pointer;
}

.chatItemTip-module--recall-nick--nK42C {
  color: #386ee7;
  cursor: pointer;
}

.chatItemTip-module--remove-member-msg-wrapper--JwEKf {
  text-align: center;
  padding: 0;
  padding-bottom: 10px;
}
.chatItemTip-module--remove-member-msg-wrapper--JwEKf .chatItemTip-module--content--aaZj6 {
  text-align: left;
  background: #f4f4f5;
  border-radius: 6px;
  padding: 6px 12px;
  line-height: 20px;
  display: inline-block;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
  color: #7d8085;
}
.chatItemTip-module--remove-member-msg-wrapper--JwEKf .chatItemTip-module--recall-nick--nK42C {
  padding: 0 3px;
}
.chatItemTip-module--remove-member-msg-wrapper--JwEKf .chatItemTip-module--recall-nick--nK42C:first-of-type {
  padding-left: 0;
}
.summaryChatContent-module--summary-msg-text-content--whXJ0 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}
.msgRector-module--msg-rector-wrapper--rz2-k {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  box-sizing: border-box;
  border: 15px solid #0fd683;
  border: 15px solid var(--Success-6, #0fd683);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.1);
  transform-origin: left top;
  background: #fff;
}
.msgRector-module--msg-rector-wrapper--rz2-k .ant-progress-circle-trail {
  stroke: #fff;
}

.msgRector-module--readed-Icon--cBZwd {
  width: 14px !important;
  height: 14px !important;
}

.msgRector-module--all-Readed--VPHSs {
  width: 16px !important;
  height: 16px !important;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItem-module--msg-section--HkCxB {
  position: relative;
}
.chatItem-module--msg-section--HkCxB:hover .chatItem-module--single-msg-time--iEpIx {
  visibility: visible;
}
.chatItem-module--msg-section--HkCxB .chatItem-module--single-msg-time--iEpIx {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  visibility: hidden;
}
.chatItem-module--msg-section--HkCxB .chatItem-module--single-msg-time--iEpIx.chatItem-module--follow--HVmGP {
  display: inline-block;
  padding-left: 4px;
}
.chatItem-module--msg-section--HkCxB .chatItem-module--single-msg-time--iEpIx.chatItem-module--alone--KUcEt {
  position: absolute;
  padding: 0 40px;
  top: -3px;
}
.chatItem-module--msg-section--HkCxB .chatItem-module--msg-status--gKIWG {
  width: 16px;
  height: 16px;
  border-radius: 12px;
  display: inline-block;
  position: absolute;
  bottom: -7px;
  right: -8px;
}
.chatItem-module--msg-section--HkCxB .chatItem-module--msg-status--gKIWG.sending {
  animation: chatItem-module--msgSendingAnimation--7EhRK;
  animation-duration: 1500ms;
  animation-timing-function: linear;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
}

.chatItem-module--unread-Wrap--UmjOP {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgZD0iTTE0LjI1IDhDMTQuMjUgMTEuNDUxOCAxMS40NTE4IDE0LjI1IDggMTQuMjVDNC41NDgyMiAxNC4yNSAxLjc1IDExLjQ1MTggMS43NSA4QzEuNzUgNC41NDgyMiA0LjU0ODIyIDEuNzUgOCAxLjc1QzExLjQ1MTggMS43NSAxNC4yNSA0LjU0ODIyIDE0LjI1IDhaIgogICAgZmlsbD0id2hpdGUiCiAgICBzdHJva2U9IiNENEQ0RDYiCiAgICBzdHJva2VXaWR0aD0iMS41IgogIC8+Cjwvc3ZnPg==) no-repeat center;
  background: var(--im-unread) no-repeat center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItemComments-module--wrapper--7Ayer {
  display: flex;
  flex-wrap: wrap;
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-content--ShEna {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  border-radius: 12px;
  margin-right: 8px;
  margin-top: 8px;
  padding: 0 8px;
  display: flex;
  line-height: 24px;
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-content--ShEna.chatItemComments-module--gray-light-bg--yHv6a {
  background-color: #f4f4f5;
  background-color: var(--gray-light-bg, #f4f4f5);
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-content--ShEna.chatItemComments-module--brand-light-bg--TpvvM {
  background-color: #e0eaff;
  background-color: var(--brand-light-bg, #e0eaff);
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-content--ShEna.chatItemComments-module--brand-bg--S99Io {
  background-color: #ceddfd;
  background-color: var(--brand-bg, #ceddfd);
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-content--ShEna.chatItemComments-module--gray-bg--p45i6 {
  background-color: #ebebeb;
  background-color: var(--gray-bg, #ebebeb);
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-body--H0fzz {
  width: 20px;
  margin-right: 4px;
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-body--H0fzz img {
  width: 18px;
  cursor: pointer;
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-user--ogKEK {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  /* identical to box height, or 100% */
  text-align: justify;
  /* 文字颜色/摘要60% */
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  white-space: nowrap;
  cursor: pointer;
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-user--ogKEK:hover {
  color: #386ee7;
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--has-delimiter--wnqpl::after {
  content: "，";
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-user--ogKEK:last-of-type::after {
  content: inherit;
}
.chatItemComments-module--wrapper--7Ayer .chatItemComments-module--comment-count--r8-21 {
  color: #386ee7;
  font-style: normal;
  padding-left: 2px;
  cursor: pointer;
}

.chatItemComments-module--custom-wrapper--uiau\+ {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 0 16px 8px;
  max-width: 540px;
  background-color: #fff;
}

.chatItemComments-module--comment-modal--7xrQL .ant-modal-body {
  padding: 0;
}
.chatItemComments-module--comment-modal--7xrQL .ant-modal-header {
  height: 42px;
  padding-top: 10px;
  border-bottom: 0;
}
.chatItemComments-module--comment-modal--7xrQL .ant-modal-title {
  font-size: 14px;
  line-height: 32px;
}

.chatItemComments-module--header--qEvId {
  padding: 12px 12px 0;
}
.chatItemComments-module--header--qEvId .chatItemComments-module--comment-thumb-item--gcIoB {
  margin: 0 0 12px 12px;
  display: inline-block;
  height: 28px;
  background-color: #f4f4f5;
  border-radius: 14px;
  padding: 0 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height, or 100% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.chatItemComments-module--header--qEvId .chatItemComments-module--comment-thumb-item--gcIoB.chatItemComments-module--checked--VFTwm {
  background: #386ee7;
  color: #fff;
}
.chatItemComments-module--header--qEvId .chatItemComments-module--comment-thumb-item--gcIoB img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.chatItemComments-module--body--zqXmM {
  height: 386px;
  overflow-y: auto;
  position: relative;
  border-top: solid 0.5px #e7e8e9;
}

.chatItemComments-module--cur-comment-users--A9Aiz {
  display: flex;
  min-height: 100%;
}
.chatItemComments-module--cur-comment-users--A9Aiz .chatItemComments-module--column--SnKxj {
  flex: 1 1;
  overflow: hidden;
  border-right: solid 0.5px #e7e8e9;
}
.chatItemComments-module--cur-comment-users--A9Aiz .chatItemComments-module--column--SnKxj:last-child {
  border-right-width: 0;
}
.chatItemComments-module--cur-comment-users--A9Aiz .chatItemComments-module--comment-user--ogKEK {
  padding: 0 30px 0 24px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  height: 42px;
  align-items: center;
}
.chatItemComments-module--cur-comment-users--A9Aiz .chatItemComments-module--comment-user--ogKEK:hover {
  background-color: #f0f0f1;
}
.chatItemComments-module--cur-comment-users--A9Aiz .chatItemComments-module--user-name--inZtW {
  padding-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 1;
  overflow: hidden;
}

.chatItemComments-module--comment-menu-wrapper--iNrTK {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  width: 334px;
  height: 208px;
  overflow-y: auto;
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK::-webkit-scrollbar:horizontal {
  height: 6px;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.chatItemComments-module--comment-menu-wrapper--iNrTK:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK:hover::-webkit-scrollbar-button {
  display: none;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.chatItemComments-module--comment-menu-wrapper--iNrTK:hover::-webkit-scrollbar-corner {
  display: none;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK .chatItemComments-module--comment-menu-item--4jN2S {
  width: 24px;
  height: 24px;
  margin: 16px 0 0 16px;
  cursor: pointer;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK .chatItemComments-module--comment-menu-item--4jN2S img {
  width: 24px;
  height: 24px;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK .chatItemComments-module--comment-menu-item-recent--PheLW {
  width: 26px;
  height: 26px;
  margin: 16px 0 0 20px;
  cursor: pointer;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK .chatItemComments-module--comment-menu-item-recent--PheLW img {
  width: 26px;
  height: 26px;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK .chatItemComments-module--comment-menu-item-recent--PheLW:first-child {
  margin-left: 16px;
}
.chatItemComments-module--comment-menu-wrapper--iNrTK .chatItemComments-module--comment-menu-item-line--huO8i {
  width: 302px;
  margin: 12px 0 0 16px;
  margin-left: 16px;
}

.chatItemComments-module--comment-menu-tooltip--z6hJD {
  padding-bottom: 0 !important;
}
.chatItemComments-module--comment-menu-tooltip--z6hJD .ant-tooltip-inner {
  white-space: nowrap;
}

.chatItemComments-module--comment-menu-pop--O903w {
  background: transparent;
  box-shadow: none !important;
  border-radius: 4px !important;
}
.chatItemComments-module--comment-menu-pop--O903w .ant-popover-inner {
  box-shadow: 0px 2px 8px rgba(39, 46, 71, 0.1) !important;
  box-shadow: 0px 2px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1) !important;
}
.chatItemComments-module--comment-menu-pop--O903w.ant-popover-placement-bottom {
  padding-top: 0;
}
.chatItemComments-module--comment-menu-pop--O903w.ant-popover-placement-top {
  padding-bottom: 0;
}
@charset "UTF-8";
.chatItemContent-module--msg-item--ClJQC {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  padding-right: 30px;
  position: relative;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-item-checked-mask--ystvg {
  position: absolute;
  left: -16px;
  right: -16px;
  top: -1px;
  width: calc(100% + 32px);
  height: calc(100% + 1px);
  z-index: 1;
}
.chatItemContent-module--msg-item--ClJQC.chatItemContent-module--msg-item-checked--PBOHj {
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.chatItemContent-module--msg-item--ClJQC.chatItemContent-module--msg-item-checked--PBOHj .chatItemContent-module--msg-item-checked-mask--ystvg {
  border-right: 16px solid #f8f9fa;
  border-right: 16px solid var(--Fill-1, #f8f9fa);
  border-left: 16px solid #f8f9fa;
  border-left: 16px solid var(--Fill-1, #f8f9fa);
  border-top: 1px solid #f8f9fa;
  border-top: 1px solid var(--Fill-1, #f8f9fa);
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-checkbox--sDlxX {
  margin: 6px 9px 0 0;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-checkbox--sDlxX .ant-checkbox .ant-checkbox-inner {
  width: 14px;
  height: 14px;
  border-color: #a8aaad;
  border-radius: 100%;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-checkbox--sDlxX .ant-checkbox .ant-checkbox-inner::after {
  border-width: 2px;
  width: 6px;
  height: 9px;
  left: 18%;
  transform: rotate(45deg) scale(0.8) translate(-60%, -60%);
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-checkbox--sDlxX .ant-checkbox-checked .ant-checkbox-inner {
  border-color: #386ee7;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-checkbox--sDlxX .ant-checkbox-checked::after {
  border: none;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-checkbox-my--1W1uN {
  margin-left: -30px;
}
.chatItemContent-module--msg-item--ClJQC.chatItemContent-module--my--6zmRs {
  padding-left: 30px;
  padding-right: initial;
  flex-direction: row-reverse;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-bubble--b\+k6q {
  margin: 0 8px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-bubble--b\+k6q.reverse {
  flex-direction: row-reverse;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-bubble--b\+k6q.team-msg {
  padding-top: 20px;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-bubble--b\+k6q .chatItemContent-module--wrapper-bg--rXEm7 {
  padding: 8px 12px;
  line-height: 22px;
  background-color: #f4f4f5;
  background-color: var(--im-chat, #f4f4f5);
  border-radius: 6px;
  word-break: break-all;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-bubble--b\+k6q .chatItemContent-module--wrapper-bg--rXEm7.chatItemContent-module--my--6zmRs {
  background-color: #d6e6fc;
  background-color: var(--im-my-chat, #d6e6fc);
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--msg-from-info--VDOg\+ {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 100% */
  /* 文字颜色/60% */
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding-bottom: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.chatItemContent-module--msg-item--ClJQC .chatItemContent-module--my--6zmRs .chatItemContent-module--msg-from-info--VDOg\+ {
  text-align: right;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatItemMenu-module--chat-item-sub-menu--QmZi9 {
  transform: translate(4px, 0);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  /* 字体及ICON颜色/10% */
  border: 0.5px solid rgba(39, 46, 71, 0.1);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  box-sizing: border-box;
  border-radius: 4px !important;
  min-width: 24px;
  box-sizing: border-box;
  padding: 4px 0;
}
.chatItemMenu-module--chat-item-sub-menu--QmZi9 li.ant-menu-item {
  margin: 0 !important;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: center;
  border-bottom: 0;
  padding: 0 !important;
  justify-content: center;
}
.chatItemMenu-module--chat-item-sub-menu--QmZi9 li.ant-menu-item:last-child {
  border-bottom-width: 0;
}
.chatItemMenu-module--chat-item-sub-menu--QmZi9 li.ant-menu-item .chatItemMenu-module--icon-wrapper---YWIF {
  display: inline-flex;
  margin-right: 6px;
}
.chatItemMenu-module--chat-item-sub-menu--QmZi9 li.ant-menu-item::after {
  content: "";
  width: 100%;
  height: 0.5px;
  font-size: 0;
  overflow: hidden;
  background-color: rgba(39, 46, 71, 0.1);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.chatItemMenu-module--chat-item-sub-menu--QmZi9 .ant-menu-item:hover {
  color: #51555c;
  color: var(--font-color-1, #51555c);
  background-color: #f0f0f1 !important;
  background-color: var(--white-hover-bg, #f0f0f1) !important;
}
.chatItemMenu-module--chat-item-sub-menu--QmZi9 .ant-menu-item-selected,
.chatItemMenu-module--chat-item-sub-menu--QmZi9 .ant-menu-item-active {
  background-color: transparent !important;
}
.chatItemMenu-module--chat-item-sub-menu--QmZi9 .ant-menu-title-content {
  padding: 0 12px;
}

.chatItemMenu-module--chat-operation-menu--ophgv {
  border: 1px solid rgba(39, 46, 71, 0.1);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 4px;
  height: 28px;
  font-size: 11px;
  align-self: flex-end;
  padding: 0 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  flex-shrink: 0;
}
.chatItemMenu-module--chat-operation-menu--ophgv .chatItemMenu-module--delimiter--eYhFr {
  width: 0.5px;
  height: 10px;
  background: rgba(39, 46, 71, 0.1);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.chatItemMenu-module--chat-operation-menu--ophgv .chatItemMenu-module--menu-item--tRi7p {
  height: 100%;
  min-width: 32px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.chatItemMenu-module--chat-operation-menu--ophgv .chatItemMenu-module--menu-item--tRi7p:hover {
  color: #386ee7;
}
.chatItemMenu-module--chat-operation-menu--ophgv .chatItemMenu-module--menu-item--tRi7p:last-of-type {
  border-right-width: 0;
}
.chatItemMenu-module--chat-operation-menu--ophgv .chatItemMenu-module--menu-item--tRi7p.chatItemMenu-module--menu-item-sub-entry--wA46r {
  font-weight: bold;
  font-size: 15px;
}

div[data-msg-wrapper=true]:hover .chatItemMenu-module--chat-operation-menu--ophgv {
  visibility: visible;
}

.chatItemMenu-module--chat-item-copy-tip--VYnCt {
  margin-left: 8px;
}
.pureMsgList-module--pure-msg-content--bEKCd {
  position: relative;
}

.pureMsgList-module--resize-obsere-placeholder--JVbOQ {
  width: 100%;
  height: 1px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: transparent;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.line-module--bottomline-mark--UtHha,
.line-module--unread-msgline-mark--q01Wi {
  background: transparent;
  width: 100%;
  height: 1px;
  overflow: hidden;
  font-size: 0;
}

.line-module--bottomline-mark--UtHha {
  margin: 2px 0 8px;
}

.line-module--current-msg-line-mark--smxPl {
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 2px;
}
.line-module--current-msg-line-mark--smxPl.line-module--highlight--vbJ3V {
  animation-name: line-module--historyHighlight--5ewme;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 2.5s;
}

.line-module--msg-unread-markline--450s1 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  color: #386ee7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 10px;
  white-space: nowrap;
}
.line-module--msg-unread-markline--450s1::before, .line-module--msg-unread-markline--450s1::after {
  content: "";
  margin: 0 8px;
  width: 432px;
  height: 1px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.line-module--msg-unread-markline--450s1::before {
  transform: scale(0.5) translateX(50%);
  background: linear-gradient(to left, #386ee7, transparent);
}
.line-module--msg-unread-markline--450s1::after {
  transform: scale(0.5) translateX(-50%);
  background: linear-gradient(to right, #386ee7, transparent);
}

.line-module--msg-anchor-point--o5P7Y {
  position: absolute;
  height: 32px;
  bottom: 24px;
  right: 0;
  padding: 0 8px 0 20px;
  box-shadow: 0px 2px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 2px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  line-height: 32px;
  border-radius: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 12px;
  color: #386ee7;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  cursor: pointer;
  display: none;
  z-index: 5;
}
.line-module--msg-anchor-point--o5P7Y.line-module--visible--jcZsG {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.line-module--msg-anchor-point--o5P7Y.arrow-up {
  bottom: initial;
  top: 24px;
}
.line-module--msg-anchor-point--o5P7Y .line-module--text--BtQAO {
  padding-left: 4px;
}

@keyframes line-module--historyHighlight--5ewme {
  0% {
    background-color: transparent;
  }
  10% {
    background-color: #f2f7fe;
    background-color: var(--Link-1, #f2f7fe);
  }
  90% {
    background-color: #f2f7fe;
    background-color: var(--Link-1, #f2f7fe);
  }
  100% {
    background-color: transparent;
  }
}
.TeamInternalMailBtn-module--grouped-inner-mail-btn--AvXaD {
  position: absolute;
  left: 16px;
  bottom: 8px;
  box-sizing: border-box;
  height: 28px;
  min-width: 104px;
  box-sizing: border-box;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 12px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 4px;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.TeamInternalMailBtn-module--grouped-inner-mail-btn--AvXaD.TeamInternalMailBtn-module--grouped-inner-mail-btn-checked--zmB39 {
  border: none;
}
.TeamInternalMailBtn-module--grouped-inner-mail-btn--AvXaD .TeamInternalMailBtn-module--grouped-inner-mail--M9yeb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  border-radius: 4px;
}
.TeamInternalMailBtn-module--grouped-inner-mail-btn--AvXaD .TeamInternalMailBtn-module--grouped-inner-mail--M9yeb:hover {
  cursor: pointer;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.TeamInternalMailBtn-module--grouped-inner-mail-btn--AvXaD .TeamInternalMailBtn-module--grouped-inner-mail--M9yeb.TeamInternalMailBtn-module--grouped-inner-mail-checked--cW-Lu {
  background-color: rgba(214, 230, 252, 0.7);
  background-color: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.7);
  color: #386ee7;
  border: none;
}

.TeamInternalMailBtn-module--grouped-inner-mail-tooltip--olY5n .ant-tooltip.ant-tooltip-placement-topLeft {
  left: 0 !important;
  width: 100% !important;
}
.TeamInternalMailBtn-module--grouped-inner-mail-tooltip--olY5n .ant-tooltip-content {
  width: 100% !important;
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
}
.TeamInternalMailBtn-module--grouped-inner-mail-tooltip--olY5n .ant-tooltip-arrow {
  display: block;
  left: 50%;
}
.TeamInternalMailBtn-module--grouped-inner-mail-tooltip--olY5n .ant-tooltip-inner {
  font-size: 14px;
  color: #fff;
  font-family: "PingFang SC";
  line-height: 18px;
  white-space: nowrap;
  padding: 0 !important;
}
.TeamInternalMailBtn-module--grouped-inner-mail-tooltip--olY5n .ant-tooltip-inner .TeamInternalMailBtn-module--tooltip-wrapper--tuq\+Q {
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}
.TeamInternalMailBtn-module--grouped-inner-mail-tooltip--olY5n .ant-tooltip-inner .TeamInternalMailBtn-module--tooltip-wrapper--tuq\+Q .TeamInternalMailBtn-module--tooltip-info--HZVkG {
  margin-right: 24px;
}
.TeamInternalMailBtn-module--grouped-inner-mail-tooltip--olY5n .ant-tooltip-inner .TeamInternalMailBtn-module--tooltip-wrapper--tuq\+Q .TeamInternalMailBtn-module--tooltip-btn--CvMVm {
  color: #5383fe;
  font-weight: 500;
  cursor: pointer;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-body {
  padding: 0;
  display: flex;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper {
  box-shadow: none !important;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper p {
  margin: 0;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi {
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-title--OUhI0 {
  padding: 16px 16px 0;
  display: flex;
  justify-content: space-between;
  flex: 0 1;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-title--OUhI0 .teamInternalMails-module--team-mail-list-title-left--CMXjU {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-title--OUhI0 .teamInternalMails-module--team-mail-list-title-right--WxZpm {
  cursor: pointer;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP {
  padding: 20px 16px 16px;
  flex: 1 1;
  overflow-y: auto;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP .teamInternalMails-module--team-mail-list-item--l5hRA {
  margin-bottom: 28px;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP .teamInternalMails-module--team-mail-list-item--l5hRA .teamInternalMails-module--team-mail-list-item-header--tdJvM {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 8px;
  font-family: "PingFang SC";
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP .teamInternalMails-module--team-mail-list-item--l5hRA .teamInternalMails-module--team-mail-list-item-header--tdJvM .teamInternalMails-module--team-mail-list-item-header-left--LZr7J {
  display: flex;
  align-items: center;
  flex: 1 1;
  margin-right: 36px;
  flex-wrap: nowrap;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP .teamInternalMails-module--team-mail-list-item--l5hRA .teamInternalMails-module--team-mail-list-item-header--tdJvM .teamInternalMails-module--team-mail-list-item-header-left--LZr7J .teamInternalMails-module--user-avatar--84R80 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP .teamInternalMails-module--team-mail-list-item--l5hRA .teamInternalMails-module--team-mail-list-item-header--tdJvM .teamInternalMails-module--team-mail-list-item-header-left--LZr7J .teamInternalMails-module--username--iaJke {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-right: 2px;
  max-width: 142px;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP .teamInternalMails-module--team-mail-list-item--l5hRA .teamInternalMails-module--team-mail-list-item-header--tdJvM .teamInternalMails-module--team-mail-list-item-header-left--LZr7J .teamInternalMails-module--user-operator--G0ad0 {
  flex-shrink: 0;
  color: #7d8085;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP .teamInternalMails-module--team-mail-list-item--l5hRA .teamInternalMails-module--team-mail-list-item-header--tdJvM .teamInternalMails-module--team-mail-list-item-header-right--myus5 {
  color: #7d8085;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-mail-list-wrapper--4bsLP .teamInternalMails-module--team-mail-list-item--l5hRA .teamInternalMails-module--test-card--\+DCB2 {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 6px;
  height: 92px;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-list-empty--T8qC\+ {
  flex: 1 1;
  position: relative;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-list-empty--T8qC\+ .teamInternalMails-module--empty-content--KR7AO {
  position: absolute;
  left: 0;
  top: 218px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-list-empty--T8qC\+ .teamInternalMails-module--empty-content--KR7AO img {
  width: 160px;
}
.teamInternalMails-module--team-mails-drawer--qd-HF .ant-drawer-content-wrapper .teamInternalMails-module--team-mail-list--MkAxi .teamInternalMails-module--team-list-empty--T8qC\+ .teamInternalMails-module--empty-content--KR7AO .teamInternalMails-module--empty-info--1VC-g {
  margin-top: 20px;
  color: #7d8085;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.operation-module--local-image-url--sl6aV {
  height: 200px;
  max-width: 100%;
}

.operation-module--chat-forward-wrapper--uie9A {
  position: absolute;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px;
  cursor: pointer;
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp .operation-module--chat-forward-icon--4Kghu,
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp .operation-module--chat-delete-icon--kY3Ok {
  width: 48px;
  height: 48px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 6px;
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp .operation-module--chat-forward-icon--4Kghu {
  background-image: url(/static/forward.f23a1640.svg);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp .operation-module--chat-delete-icon--kY3Ok {
  background-image: url(/static/delete.2b075be3.svg);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp .operation-module--chat-quit-icon--OKoW6 {
  width: 22px;
  height: 22px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjUgMTQuNzVMOCA4TTggOEwxLjI1IDEuMjVNOCA4TDE0Ljc1IDE0Ljc1TTggOEwxNC43NSAxLjI1IiBzdHJva2U9IiNBOEFBQUQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) 100% no-repeat;
  margin-bottom: 22px;
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp .operation-module--chat-forward-icon-disable--zdYlD {
  background-image: url(/static/forward_disable.4cea450f.svg);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp .operation-module--chat-delete-icon-disable--lCshT {
  background-image: url(/static/delete_disable.b1c0bed5.svg);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-forward-icon--4Kghu,
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-delete-icon--kY3Ok {
  background-color: rgba(159, 162, 173, 0.1);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-forward-icon--4Kghu {
  background-image: url(/static/forward_hover.23bae3c7.svg);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-delete-icon--kY3Ok {
  background-image: url(/static/delete_hover.3ae08ff8.svg);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-quit-icon--OKoW6 {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjUgMTQuNzVMOCA4TTggOEwxLjI1IDEuMjVNOCA4TDE0Ljc1IDE0Ljc1TTggOEwxNC43NSAxLjI1IiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) 100% no-repeat;
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-forward-icon-disable--zdYlD,
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-delete-icon-disable--lCshT {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-forward-icon-disable--zdYlD {
  background-image: url(/static/forward_disable.4cea450f.svg);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp:hover .operation-module--chat-delete-icon-disable--lCshT {
  background-image: url(/static/delete_disable.b1c0bed5.svg);
}
.operation-module--chat-forward-wrapper--uie9A .operation-module--chat-forward-item--XACCp .operation-module--chat-forward-text--wlh73 {
  color: #51555c;
  color: var(--font-color-1, #51555c);
  opacity: 0.8;
  font-size: 12px;
  line-height: 20px;
}

.operation-module--chat-send-operation-wrapper--c1sMH {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10px 16px 50px;
  max-height: 380px;
  z-index: 0;
  color: #080b19;
  color: var(--font-color, #080b19);
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--resize-empty-placeholder--a-3Uq {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  background: transparent;
}
.operation-module--chat-send-operation-wrapper--c1sMH .react-resizable-handle-n {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 3px !important;
  transform: rotate(0deg);
  /* background: #eee !important; */
  cursor: ns-resize !important;
  overflow: hidden;
  font-size: 0;
  padding: 0 !important;
  box-sizing: border-box;
  border-top: solid 1px #ebedf2;
  border-top: solid 1px var(--Line-2, #ebedf2);
  margin: 0;
}
.operation-module--chat-send-operation-wrapper--c1sMH.operation-module--electron-wrapper--D9S3G {
  margin-bottom: 32px;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--textarea--jk-yh {
  padding: 0 10px;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  border: 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  /* 字体及ICON颜色/100% */
  color: #262a33;
  box-sizing: border-box;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--textarea--jk-yh:focus {
  outline: none;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--textarea--jk-yh::-ms-clear {
  display: none;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--textarea--jk-yh:empty:before {
  content: attr(placeholder);
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 100% */
  /* 黑白灰/字体 20% */
  color: rgba(39, 46, 71, 0.2);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--textare--GfkdJ * {
  background: transparent !important;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--textarea-shadow---Yha0 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--operation-icons--8CEAV {
  position: absolute;
  left: 16px;
  bottom: 6px;
  display: flex;
  flex-direction: row-reverse;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--operation-icons--8CEAV .ant-btn-group {
  display: flex;
  align-items: center;
  height: 32px;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--operation-icon--m9DXh {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: inline-block;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--operation-icon--m9DXh:hover {
  background-color: #f0f0f1;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--icon-schedule--fiQtf {
  background-image: url(/static/im_add_schedule.c9f8798d.svg);
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--icon-file--b-TCt {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjEyNSA1LjYyNUMxOC4xMjUgNS4yNzk4MiAxNy44NDUyIDUgMTcuNSA1SDkuMzc1TDcuNSAzLjEyNUgyLjUwMDAxQzIuMTU0ODMgMy4xMjUgMS44NzUwMSAzLjQwNDgyIDEuODc1MDEgMy43NVYxNi4yNUMxLjg3NTAxIDE2LjU5NTIgMi4xNTQ4MyAxNi44NzUgMi41MDAwMSAxNi44NzVIMTcuNUMxNy44NDUyIDE2Ljg3NSAxOC4xMjUgMTYuNTk1MiAxOC4xMjUgMTYuMjVWNS42MjVaIiBzdHJva2U9IiMzRjQ2NUMiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01IDguNzVMMTAgOC43NSIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--icon-file-input--IPXPB {
  display: none;
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--icon-expression--OhNao {
  background-image: url(/static/happy-icon.64e83515.svg);
}
.operation-module--chat-send-operation-wrapper--c1sMH .operation-module--icon-selected--bMYZC {
  background-color: #f0f0f1;
}

.operation-module--preview-file-wrapper--PvoCD .ant-modal-header {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.operation-module--preview-file-wrapper--PvoCD .ant-modal-header {
  border-bottom: 1px solid #f0f0f1;
  border-bottom: 1px solid var(--white-hover-bg, #f0f0f1);
}
.operation-module--preview-file-wrapper--PvoCD .ant-modal-footer {
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}
.operation-module--preview-file-wrapper--PvoCD .ant-modal-title {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--preview-main--wmgpR {
  text-align: center;
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--preview-img--vOYbj {
  max-width: 100%;
  max-height: 240px;
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--preview-info--RYemg {
  padding-top: 15px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--preview-file-icon--oZYPN {
  width: 96px;
  height: 96px;
  display: inline-block;
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--preview-file-icon--oZYPN svg {
  width: 100%;
  height: 100%;
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--mutilple-rows--K4PHA {
  padding: 10px 10px 0;
  border: solid 1px #b7bac2;
  border: solid 1px var(--Text-1, #b7bac2);
  border-radius: 8px;
  max-height: 155px;
  background: #ffffff;
  background: var(--white, #ffffff);
  overflow: auto;
  outline: none;
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--mutilple-rows--K4PHA .operation-module--preview-item--xGDqk {
  display: flex;
  padding: 0 16px 16px 0;
  align-items: center;
  justify-content: flex-start;
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--mutilple-rows--K4PHA .operation-module--preview-img--vOYbj,
.operation-module--preview-file-wrapper--PvoCD .operation-module--mutilple-rows--K4PHA .operation-module--preview-file-icon--oZYPN {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: contain;
  margin-right: 16px;
  flex-shrink: 0;
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--mutilple-rows--K4PHA .operation-module--preview-info--RYemg {
  padding-top: 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  flex: 1 1;
}
.operation-module--preview-file-wrapper--PvoCD .operation-module--mutilple-rows--K4PHA .operation-module--preview-info--RYemg .operation-module--name--DS5MR,
.operation-module--preview-file-wrapper--PvoCD .operation-module--mutilple-rows--K4PHA .operation-module--preview-info--RYemg .operation-module--size---iMX2 {
  text-align: left;
}

.operation-module--memberlist-wrapper--rmfSb {
  width: 360px;
  background: #ffffff;
  /* 黑白灰/字体 20% */
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 352px;
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-item--4FEV3 {
  padding: 0 24px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: default;
  /* 黑白灰/字体 90% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-item--4FEV3.operation-module--all--CtUlE {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-item--4FEV3:hover {
  background-color: #f0f0f1;
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-item--4FEV3.operation-module--checked--la6YZ {
  color: #fff;
  background-color: #386ee7;
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-all-icon--DY\+MH {
  display: inline-block;
  /* 主色/灵犀蓝 */
  width: 32px;
  height: 32px;
  background: #386ee7;
  line-height: 32px;
  color: #fff;
  font-family: PingFang;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  /* identical to box height, or 100% */
  color: #ffffff;
  text-align: center;
  border-radius: 32px;
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--checked--la6YZ .operation-module--member-all-icon--DY\+MH {
  border: solid 1px #ffffff;
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-all-text--sAk4t {
  padding-left: 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  /* identical to box height, or 100% */
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-info--NaS\+b {
  padding-left: 12px;
  overflow: hidden;
  white-space: nowrap;
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-info--NaS\+b .operation-module--nick--9BH9R {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.operation-module--memberlist-wrapper--rmfSb .operation-module--member-info--NaS\+b .operation-module--email--JHiSp {
  font-family: PingFang;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.operation-module--choosed-user--YK1F7 {
  color: #386ee7;
}

.operation-module--apn-text-placeholder--JAr2L {
  text-indent: -999px;
}

.operation-module--error-modal--BAdcB .ant-modal-content {
  border-radius: 8px;
}

.operation-module--error-icon--XtELH {
  float: left;
  margin-right: 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mention-suggestions {
  position: absolute;
  bottom: 100%;
  left: 0 !important;
  top: unset !important;
  width: 100%;
  background: #ffffff;
  /* 黑白灰/字体 20% */
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 352px;
}
.mention-suggestions .mention-suggestions-entry {
  display: table;
  vertical-align: middle;
}
.mention-suggestions .entry-checked {
  padding: 0 24px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: default;
  /* 黑白灰/字体 90% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.mention-suggestions .entry-checked {
  color: #fff;
  background-color: #386ee7;
}
.mention-suggestions .entry-checked .basicEditor-module--allIcon--10o2U {
  border: solid 1px #ffffff !important;
}

.editor-mention-text {
  color: #386ee7;
}

.basicEditor-module--mention-item--Czwmy {
  padding: 0 24px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: default;
  /* 黑白灰/字体 90% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.basicEditor-module--mention-item--Czwmy[aria-selected] {
  color: #fff;
  background-color: #386ee7;
}
.basicEditor-module--mention-item--Czwmy[aria-selected] .basicEditor-module--allIcon--10o2U {
  border: solid 0.5px #fff;
}
.basicEditor-module--mention-item--Czwmy .basicEditor-module--allIcon--10o2U {
  display: inline-block;
  /* 主色/灵犀蓝 */
  width: 32px;
  height: 32px;
  background: #386ee7;
  line-height: 32px;
  color: #fff;
  font-family: PingFang;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  /* identical to box height, or 100% */
  color: #ffffff;
  text-align: center;
  border-radius: 32px;
  border: solid 0.5px transparent;
}
.basicEditor-module--mention-item--Czwmy .basicEditor-module--avatar--Bg2MJ {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.basicEditor-module--mention-item--Czwmy .basicEditor-module--mention-info--BSlvI {
  padding-left: 12px;
  overflow: hidden;
  white-space: nowrap;
}
.basicEditor-module--mention-item--Czwmy .basicEditor-module--name--MulVm {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.basicEditor-module--mention-item--Czwmy .basicEditor-module--email---tGr\+ {
  font-family: PingFang;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.basicEditor-module--mention-item--Czwmy .basicEditor-module--highlight--o8esp {
  color: #386ee7;
}

.public-DraftEditorPlaceholder-inner {
  position: absolute;
  left: 16px;
  top: 10px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 100% */
  /* 黑白灰/字体 20% */
  color: rgba(39, 46, 71, 0.2);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  z-index: -1;
}

.DraftEditor-root {
  height: 100%;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.DraftEditor-root::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.DraftEditor-root::-webkit-scrollbar:horizontal {
  height: 6px;
}
.DraftEditor-root:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.DraftEditor-root:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.DraftEditor-root:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.DraftEditor-root:hover::-webkit-scrollbar-button {
  display: none;
}
.DraftEditor-root:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.DraftEditor-root:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.DraftEditor-root:hover::-webkit-scrollbar-corner {
  display: none;
}
.DraftEditor-root .DraftEditor-editorContainer,
.DraftEditor-root [contenteditable],
.DraftEditor-root [data-contents] {
  height: 100%;
}

.basicEditor-module--mention-list-wrapper--zg5Sp {
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translateY(-8px);
  width: 360px;
  overflow: auto;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  z-index: 2;
  outline: 0;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.basicEditor-module--mention-list-wrapper--zg5Sp::-webkit-scrollbar {
  display: none;
}
.basicEditor-module--mention-list-wrapper--zg5Sp::-webkit-scrollbar-button {
  display: none;
}
.basicEditor-module--mention-list-wrapper--zg5Sp::-webkit-scrollbar-thumb {
  display: none;
}
.basicEditor-module--mention-list-wrapper--zg5Sp::-webkit-scrollbar-corner {
  display: none;
}

.basicEditor-module--operations--FMx4c {
  position: absolute;
  bottom: 14px;
  right: 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #a8aaad;
}
.basicEditor-module--operations--FMx4c > :not(button) {
  margin: 0 1px;
}
.basicEditor-module--operations--FMx4c .basicEditor-module--submit-btn--0\+SBQ {
  margin-left: 10px;
}
.expressionPlugin-module--express-img--RJZzV {
  white-space: nowrap;
}
.expressionPlugin-module--express-img--RJZzV img {
  width: 20px;
  height: 20px;
}
.expressionPlugin-module--express-img--RJZzV span {
  width: 0;
  height: 0;
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.emoji-module--wrapper--qvPV0 {
  width: 508px;
}
.emoji-module--wrapper--qvPV0 p {
  margin: 0;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: 280px;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt::-webkit-scrollbar:horizontal {
  height: 6px;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt:hover::-webkit-scrollbar-button {
  display: none;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-content--R9xlt:hover::-webkit-scrollbar-corner {
  display: none;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-name--ZFwQk {
  font-family: PingFang SC;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #51555c;
  padding: 14px 20px 2px;
  background: #fff;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-name--ZFwQk:first-child {
  padding-top: 20px;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-name-stick--33yQk {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-list--xs3RL {
  display: flex;
  flex-wrap: wrap;
  height: 240px;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 6px 14px;
  padding-right: 0;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-list-recent--V3xB6 {
  height: auto;
  padding-bottom: 0;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-item--6Oe-4 {
  width: 32px;
  height: 32px;
  margin: 4px;
  padding: 4px;
  display: inline-block;
  border-radius: 6px;
}
.emoji-module--wrapper--qvPV0 .emoji-module--expression-item--6Oe-4 img {
  width: 24px;
  height: 24px;
}
.emoji-module--wrapper--qvPV0 .emoji-module--custom-expression-item--RfNJP {
  width: 80px;
  height: 80px;
  padding: 6px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 12px;
  cursor: pointer;
}
.emoji-module--wrapper--qvPV0 .emoji-module--custom-expression-item--RfNJP:hover {
  background-color: #f0f0f1;
}
.emoji-module--wrapper--qvPV0 .emoji-module--custom-expression-item--RfNJP:hover .emoji-module--gif-emoji--nrkLH {
  display: block;
}
.emoji-module--wrapper--qvPV0 .emoji-module--custom-expression-item--RfNJP:hover .emoji-module--static-emoji--pHgIg {
  display: none;
}
.emoji-module--wrapper--qvPV0 .emoji-module--custom-expression-item--RfNJP .emoji-module--static-emoji--pHgIg {
  display: block;
}
.emoji-module--wrapper--qvPV0 .emoji-module--custom-expression-item--RfNJP .emoji-module--gif-emoji--nrkLH {
  display: none;
}
.emoji-module--wrapper--qvPV0 .emoji-module--custom-expression-item--RfNJP img {
  width: 68px;
  height: 68px;
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD {
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  background-color: #f4f4f5;
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
  margin-right: 12px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE:last-child {
  margin-right: 0;
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE.emoji-module--checked--qblyC {
  background-color: #fff;
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE.common {
  background-image: url(https://cowork-storage-public-cdn.lx.netease.com/lxbg/2021/04/25/7b6e29fc4feb46c3a693774b80b1a103.png);
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE.custom-lt {
  background-image: url(/static/lt_s_normal@2x-bb1d62d0c2d027d85723324bba309437.png);
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE.custom-lt.emoji-module--checked--qblyC {
  background-image: url(/static/lt_s_highlighted@2x-fd5313869645703e2471e150e3ba4f3a.png);
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE.custom-ajmd {
  background-image: url(/static/ajmd_s_normal@2x-55070776f9f628a7847bcbbcd6f139ea.png);
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE.custom-ajmd.emoji-module--checked--qblyC {
  background-image: url(/static/ajmd_s_highlighted@2x-82981d3e7ba80810cd5ffd07d42d799c.png);
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE.custom-xxy {
  background-image: url(/static/xxy_s_normal@2x-c88d38f25695832d4c6bbc31aa4b0625.png);
}
.emoji-module--wrapper--qvPV0 .emoji-module--category-names--NuhuD .emoji-module--category-name--7ivVE.custom-xxy.emoji-module--checked--qblyC {
  background-image: url(/static/xxy_s_highlighted@2x-996e597e454210c8e569f9e420b1f0c5.png);
}

.emoji-module--icon-real-entry--47X7H {
  width: 100%;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.emoji-module--tooltip-emoji-name--RzFwJ {
  padding-bottom: 0 !important;
}
.chatAccountWarning-module--warning--V1DvW {
  width: 100%;
  height: 36px;
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f74f4f;
}

.chatAccountWarning-module--text--KjOgh {
  padding-left: 5px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.fileDragAndDrop-module--file-drag-and-drop--pouQp {
  position: relative;
}
.fileDragAndDrop-module--file-drag-and-drop--pouQp .fileDragAndDrop-module--drop--LYboX {
  left: 0;
  top: 56px;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(var(--white-r, 255), var(--white-g, 255), var(--white-b, 255), 0.9);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 16px;
  padding-top: 0;
  box-sizing: border-box;
}
.fileDragAndDrop-module--file-drag-and-drop--pouQp .fileDragAndDrop-module--placeholder--hRc2S {
  font-size: 14px;
  color: #fff;
}
.chatDrop-module--drop--MPBkF {
  color: rgba(38, 42, 51, 0.9);
  color: rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.9);
  border: 1px dashed rgba(38, 42, 51, 0.5);
  border: 1px dashed rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.5);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.treadMsgTree-module--tread-tree-drawer--ZNd\+0 .ant-drawer-body {
  padding: 0;
  display: flex;
}
.treadMsgTree-module--tread-tree-drawer--ZNd\+0 .ant-drawer-content-wrapper {
  box-shadow: none !important;
}
.treadMsgTree-module--tread-tree-drawer--ZNd\+0 .ant-drawer-content {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.treadMsgTree-module--tread-tree-drawer--ZNd\+0 p,
.treadMsgTree-module--tread-tree-drawer--ZNd\+0 h1 {
  margin: 0;
}

.treadMsgTree-module--tread-wrapper--hihX- {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  width: 100%;
}
.treadMsgTree-module--tread-wrapper--hihX-::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.treadMsgTree-module--tread-wrapper--hihX-::-webkit-scrollbar:horizontal {
  height: 6px;
}
.treadMsgTree-module--tread-wrapper--hihX-:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.treadMsgTree-module--tread-wrapper--hihX-:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.treadMsgTree-module--tread-wrapper--hihX-:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.treadMsgTree-module--tread-wrapper--hihX-:hover::-webkit-scrollbar-button {
  display: none;
}
.treadMsgTree-module--tread-wrapper--hihX-:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.treadMsgTree-module--tread-wrapper--hihX-:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.treadMsgTree-module--tread-wrapper--hihX-:hover::-webkit-scrollbar-corner {
  display: none;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--tread-msg-item--nmgm8 {
  padding: 10px 16px !important;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--tread-msg-item--nmgm8.treadMsgTree-module--head--jPTQ6 {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
  margin-bottom: 10px;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--tread-msg-item--nmgm8.treadMsgTree-module--my--x0eVJ {
  padding-left: 48px !important;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--tread-msg-item--nmgm8.treadMsgTree-module--other--Fg4bj {
  padding-right: 48px !important;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--head--jPTQ6 {
  flex-direction: row !important;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--head--jPTQ6 .custom-msg-bubble {
  display: block !important;
  position: initial !important;
  padding-top: 0 !important;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--head--jPTQ6 .custom-msg-from {
  display: block !important;
  position: initial !important;
  font-weight: bold;
  color: #262a33 !important;
  color: var(--font-color-2, #262a33) !important;
  padding: 2px 0 8px;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--head--jPTQ6 .custom-msg-from .treadMsgTree-module--head-msg-time--s2Gx2 {
  font-weight: normal;
  padding-top: 4px;
  color: #a8aaad;
}
.treadMsgTree-module--tread-wrapper--hihX- .treadMsgTree-module--head--jPTQ6 .custom-msgcontent {
  background: transparent !important;
  padding: 0 !important;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.treadMsgTree-module--tread-wrapper--hihX- > :first-child .custom-msg-bubble {
  margin: 0 0 0 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--suspend-button--r9e0z {
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(39, 46, 71, 0.12);
  box-shadow: 0px 2px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-radius: 26px;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
  margin-left: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.index-module--suspend-button--r9e0z.index-module--hidden--UNwVd {
  display: none;
}
.index-module--suspend-button--r9e0z .index-module--stat-wrap--6k3jS {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 0 14px;
  display: flex;
  justify-content: center;
}
.index-module--suspend-button--r9e0z .index-module--stat-wrap--6k3jS.index-module--failed--3YWV1 {
  color: #f74f4f;
  border-left: 1px solid #f0f0f1;
}
.index-module--suspend-button--r9e0z .index-module--stat-wrap--6k3jS > div {
  margin-left: 2px;
}

.index-module--upload-box--U0QiR {
  width: 476px;
  max-height: 242px;
  background: #fff;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  padding: 24px 0 8px;
  overflow: hidden;
  transition: width 0s, height 0s, right 0s, bottom 0s;
  margin-top: 8px;
}
.index-module--upload-box--U0QiR.index-module--hidden--UNwVd {
  width: 0;
  height: 0;
  border: none;
  box-shadow: none;
  padding: 0;
}
.index-module--upload-box--U0QiR .index-module--upload-title-bar--73ukP {
  margin: 0 24px 12px;
  display: flex;
  justify-content: space-between;
}
.index-module--upload-box--U0QiR .index-module--upload-title-bar--73ukP .index-module--upload-title--OjfmN {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.index-module--upload-box--U0QiR .index-module--upload-title-bar--73ukP .index-module--packUp-icon--0\+Wpy,
.index-module--upload-box--U0QiR .index-module--upload-title-bar--73ukP .index-module--close-icon--VOy45 {
  display: inline-block;
  margin-left: 24px;
  cursor: pointer;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf {
  max-height: 174px;
  margin-right: 4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 10px 0 24px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl:hover {
  background-color: #f0f0f1;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl.index-module--upload-error--57A5Q .index-module--operate-icon--oUwkL {
  background-color: #f74f4f;
  border-radius: 12px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl.index-module--upload-error--57A5Q .index-module--error-mark--Civvh {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -6px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl.index-module--upload-error--57A5Q .index-module--upload-status--ZhbVh,
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl.index-module--upload-error--57A5Q .index-module--upload-progress--eLmyi {
  color: #f74f4f;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--file-icon--K\+vrE {
  position: relative;
  margin-right: 12px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--file-info--n5pr0 {
  width: 160px;
  margin-right: 20px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--file-info--n5pr0 .index-module--file-name--qPrUX {
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--file-info--n5pr0 .index-module--file-size--2k5vs {
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--upload-status--ZhbVh {
  margin-right: 12px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--upload-progress--eLmyi {
  margin-right: 20px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--upload-status--ZhbVh,
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--upload-progress--eLmyi {
  width: 60px;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--operate-icon--oUwkL,
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--remove-icon--FQIkM {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--operate-icon--oUwkL {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.index-module--upload-box--U0QiR .index-module--upload-file-list--OKORf .index-module--upload-file-item--gMyRl .index-module--remove-icon--FQIkM {
  width: 16px;
  height: 16px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--ArrowLeftWrap--e5A30 {
  display: flex;
  align-items: center;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--ArrowLeftWrap--e5A30:hover {
  cursor: pointer;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--ArrowLeftWrap--e5A30 .StatisticHead-module--ArrowLeft--YfCsd {
  width: 22px;
  height: 22px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUgMTNMNS41IDhMMTAuNSAzIiBzdHJva2U9IiMzQzNGNDciIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--ArrowLeftWrap--e5A30 .StatisticHead-module--mainPage--UYp88 {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 14px;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--ArrowLeftWrap--e5A30 .StatisticHead-module--mainPage--UYp88:hover {
  color: #386ee7;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--ArrowLeftWrap--e5A30 > span {
  margin-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--staticSearch--G7wvz {
  width: 188px;
  height: 28px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.11);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.11);
  box-sizing: border-box;
  border-radius: 4px;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--staticSearch--G7wvz .ant-input {
  font-size: 12px;
  line-height: 12px;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--pageTitle--8nlNm .StatisticHead-module--staticSearch--G7wvz:hover {
  border-color: #386ee7;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--selectGroup--x0Lr9 {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--selectGroup--x0Lr9 .StatisticHead-module--select-over--5kpe4 {
  width: 110px;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--selectGroup--x0Lr9 .StatisticHead-module--select-over--5kpe4.ant-select .ant-select-selector {
  height: 32px;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--selectGroup--x0Lr9 .StatisticHead-module--select-over--5kpe4.ant-select .ant-select-selector .ant-select-selection-item {
  height: 30px;
  line-height: 30px;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--selectGroup--x0Lr9 .StatisticHead-module--select-over--5kpe4.ant-select .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--selectGroup--x0Lr9 .StatisticHead-module--shareTime--eCa8N,
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--selectGroup--x0Lr9 .StatisticHead-module--inviteTime--YXKUo {
  margin-bottom: 12px;
  flex: none;
  display: flex;
  align-items: center;
}
.StatisticHead-module--staticPageWrap--vqycl .StatisticHead-module--selectGroup--x0Lr9 .StatisticHead-module--shareTime--eCa8N {
  margin-right: 48px;
}

.StatisticHead-module--selectDropDown--pB\+qV {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 8px 0;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.StatisticHead-module--selectDropDown--pB\+qV .StatisticHead-module--selectOption--rf3UL {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 30px;
  min-height: 30px;
  font-weight: normal !important;
}
.StatisticHead-module--selectDropDown--pB\+qV .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #ffffff;
  color: #386ee7;
}

.StatisticHead-module--breadContainer--xpTzT {
  display: flex;
}

.StatisticHead-module--bread-authority--551gj {
  margin-bottom: 24px;
  flex: 1 1;
  overflow: hidden;
}
.StatisticHead-module--bread-authority--551gj .StatisticHead-module--breadContainer--xpTzT .StatisticHead-module--bread--T3Su8 {
  flex: 1 1;
  display: flex;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
}
.StatisticHead-module--bread-authority--551gj .StatisticHead-module--breadContainer--xpTzT .StatisticHead-module--bread--T3Su8 .StatisticHead-module--breadArea--kIhfQ {
  display: inline-block;
}
.StatisticHead-module--bread-authority--551gj .StatisticHead-module--breadContainer--xpTzT .StatisticHead-module--bread--T3Su8 .StatisticHead-module--authorityTag--mx\+t\+ {
  margin-left: 4px;
  padding: 0 4px;
  font-family: PingFang SC;
  font-size: 12px;
  line-height: 16px;
  color: #386ee7;
  border-radius: 2px;
  border: 0.5px solid rgba(159, 162, 173, 0.6);
  border: 0.5px solid rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.6);
  box-sizing: border-box;
  display: inline-block;
}
.StatisticHead-module--bread-authority--551gj .StatisticHead-module--authority--6mDlc {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.StatisticHead-module--operate--jE2nj {
  display: flex;
  -webkit-app-region: no-drag;
}
.StatisticHead-module--operate--jE2nj .StatisticHead-module--btn--8AEih {
  margin-right: 12px;
}

.StatisticHead-module--empty--sO9yk {
  margin-top: 220px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.StatisticHead-module--empty--sO9yk .StatisticHead-module--empty-text--XCyzv {
  margin-top: 8px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}

.StatisticHead-module--non-list--H3Z-D {
  justify-content: center;
}

.StatisticHead-module--tooltip--4bTM8 .ant-tooltip-arrow {
  display: block !important;
}

.StatisticHead-module--create-menu--sgLLR .ant-dropdown-menu {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  padding: 8px 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.StatisticHead-module--create-menu--sgLLR .ant-dropdown-menu-item {
  padding: 4px 24px 4px 16px;
}
.StatisticHead-module--create-menu--sgLLR .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.StatisticHead-module--create-menu--sgLLR .StatisticHead-module--menu-text-wrapper--N9b\+h {
  display: flex;
  align-items: center;
}
.StatisticHead-module--create-menu--sgLLR .StatisticHead-module--menu-text--m-q2- {
  margin-left: 8px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.StatisticHead-module--create-menu--sgLLR .ant-dropdown-menu-item-disabled {
  opacity: 0.3;
}

.StatisticHead-module--disk-create-tooltip--tJm8s {
  width: 335px;
  max-width: 350px;
  z-index: 999;
}
.StatisticHead-module--disk-create-tooltip--tJm8s .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
  right: 100px;
}
.StatisticHead-module--disk-create-tooltip--tJm8s .ant-tooltip-content .ant-tooltip-inner {
  width: auto;
}
.StatisticHead-module--disk-create-tooltip--tJm8s span.StatisticHead-module--tip--7Z0y3 {
  font-size: 14px;
  line-height: 18px;
}
.StatisticHead-module--disk-create-tooltip--tJm8s span.StatisticHead-module--confirm--458fp {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #5383fe;
  margin-left: 24px;
  cursor: pointer;
}

.StatisticHead-module--ranger-wrap--3Efs\+ {
  margin-left: 8px;
  width: 164px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  cursor: pointer;
  background-color: #ffffff;
}
.StatisticHead-module--ranger-wrap--3Efs\+ .ant-picker-active-bar {
  display: none;
}
.StatisticHead-module--ranger-wrap--3Efs\+ .ant-picker-range-separator {
  padding: 0;
}
.StatisticHead-module--ranger-wrap--3Efs\+ .ant-picker-input input {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 30px;
}
.StatisticHead-module--ranger-wrap--3Efs\+ .ant-picker-input input:hover {
  color: #386ee7;
}
.StatisticHead-module--ranger-wrap--3Efs\+ .StatisticHead-module--ranger-picker--jxLgw {
  width: 164px;
  height: 30px;
  border-radius: 4px;
  padding: 0;
}
.StatisticHead-module--ranger-wrap--3Efs\+ .StatisticHead-module--ranger-txt--Wuii\+ {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.StatisticHead-module--ranger-wrap--3Efs\+ .StatisticHead-module--ranger-txt--Wuii\+:hover {
  color: #386ee7;
}
.StatisticHead-module--ranger-wrap--3Efs\+:hover {
  border: 1px solid #386ee7;
  color: #386ee7;
}
.StatisticHead-module--ranger-wrap--3Efs\+:hover .StatisticHead-module--ranger-txt--Wuii\+ {
  color: #386ee7;
}

.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q {
  /*选中日期内的颜色*/
  /*hover选中日期内的颜色加深*/
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel {
  width: 292px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel .ant-picker-body {
  padding-right: 0;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-body .ant-picker-content {
  width: 280px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-body .ant-picker-content thead tr th {
  width: 40px;
  text-align: left;
  padding-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-weight: 500;
  font-size: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-body .ant-picker-content tbody tr td {
  width: 40px;
  height: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-body .ant-picker-content tbody tr td:last-child {
  width: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-body .ant-picker-content tbody tr td:last-child::before {
  right: 12px !important;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-body .ant-picker-content tbody tr td:last-child::after {
  right: 12px !important;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-body .ant-picker-content tbody tr td:last-child .ant-picker-cell-inner::after {
  right: 0 !important;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-panel-container {
  border-radius: 6px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell .ant-picker-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-family: PingFang SC;
  font-style: normal;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell::before {
  height: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell-in-view .ant-picker-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner {
  color: #386ee7;
  font-weight: 500;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border: 1px solid #386ee7;
  border-radius: 4px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel tr .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after {
  right: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel tr.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after {
  right: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel tr .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:last-child::after {
  right: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner {
  background: #386ee7;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
  font-family: PingFang SC;
  font-style: normal;
  font-size: 12px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  display: none;
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  height: 28px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  height: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover-start:not(.ant-picker-cell-range-start-single)::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before {
  background: rgba(159, 162, 173, 0.4);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  height: 28px;
}
.StatisticHead-module--ranger-picker-dropdown-wrap--IXv-q .ant-picker-cell-in-view.ant-picker-cell-range-start:before {
  left: 0;
}

.StatisticHead-module--flex-align--0mdAK {
  display: flex;
  align-items: center;
}
.mainPage-module--mainPage---QTnV {
  padding: 16px 16px 24px 16px;
  height: 100%;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  box-sizing: border-box;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- .mainPage-module--content-head--\+EHFU {
  flex: none;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- .mainPage-module--rest-body--ofxeG {
  flex: 1 1;
  overflow: scroll;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- .mainPage-module--rest-body--ofxeG .os-host {
  height: 100%;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- .mainPage-module--rest-body--ofxeG .ant-table-header {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  padding-bottom: 12px;
  margin-bottom: 0;
  border-radius: 0;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- .mainPage-module--rest-body--ofxeG .ant-table-header:after {
  content: "";
  width: 100%;
  height: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  border-radius: 8px;
  overflow-y: hidden;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- .mainPage-module--rest-body--ofxeG .ant-table-header th {
  background: transparent;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- .mainPage-module--rest-body--ofxeG .mainPage-module--recentlyTitle--lWP2z {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.mainPage-module--mainPage---QTnV .mainPage-module--indexPage--ChNN- .mainPage-module--rest-body--ofxeG .mainPage-module--empty-page--wOQKI {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainPage-module--mainPage---QTnV .mainPage-module--statisticPage--biRQm {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mainPage-module--mainPage---QTnV .mainPage-module--statisticPage--biRQm .mainPage-module--rest-body--ofxeG {
  flex: 1 1;
  overflow: scroll;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--container--O0bm9 {
  position: relative;
  height: 100%;
}
.index-module--container--O0bm9 .index-module--tableWrap--xD7xf {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-module--container--O0bm9 .index-module--tableSummary--cOzJp {
  flex: 1 1;
  margin-top: 16px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  display: flex;
  font-family: PingFang HK;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  width: 100%;
}
.index-module--container--O0bm9 .index-module--tableSummary--cOzJp .index-module--summary-icon--uJCAS {
  margin-left: 16px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.index-module--container--O0bm9 .index-module--tableSummary--cOzJp.index-module--no-data--oFu5Z {
  flex: none;
}
.index-module--container--O0bm9 .index-module--disk-table--qU98P {
  max-height: calc(100% - 32px);
}
.index-module--container--O0bm9 .index-module--disk-table--qU98P .ant-table-header {
  border-radius: 8px;
  overflow: hidden;
}
.index-module--container--O0bm9 .index-module--disk-table--qU98P .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  background-color: #fff;
}
.index-module--container--O0bm9 .index-module--disk-table--qU98P .ant-table-thead tr th {
  padding: 15px 16px;
}
.index-module--container--O0bm9 .index-module--disk-table--qU98P.index-module--no-data--oFu5Z {
  flex: 1 1;
}
.index-module--container--O0bm9 .index-module--disk-table--qU98P.index-module--no-data--oFu5Z .ant-table-body {
  height: 100%;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--container--O0bm9 .index-module--disk-table--qU98P.index-module--no-data--oFu5Z .ant-table-body table {
  height: 100%;
}
.index-module--container--O0bm9 .index-module--disk-table--qU98P.index-module--no-data--oFu5Z .ant-table-body tr:hover td {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--container--O0bm9 .ant-table {
  height: 100%;
}
.index-module--container--O0bm9 .ant-table-container {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  height: 100%;
}
.index-module--container--O0bm9 .ant-table-header {
  margin-bottom: 12px;
}
.index-module--container--O0bm9 .ant-table-header tr > th {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-bottom: none;
  font-weight: normal;
}
.index-module--container--O0bm9 .ant-table-body {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 8px;
  overflow-y: auto !important;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--container--O0bm9 .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--container--O0bm9 .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--O0bm9 .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--container--O0bm9 .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--container--O0bm9 .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--O0bm9 .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--container--O0bm9 .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--container--O0bm9 .ant-table-body tr > td {
  border: none;
  padding: 14px 16px;
}
.index-module--container--O0bm9 .ant-table-body tr > td:first-child {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--container--O0bm9 .ant-table-body tr:hover td {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.index-module--container--O0bm9 .index-module--upload-mask--BxfB9 {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.index-module--container--O0bm9 .index-module--upload-mask--BxfB9 * {
  pointer-events: none;
}
.index-module--container--O0bm9 .index-module--upload-mask--BxfB9 .index-module--upload-box---Te6k {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px dashed rgba(39, 46, 71, 0.5);
  border: 1px dashed rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin: 16px;
  border-radius: 6px;
}
.index-module--container--O0bm9 .index-module--upload-mask--BxfB9 .index-module--upload-tip--Fi9Lx {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--container--O0bm9 .index-module--upload-mask--BxfB9.index-module--hidden--I5l\+9 {
  display: none;
}

.index-module--tableEmptyWrap--EAg7t {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-module--tableEmptyWrap--EAg7t .index-module--emptyText--sQ35m {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  text-align: center;
  /* 字体及ICON颜色/摘要文字60% */
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.index-module--operate--v1Ih8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-module--popup-wrap---7U2Z {
  padding-top: 0;
  z-index: 999;
}

.index-module--pop-content--qvG6H {
  display: flex;
  flex-flow: column;
  padding: 10px 0;
}
.index-module--pop-content--qvG6H .ant-dropdown-menu-item {
  padding: 0;
  background: white !important;
}

.index-module--name-column--bQlmv {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: PingFang SC;
}
.index-module--name-column--bQlmv .index-module--name-icon--Bdw1i {
  display: flex;
}
.index-module--name-column--bQlmv .index-module--rename-wrapper--TNHrT {
  position: relative;
}
.index-module--name-column--bQlmv .index-module--rename-wrapper--TNHrT .index-module--rename-input--sntPJ {
  height: 32px;
  border-radius: 4px;
  min-width: 211px;
  font-size: 14px;
  padding-right: 44px;
}
.index-module--name-column--bQlmv .index-module--rename-wrapper--TNHrT .index-module--rename-input--sntPJ:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.index-module--name-column--bQlmv .index-module--rename-wrapper--TNHrT .index-module--cancel-btn--qxfcf {
  display: inline-block;
  position: absolute;
  right: 12px;
  color: #386ee7;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
}
.index-module--name-column--bQlmv .index-module--name-text--6u\+2j {
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.index-module--name-column--bQlmv .index-module--name-text--6u\+2j:hover {
  color: #386ee7;
}
.index-module--name-column--bQlmv .index-module--name-text--6u\+2j.index-module--name-delete--9QLDj {
  color: #a8aaad;
}
.index-module--name-column--bQlmv .index-module--name-text--6u\+2j.index-module--name-delete--9QLDj:hover {
  color: #a8aaad;
}
.index-module--name-column--bQlmv .index-module--name-text--6u\+2j ::selection {
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  color: unset;
}
.index-module--name-column--bQlmv .index-module--front-name--k4xda {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.index-module--name-column--bQlmv .index-module--share-external--Ns64b {
  margin-left: 4px;
  width: 32px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 2px;
  font-size: 12px;
  color: #386ee7;
}

.index-module--read-color--gXz56 {
  color: #f74f4f;
}

.index-module--counts--ncczJ {
  cursor: pointer;
}

.index-module--link-status--E3rxo {
  width: 84px;
  height: 24px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  box-sizing: border-box;
}
.index-module--link-status--E3rxo .index-module--status-btn--FyCJd {
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  cursor: pointer;
}
.index-module--link-status--E3rxo .index-module--status-btn--FyCJd.index-module--checked--F0XxV {
  background: linear-gradient(302.78deg, #3071f2 -43.01%, #5991ff 94.92%);
  border-radius: 2px;
  color: #ffffff;
}
.index-module--link-status--E3rxo .index-module--status-btn--FyCJd.index-module--disabled--pcMOp {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 2px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.index-module--hover-row--AfpJC {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.index-module--operator-pop--KR6VM {
  z-index: 999;
}

.index-module--high-light--pGIjJ {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--device-modal-wrap--cCr2Y .ant-modal-content {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
}
.index-module--device-modal-wrap--cCr2Y .ant-modal-body {
  padding: 0;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU {
  width: 476px;
  padding: 24px 18px 10px 24px;
  max-height: 480px;
  min-height: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapTitle---8K01 {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapTitle---8K01 .index-module--name--ep7LO {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapTitle---8K01 .index-module--closeIcon--u1cKM {
  margin-right: 6px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  max-height: 412px;
  margin: 18px 0 8px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
  margin-left: -8px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm {
  margin-top: 8px;
  margin-left: 8px;
  padding: 12px 8px;
  flex: 1 1;
  height: 76px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: rgba(159, 162, 173, 0.04);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.04);
  border-radius: 4px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm .index-module--deviceIcon--hBPZ8 {
  flex: none;
  margin-right: 12px;
  align-self: flex-start;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm .index-module--deviceIcon--hBPZ8.index-module--deviceWebIcon---UjxC {
  background-image: url(/static/device_web_icon.6f73446b.svg);
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm .index-module--deviceInfo--LsfGu {
  flex: 1 1;
  overflow: hidden;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #7d8085;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm .index-module--deviceInfo--LsfGu .index-module--name--ep7LO {
  display: flex;
  align-items: center;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm .index-module--deviceInfo--LsfGu .index-module--name--ep7LO .index-module--nameTxt--q\+taw {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #262a33;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm .index-module--deviceInfo--LsfGu .index-module--name--ep7LO .index-module--owner--8zsFx {
  flex: none;
  width: 32px;
  height: 16px;
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  border-radius: 2px;
  font-size: 12px;
  color: #386ee7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm .index-module--deviceInfo--LsfGu .index-module--system--qwE1R {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--deviceWrapContent--iXhxO .index-module--list--vQcN4 .index-module--item---0KWm .index-module--deviceInfo--LsfGu .index-module--time--Si0ca {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 6px;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--device-empty-wrapper--VzfYq {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 340px;
  color: #51555c;
}
.index-module--device-modal-wrap--cCr2Y .index-module--deviceWrap--vABaU .index-module--device-empty-wrapper--VzfYq .index-module--device-empty-img--sfFdQ {
  height: 160px;
  width: 160px;
  background: url(/static/device_not_found-33aab0d5fbefd213672643a1c81aca33.png);
  margin-bottom: 10px;
  background-size: 160px;
}
.index-module--notification---T5LJ {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 400px;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D'73'%20height%3D'83'%20viewBox%3D'0%200%2073%2083'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M73%2082.118C34.673%2072.528%205.43%2040.02.678%200H67a6%206%200%20016%206v76.118z'%20fill%3D'url(%23paint0_linear)'%20fill-opacity%3D'.3'%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D'paint0_linear'%20x1%3D'32.886'%20y1%3D'55.349'%20x2%3D'104.047'%20y2%3D'-22.282'%20gradientUnits%3D'userSpaceOnUse'%3E%3Cstop%20stop-color%3D'%235383FE'%20stop-opacity%3D'.2'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'%235383FE'%20stop-opacity%3D'0'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D'77'%20height%3D'50'%20viewBox%3D'0%200%2077%2050'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Ccircle%20cx%3D'25'%20cy%3D'25'%20r%3D'25'%20fill%3D'url(%23paint0_linear)'%20fill-opacity%3D'.4'%2F%3E%3Ccircle%20cx%3D'66.5'%20cy%3D'39.5'%20r%3D'10.5'%20fill%3D'url(%23paint1_linear)'%20fill-opacity%3D'.4'%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D'paint0_linear'%20x1%3D'51.111'%20y1%3D'-1.111'%20x2%3D'-1.667'%20y2%3D'57.222'%20gradientUnits%3D'userSpaceOnUse'%3E%3Cstop%20stop-color%3D'%235383FE'%20stop-opacity%3D'.2'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'%235383FE'%20stop-opacity%3D'0'%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D'paint1_linear'%20x1%3D'77.467'%20y1%3D'28.533'%20x2%3D'55.3'%20y2%3D'53.033'%20gradientUnits%3D'userSpaceOnUse'%3E%3Cstop%20stop-color%3D'%235383FE'%20stop-opacity%3D'.2'%2F%3E%3Cstop%20offset%3D'1'%20stop-color%3D'%235383FE'%20stop-opacity%3D'0'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: top 0 right 0, bottom 4px left 11px;
  z-index: 1000;
}

.index-module--notification__notice_bg--nB\+E5 {
  position: absolute;
  width: 124px;
  height: 90px;
  top: -74px;
  left: -16px;
}

.index-module--notification---T5LJ a,
.index-module--notification---T5LJ a:link,
.index-module--notification---T5LJ a:visited {
  color: #333;
  text-decoration: underline;
}

.index-module--notification---T5LJ a:hover {
  color: #5383fe;
}

.index-module--notification__header--0h8HW {
  margin-bottom: 18px;
}

.index-module--notification__title--JytCU {
  max-width: 320px;
  overflow: hidden;
  display: flex;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 20px;
  line-height: 26px;
  color: #5383fe;
}

.index-module--notification__icon--wcXi7 {
  width: 28px;
  height: 26px;
  margin-right: 10px;
}

.index-module--notification__close--R6LUj {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.index-module--notification__body--pzmz8 {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.index-module--notification__content_item--yRA-D {
  margin: 12px 0;
}

.index-module--notification__content_centerItem--zBf-b {
  margin: 12px 0;
  text-align: center;
}

.index-module--notification__image--bO5Gd {
  max-width: 100%;
  max-height: 144px;
  margin: 0 auto;
  border-radius: 4px;
  background: #cff7e6;
  background: var(--Success-2, #cff7e6);
}

.index-module--notification__footer--v8dKQ {
  margin-top: 24px;
}

.index-module--like--AJnAq {
  text-align: center;
}

.index-module--like__thumb_up--J9CPK {
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
}

.index-module--like__text--4BKiz {
  margin-top: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.fileList-module--suspend-button--dalpk {
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(39, 46, 71, 0.12);
  border-radius: 26px;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 0;
  margin-left: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.fileList-module--suspend-button--dalpk.fileList-module--hidden--RCIQN {
  display: none;
}
.fileList-module--suspend-button--dalpk .fileList-module--stat-wrap--q-k-g {
  color: rgba(39, 46, 71, 0.9);
  padding: 0 14px;
  display: flex;
  justify-content: center;
}
.fileList-module--suspend-button--dalpk .fileList-module--stat-wrap--q-k-g.fileList-module--failed--mT3vK {
  color: #f74f4f;
  border-left: 1px solid #f0f0f1;
}
.fileList-module--suspend-button--dalpk .fileList-module--stat-wrap--q-k-g > div {
  margin-left: 2px;
}

.fileList-module--upload-box--6lxDy {
  width: 476px;
  max-height: 242px;
  background: #fff;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  border-radius: 6px;
  padding: 24px 0 8px;
  overflow: hidden;
  transition: width 0s, height 0s, right 0s, bottom 0s;
  margin-top: 8px;
}
.fileList-module--upload-box--6lxDy.fileList-module--hidden--RCIQN {
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-title-bar--OEx1h {
  margin: 0 24px 12px;
  display: flex;
  justify-content: space-between;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-title-bar--OEx1h .fileList-module--upload-title--wNRQG {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-title-bar--OEx1h .fileList-module--packUp-icon--2OkFj,
.fileList-module--upload-box--6lxDy .fileList-module--upload-title-bar--OEx1h .fileList-module--close-icon--y4b8n {
  display: inline-block;
  margin-left: 24px;
  cursor: pointer;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 {
  max-height: 174px;
  margin-right: 4px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9::-webkit-scrollbar:horizontal {
  height: 6px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9:hover::-webkit-scrollbar-button {
  display: none;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9:hover::-webkit-scrollbar-corner {
  display: none;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 10px 0 24px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU:hover {
  background-color: #f0f0f1;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU.fileList-module--upload-error---ITn2 .fileList-module--operate-icon--dzWvG {
  background-color: #f74f4f;
  border-radius: 12px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU.fileList-module--upload-error---ITn2 .fileList-module--error-mark--zFGpo {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -6px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU.fileList-module--upload-error---ITn2 .fileList-module--upload-status--BAfjN,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU.fileList-module--upload-error---ITn2 .fileList-module--upload-progress--Du6Bv {
  color: #f74f4f;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--file-icon--2GBQl {
  position: relative;
  margin-right: 12px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--file-icon--2GBQl svg {
  width: 24px;
  height: 24px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--file-info--NIdyY {
  width: 174px;
  margin-right: 12px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--file-info--NIdyY .fileList-module--file-name--dda38 {
  font-size: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--file-info--NIdyY .fileList-module--file-size--QNxZq {
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.5);
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--upload-progress--Du6Bv {
  margin-right: 16px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--upload-status--BAfjN,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--upload-progress--Du6Bv {
  width: 60px;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: rgba(39, 46, 71, 0.9);
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--upload-status--BAfjN {
  width: 70px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--operate-icon--dzWvG,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--remove-icon--04r8S {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--operate-icon--dzWvG,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--dummy-operate-icon--ru\+MY {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--retry-icon--hhvOr,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--view-icon--ZP6bY,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--continue-icon--cjgX5,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--pause-icon--D56jL,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--clear-icon--dzvjj,
.fileList-module--upload-box--6lxDy .fileList-module--upload-file-list--id6z9 .fileList-module--upload-file-item--GPQVU .fileList-module--remove-icon--04r8S {
  width: 16px;
  height: 16px;
}

.fileList-module--flex-align--cumBe {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-module--content--1ec5M {
  padding: 24px;
  height: 100%;
  background: #f4f4f5;
}

.index-module--disk-content--CJnFi {
  height: 100%;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.index-module--disk-content--CJnFi .ant-spin-nested-loading {
  height: 100%;
}
.index-module--disk-content--CJnFi .ant-spin-container {
  height: 100%;
}

.index-module--disk-transfer-list--xZzcZ {
  position: absolute;
  right: 36px;
  bottom: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.index-module--page-content-wm--Ytbju {
  height: 100%;
}

.index-module--disk-main-wrap--hpg6m {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.favorites-module--container--M-mM0 {
  padding: 5px 24px 0;
  height: 100%;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  display: flex;
  flex-direction: column;
}
.favorites-module--container--M-mM0 .favorites-module--title--PcJJS {
  margin-top: 6px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p {
  flex: 1 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL {
  height: 100%;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-header {
  border-radius: 8px;
  overflow: hidden;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-thead tr th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  background-color: #fff;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-thead tr th {
  padding: 15px 16px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .favorites-module--hover-row--7FhYo {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .favorites-module--high-light--1VgeC {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table {
  height: 100%;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-container {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  height: 100%;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-header {
  margin-bottom: 12px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-header tr > th {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-bottom: none;
  font-weight: normal;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 8px;
  overflow-y: auto !important;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar-button {
  display: none;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body:hover::-webkit-scrollbar-corner {
  display: none;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body tr > td {
  border: none;
  padding: 14px 16px;
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body tr > td:first-child {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.favorites-module--container--M-mM0 .favorites-module--table-container--6Ik\+p .favorites-module--table--pdZfL .ant-table-body tr:hover td {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.favorites-module--operate--6UN0n {
  display: flex;
  justify-content: space-between;
}
.favorites-module--operate--6UN0n .favorites-module--item--9oiY8 {
  flex: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites-module--operate--6UN0n .favorites-module--item--9oiY8:last-child {
  margin-left: 8px;
}
.favorites-module--operate--6UN0n .favorites-module--item--9oiY8:hover {
  background-color: rgba(159, 162, 173, 0.2);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2);
  border-radius: 4px;
}
.favorites-module--operate--6UN0n .favorites-module--item--9oiY8 .favorites-module--icon-wrap--b1M9i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.favorites-module--operate--6UN0n .favorites-module--item--9oiY8 .ant-popover {
  z-index: 999;
}
.favorites-module--operate--6UN0n .favorites-module--item--9oiY8.favorites-module--item-hiden--9t-Jq {
  visibility: hidden;
}
.favorites-module--operate--6UN0n .favorites-module--disabled--DDG9o {
  opacity: 0.3;
}

.favorites-module--pop-content--UF88O {
  display: flex;
  flex-flow: column;
  padding: 8px 0;
  background: white;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  box-sizing: border-box;
}
.favorites-module--pop-content--UF88O .ant-dropdown-menu-item {
  padding: 0;
  background: white !important;
}

.ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}

.favorites-module--ant-tabs-ink-bar--AhQms {
  width: 2px;
}
.normalAttOprs-module--oprsCont--RErYN {
  padding: 8px 0;
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.normalAttOprs-module--oprsCont--RErYN .normalAttOprs-module--popItem--k5Ymw {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
}
.normalAttOprs-module--oprsCont--RErYN .normalAttOprs-module--popItem--k5Ymw:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.normalAttOprs-module--delModelCont--GMcFa {
  font-size: 14px;
  line-height: 1.5;
  color: #7d8085;
}
.normalAtt-module--normalAtt--u-zY5 {
  height: 100%;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--head--n6C8m {
  position: relative;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--head--n6C8m .normalAtt-module--tabTitle--kY4K4 {
  margin-top: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--head--n6C8m .normalAtt-module--intro--UVQ-o {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--head--n6C8m .normalAtt-module--uploadButt--tUOs3 {
  position: absolute;
  right: 0;
  top: 0;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--optArea--YPbDX {
  padding: 12px 16px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--optArea--YPbDX .normalAtt-module--download--6lWca,
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--optArea--YPbDX .normalAtt-module--forward--55fk1,
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--optArea--YPbDX .normalAtt-module--filter--Q5xed {
  margin-right: 12px;
  min-width: 60px;
  height: 32px;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  font-size: 14px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 22px;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--optArea--YPbDX .normalAtt-module--download--6lWca:hover,
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--optArea--YPbDX .normalAtt-module--forward--55fk1:hover,
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--optArea--YPbDX .normalAtt-module--filter--Q5xed:hover {
  background: white;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--optArea--YPbDX .normalAtt-module--filter--Q5xed {
  margin-right: 0;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--contentBody--HKMRy {
  flex: 1 1;
  overflow: hidden;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--contentBody--HKMRy .normalAtt-module--normalAttTable--w3LcW {
  height: 100%;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--contentBody--HKMRy .normalAtt-module--normalAttTable--w3LcW .ant-table-header {
  border-radius: 0;
  margin-bottom: 0;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--contentBody--HKMRy .normalAtt-module--normalAttTable--w3LcW .tableTy1 .ant-table-body tr > td:first-child {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--contentBody--HKMRy .normalAtt-module--normalAttTable--w3LcW .normalAtt-module--hoverRow--sxpMb {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--contentBody--HKMRy .normalAtt-module--normalAttTable--w3LcW .normalAtt-module--sourceName--fw4uT {
  cursor: pointer;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--contentBody--HKMRy .normalAtt-module--normalAttTable--w3LcW .normalAtt-module--sourceName--fw4uT:hover {
  color: #386ee7;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--timeTitle--\+y1yZ {
  display: flex;
  align-items: center;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--timeTitle--\+y1yZ .normalAtt-module--orderIcon--NKRxm {
  padding-left: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--expireTimeTitle--gjnsj {
  display: flex;
  align-items: center;
}
.normalAtt-module--normalAtt--u-zY5 .normalAtt-module--expireTimeTitle--gjnsj .normalAtt-module--infoIcon--4\+BVt {
  margin-left: 4px;
  opacity: 0.7;
}

.normalAtt-module--attTypeMenu--DN8ij {
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border: 0.5px solid #ebedf2;
  border: 0.5px solid var(--Line-2, #ebedf2);
  box-shadow: 0 4px 10px 0 rgba(47, 83, 134, 0.12);
}

.normalAtt-module--attTypeMenuItem--ZErAb {
  width: 106px;
  height: 32px;
}

.normalAtt-module--attTypeSubMenuItem--El-1r {
  width: 66px;
  height: 32px;
  background: white;
}

.normalAtt-module--itemActive--un11V {
  color: #4c6aff;
}

.normalAtt-module--attTypeSubMenu--KVwJf {
  font-size: 0;
  border-radius: 4px;
  border: 0.5px solid #ebedf2;
  border: 0.5px solid var(--Line-2, #ebedf2);
  box-shadow: 0 4px 10px 0 rgba(47, 83, 134, 0.12);
}
.header {
  padding-top: 4px;
  padding-left: 4px;
  display: flex;
}
.header .operate {
  display: flex;
  box-sizing: border-box;
  cursor: move;
  width: 116px;
  padding-right: 18px;
}
.header .operate .handle {
  flex: 1 1;
}
.header .operate .operate-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 43px;
}
.header .operate .operate-box div {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .tabs-box {
  display: flex;
  flex: 1 1;
  height: 40px;
  width: calc(100% - 116px);
}
.header .tabs-box .tab {
  display: flex;
  flex: 1 1;
  align-items: center;
  box-sizing: border-box;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}
.header .tabs-box .tab .tab-icon {
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.header .tabs-box .tab .tab-text {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header .tabs-box .tab .tab-text .tab-item {
  padding: 0 12px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.header .tabs-box .tab .tab-close-icon {
  display: flex;
  cursor: pointer;
  padding-right: 12px;
}
.header .tabs-box .active {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  min-width: 120px;
}

.modal-dialog .ant-modal-content {
  padding: 0;
}
.modal-dialog .ant-modal-content .ant-modal-body {
  padding: 20px;
}

.modal-content {
  display: flex;
}
.modal-content .modal-icon {
  margin-right: 8px;
  margin-top: 2px;
}
.modal-content .modal-text {
  flex: 1 1;
}
.modal-content .modal-text .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.modal-content .modal-text .desc {
  font-weight: normal;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.modal-content .modal-text .btns {
  display: flex;
  justify-content: space-between;
}
.modal-content .modal-text .btns .cancel {
  margin-right: 12px;
}
.CollapsibleList-module--collapsible-list--uxrXM {
  display: flex;
  align-items: stretch;
}
.CollapsibleList-module--collapsible-list--uxrXM.CollapsibleList-module--needBtn--5MBui {
  position: relative;
}
.CollapsibleList-module--collapsible-list--uxrXM:hover .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--close-btn--Iu29W {
  display: flex;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W {
  width: 22px;
  position: absolute;
  height: 32px;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--close-btn--Iu29W, .CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--open-btn--MTbae, .CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--close-btn-right--hA1kK, .CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--open-btn-right--mcsFQ {
  top: 49%;
  width: 16px;
  height: 48px;
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.12);
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--close-btn--Iu29W {
  background: url(/static/test_left.beda8eec.svg) no-repeat center;
  background: var(--close-left) no-repeat center;
  background-size: 100% 100%;
  right: -1px;
  display: none;
  z-index: 10;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--open-btn--MTbae {
  top: 49%;
  left: -1px;
  background: url(/static/test_right.c57765ce.svg) no-repeat center;
  background: var(--close-right) no-repeat center;
  background-size: 100% 100%;
  z-index: 10;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--close-btn-right--hA1kK {
  background: url(/static/test_left.beda8eec.svg) no-repeat center;
  background: var(--close-left) no-repeat center;
  background-size: 100% 100%;
  left: -15px;
  z-index: 10;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W.CollapsibleList-module--open-btn-right--mcsFQ {
  background: url(/static/test_left.beda8eec.svg) no-repeat center;
  background: var(--close-left) no-repeat center;
  background-size: 100% 100%;
  right: 0px;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W:hover .CollapsibleList-module--icon--BtOW2.CollapsibleList-module--leftCloseIcon--FzJYP {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDFMMSA1TDUgOSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W:hover .CollapsibleList-module--icon--BtOW2.CollapsibleList-module--leftOpenIcon--mw2be {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W:hover .CollapsibleList-module--icon--BtOW2.CollapsibleList-module--rightCloseIcon--dy8N9 {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W:hover .CollapsibleList-module--icon--BtOW2.CollapsibleList-module--rightOpenIcon--uwcFm {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDFMMSA1TDUgOSIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W .CollapsibleList-module--icon--BtOW2 {
  height: 8.5px;
  width: 5.2px;
  background-size: 100% 100%;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W .CollapsibleList-module--icon--BtOW2.CollapsibleList-module--leftCloseIcon--FzJYP {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDFMMSA1TDUgOSIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W .CollapsibleList-module--icon--BtOW2.CollapsibleList-module--leftOpenIcon--mw2be {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W .CollapsibleList-module--icon--BtOW2.CollapsibleList-module--rightCloseIcon--dy8N9 {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDEgOSIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--btn--3qO\+W .CollapsibleList-module--icon--BtOW2.CollapsibleList-module--rightOpenIcon--uwcFm {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDFMMSA1TDUgOSIgc3Ryb2tlPSIjM0Y0NjVDIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--my-resizable--Hof\+X {
  display: flex;
  align-items: stretch;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--my-resizable--Hof\+X > div {
  position: relative !important;
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--my-resizable--Hof\+X > div .react-resizable-handle {
  height: 100% !important;
  box-shadow: inset -0.5px 0px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset -0.5px 0px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.CollapsibleList-module--collapsible-list--uxrXM .CollapsibleList-module--full-height--PEYcX {
  height: 100%;
}
.CollapsibleList-module--collapsible-list--uxrXM .fullHeight {
  height: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.writePage-module--mail-wrapper--gcdmV {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  border-top: 0.5px solid #e1e3e8;
  border-top: 0.5px solid var(--Line-3, #e1e3e8);
  height: 100%;
}
.writePage-module--mail-wrapper--gcdmV .writePage-module--contact-wrapper--vulM8 {
  flex-shrink: 0;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  position: relative !important;
  height: 100%;
}
.writePage-module--mail-wrapper--gcdmV .writePage-module--contact-wrapper-hidden--U-q3S {
  display: none;
}
.writePage-module--mail-wrapper--gcdmV .writePage-module--contact-wrapper-freebusy--Sc4qL {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.writePage-module--mail-wrapper--gcdmV .writePage-module--contact-wrapper--vulM8 .react-resizable-handle-w {
  top: 0;
  bottom: 0;
  transform: none;
}

.writePage-module--max--kHnTV {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.writePage-module--mail-body--Ij1ve {
  min-width: 585px;
  width: auto;
  position: relative;
  display: flex;
  flex: 1 1;
}
.writePage-module--mail-body-in-resize--q4px1::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: transparent;
}

.writePage-module--mail-content--\+54mM {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  overflow: auto;
}

.writePage-module--contact-wrapper--vulM8 {
  flex-shrink: 0;
  background-color: rgba(39, 46, 71, 0.04);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.04);
  position: relative !important;
  height: 100%;
}
.writePage-module--contact-wrapper-hidden--U-q3S {
  display: none;
}
.writePage-module--contact-wrapper-freebusy--Sc4qL {
  background-color: #ffffff;
}
.writePage-module--contact-wrapper--vulM8 .react-resizable-handle-w {
  top: 0;
  bottom: 0;
  transform: none;
}

.writePage-module--write-content--9sGGt {
  height: 100%;
}

.writePage-module--divider-line--DnBGk {
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
  width: 1px;
  flex-shrink: 0;
}

.writePage-module--content-wrapper--\+1sOM {
  flex: 1 1;
  overflow: auto;
  height: calc(100% - 80px);
  z-index: 1;
  scroll-behavior: smooth;
  position: relative;
}
.writePage-module--content-wrapper--\+1sOM .writePage-module--editor-container-emoji-tip--ebo32 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1000;
}
.writePage-module--content-wrapper--\+1sOM .writePage-module--editor-container-emoji-tip--ebo32 img {
  height: 44px;
  width: 1026px;
}

.writePage-module--oper-wrapper--NosoH {
  display: flex;
  justify-content: flex-start;
}

.writePage-module--oper-item--1rEgO {
  margin-right: 16px;
}

.writePage-module--write-mail-editor-header--iJr5f {
  transform: scale(1);
  min-height: 300px;
  flex: 1 1;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.writePage-module--write-mail-editor-header--iJr5f .writePage-module--drop-files--cijXu {
  background: rgba(0, 0, 0, 0.12) !important;
}
.writePage-module--write-mail-editor-header--iJr5f #writeMailEditorScroll {
  margin-top: 80px;
}

.writePage-module--write-mail-spin--vxixA {
  position: absolute;
  background: white;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.writePage-module--belowOperate--rVI4W {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow: auto;
}

.writePage-module--drop-upload-tips--f2ZId {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #7d8085;
  color: #262a33;
  width: 100%;
  height: 100%;
  flex-direction: column;
  font-size: 14px;
}
.writePage-module--drop-upload-tips--f2ZId .writePage-module--text--oTgu1 {
  padding-top: 5px;
}

.writePage-module--attachment-drop--IYeMh {
  position: absolute;
  padding: 72px 16px 16px;
  box-sizing: border-box;
  height: calc(100% - 175px);
  width: 100%;
  background: rgba(0, 0, 0, 0.12) !important;
  bottom: 46px;
}
.writePage-module--attachment-drop--IYeMh.writePage-module--visible--ZMkhY {
  display: flex;
}

.writePage-module--mail-remind-footer--cCCrs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.writePage-module--mail-remind-footer--cCCrs .writePage-module--mail-remind-btns--7QWn5 {
  display: flex;
}
.writePage-module--mail-remind-footer--cCCrs .ant-checkbox-wrapper {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.writePage-module--mail-remind-content--iEu3F {
  display: flex;
}

.writePage-module--mail-remind-left--7S04r {
  margin-right: 10px;
}

.writePage-module--mail-remind-text--3rFTc {
  margin-bottom: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  line-height: 1.5;
}

.writePage-module--topOperate--C1nLZ {
  padding: 16px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.writePage-module--spinning-wrap--hUvea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.writePage-module--spinning-wrap--hUvea .spin-label {
  display: none;
}
.writePage-module--spinning-wrap--hUvea .ant-spin-dot {
  justify-content: center;
}

.writePage-module--contactWrapper--2Zt5L {
  height: 100%;
}

.writePage-module--varContainer--TQL8t {
  position: fixed;
  display: flex;
  justify-content: space-between;
  max-height: 200px;
  overflow: auto;
  width: 100%;
  padding-top: 9px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #e5e5e7;
}
.writePage-module--varContainer--TQL8t .writePage-module--varItem--f\+jAp {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  word-break: break-all;
  padding: 0 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  min-height: 26px;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.writePage-module--varContainer--TQL8t .writePage-module--varSlectItem--jwHsY {
  cursor: pointer;
  background-color: transparent;
}
.writePage-module--varContainer--TQL8t .writePage-module--varTurn--n\+g9w {
  flex: none;
  padding-top: 2px;
  cursor: pointer;
}
.writePage-module--varContainer--TQL8t .writePage-module--varTurn--n\+g9w::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-right: 4px solid #fff;
  border-left: 4px solid transparent;
}
.editor-container {
  flex: 1 1;
  position: relative;
}
.editor-container .ql-editor {
  min-height: 80px;
}
.editor-container .editor-container-layer {
  height: 100%;
  width: 100%;
  left: -20px;
  top: -40px;
  position: absolute;
}
.editor-container .editor-container-textarea {
  width: 100%;
  min-height: 100px;
  margin-top: 4px;
  padding: 0 10px;
  border: none;
  resize: none;
}
.editor-container .control-editor-height {
  height: 0;
  overflow: hidden;
}
.editor-container .editor-container-textarea:focus-visible {
  outline: none;
}
.mail-at-container {
  position: relative;
  left: 0;
  top: 0;
  width: 290px;
}
.mail-at-container .ant-select-selector {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  background-color: rgba(240, 242, 247, 0.8) !important;
  background-color: rgba(var(--Fill-2_5-r, 240), var(--Fill-2_5-g, 242), var(--Fill-2_5-b, 247), 0.8) !important;
  border: 1px solid #cacaca !important;
  border-radius: 4px !important;
  caret-color: #386ee7 !important;
  outline: none;
  font-size: 14px !important;
  box-shadow: none !important;
}
.mail-at-container .ant-select-selector:focus, .mail-at-container .ant-select-selector:focus-visible {
  background: rgba(240, 242, 247, 0.8) !important;
  background: rgba(var(--Fill-2_5-r, 240), var(--Fill-2_5-g, 242), var(--Fill-2_5-b, 247), 0.8) !important;
  border: 1px solid #cacaca !important;
  box-shadow: none !important;
}
.mail-at-container .mail-at-search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 14px;
  transition: background-color ease-out 0.1s;
  cursor: pointer;
}
.mail-at-container .mail-at-search-result-item .mail-at-contact-avatar {
  flex-grow: 0;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background: #b7bac2;
  background: var(--Text-1, #b7bac2);
  border-radius: 50%;
  overflow: hidden;
}
.mail-at-container .mail-at-search-result-item .mail-at-contact-avatar img {
  width: 100%;
}
.mail-at-container .mail-at-search-result-item .mail-at-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1;
  min-height: 48px;
  overflow: hidden;
  padding: 4px 0;
}
.mail-at-container .mail-at-search-result-item .mail-at-contact-info .mail-at-contact-info-top {
  margin: 0 0 2px 0;
  color: #3c3f47;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mail-at-container .mail-at-search-result-item .mail-at-contact-info .mail-at-contact-info-bottom {
  margin: 0 0 2px 0;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: initial;
}
.mail-at-container .mail-at-search-result-item .mail-at-contact-info .mail-at-contact-info-bottom:last-child {
  margin: 0;
}
.mail-at-container .ant-select-item-option-active {
  background-color: #f0f0f1;
}

.mail-at-search-result {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  background: #fff;
  font-size: 14px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
}
.mail-at-search-result .ant-select-item {
  padding: 0;
}
.mail-at-search-result.ant-select-dropdown-empty {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  background-color: #fff;
  padding: 0;
}
.mail-at-search-result .ant-select-item-empty {
  width: 290px;
  height: 40px;
  line-height: 40px;
  color: #7d8085;
  padding: 0 12px;
  font-size: 12px;
  background-color: #fff;
}
.mail-at-search-result .mail-at-search-result-list {
  width: 290px;
  max-height: 246px;
  margin: 0;
  overflow-y: auto;
  padding: 6px 0;
  background-color: inherit;
}

.at-result-highlight {
  color: #386ee7;
}

.mail-at-dropdown-container {
  position: absolute;
  left: 0;
}
.index-module--breadComp--qsPJs {
  margin-top: 4px;
  display: flex;
  align-items: flex-end;
}
.index-module--breadComp--qsPJs .index-module--item--wvEAW {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
}
.index-module--breadComp--qsPJs .index-module--bread--v38gg {
  display: flex;
  align-items: center;
  color: #51555c;
  color: var(--font-color-1, #51555c);
}
.index-module--breadComp--qsPJs .index-module--bread--v38gg:hover {
  color: #386ee7;
}
.index-module--breadComp--qsPJs .index-module--last-bread--Qtxlf {
  font-weight: 500;
  font-size: 20px;
  font-weight: 500;
  color: #080b19;
  color: var(--Text-6, #080b19);
}
.index-module--breadComp--qsPJs .index-module--share-time--E6fLU {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--content--3gxIt {
  padding: 16px 24px 24px 24px;
  height: 100%;
  background: #f4f4f5;
}
.index-module--content--3gxIt .ant-spin-nested-loading {
  height: 100%;
}
.index-module--content--3gxIt .ant-spin-container {
  height: 100%;
}

.index-module--bread-authority--biKza {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.index-module--bread-authority--biKza .index-module--title--g5nip {
  -webkit-app-region: no-drag;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-right: 20px;
  color: #262a33;
}
.index-module--bread-authority--biKza .index-module--title--g5nip .index-module--text--KvhTK {
  margin-right: 4px;
}
.index-module--bread-authority--biKza .index-module--triangle-top--NYoJ1::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 8px solid rgba(39, 46, 71, 0.5);
  border-top: 8px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  position: relative;
  top: 3px;
  left: 4px;
}
.index-module--bread-authority--biKza .index-module--triangle-bottom--xQtWi::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 8px solid rgba(39, 46, 71, 0.5);
  border-bottom: 8px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  position: relative;
  top: -3px;
  left: 4px;
}
.index-module--bread-authority--biKza .index-module--authority--hoThZ {
  margin-left: 10px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--bread-authority--biKza .index-module--bread--PwlZc {
  overflow: hidden;
  flex: 1 1;
}

.index-module--drop-menu--noBzD {
  font-weight: normal;
  border-radius: 4px;
}
.index-module--drop-menu--noBzD .ant-dropdown-menu-item {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--drop-menu--noBzD .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
}
.index-module--drop-menu--noBzD .index-module--action--\+O0qb {
  color: #386ee7;
}

.index-module--single-bread-item--D8dLL {
  display: flex;
  align-items: center;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 20px;
  line-height: 20px;
  margin-top: 4px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.index-module--single-bread-item--D8dLL:hover {
  color: #386ee7;
}

.index-module--share-time--GfX-N {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: right;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.rowName-module--name-column--fgJIk {
  height: 28px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: PingFang SC;
}
.rowName-module--name-column--fgJIk .rowName-module--name-icon--pOXBi {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rowName-module--name-column--fgJIk .rowName-module--rename-wrapper--DZoSD {
  position: relative;
}
.rowName-module--name-column--fgJIk .rowName-module--rename-wrapper--DZoSD .rowName-module--rename-input--z9iRV {
  height: 32px;
  border-radius: 4px;
  min-width: 211px;
  font-size: 14px;
  padding-right: 44px;
}
.rowName-module--name-column--fgJIk .rowName-module--rename-wrapper--DZoSD .rowName-module--rename-input--z9iRV:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.rowName-module--name-column--fgJIk .rowName-module--rename-wrapper--DZoSD .rowName-module--cancel-btn--Hyd0u {
  display: inline-block;
  position: absolute;
  right: 12px;
  color: #386ee7;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
}
.rowName-module--name-column--fgJIk .rowName-module--name-text--fJUS6 {
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.rowName-module--name-column--fgJIk .rowName-module--name-text--fJUS6 ::selection {
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  color: unset;
}
.rowName-module--name-column--fgJIk .rowName-module--front-name--569rJ {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.rowName-module--name-column--fgJIk .rowName-module--share-external--HpXYb {
  margin-left: 4px;
  width: 32px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 2px;
  font-size: 12px;
  color: #386ee7;
}
.rowName-module--name-column--fgJIk .rowName-module--starBlk--Gn3oZ {
  margin-left: 2px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.rowName-module--name-column--fgJIk .rowName-module--starBlk--Gn3oZ:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.rowName-module--name-column--fgJIk .rowName-module--starBlk--Gn3oZ.rowName-module--starGold--\+V5eh {
  display: flex;
}
.rowName-module--name-column--fgJIk .rowName-module--starBlk--Gn3oZ.rowName-module--starGray--xSYHa {
  display: none;
}
.expired {
  color: #f74f4f;
}

.over-1-day {
  color: #262a33;
}

.in-1-day {
  color: #f74f4f;
}
.cloudAttCont-module--cloudAttCont--Hq2PH {
  height: 100%;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.cloudAttCont-module--cloudAttCont--Hq2PH .cloudAttCont-module--head--3FvtF {
  position: relative;
}
.cloudAttCont-module--cloudAttCont--Hq2PH .cloudAttCont-module--head--3FvtF .cloudAttCont-module--tabTitle--qmPxZ {
  margin-top: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.cloudAttCont-module--cloudAttCont--Hq2PH .cloudAttCont-module--head--3FvtF .cloudAttCont-module--intro--KkeqP {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
}
.cloudAttCont-module--cloudAttCont--Hq2PH .cloudAttCont-module--head--3FvtF .cloudAttCont-module--uploadButt--ELM6l {
  position: absolute;
  right: 0;
  top: 0;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.cloudAttCont-module--cloudAttCont--Hq2PH .cloudAttCont-module--contentBody--j8pCp {
  flex: 1 1;
  overflow: hidden;
}
.cloudAttCont-module--cloudAttCont--Hq2PH .cloudAttCont-module--contentBody--j8pCp .cloudAttCont-module--cloudAttTable--\+I1rd {
  height: 100%;
}
.cloudAttCont-module--cloudAttCont--Hq2PH .cloudAttCont-module--contentBody--j8pCp .cloudAttCont-module--cloudAttTable--\+I1rd .cloudAttCont-module--hoverRow--11g\+U {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.cloudAttCont-module--expireTimeTitle--K6Ro3 {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.cloudAttCont-module--expireTimeTitle--K6Ro3 .cloudAttCont-module--expireTime--xa204 {
  display: inline-flex;
  align-items: center;
}
.cloudAttCont-module--expireTimeTitle--K6Ro3 .cloudAttCont-module--infoIcon--R\+EEv {
  display: flex;
  align-items: center;
  margin-left: 4px;
  opacity: 0.7;
}

.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--headerWrapper--FFYxC {
  height: 56px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px 0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--headerWrapper--FFYxC .cloudAttCont-module--headerLeft--2kk5K {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  flex: 1 1;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--headerWrapper--FFYxC .cloudAttCont-module--headerCloseIcon--LJO68 {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU {
  font-size: 14px;
  padding: 4px 20px 36px;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU .cloudAttCont-module--featureInfo--5pjUP {
  width: 402px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU .cloudAttCont-module--featureInfo--5pjUP .cloudAttCont-module--versionTitle--He7s3 {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d8085;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU .cloudAttCont-module--featureInfo--5pjUP .cloudAttCont-module--versionItem--0ALAK {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #51555c;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU .cloudAttCont-module--featureInfo--5pjUP .cloudAttCont-module--versionItem--0ALAK .cloudAttCont-module--versionLabel--7BDT9 {
  position: relative;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU .cloudAttCont-module--featureInfo--5pjUP .cloudAttCont-module--versionItem--0ALAK .cloudAttCont-module--versionLabel--7BDT9 .cloudAttCont-module--currentTag--0d0DU {
  position: absolute;
  padding: 0 4px;
  height: 16px;
  background: #386ee7;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  left: 28px;
  top: -8px;
  font-size: 10px;
  white-space: nowrap;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU .cloudAttCont-module--featureContentItem--hmPNu {
  width: 402px;
  height: 44px;
  display: flex;
  align-items: center;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 8px;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU .cloudAttCont-module--featureContentItem--hmPNu .cloudAttCont-module--featureType--m2-7Q {
  color: #262a33;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloudAttCont-module--popoverContainer--X1i0k .cloudAttCont-module--contentWrapper--GnWqU .cloudAttCont-module--featureContentItem--hmPNu .cloudAttCont-module--spaceSize--jYLg2 {
  color: #51555c;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fetching-module--fetching--25De8 {
  margin-top: 292px;
}
.fetching-module--fetching--25De8 .fetching-module--percent--sdZ\+M {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #51555c;
}
.fetching-module--fetching--25De8 .fetching-module--progress--YP8VR {
  margin: 9px auto 17px auto;
  width: 240px;
  display: block;
}
.fetching-module--fetching--25De8 .fetching-module--fetchingIntro--EieEG {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.diskAttachmentList-module--disk-table--Wli\+Q {
  min-height: 300px;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table {
  height: 100%;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  height: 0px;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-checkbox-inner {
  border-color: #a8aaad;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table-container {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  height: 100%;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table-header {
  border-top: 1px solid rgba(39, 46, 71, 0.01);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.01);
  border-bottom: 1px solid rgba(39, 46, 71, 0.01);
  border-bottom: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.01);
  height: 38px;
  display: flex;
  align-items: center;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table-header tr > th {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
  border-bottom: none;
  font-weight: normal;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table-body {
  color: #7d8085;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 8px;
  overflow-y: auto !important;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table-body tr > td {
  border: none;
  padding: 14px 16px;
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table-body tr > td:first-child {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.diskAttachmentList-module--disk-table--Wli\+Q .ant-table-body tr:hover td {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: PingFang SC;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--name-icon--lKVL1 {
  display: flex;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--rename-wrapper--g11sf {
  position: relative;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--rename-wrapper--g11sf .diskAttachmentList-module--rename-input--tSXEw {
  height: 32px;
  border-radius: 4px;
  min-width: 211px;
  font-size: 14px;
  padding-right: 44px;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--rename-wrapper--g11sf .diskAttachmentList-module--rename-input--tSXEw:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--rename-wrapper--g11sf .diskAttachmentList-module--cancel-btn--0u9m3 {
  display: inline-block;
  position: absolute;
  right: 12px;
  color: #386ee7;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--name-text--fvy1v {
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  align-items: center;
  margin-left: 8px;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--name-text--fvy1v ::selection {
  background: #d6e6fc;
  background: var(--Link-2, #d6e6fc);
  color: unset;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--front-name--52SFN {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--name-column--j-H\+g .diskAttachmentList-module--share-external--bDT6v {
  margin-left: 4px;
  width: 32px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  border-radius: 2px;
  font-size: 12px;
  color: #386ee7;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--empty--sLeCs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 46px 0;
  color: #000;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--empty--sLeCs > span {
  margin-top: 8px;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--bread--f3gFg {
  overflow: hidden;
  flex: 1 1;
  height: 44px;
  display: flex;
  align-items: center;
  margin-left: 21px;
}
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--bread--f3gFg div,
.diskAttachmentList-module--disk-table--Wli\+Q .diskAttachmentList-module--bread--f3gFg span {
  font-size: 14px;
}

.diskAttachmentList-module--loadFail--0RsZ2 {
  margin: 73px 0;
  text-align: center;
}
.diskAttachmentList-module--loadFail--0RsZ2 .diskAttachmentList-module--failImg--9rATV {
  width: 120px;
  height: 120px;
}
.diskAttachmentList-module--loadFail--0RsZ2 .diskAttachmentList-module--failIntro--GtmE7 {
  margin: 16px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #7d8085;
}
.diskAttachmentList-module--loadFail--0RsZ2 .diskAttachmentList-module--reloadButton--K2d2t {
  width: 100px;
  height: 32px;
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #51555c;
  background: white;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
}

.diskAttachmentList-module--disColumn--IQEP7 {
  color: #a8aaad !important;
}
.index-module--disk-modal--prOiC .ant-tabs-nav {
  margin-bottom: 0;
}
.index-module--disk-modal--prOiC .ant-modal-body {
  padding: 0px;
}
.index-module--disk-modal--prOiC .ant-modal-footer {
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}
.index-module--disk-modal--prOiC .ant-tabs-top > .ant-tabs-nav::before {
  border-color: transparent;
}
.index-module--disk-modal--prOiC .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}
.index-module--disk-modal--prOiC .ant-tabs-tab:hover {
  color: #386ee7;
}
.index-module--disk-modal--prOiC .ant-tabs-ink-bar {
  background: #386ee7;
}
.index-module--disk-modal--prOiC .index-module--modal-title--VZWU\+ {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 20px 0px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--disk-modal--prOiC .index-module--attTabs--oS90t {
  padding-left: 20px;
  border-bottom: 1px solid #f0f0f1;
  border-bottom: 1px solid var(--white-hover-bg, #f0f0f1);
}
.index-module--disk-modal--prOiC .index-module--attTabs--oS90t .ant-tabs-tab-btn {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--disk-modal--prOiC .index-module--attTyArea--kFqtP {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(116, 122, 140, 0.6);
  color: rgba(var(--Text-3-r, 116), var(--Text-3-g, 122), var(--Text-3-b, 140), 0.6);
}
.index-module--disk-modal--prOiC .index-module--attTySelect--0ehEu {
  margin: 0 8px;
  width: auto !important;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--disk-modal--prOiC .index-module--attTySelect--0ehEu .ant-select-selector {
  padding: 0;
}
.index-module--disk-modal--prOiC .index-module--attTySelect--0ehEu .ant-select-selection-item {
  padding-right: 12px;
  color: #262a33 !important;
  color: var(--font-color-2, #262a33) !important;
}
.index-module--disk-modal--prOiC .index-module--attTySelect--0ehEu .ant-select-arrow {
  right: 0;
}
.index-module--disk-modal--prOiC .index-module--empty--9lLb9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 46px 0;
  color: #000;
}
.index-module--disk-modal--prOiC .index-module--empty--9lLb9 > span {
  margin-top: 8px;
}
.index-module--disk-modal--prOiC .index-module--empty-text---Kb3P p {
  margin-bottom: 0;
}

.index-module--attTyDropdown--opxQe {
  width: unset !important;
  padding: 8px 0;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(39, 46, 71, 0.08);
  box-shadow: 0 2px 4px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  box-sizing: border-box;
  overflow: hidden;
}

.index-module--attTyOpt--s6xa1 {
  padding: 8px 16px 8px 16px;
  width: 88px;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
}
.index-module--attTyOpt--s6xa1.ant-select-item-option-selected {
  background: white;
  color: #386ee7;
}
.index-module--attTyOpt--s6xa1.ant-select-item-option-disabled {
  background: white !important;
  color: #9fa2ad !important;
  color: var(--Text-2, #9fa2ad) !important;
}

.index-module--modalFooter--wxJAa {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
.index-module--modalFooter--wxJAa .index-module--leftCont--9pP4V {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-module--modalFooter--wxJAa .index-module--leftCont--9pP4V .index-module--remark--ZVSpO {
  font-size: 12px;
  color: #f74f4f;
  letter-spacing: -1px;
}
.index-module--modalFooter--wxJAa .index-module--rightButtons--yZTih {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.delete_confirm-module--mail-template-abandon--8KshV {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 112px;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 8px;
  z-index: 100;
}
.delete_confirm-module--mail-template-abandon--8KshV .delete_confirm-module--confirm-title--STAZO {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  color: var(--font-color-3, #000000);
  margin-bottom: 16px;
}
.delete_confirm-module--mail-template-abandon--8KshV .delete_confirm-module--confirm-btn--bBIdv {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.delete_confirm-module--mail-template-abandon--8KshV .delete_confirm-module--confirm-btn--bBIdv span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.delete_confirm-module--mail-template-abandon--8KshV .delete_confirm-module--confirm-btn--bBIdv span:first-child {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-right: 12px;
}
.delete_confirm-module--mail-template-abandon--8KshV .delete_confirm-module--confirm-btn--bBIdv span:last-child {
  background: #386ee7;
  color: #ffffff;
}
.preview-module--mail-template-preview-box--UvIyG {
  width: 480px;
  height: 480px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.preview-module--mail-template-preview-box--UvIyG .preview-module--contacts--eZkCU {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  background: rgba(39, 46, 71, 0.04);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.04);
  border-bottom: 0.5px solid rgba(39, 46, 71, 0.12);
  border-bottom: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  margin-bottom: 0;
}
.preview-module--mail-template-preview-box--UvIyG .preview-module--contacts--eZkCU .preview-module--contacts-title--ZKo9M {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.preview-module--mail-template-preview-box--UvIyG .preview-module--contacts--eZkCU .preview-module--mail-title--QECyB {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 14px;
}
.preview-module--mail-template-preview-box--UvIyG .preview-module--contacts--eZkCU .preview-module--contacts-mail--i0ugC {
  height: 28px;
  border-radius: 14px;
  background-color: rgba(39, 46, 71, 0.08);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  margin: 4px 0;
  font-family: "PingFang SC";
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px 0px;
  cursor: default;
  margin-right: 5px;
  max-width: 365px;
  overflow: hidden;
  white-space: nowrap;
}
.preview-module--mail-template-preview-box--UvIyG .preview-module--content--iSJ0j {
  flex: 1 1;
  overflow: auto;
  background-color: #ffffff;
}

.preview-module--modalTitle--RN56W {
  position: relative;
}
.preview-module--modalTitle--RN56W .preview-module--toolTip---5op7 {
  position: absolute;
  top: -13px;
  left: 74px;
  font-size: 12px;
  background: #000000;
  opacity: 0.8;
  border-radius: 6px;
  color: #ffffff;
  padding: 12px 20px;
}
.preview-module--modalTitle--RN56W .preview-module--toolTip---5op7 .preview-module--closeBtn--Xf0rO {
  color: #5383fe;
  cursor: pointer;
  margin-left: 15px;
}
.mail-template-add-modal {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.mail-template-add-modal .ant-modal-body {
  padding: 0 !important;
}
.mail-template-add-modal #writeMailEditorScroll {
  margin-top: 40px !important;
}
.mail-template-add-modal .safari-add-mail-template #writeMailEditorScroll {
  margin-top: 0px !important;
}
.mail-template-add-modal .ant-modal-header {
  border: none;
  padding: 16px 20px;
}
.mail-template-add-modal .write {
  height: 501px;
  padding-bottom: 45px;
}
.mail-template-add-modal .write #writeMailInfo > div[class*=mailInfo-module--info-item] span[class*=mailInfo-module--info-label] {
  flex: 0 0 82px;
}
.mail-template-add-modal .write #writeMailInfo > div[class*=mailInfo-module--info-item]:first-child span[class*=mailInfo-module--info-label]:first-child::before, .mail-template-add-modal .write #writeMailInfo > div[class*=mailInfo-module--info-item]:nth-child(3) span[class*=mailInfo-module--info-label]:first-child::before {
  display: inline;
  content: "*";
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.mail-template-add-modal .add-footer-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 41px;
  padding: 0 16px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mail-template-add-modal .add-footer-btn .btn-disable {
  opacity: 0.3;
}
.mail-template-add-modal .add-footer-btn button {
  display: flex;
  min-width: 64px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0 12px;
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 4px;
  margin-left: 12px;
  cursor: pointer;
}
.mail-template-add-modal .add-footer-btn button.primary {
  background: #386ee7;
  color: #ffffff;
}
.mail-template-add-modal .template-editor .tox.tox-tinymce .tox-editor-header {
  position: fixed;
}
.mail-template-add-modal .template-editor .tox.tox-tinymce {
  transform: none;
}
.mail-template-add-modal .ant-select-selector {
  max-height: 80px !important;
}
.upload-attachment {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-bottom: 10px;
}
.upload-attachment .title {
  margin-left: 4px;
  cursor: pointer;
}
.upload-attachment .click-target {
  display: flex;
}

.error-icon {
  float: left;
  margin-right: 8px;
}

.attachemnt-upload-btn0 {
  position: relative;
  height: 39px;
  top: 39px;
  width: 48px;
  z-index: 1;
}

.attachemnt-upload-btn1 {
  position: relative;
  height: 39px;
  top: 78px;
  width: 48px;
  z-index: 1;
}

.attachemnt-upload-btn2 {
  position: relative;
  height: 39px;
  top: 117px;
  width: 48px;
  z-index: 1;
}
.prompt-module--prompt--CSFYk {
  padding: 12px 30px 12px 38px;
  background: rgba(255, 181, 76, 0.06);
  background: rgba(var(--Warning-6-r, 255), var(--Warning-6-g, 181), var(--Warning-6-b, 76), 0.06);
  position: relative;
}
.prompt-module--prompt--CSFYk .prompt-module--warn--Kn23L {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  left: 15px;
}
.prompt-module--prompt--CSFYk .prompt-module--promptDetail--5\+1uG {
  margin: 0 28px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #262a33;
  display: inline-block;
}
.prompt-module--prompt--CSFYk .prompt-module--funs--oC0Tv {
  display: inline-block;
}
.prompt-module--prompt--CSFYk .prompt-module--funs--oC0Tv .prompt-module--funBtn--y23sD {
  margin-right: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #386ee7;
  cursor: pointer;
  position: relative;
}
.prompt-module--prompt--CSFYk .prompt-module--funs--oC0Tv .prompt-module--funBtn--y23sD:nth-last-child(1) {
  margin-right: 0;
}
.prompt-module--prompt--CSFYk .prompt-module--closeBtn--TjaiR {
  position: absolute;
  top: 16px;
  right: 18px;
  cursor: pointer;
}

.prompt-module--popoverOverlay--kAOcP {
  width: 400px;
  box-sizing: border-box;
}

.prompt-module--popoverTitle--zJTjA {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.ant-popover-title {
  padding: 0;
  border: none;
}

.prompt-module--popoverContent--KZDp4 .prompt-module--popoverIntro--WZBme {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.prompt-module--popoverContent--KZDp4 .prompt-module--popoveButtons---3BHz {
  margin-top: 16px;
  text-align: right;
}

.prompt-module--header--Hrb6u {
  padding: 20px 20px 8px 20px;
}
.prompt-module--header--Hrb6u .prompt-module--modalTitle--nB30v {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.prompt-module--header--Hrb6u .prompt-module--modalIntro--KHgvK {
  margin: 8px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7d8085;
}

.prompt-module--strangerArea--sJAz6 {
  height: 348px;
  padding: 10px 0;
  border-top: 0.5px solid #e1e3e8;
  border-top: 0.5px solid var(--Fill-4, #e1e3e8);
  box-sizing: border-box;
  overflow-y: scroll;
}
.prompt-module--strangerArea--sJAz6 .prompt-module--selectAll--Scdp1 {
  padding: 0 25px;
  height: 38px;
  display: flex;
  align-items: center;
}
.prompt-module--strangerArea--sJAz6 .prompt-module--selectAll--Scdp1 .prompt-module--selectAllText--f-f93 {
  margin: 0 0 0 13.5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #51555c;
}
.prompt-module--strangerArea--sJAz6 .prompt-module--strangerItem--vpX-K {
  padding: 0 25px;
  height: 58px;
  display: flex;
  align-items: center;
}
.prompt-module--strangerArea--sJAz6 .prompt-module--strangerItem--vpX-K .prompt-module--avatar--1pRkP {
  margin-left: 13.5px;
}
.prompt-module--strangerArea--sJAz6 .prompt-module--strangerItem--vpX-K .prompt-module--strangerMsgs--bGNJ0 {
  margin-left: 8px;
}
.prompt-module--strangerArea--sJAz6 .prompt-module--strangerItem--vpX-K .prompt-module--strangerMsgs--bGNJ0 .prompt-module--strangerName--jCl6z {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
}
.prompt-module--strangerArea--sJAz6 .prompt-module--strangerItem--vpX-K .prompt-module--strangerMsgs--bGNJ0 .prompt-module--strangerEmail--MMbL0 {
  margin: 2px 0 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #7d8085;
}

.ant-modal-mask {
  left: 68px;
}
.index-module--selectContainer---1O6A {
  flex: 1 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-module--selectContainer---1O6A .index-module--contactSearchWrap--nI567 {
  flex: none;
  display: flex;
  height: 28px;
  margin: 12px 16px;
}
.index-module--selectContainer---1O6A .index-module--contactSearchWrap--nI567 .ant-input-affix-wrapper {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--selectContainer---1O6A .index-module--contactSearchWrap--nI567 .ant-input {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--selectContainer---1O6A .index-module--contactListTab--j-LB\+ {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.index-module--selectContainer---1O6A .index-module--contactTreeTab--2494e {
  margin: 0 16px;
  flex: 1 1;
  overflow: hidden;
}
.writeSide-module--writeSideContainer--8Thyh {
  height: 100%;
  width: 100%;
  flex: 1 1;
  flex-shrink: 0;
}
.writeSide-module--writeSideContainer--8Thyh .writeSide-module--writeSideTabBar--cg4zK .ant-tabs-nav {
  margin: 0;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.writeSide-module--writeSideContainer--8Thyh .writeSide-module--writeSideTabBar--cg4zK .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
  height: 43px;
}
.writeSide-module--writeSideContainer--8Thyh > .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
}
.writeSide-module--writeSideContainer--8Thyh .ant-tabs-nav-operations {
  display: none !important;
}

.writeSide-module--searchInputWrap--PpeYW {
  padding: 10px 20px;
}

.writeSide-module--writeSideContactWrap--48vSk {
  width: 100%;
  height: 100%;
  flex: 1 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.writeSide-module--writeSideContactWrap--48vSk .l2c-crm-fast-filter-comp {
  background-color: transparent !important;
}
.writeSide-module--writeSideContactWrap--48vSk .ant-select {
  width: 100% !important;
}
.ant-select-selection-search.focused::after {
  position: absolute;
  content: "";
  height: 17px;
  display: block;
  width: 1px;
  background: #386ee7;
  right: 1px;
  top: 8px;
  z-index: -1;
  animation: cap-blink 0.6s infinite;
}

@keyframes cap-blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mailInfo-module--write-mail-info--jN6BX {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  max-height: 400px;
  overflow: auto;
  outline: none;
}

.mailInfo-module--expand-icon--dU1Je {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}

.mailInfo-module--memberCount--x8Y3g {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #7d8085;
  min-width: 57px;
}

.mailInfo-module--memberCountLittle--zNDxO {
  align-items: initial;
  padding-top: 13px;
}

.mailInfo-module--ccClose--D1sGI {
  display: flex;
  flex: none;
  align-items: center;
  padding-right: 16px;
  height: 44px;
  cursor: pointer;
}
.mailInfo-module--ccClose--D1sGI .mailInfo-module--closeIcon--pfSSd {
  display: flex;
}

.mailInfo-module--disabled--cSP16 {
  opacity: 0.6;
  cursor: not-allowed !important;
}

.mailInfo-module--info-item--7FRF\+ {
  display: flex;
  position: relative;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  box-shadow: inset 0px -0.5px 0px rgba(38, 42, 51, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.12);
}
.mailInfo-module--info-item--7FRF\+.mailInfo-module--paddingRight16--8vJzo {
  padding-right: 16px;
}
.mailInfo-module--info-item--7FRF\+ input.ant-input {
  background-color: transparent;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.mailInfo-module--info-item--7FRF\+ .ant-select-selection-search-input {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.mailInfo-module--info-item-warning--HA9df {
  border-bottom: 1px solid #f74f4f;
  margin-bottom: -1px;
}
.mailInfo-module--info-item-warning--HA9df .mailInfo-module--info-label--bP2DO,
.mailInfo-module--info-item-warning--HA9df .mailInfo-module--colon-label--ii4w9 {
  color: #f74f4f;
}
.mailInfo-module--info-item--7FRF\+ .mailInfo-module--timezoneSelect--eGnwP {
  padding-left: 90px;
  background: transparent;
}
.mailInfo-module--info-item-column--tjOp3 {
  flex-direction: column;
}
.mailInfo-module--info-item--7FRF\+.mailInfo-module--dyncGroupSendReceiver--hv3y8 {
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
}
.mailInfo-module--info-item--7FRF\+.mailInfo-module--dyncGroupSendReceiver--hv3y8 .ant-select-selection-item {
  background: #ebedf2 !important;
  background: var(--Fill-3, #ebedf2) !important;
}
.mailInfo-module--info-item--7FRF\+ .mailInfo-module--title-desc--ujmiM {
  width: calc(100% - 11px);
  align-self: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mailInfo-module--info-item--7FRF\+ .mailInfo-module--title-desc--ujmiM .mailInfo-module--input-item--le1z3 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 11px;
  background: transparent;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mailInfo-module--info-item--7FRF\+ .mailInfo-module--title-desc--ujmiM .mailInfo-module--input-item--le1z3.mailInfo-module--disabled--cSP16 {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.mailInfo-module--info-item--7FRF\+ .mailInfo-module--title-desc--ujmiM .mailInfo-module--input-item--le1z3:focus {
  outline: none;
}
.mailInfo-module--info-item--7FRF\+ .mailInfo-module--title-desc--ujmiM .mailInfo-module--input-item--le1z3::selection {
  background: highlight;
  color: highlighttext;
}

.mailInfo-module--flowColumn--Cu92X {
  flex-flow: column;
}

.mailInfo-module--info-item-without-line--d9Cb8 {
  box-shadow: none;
}

.mailInfo-module--info-label--bP2DO {
  flex: 0 0 57px;
  line-height: 44px;
  margin-left: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-align-last: justify;
}

.mailInfo-module--execute-label--9LgDU {
  flex: 0 0 100px;
}

.mailInfo-module--info-label-single--XCNBg {
  flex: 0 0 82px;
}
.mailInfo-module--info-label-single--XCNBg .anticon-info-circle {
  margin: 0 6px;
}

.mailInfo-module--colon-label--ii4w9 {
  flex: 0 0 8px;
  line-height: 44px;
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.mailInfo-module--receiver-wrapper--7JGKe {
  display: flex;
  flex: 1 1;
}

.mailInfo-module--btn-box--JnDtP {
  display: flex;
  order: 2;
  margin-left: auto;
  min-width: 74px;
  align-items: flex-start;
}
.mailInfo-module--btn-box--JnDtP.mailInfo-module--btnBoxMultLine--GKJhv {
  align-items: normal;
}

.mailInfo-module--btnBoxMultLine--GKJhv {
  padding-bottom: 5px;
}

.mailInfo-module--close-btn--1sIeq {
  min-width: auto;
}

.mailInfo-module--icon-label-btn--8S21L {
  display: flex;
  align-items: center;
}

.mailInfo-module--label-btn--WwtjM {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 44px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 16px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.mailInfo-module--label-btn-selected--yzcSH {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.mailInfo-module--label-divider--HD9LU {
  color: rgba(38, 42, 51, 0.1607843137);
  height: 44px;
  line-height: 44px;
  margin-right: 16px;
}

.mailInfo-module--labelBtnColor1--Oh6Q4 {
  color: #386ee7;
}

.mailInfo-module--newPersonalGroup--O-iSv {
  width: 73px;
}

.mailInfo-module--label-close-btn--8f\+k5 {
  display: flex;
  align-items: center;
  height: 44px;
}

.mailInfo-module--title-input--wjypi {
  padding-right: 30px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.mailInfo-module--titleInputWrapper--fdGFK input {
  border: none;
}

.mailInfo-module--conference-wrap--lPI2B {
  transition: 0.3s;
}
.mailInfo-module--conference-wrap--lPI2B .ant-picker-focused {
  box-shadow: none;
}
.mailInfo-module--conference-wrap--lPI2B .ant-checkbox .ant-checkbox-inner {
  border-color: #b7bac2;
  border-color: var(--Text-1, #b7bac2);
}
.mailInfo-module--conference-wrap--lPI2B .ant-input-affix-wrapper {
  width: 392px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.mailInfo-module--conference-wrap-transform--pTr6z {
  height: 0;
}

.mailInfo-module--delete-confirm--7-r-n {
  border: 1px solid #f74f4f;
  color: #f74f4f;
  background: #ffffff;
}

.mailInfo-module--conference-time--aIKdw {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: calc(100% - 120px);
  margin-left: 11px;
}
.mailInfo-module--conference-time--aIKdw.mailInfo-module--conference-time-desc--Vfi4t {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 44px;
}
.mailInfo-module--conference-time--aIKdw .ant-form-item {
  margin-bottom: 0;
}
.mailInfo-module--conference-time--aIKdw .react-datepicker__aria-live {
  display: none;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--detail-time--r\+ftT {
  display: flex;
  align-items: center;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--time-line--d5fMb {
  width: 16px;
  height: 1px;
  background-color: rgba(39, 46, 71, 0.5);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin: 0 12px;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--margin-left8-style--HYdgR {
  margin-left: 8px;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--whole-day--KoqRR {
  flex: none;
  margin: 0 20px;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--recurrence--j1b4e {
  flex: none;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--time--j-Mqn {
  flex: none;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--time-input---tatX {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--selectLabel--1QyJR .ant-select-selection-item {
  font-size: 14px !important;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--selectLabel--1QyJR .ant-select .ant-select-selector {
  font-size: 14px;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--selectLabel--1QyJR .ant-select-selector {
  padding: 0 !important;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: none;
  border-color: transparent !important;
}
.mailInfo-module--conference-time--aIKdw .mailInfo-module--selectLabel--1QyJR .ant-select-selector:hover {
  border: none;
  border-color: transparent !important;
}

.mailInfo-module--select-drop-down--ZSx5I {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 8px 0;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
}
.mailInfo-module--select-drop-down--ZSx5I .mailInfo-module--selectOption--VV7W7 {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  height: 30px;
  min-height: 30px;
  font-weight: normal !important;
}
.mailInfo-module--select-drop-down--ZSx5I .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #ffffff;
  color: #386ee7;
}

.mailInfo-module--conference-desc-icon--r0-D0 {
  width: 16px;
  margin-right: 5px;
}

.mailInfo-module--desc-item--kiJ1n {
  margin-right: 20px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.mailInfo-module--busy-free-desc--t0UXw {
  display: flex;
  align-items: center;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.mailInfo-module--busy-free-desc--t0UXw.mailInfo-module--enable--ikxvE {
  cursor: pointer;
}
.mailInfo-module--busy-free-desc--t0UXw.mailInfo-module--enable--ikxvE.mailInfo-module--free--Ooln5 {
  color: #386ee7;
}
.mailInfo-module--busy-free-desc--t0UXw.mailInfo-module--enable--ikxvE.mailInfo-module--busy--sW0h9 {
  color: #f74f4f;
}

.mailInfo-module--add-medal-btn--fFtbL {
  width: 56px;
  height: 56px;
  margin: 14px 0;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQgOC42VjE0SDguNlY4LjZIMTRWNy40SDguNlYyTDcuNCAyVjcuNEgyVjguNkg3LjRaIiBmaWxsPSIjQThBQUFEIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background: var(--white, #ffffff) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQgOC42VjE0SDguNlY4LjZIMTRWNy40SDguNlYyTDcuNCAyVjcuNEgyVjguNkg3LjRaIiBmaWxsPSIjQThBQUFEIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: 16px 16px;
}
.mailInfo-module--add-medal-btn--fFtbL:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQgOC42VjE0SDguNlY4LjZIMTRWNy40SDguNlYyTDcuNCAyVjcuNEgyVjguNkg3LjRaIiBmaWxsPSIjMzg2RUU3Ii8+Cjwvc3ZnPgo=);
  border-color: #386ee7;
}

.mailInfo-module--medal-wrapper--FuhVK {
  width: 56px;
  height: 56px;
  margin: 14px 0;
  border: 1px solid rgba(39, 46, 71, 0.1);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.mailInfo-module--medal-wrapper--FuhVK img {
  width: 100%;
  height: 100%;
}
.mailInfo-module--medal-wrapper--FuhVK .mailInfo-module--medal-mask--iBDBw {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.mailInfo-module--medal-wrapper--FuhVK .mailInfo-module--medal-mask--iBDBw .mailInfo-module--change-icon--kJ\+ri {
  width: 20px;
  height: 20px;
  margin: 18px;
  background: transparent url(/static/medal-change-f83df07f60146af23576785be8220657.png) center center no-repeat;
  background-size: contain;
}
.mailInfo-module--medal-wrapper--FuhVK:hover .mailInfo-module--medal-mask--iBDBw {
  display: block;
}

.ant-modal-wrap.im-change-owner .ant-modal-body {
  padding: 0;
  height: 438px;
  display: flex;
  flex-direction: column;
}

.mailInfo-module--praise-mail-form--gnLH3 .ant-form-item .ant-input-textarea-show-count::after {
  position: absolute;
  left: calc(100% + 5px);
  top: 5px;
}
.mailInfo-module--praise-mail-form--gnLH3 .mailInfo-module--input-wrapper--pIC\+b {
  width: calc(100% - 75px);
}
.mailInfo-module--praise-mail-form--gnLH3 .mailInfo-module--input-wrapper--pIC\+b .ant-input {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.mailInfo-module--add-member-btn--jIhGo {
  width: 80px;
  height: 24px;
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  border-radius: 20px;
  font-size: 12px;
  line-height: 24px;
  color: #7d8085;
  cursor: pointer;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjQgNi42VjEwLjVINi42VjYuNkgxMC41VjUuNEg2LjZWMS41TDUuNCAxLjVWNS40SDEuNVY2LjZINS40WiIgZmlsbD0iI0E4QUFBRCIvPgo8L3N2Zz4K) left 8px center no-repeat;
  background: var(--white, #ffffff) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjQgNi42VjEwLjVINi42VjYuNkgxMC41VjUuNEg2LjZWMS41TDUuNCAxLjVWNS40SDEuNVY2LjZINS40WiIgZmlsbD0iI0E4QUFBRCIvPgo8L3N2Zz4K) left 8px center no-repeat;
  padding: 0 8px;
  text-align: right;
  -webkit-user-select: none;
          user-select: none;
  margin: 8px;
  flex-shrink: 0;
  align-self: flex-start;
}
.mailInfo-module--add-member-btn--jIhGo:hover {
  color: #386ee7;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjQgNi42VjEwLjVINi42VjYuNkgxMC41VjUuNEg2LjZWMS41TDUuNCAxLjVWNS40SDEuNVY2LjZINS40WiIgZmlsbD0iIzM4NkVFNyIvPgo8L3N2Zz4K);
}

.mailInfo-module--member-box--wz1e1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mailInfo-module--member-box--wz1e1 .mailInfo-module--member-list--9NtWG {
  display: flex;
  align-items: center;
}
.mailInfo-module--member-box--wz1e1 .mailInfo-module--check-box--NtTWj {
  margin: 5px 0 14px 12px;
}
.mailInfo-module--member-box--wz1e1 .ant-select-selection-overflow-item-suffix {
  display: none;
}

.mailInfo-module--btn-wrapper--P6aQe {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  cursor: pointer;
  width: auto;
  height: 28px;
  padding: 6px 8px;
  background: rgba(187, 152, 254, 0.08);
  background: rgba(var(--label-3_2-r, 187), var(--label-3_2-g, 152), var(--label-3_2-b, 254), 0.08);
  border-radius: 4px;
  box-sizing: border-box;
  margin-right: 8px;
  order: 2;
}
.mailInfo-module--btn-wrapper--P6aQe:hover {
  background: rgba(187, 152, 254, 0.2);
  background: rgba(var(--label-3_2-r, 187), var(--label-3_2-g, 152), var(--label-3_2-b, 254), 0.2);
}
.mailInfo-module--btn-wrapper-conference--GZxG5 {
  background: rgba(63, 222, 156, 0.08);
  background: rgba(var(--Success-5-r, 63), var(--Success-5-g, 222), var(--Success-5-b, 156), 0.08);
}
.mailInfo-module--btn-wrapper-conference--GZxG5:hover {
  background: rgba(63, 222, 156, 0.2);
  background: rgba(var(--Success-5-r, 63), var(--Success-5-g, 222), var(--Success-5-b, 156), 0.2);
}
.mailInfo-module--btn-wrapper--P6aQe .mailInfo-module--btn-icon--SzcJq {
  margin-right: 4px;
  display: flex;
}
.mailInfo-module--btn-wrapper--P6aQe .mailInfo-module--btn-text--hLs0y {
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  white-space: nowrap;
}

.mailInfo-module--attachmentsWrapper--yTmoD {
  min-height: 57px;
}

.mailInfo-module--attachment--rizda {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  margin-top: 4px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.mailInfo-module--attachment--rizda .mailInfo-module--attachmentCount--Ak8AI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height: 46px;
  min-width: 60px;
  margin-right: 23px;
  align-self: flex-start;
}

.mailInfo-module--attachmentFlod--ScwcU {
  height: 57px;
  overflow: hidden;
}

.mailInfo-module--webkitNoDrag--v37tX {
  -webkit-app-region: no-drag;
}

.mailInfo-module--delAllTo--4pKbo .ant-modal-confirm-body {
  display: flex;
  align-items: center;
}
.conference-module--btn-wrapper--gus5E {
  background: rgba(63, 222, 156, 0.08);
  background: rgba(var(--Success-5-r, 63), var(--Success-5-g, 222), var(--Success-5-b, 156), 0.08);
}
.conference-module--btn-wrapper--gus5E:hover {
  background: rgba(63, 222, 156, 0.2);
  background: rgba(var(--Success-5-r, 63), var(--Success-5-g, 222), var(--Success-5-b, 156), 0.2);
}
.conference-module--btn-wrapper--gus5E.conference-module--isEdm--wO4wU {
  margin-left: 8px;
  margin-right: 0;
  background-color: #fff;
  flex: none;
  height: 24px;
}
.conference-module--btn-wrapper--gus5E.conference-module--isEdm--wO4wU:hover {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.conference-module--btn-wrapper--gus5E .conference-module--icon--lgnhw,
.conference-module--btn-wrapper--gus5E .conference-module--iconWrap--MEwPL {
  width: 12px;
  height: 12px;
  line-height: 1;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.conference-module--btn-wrapper--gus5E .conference-module--icon--lgnhw.sirius-icon,
.conference-module--btn-wrapper--gus5E .conference-module--iconWrap--MEwPL.sirius-icon {
  width: 12px;
  height: 12px;
  line-height: 1;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.conference-module--btn-wrapper--gus5E .conference-module--iconText--pcgy0 {
  margin-left: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.sirius-contact-tree-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 50px;
}
.sirius-contact-tree-container .siriusContact-module--search-container---KuS3 {
  -webkit-app-region: no-drag;
  padding: 16px;
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb:hover::-webkit-scrollbar-button {
  display: none;
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.sirius-contact-tree-container .siriusContact-module--tree-wrapper--U4meb:hover::-webkit-scrollbar-corner {
  display: none;
}
.sirius-contact-tree-container .ant-input-affix-wrapper {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  font-size: 12px;
  height: 28px;
  border-radius: 24px;
  border: none;
}
.sirius-contact-tree-container .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  background: transparent;
}
.sirius-contact-tree-container .ant-input-affix-wrapper .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.sirius-contact-tree-container .siriusContact-module--tree-container--BjJoY {
  padding: 0;
  z-index: 0;
}
.sirius-contact-tree-container .ant-tree {
  background-color: transparent;
  font-size: 12px;
}
.sirius-contact-tree-container .ant-tree .ant-tree-treenode {
  font-family: "PingFang SC";
  height: 28px;
  padding: 0 0 0 16px;
  overflow: hidden;
  font-weight: 400;
  position: relative;
}
.sirius-contact-tree-container .ant-tree .ant-tree-treenode .siriusContact-module--tree-node--x51nt {
  display: inline-block;
  width: 100%;
}
.sirius-contact-tree-container .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.sirius-contact-tree-container .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 10px;
}
.sirius-contact-tree-container .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  overflow: hidden;
  position: static;
}
.sirius-contact-tree-container .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.sirius-contact-tree-container .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.sirius-contact-tree-container .ant-tree .ant-tree-treenode .ant-tree-indent-unit {
  width: 12px;
}
.sirius-contact-tree-container .siriusContact-module--contact-list-wrapper--hINw0 {
  flex: 1 1;
}
.sirius-contact-tree-container .siriusContact-module--divider-container--Tqd0B {
  padding: 0 16px;
}
.sirius-contact-tree-container .siriusContact-module--divider-container--Tqd0B .ant-divider-horizontal {
  margin: 10px 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.member-contact-tooltip {
  padding-top: 2px;
}
.member-contact-tooltip .ant-tooltip-arrow {
  display: none;
}
.member-contact-tooltip .ant-tooltip-inner {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 12px;
}
.member-contact-tooltip .contactItem-module--main-title--LoCfg {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}
.member-contact-tooltip .contactItem-module--sub-title--5ODpV {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.6;
  margin-top: 8px;
}

.contactItem-module--item--OXhcx {
  height: 28px;
  padding: 0 0 0 24px;
  line-height: 16px;
  cursor: pointer;
}
.contactItem-module--item--OXhcx .ant-list-item-meta-title {
  overflow: hidden;
  margin: 0;
  height: 28px;
  line-height: 28px;
  color: rgba(38, 42, 51, 0.9);
  flex-direction: row;
  display: flex;
}
.contactItem-module--item--OXhcx .ant-list-item-meta-title > span {
  display: flex;
}
.contactItem-module--item--OXhcx .contactItem-module--item-title--PqHLY {
  flex: 1 1;
}
.contactItem-module--item--OXhcx .contactItem-module--name-title-text--teNwK {
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px 0 12px;
  flex-shrink: 0;
}
.contactItem-module--item--OXhcx .contactItem-module--email-title-text--d6SQK {
  font-size: 12px;
  font-weight: 400;
  color: rgba(38, 42, 51, 0.7);
  word-break: break-all;
}
.contactItem-module--item--OXhcx .contactItem-module--contact-btn--GeRbd {
  display: none;
  background-color: #386ee7;
  height: 28px;
  width: 40px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #f6f7fa;
  color: var(--Fill-2, #f6f7fa);
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.contactItem-module--item--OXhcx .contactItem-module--contact-btn--GeRbd:active, .contactItem-module--item--OXhcx .contactItem-module--contact-btn--GeRbd:focus {
  outline: 0;
  box-shadow: none;
}
.contactItem-module--item--OXhcx .contactItem-module--hit-text--AwJge {
  color: #386ee7;
}
.contactItem-module--item--OXhcx:hover {
  background-color: rgba(#272e47, 0.08);
  background-color: rgba(var(--Text-5, #272e47), 0.08);
}
.contactItem-module--item--OXhcx:hover .contactItem-module--contact-btn--GeRbd {
  display: block;
}

.contactItem-module--item-selected--\+Gx-5 {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.contact-module--checkbox--XKVNO {
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  list-style: none;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}

.contact-module--checkbox-checked--y\+nkv .contact-module--checkbox-inner--oNWxp {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.contact-module--checkbox-checked--y\+nkv .contact-module--checkbox-inner--oNWxp::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}

.contact-module--checkbox-disabled--vSvib {
  cursor: not-allowed;
}

.contact-module--checkbox-disabled--vSvib .contact-module--checkbox-inner--oNWxp {
  background-color: rgba(39, 46, 71, 0.2);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  border: none;
}

.contact-module--checkbox-inner--oNWxp {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.contact-module--checkbox-inner--oNWxp::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.136px;
  height: 8.22px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}

.contact-module--contact-tree-container--2Koe7 .ant-tree-treenode-selected {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.contact-module--contact-tree-container--2Koe7 span.ant-tree-node-content-wrapper {
  margin: 2px 0;
}
.contact-module--contact-tree-container--2Koe7 .ant-tree-switcher .ant-tree-switcher-icon {
  vertical-align: middle;
}
.index-module--wrap--CCB3o {
  width: 100%;
  flex: 1 1;
  display: flex;
  overflow: hidden;
}
.index-module--wrap--CCB3o .index-module--body-left--JjZq- {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  border-right: 0.5px solid rgba(39, 46, 71, 0.16);
  border-right: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  overflow: auto;
}
.index-module--wrap--CCB3o .index-module--body-right--9io7r {
  flex: 1 1;
  height: 100%;
}
.memberChooser-module--team-member-box--EBLmb {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  width: 600px;
  display: flex;
  flex: 1 1 344px;
  overflow-y: scroll;
}
.memberChooser-module--team-member-box--EBLmb::-webkit-scrollbar {
  display: none;
}
.memberChooser-module--team-member-box--EBLmb .memberChooser-module--search-member-box--4N3ci {
  width: 50%;
  overflow: scroll;
}
.memberChooser-module--team-member-box--EBLmb .memberChooser-module--search-member-box--4N3ci::-webkit-scrollbar {
  display: none;
}
.memberChooser-module--team-member-box--EBLmb .memberChooser-module--chosen-member-box--2Er4w {
  width: 50%;
  border-left: 1px solid rgba(39, 46, 71, 0.12);
  border-left: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 24px 0;
  overflow: scroll;
}
.memberChooser-module--team-member-box--EBLmb .memberChooser-module--chosen-member-box--2Er4w::-webkit-scrollbar {
  display: none;
}
.memberChooser-module--team-member-box--EBLmb .memberChooser-module--chosen-status--gftmu {
  font-size: 14px;
  margin: 0 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.memberChooser-module--team-member-box--EBLmb .memberChooser-module--member-list--dSwe9 {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}

.memberChooser-module--chosen-member-item--wAhrc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 7px 24px;
  cursor: pointer;
}
.memberChooser-module--chosen-member-item--wAhrc .memberChooser-module--avatar--Fa-SW {
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
}
.memberChooser-module--chosen-member-item--wAhrc .memberChooser-module--member-name--65-O0 {
  margin-left: 8px;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.memberChooser-module--chosen-member-item--wAhrc .memberChooser-module--remove-btn--rvrYP {
  position: absolute;
  right: 24px;
  width: 16px;
  height: 16px;
}
.memberChooser-module--chosen-member-item--wAhrc:hover {
  background-color: #f0f0f1;
}

.memberChooser-module--chooser-wrap--wSnsE .ant-modal-header {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-bottom: 1px solid #f0f0f1;
  border-bottom: 1px solid var(--white-hover-bg, #f0f0f1);
}
.memberChooser-module--chooser-wrap--wSnsE .ant-modal-title {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.memberChooser-module--chooser-wrap--wSnsE .ant-modal-footer {
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}
@charset "UTF-8";
.ant-modal-wrap.medal-chooser .ant-modal-content {
  border-radius: 12px;
}
.ant-modal-wrap.medal-chooser .ant-modal-body {
  padding: 0 !important;
  background: linear-gradient(119.63deg, #d5e2ff -11.22%, #f5f9ff 43.62%, #e5e9ff 107.38%);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(14.6484px);
          backdrop-filter: blur(14.6484px);
}

.praiseMail-module--medal-box--GMoKy {
  padding: 20px 20px 0;
  margin-right: 4px;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--header--qdgJu {
  margin-bottom: 12px;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--header--qdgJu .praiseMail-module--title--Yc2gd {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin-bottom: 20px;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--header--qdgJu .praiseMail-module--close-button--ieBuj {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--header--qdgJu .praiseMail-module--desc--xFXPz {
  font-size: 14px;
  line-height: 22px;
  color: #51555c;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  height: 365px;
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan::-webkit-scrollbar:horizontal {
  height: 6px;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan::-webkit-scrollbar-button {
  display: none;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan::-webkit-scrollbar-thumb:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan::-webkit-scrollbar-corner {
  display: none;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan .praiseMail-module--medal-item--lqOnp {
  width: 144px;
  height: 166px;
  margin-right: 20px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-radius: 6px;
  overflow: hidden;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan .praiseMail-module--medal-item--lqOnp.praiseMail-module--selected--5\+T5j {
  border: 1px solid rgba(159, 162, 173, 0.4);
  border: 1px solid rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.4);
  box-shadow: 0px 6px 8px rgba(111, 155, 255, 0.14);
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan .praiseMail-module--medal-item--lqOnp .praiseMail-module--medal-img--\+P9Zb {
  width: 70px;
  height: 70px;
  margin: 12px 37px 2px;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan .praiseMail-module--medal-item--lqOnp .praiseMail-module--medal-img--\+P9Zb img {
  width: 100%;
  height: 100%;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan .praiseMail-module--medal-item--lqOnp .praiseMail-module--medal-info--L4okL {
  background-color: #fff;
  flex: 1 1;
  text-align: center;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan .praiseMail-module--medal-item--lqOnp .praiseMail-module--medal-info--L4okL .praiseMail-module--medal-name--eMFIB {
  margin: 0 auto 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
}
.praiseMail-module--medal-box--GMoKy .praiseMail-module--medal-list--\+Zxan .praiseMail-module--medal-item--lqOnp .praiseMail-module--medal-info--L4okL .praiseMail-module--medal-desc--JRc-F {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
  color: #7d8085;
}

.praiseMail-module--tag-wrapper--IdYYa {
  position: relative;
  margin-right: 8px;
}
.praiseMail-module--tag-wrapper--IdYYa .praiseMail-module--tag-close-btn--790hQ {
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer;
  display: none;
}
.praiseMail-module--tag-wrapper--IdYYa:hover .praiseMail-module--tag-close-btn--790hQ {
  display: block;
}

.praiseMail-module--desc--xFXPz {
  display: flex;
  justify-content: flex-start;
}
.praiseMail-module--desc--xFXPz .praiseMail-module--medal-img--\+P9Zb {
  height: 35px;
  width: 35px;
}
.praiseMail-module--desc--xFXPz .praiseMail-module--item--rRJoj {
  display: flex;
  align-items: center;
}
.praiseMail-module--desc--xFXPz .praiseMail-module--item--rRJoj:not(:last-child) {
  margin-right: 20px;
}
.praiseMail-module--desc--xFXPz .praiseMail-module--winners--5Dn7V {
  display: flex;
  align-items: center;
}
.praiseMail-module--desc--xFXPz .praiseMail-module--winners-num--7Ab0J {
  margin-left: 5px;
}
.praiseMail-module--desc--xFXPz .praiseMail-module--text-content--3epc7 {
  display: inline-block;
  max-width: 105px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}
.taskMail-module--btn-wrapper--61sl2 {
  background: rgba(148, 166, 255, 0.08);
  background: rgba(var(--Brand-4-r, 148), var(--Brand-4-g, 166), var(--Brand-4-b, 255), 0.08);
}
.taskMail-module--btn-wrapper--61sl2:hover {
  background: rgba(148, 166, 255, 0.2);
  background: rgba(var(--Brand-4-r, 148), var(--Brand-4-g, 166), var(--Brand-4-b, 255), 0.2);
}

.taskMail-module--close-end-time--QQWwI {
  margin-left: 8px;
  cursor: pointer;
}

.taskMail-module--add-end-time--W0OjS {
  padding: 0 8px;
  margin-left: 8px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  cursor: pointer;
  height: 32px;
  display: flex;
  align-items: center;
  color: #386ee7;
  border: 1px solid #386ee7;
  border-radius: 4px;
}

.taskMail-module--disabled-end-time--DBMRT {
  color: #a8aaad;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  cursor: not-allowed;
  background: transparent;
}

.taskMail-module--date-disabled--86SUD {
  padding: 6px 11px;
  color: #a8aaad;
  font-size: 12px;
  width: 105px;
  border: 1px solid #d9d9d9;
}

.taskMail-module--reminder--hJvQc {
  display: flex;
  align-items: center;
}
.taskMail-module--reminder--hJvQc .ant-select-disabled .ant-select-selector:hover {
  border-color: #d9d9d9;
}

.taskMail-module--follower-card--g\+V06 {
  left: 16px;
}
.taskMail-module--follower-card--g\+V06 .taskMail-module--triangle-icon--qGz11 {
  position: absolute;
  top: -12px;
}

.taskMail-module--guide-card--N4DaG {
  right: 16px;
}

.taskMail-module--task-mail-card--d4TbX {
  position: absolute;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 8px;
  width: 242px;
  color: white;
  background: #386ee7;
  z-index: 1;
}
.taskMail-module--task-mail-card--d4TbX .taskMail-module--title--v1bPp {
  font-weight: 500;
  font-size: 14px;
}
.taskMail-module--task-mail-card--d4TbX .taskMail-module--desc--LhsKM {
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 12px;
}
.taskMail-module--task-mail-card--d4TbX .taskMail-module--footer--ePeYB {
  display: flex;
  flex-direction: row-reverse;
}
.taskMail-module--task-mail-card--d4TbX .taskMail-module--footer--ePeYB .taskMail-module--btn--c\+Qbj {
  font-size: 12px;
  height: 28px;
  background: #386ee7;
  color: white;
  border-radius: 4px;
  border: 1px solid white;
}
.taskMail-module--task-mail-card--d4TbX .taskMail-module--footer--ePeYB .taskMail-module--task-btn--qOTkq {
  background: white;
  margin-left: 8px;
  color: #386ee7;
}

.taskMail-module--guide-card-wrapper--CfGuU {
  position: relative;
}

.taskMail-module--task-modal-btns--ne3jo {
  flex-direction: row-reverse;
}
.attachment-card {
  height: 36px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  flex-basis: 276px;
  flex-grow: 2;
}
.attachment-card.card:hover {
  cursor: pointer;
}
.attachment-card:not(.error):hover {
  border: 0.5px solid #386ee7;
}
.attachment-card .content {
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 12px;
  font-weight: 400;
  flex-basis: 276px;
  flex-grow: 2;
  flex-shrink: 1;
  overflow: hidden;
}
.attachment-card .content .info-img {
  margin-right: 10px;
  width: 56px;
  height: 42px;
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Line-3, #e1e3e8);
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.attachment-card .content .info-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.attachment-card .content .info-right {
  height: 24px;
  display: flex;
  position: relative;
  align-items: center;
  flex: 1 1;
  overflow: hidden;
  justify-content: space-between;
}
.attachment-card .content .info-right .rename {
  flex: 1 1;
  display: flex;
  align-items: center;
}
.attachment-card .content .info-right .rename.reqing {
  opacity: 0.5;
}
.attachment-card .content .info-right .rename .rename-input {
  padding-left: 0;
  padding-right: 0;
  border: none;
  flex: 1 1;
}
.attachment-card .content .info-right .rename .cancel-rename {
  margin-left: 10px;
  font-size: 12px;
  color: #386ee7;
  white-space: nowrap;
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
  cursor: pointer;
}
.attachment-card .content .info {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}
.attachment-card .content .info .operation-name-gap {
  max-width: 75px;
}
.attachment-card .content .info-cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  overflow: hidden;
}
.attachment-card .content .info-name {
  height: 100%;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  display: inline-block;
  line-height: 24px;
}
.attachment-card .content .queue-tag {
  background: rgba(56, 110, 231, 0.1);
  border-radius: 1px;
  color: #386ee7;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 4px;
  transform: scale(0.83);
  opacity: 1;
  min-width: 48px;
  line-height: 14px;
  display: inline-block;
  /* margin: 0 auto; */
  align-self: center;
}
.attachment-card .content .info-opacity {
  opacity: 0.5;
}
.attachment-card .content .att-deleting {
  font-size: 12px;
  color: #386ee7;
  line-height: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.attachment-card .content .att-deleting .ant-spin-dot > i {
  width: 14px;
  height: 14px;
}
.attachment-card .content .att-deleting .ant-spin-dot .spin-label {
  display: none;
}
.attachment-card .content .operate {
  display: flex;
  align-items: center;
  line-height: 16px;
  padding-left: 4px;
}
.attachment-card .content .operate .invisible {
  display: none;
}
.attachment-card .content .operate .left-icon {
  text-align: center;
  width: 26px;
}
.attachment-card .content .operate .left-icon.hide {
  display: none;
}
.attachment-card .content .operate .operate-item {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 24px;
}
.attachment-card .content .operate .operate-item .size {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.attachment-card .content .operate .operate-item .item-box {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #386ee7;
  font-size: 12px;
}
.attachment-card .content .operate .operate-item .item-box .item-ope {
  margin-left: 10px;
  white-space: nowrap;
  cursor: pointer;
}
.attachment-card .content .operate .operate-item .item-box .item-ope:not(.hidden):first-child {
  margin-left: 0;
}
.attachment-card .process-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.attachment-card .process-box .process {
  border-bottom: 0.5px solid #386ee7;
  border-bottom-left-radius: 2px;
  box-sizing: border-box;
  height: 2px;
  background: #386ee7;
}
.attachment-card .netfolder-tag {
  margin-left: 2px;
  background: #ffeee6;
  color: #fe9132;
  font-size: 10px;
  font-weight: 400;
  padding: 1px 6px;
  font-weight: 400;
  transform: scale(0.83);
  position: absolute;
  right: -5px;
  top: -25%;
  border-radius: 2px 6px 2px 6px;
}
.attachment-card .ant-dropdown {
  z-index: 9999;
}

.error {
  border: 0.5px solid #f74f4f;
}
.error .process-box .process {
  border-bottom: 0.5px solid #f74f4f;
  background: #f74f4f;
}

.operate-menu {
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Fill-4, #e1e3e8);
  border-radius: 6px;
}
.operate-menu .item {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 34px;
}
.operate-menu .separate-line {
  margin: 4px 24px;
  height: 1px;
  background: rgba(39, 46, 71, 0.2);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.netwatcher-module--netwatcher-wrapper--c61Ym {
  background: #f74f4f;
  opacity: 0.8;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
}
.netwatcher-module--netwatcher-wrapper--c61Ym .netwatcher-module--wifiIcon--sKt-Q {
  height: 16px;
  width: 16px;
  background: url(/static/wifi_closed.0131dd0c.svg);
  background-position: center;
  background-size: 16px;
  margin-left: 16px;
  margin-right: 8px;
}

.netwatcher-module--offline-guard-wrap--v08je {
  text-align: center;
  position: relative;
  min-width: 500px;
  min-height: 400px;
}
.netwatcher-module--offline-guard-wrap--v08je .netwatcher-module--content--cPFfh {
  width: 220px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.netwatcher-module--offline-guard-wrap--v08je .netwatcher-module--bg-img--OheC5 {
  width: 200px;
  height: 128px;
  background: url(/static/no_network-89c29da5aa10359c01de69ea6366a6d2.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
.netwatcher-module--offline-guard-wrap--v08je .netwatcher-module--tip--y-xQu {
  font-size: 14px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin-top: 12px;
}
.netwatcher-module--offline-guard-wrap--v08je .netwatcher-module--retry--Dppz6 {
  font-size: 12px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  margin-top: 12px;
  cursor: pointer;
}
#attachmentArea {
  padding-left: 16px;
  width: 100%;
}
#attachmentArea .attachment-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
#attachmentArea .attachment-list .card {
  margin-right: 12px;
  margin-bottom: 12px;
}
#attachmentArea .attachment-list .card:hover {
  cursor: pointer;
}
#attachmentArea .attachment-list .placeholder {
  margin-right: 12px;
  flex-basis: 276px;
  flex-grow: 2;
  flex-shrink: 1;
  height: 0;
  opacity: 0;
}
#attachmentArea .hide {
  display: none;
}
.com-mail-tag {
  height: 20px;
  line-height: 20px;
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
  color: #fff;
  margin-right: 4px;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 4px;
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  position: relative;
}
.com-mail-tag:hover .tag-extra {
  display: flex;
}
.com-mail-tag .tag-extra {
  margin: 0 2px;
  padding: 0 3px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
}
.com-mail-tag span {
  display: block;
}

.com-mail-tag-more {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  font-size: 10px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.com-mail-tag-limit {
  max-width: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mt-footer-menu-wrap {
  background-color: #fff;
  max-height: 340px;
  min-height: 10px;
  width: 212px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 5px;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.mt-footer-menu-wrap .mt-none {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding: 53px 0 32px 0;
  text-align: center;
}
.mt-footer-menu-wrap .mt-list {
  flex: 1 1;
  overflow-y: auto;
  padding-top: 8px;
}
.mt-footer-menu-wrap .mt-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  height: 30px;
}
.mt-footer-menu-wrap .mt-list .mt-item {
  cursor: pointer;
}
.mt-footer-menu-wrap .mt-list .mt-item:hover {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.mt-footer-menu-wrap .mt-oper-wrap {
  display: flex;
  align-items: center;
  margin-right: 12px;
  margin-left: 2px;
  cursor: pointer;
  height: 20px;
}
.mt-footer-menu-wrap .mt-oper-wrap .checkbox {
  line-height: initial;
}
.mt-footer-menu-wrap .mt-content-hotkey {
  color: #9fa2ad;
  color: var(--text-2, #9fa2ad);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  flex-shrink: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mt-footer-menu-wrap .mt-content-warp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
  line-height: 30px;
}
.mt-footer-menu-wrap .mt-footer-btns {
  padding-bottom: 8px;
}
.mt-footer-menu-wrap .mt-footer-btns .mt-item:hover .mt-content-warp {
  color: #386ee7;
}
.mt-footer-menu-wrap .mt-footer-btns .mt-item:hover .mt-oper-wrap .add-svg path {
  fill: #386ee7 !important;
}
.mt-footer-menu-wrap .mt-footer-btns .mt-item:hover .mt-oper-wrap .delete-svg path {
  stroke: #386ee7 !important;
}
.mt-footer-menu-wrap .mt-footer-btns .mt-content-warp {
  color: #262a33;
  display: flex;
  align-items: center;
}
.mt-footer-menu-wrap .mt-line {
  height: 1px;
  margin: 15px 18px;
  border-top: 1px solid rgba(39, 46, 71, 0.16);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.mt-footer-menu-wrap .checkbox .ant-checkbox-inner {
  display: none;
}
.mt-footer-menu-wrap .checkbox .ant-checkbox + span {
  padding-right: 0;
  padding-left: 0;
}
.mt-footer-menu-wrap .checkbox .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
}
.mt-footer-menu-wrap .checkbox .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  width: 9px;
}
.mt-footer-menu-wrap .tag-icon {
  vertical-align: middle;
}
.mt-footer-menu-wrap .color1 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #6ba9ff;
}
.mt-footer-menu-wrap .color1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #6ba9ff;
}
.mt-footer-menu-wrap .color1 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #6ba9ff;
}
.mt-footer-menu-wrap .color1 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #6ba9ff;
}
.mt-footer-menu-wrap .color1 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #6ba9ff;
}
.mt-footer-menu-wrap .color1 .ant-checkbox-checked::after {
  border: 1px solid #6ba9ff;
}
.mt-footer-menu-wrap .color2 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #70ccab;
}
.mt-footer-menu-wrap .color2 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #70ccab;
}
.mt-footer-menu-wrap .color2 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #70ccab;
}
.mt-footer-menu-wrap .color2 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #70ccab;
}
.mt-footer-menu-wrap .color2 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #70ccab;
}
.mt-footer-menu-wrap .color2 .ant-checkbox-checked::after {
  border: 1px solid #70ccab;
}
.mt-footer-menu-wrap .color3 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #aa90f4;
}
.mt-footer-menu-wrap .color3 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #aa90f4;
}
.mt-footer-menu-wrap .color3 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #aa90f4;
}
.mt-footer-menu-wrap .color3 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #aa90f4;
}
.mt-footer-menu-wrap .color3 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #aa90f4;
}
.mt-footer-menu-wrap .color3 .ant-checkbox-checked::after {
  border: 1px solid #aa90f4;
}
.mt-footer-menu-wrap .color4 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #f7a87c;
}
.mt-footer-menu-wrap .color4 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #f7a87c;
}
.mt-footer-menu-wrap .color4 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #f7a87c;
}
.mt-footer-menu-wrap .color4 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #f7a87c;
}
.mt-footer-menu-wrap .color4 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #f7a87c;
}
.mt-footer-menu-wrap .color4 .ant-checkbox-checked::after {
  border: 1px solid #f7a87c;
}
.mt-footer-menu-wrap .color5 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #fe7c70;
  border: 1px solid var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #fe7c70;
  background-color: var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #fe7c70;
  background-color: var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #fe7c70;
  border: 1px solid var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #fe7c70;
  background-color: var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .ant-checkbox-checked::after {
  border: 1px solid #fe7c70;
  border: 1px solid var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color6 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #9fa2ad;
  border: 1px solid var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #9fa2ad;
  background-color: var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #9fa2ad;
  background-color: var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #9fa2ad;
  border: 1px solid var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #9fa2ad;
  background-color: var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .ant-checkbox-checked::after {
  border: 1px solid #9fa2ad;
  border: 1px solid var(--Text-2, #9fa2ad);
}
.attachment-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 100;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(159, 162, 173, 0.16);
  box-shadow: 0px 4px 12px rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.16);
  border-radius: 28px;
  cursor: pointer;
}
.attachment-icon span {
  font-size: 16px;
  line-height: 16px;
  color: #386ee7;
}
.attachment-icon:before {
  content: "";
  position: absolute;
  border: 1px solid #386ee7;
  width: 200%;
  height: 200%;
  transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  box-sizing: border-box;
  z-index: 150;
  border-radius: 56px;
  top: 0;
  left: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--wrap--V7BVJ {
  width: 640px;
  height: 636px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.index-module--wrap--V7BVJ .index-module--modalTitle--AMjwq {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0.5px solid rgba(39, 46, 71, 0.16);
  border-bottom: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  flex: none;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
}
.index-module--wrap--V7BVJ .index-module--modalTitle--AMjwq .index-module--titleName--T75Or {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--wrap--V7BVJ .index-module--modalTitle--AMjwq .index-module--titleName--T75Or .index-module--icon--DBV3P {
  -webkit-app-region: no-drag;
  margin-right: 4px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjUgMTNMNS41IDhMMTAuNSAzIiBzdHJva2U9IiMzQzNGNDciIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.index-module--wrap--V7BVJ .index-module--modalTitle--AMjwq .index-module--close--fk09A {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--createFormWrap--W1A29 {
  width: 100%;
  height: 100%;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA {
  display: flex;
  align-items: center;
  margin: 20px 20px 0;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ {
  flex: 1 1;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--modalInput--SWiq3 {
  height: 32px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  font-size: 12px;
  padding: 6px 11px;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--modalInput--SWiq3.index-module--error--EpC7m {
  border-color: #f74f4f;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--modalInput--SWiq3:hover, .index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--modalInput--SWiq3:focus, .index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--modalInput-focused--T1yCk {
  box-shadow: none;
  border-color: #386ee7;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--modalInput--SWiq3:hover.index-module--error--EpC7m, .index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--modalInput--SWiq3:focus.index-module--error--EpC7m, .index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--modalInput-focused--T1yCk.index-module--error--EpC7m {
  border-color: #f74f4f;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--modalInputWrap--A3f8\+ .index-module--inputError--dYjxO {
  height: 16px;
  margin-top: 4px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  /* 辅助色/提示、错误 */
  color: #f74f4f;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalInputContainer--U1noA .index-module--personalMarkWrap--cXsi3 {
  flex: none;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--subTitle--MpEGQ {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--subTitle--MpEGQ .index-module--subName--efJ5N {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  color: #737373;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--subTitle--MpEGQ .index-module--createContact--QJfbV {
  cursor: pointer;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  text-align: right;
  /* 主色/灵犀蓝 */
  color: #386ee7;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalBody--nViwX {
  margin: 8px 20px 0;
  flex: 1 1;
  display: flex;
  overflow: hidden;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalBody--nViwX .index-module--body-left--CRh-l {
  flex: none;
  width: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 0.5px solid rgba(39, 46, 71, 0.16);
  border-right: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalBody--nViwX .index-module--body-left--CRh-l .index-module--contact-search-wrap--7JFfo {
  flex: none;
  width: 248px;
  height: 28px;
  margin: 12px auto;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalBody--nViwX .index-module--body-left--CRh-l .index-module--contact-search-wrap--7JFfo .index-module--contact-search--uX5Lj {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 24px;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalBody--nViwX .index-module--body-left--CRh-l .index-module--contact-list-tab--x8Ju2 {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalBody--nViwX .index-module--body-left--CRh-l .index-module--contact-tree-tab--hz1KS {
  flex: 1 1;
  width: 100%;
  overflow: hidden;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalBody--nViwX .index-module--body-right--6s1l9 {
  flex: 1 1;
  height: 100%;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalFooter--Pw-P0 {
  border-top: 0.5px solid rgba(39, 46, 71, 0.16);
  border-top: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  margin-top: 24px;
  height: 52px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalFooter--Pw-P0 .index-module--cancelBtn--Z8BBt {
  margin-right: 16px;
}
.index-module--wrap--V7BVJ .index-module--modalContent--z4QoE .index-module--modalFooter--Pw-P0 .index-module--sureBtn--pXHzl {
  margin-right: 24px;
}

.ant-modal-content {
  /* 投影样式 */
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 8px;
}
.index-module--subjectHelperWrap--UMOSh {
  width: 100%;
  position: relative;
  padding: 12px 0 12px 12px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(47, 83, 134, 0.12);
  box-shadow: var(--shadow-small, 0px 4px 10px 0px rgba(47, 83, 134, 0.12));
  border-radius: 4px;
  background-color: #fff;
}
.index-module--subjectHelperWrap--UMOSh .index-module--closeWrap--LmP3q {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  z-index: 2;
  background-image: url(/static/close_bg-a420c31b507610254005015fb8089a02.png);
  background-size: 100%;
}
.index-module--subjectHelperWrap--UMOSh .index-module--closeWrap--LmP3q .index-module--iconWrap--PIlhB {
  margin: 4px;
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--subjectHelperWrap--UMOSh .index-module--closeWrap--LmP3q .index-module--icon--JCa0X {
  width: 16px;
  height: 16px;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp {
  display: flex;
  align-items: center;
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp.index-module--helperTxtWrap--\+H9b\+ {
  margin-bottom: 8px;
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c9cbd6;
  background-color: var(--Fill-5, #c9cbd6);
  margin-right: 8px;
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp .index-module--icon--JCa0X {
  width: 16px;
  height: 16px;
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp .index-module--iconWrap--PIlhB {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp .index-module--txt--VlaBr {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp .index-module--blueTxt--Ydx8K {
  margin-left: 2px;
  cursor: pointer;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp .index-module--blueTxt--Ydx8K.index-module--disable--Jp-nt {
  color: #b7c3ff;
  color: var(--Brand-3, #b7c3ff);
}
.index-module--subjectHelperWrap--UMOSh .index-module--textWrap--bZBYp .index-module--count--o-1L3 {
  margin-left: 8px;
  display: flex;
  align-items: center;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  border-radius: 2px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding: 2px 6px;
}
.btn-module--btnWrap--bJIpL {
  cursor: pointer;
  flex: none;
  align-self: center;
  margin-left: 8px;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 2px;
  box-sizing: border-box;
  height: 24px;
}
.btn-module--btnWrap--bJIpL.btn-module--aiPolishBtn--Rnkft.btn-module--disabled--oAF4H .btn-module--txt--OMXZw,
.btn-module--btnWrap--bJIpL.btn-module--aiPolishBtn--Rnkft.btn-module--disabled--oAF4H .btn-module--icon--gjmz6 {
  opacity: 0.4;
}
.btn-module--btnWrap--bJIpL .btn-module--icon--gjmz6,
.btn-module--btnWrap--bJIpL .btn-module--iconWrap--jKTZC {
  width: 12px;
  height: 12px;
  line-height: 1;
  background: linear-gradient(91deg, #35a8fc 1.04%, #436bfa 50.51%, #a274ff 107.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-module--btnWrap--bJIpL .btn-module--icon--gjmz6.sirius-icon,
.btn-module--btnWrap--bJIpL .btn-module--iconWrap--jKTZC.sirius-icon {
  width: 12px;
  height: 12px;
  line-height: 1;
}
.btn-module--btnWrap--bJIpL .btn-module--loadingIcon--4kMzQ {
  margin-left: 4px;
}
.btn-module--btnWrap--bJIpL .btn-module--txt--OMXZw {
  height: 24px;
  background-size: contain;
}
.btn-module--btnWrap--bJIpL .btn-module--txt--OMXZw .btn-module--label--dpAmj {
  background: linear-gradient(90.13deg, #3a3aee 2.62%, #7b2cd8 99.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  margin-left: 4px;
}

.btn-module--otherBtn--r3veH {
  margin-left: 8px;
  cursor: pointer;
  flex: none;
  order: 3;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 2px;
}
.btn-module--otherBtn--r3veH:hover {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.btn-module--otherBtn--r3veH .btn-module--icon--gjmz6,
.btn-module--otherBtn--r3veH .btn-module--iconWrap--jKTZC {
  width: 20px;
  height: 20px;
  line-height: 1;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.btn-module--otherBtn--r3veH .btn-module--icon--gjmz6.sirius-icon,
.btn-module--otherBtn--r3veH .btn-module--iconWrap--jKTZC.sirius-icon {
  width: 20px;
  height: 20px;
  line-height: 1;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}

.btn-module--dividerWrap--hIWRe {
  flex: none;
  width: 1px;
  height: 16px;
  margin-right: 16px;
  align-self: center;
  background-color: #e1e3e8;
  background-color: var(--Line-3, #e1e3e8);
}

.btn-module--variable-area--gRJCX {
  margin-left: 8px;
  align-self: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  padding: 2px 6px;
  height: 24px;
  border-radius: 2px;
  gap: 4px;
}
.btn-module--variable-area--gRJCX .btn-module--variable--x67zf {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  flex-shrink: 0;
}
.index-module--send-footer--iyCNU {
  padding-bottom: 16px;
  font-size: 12px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-top: 1px solid rgba(39, 46, 71, 0.12);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-bottom: 0.5px solid rgba(39, 46, 71, 0.2);
  border-bottom: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  position: relative;
  z-index: 100;
  flex: 0 0 auto;
}
.index-module--send-footer--iyCNU .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.index-module--send-footer--iyCNU .ant-checkbox-wrapper {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--send-footer--iyCNU .ant-checkbox + span {
  padding-right: 5px;
  padding-left: 5px;
}
.index-module--send-footer--iyCNU .index-module--footerTop--jV57\+ {
  margin: 16px 0 12px 0;
  padding: 0 16px;
  width: 100%;
  display: flex;
  align-items: center;
}
.index-module--send-footer--iyCNU .index-module--saved-draft--wuUf9 {
  display: inline-flex;
  margin-left: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #7d8085;
}
.index-module--send-footer--iyCNU .index-module--sender--ksZZe {
  color: #51555c;
  color: var(--font-color-1, #51555c);
  display: flex;
  font-size: 14px;
  align-items: center;
}
.index-module--send-footer--iyCNU .index-module--sender--ksZZe .index-module--sender-show-name--t\+Mk- {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-module--send-footer--iyCNU .index-module--nickname-setting-icon--KiWqI:hover {
  stroke: #386ee7;
}
.index-module--send-footer--iyCNU .index-module--footerBottom--kWtEj {
  padding: 0 16px;
  display: flex;
  position: relative;
  align-items: center;
}
.index-module--send-footer--iyCNU .index-module--footerBottom--kWtEj .index-module--subAccountExpiredText--EsIcU {
  font-size: 12px;
  color: #fe5b4c;
}
.index-module--send-footer--iyCNU .ant-tooltip {
  max-width: 300px;
}
.index-module--send-footer--iyCNU .index-module--read-remind--atM0F {
  margin-left: 16px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 16px;
}
.index-module--send-footer--iyCNU .index-module--read-remind--atM0F .ant-checkbox {
  transform: scale(0.8);
}
.index-module--send-footer--iyCNU .index-module--read-remind--atM0F svg {
  transform: scale(0.8);
  cursor: pointer;
}
.index-module--send-footer--iyCNU .index-module--schedule--suio6 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  height: 16px;
}
.index-module--send-footer--iyCNU .index-module--schedule--suio6 .ant-checkbox {
  transform: scale(0.8);
}
.index-module--send-footer--iyCNU .index-module--encryptMailCk--Gbnhn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  height: 16px;
}
.index-module--send-footer--iyCNU .index-module--encryptMailCk--Gbnhn .ant-checkbox {
  transform: scale(0.8);
}
.index-module--send-footer--iyCNU .index-module--emergency--mdSr3 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 16px;
  height: 16px;
}
.index-module--send-footer--iyCNU .index-module--emergency--mdSr3 .ant-checkbox {
  transform: scale(0.8);
}

.index-module--sender-menu--qXjVC {
  padding-bottom: 0;
}
.index-module--sender-menu--qXjVC .ant-input:hover, .index-module--sender-menu--qXjVC .ant-input:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.index-module--sender-menu--qXjVC .ant-dropdown-menu-item {
  padding-right: 0;
}
.index-module--sender-menu-input--kHmPR {
  height: 28px;
  min-width: 140px;
  width: calc(100% - 120px);
}
.index-module--sender-menu-edit-field--YqtfR {
  height: 40px;
  margin-top: 8px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  box-shadow: inset 0px 0.5px 0px rgba(39, 46, 71, 0.16);
  box-shadow: inset 0px 0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.index-module--sender-menu-edit-field-title--fUuFO {
  display: flex;
  align-items: center;
}
.index-module--sender-menu-edit-field--YqtfR:hover {
  background: #ffffff;
}
.index-module--sender-menu-edit-button--b-uFA {
  margin-left: 8px;
}
.index-module--sender-menu-item-name--GBWBf {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index-module--sender-menu-item-name-mail--T3-Px {
  color: #7d8085;
}
.index-module--sender-menu-item-selected--GK067 {
  color: #386ee7;
}
.index-module--sender-menu-bottom-item--X0BAJ {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.index-module--sender-menu-curr-name--Sj2OH {
  width: calc(100% - 180px);
  display: inline-block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-module--deleteBtn--lo8Yu {
  float: left;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  border-color: #fe5b4c;
  border-color: var(--Error-6, #fe5b4c);
}
.index-module--deleteBtn--lo8Yu:hover {
  color: #e45244;
  color: var(--Error-7, #e45244);
  border-color: #e45244;
  border-color: var(--Error-7, #e45244);
  background: none;
}

.index-module--schedule-time--NRLu3 {
  height: 44px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.index-module--schedule-time--NRLu3 .index-module--sendTime--ty2Kh,
.index-module--schedule-time--NRLu3 .index-module--willSend--DXWD8 {
  font-size: 14px;
  line-height: 16px;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  margin-right: 8px;
}

.index-module--default-sender--xSltC {
  display: inline-block;
  border-radius: 4px;
  padding: 2px;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #386ee7;
  background-color: rgba(159, 162, 173, 0.1);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  margin-right: 4px;
  margin-left: 4px;
  padding: 0 4px;
}

.index-module--msg-custom-class--gOxMm {
  color: #ffffff;
}

.index-module--layer--kx125 {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.index-module--modal-bg--VCg7M {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 100;
}

.index-module--modal-content--WeqGJ {
  box-sizing: border-box;
  padding: 16px;
  margin-top: 10px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-shadow: 0px 2px 4px rgba(39, 46, 71, 0.08);
  box-shadow: 0px 2px 4px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 4px;
  display: flex;
}
.index-module--modal-content--WeqGJ .index-module--modal-icon--cx6MU {
  margin-right: 9px;
  width: 17px;
}
.index-module--modal-content--WeqGJ .index-module--modal-icon--cx6MU svg {
  transform: scale(0.85);
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O {
  flex: 1 1;
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O .index-module--title--ulVoJ {
  font-size: 14px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O .index-module--error-doc--3CvuN {
  margin-top: 8px;
  color: #7d8085;
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O .index-module--desc--CwRyi {
  font-weight: normal;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O .index-module--btns--SIMaP {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O .index-module--btns--SIMaP .ant-btn {
  height: 28px;
  font-size: 12px !important;
  border-radius: 4px;
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O .index-module--btns--SIMaP .index-module--cancel--zLkcK {
  min-width: 54px;
  width: 54px;
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  margin-right: 12px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O .index-module--btns--SIMaP .index-module--save--rOIhO {
  width: 74px;
  background: #386ee7;
  color: #ffffff;
}
.index-module--modal-content--WeqGJ .index-module--modal-text--KoE\+O .index-module--btns--SIMaP .index-module--checkbox--WdB1T {
  flex: 1 1 auto;
}

.index-module--errorContect--kLnJc {
  margin-bottom: 24px;
}
.index-module--errorContect--kLnJc .index-module--error-item--ReSg6 {
  margin-bottom: 12px;
}
.index-module--errorContect--kLnJc .index-module--error-item--ReSg6 .index-module--email--dE8Mc {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 12px;
}
.index-module--errorContect--kLnJc .index-module--error-item--ReSg6 .index-module--desc--CwRyi {
  color: #7d8085;
  font-size: 14px;
}

.index-module--save-template-list--V5Inu {
  margin: 0 8px;
  cursor: pointer;
  padding: 0;
  min-width: 15px;
}

.index-module--save-template-item--hnQ1V {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 3px;
  background-color: #363636;
  border-radius: 50%;
  vertical-align: middle;
}
.index-module--save-template-item--hnQ1V:last-child {
  margin-right: 0;
}

.index-module--save-as-template-icon--oJJV7 {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHg9IjIiIHk9IjIiIHdpZHRoPSI1IiBoZWlnaHQ9IjEyIiByeD0iMC4zMzMzMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yIi8+CiAgICA8cmVjdCB4PSI5IiB5PSIyIiB3aWR0aD0iNSIgaGVpZ2h0PSI1IiByeD0iMC4zMzMzMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yIi8+CiAgICA8cmVjdCB4PSI5IiB5PSI5IiB3aWR0aD0iNSIgaGVpZ2h0PSI1IiByeD0iMC4zMzMzMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yIi8+Cjwvc3ZnPgo=);
  background-size: 100% 100%;
}

.index-module--save-template-popover--XvXbN {
  width: 114px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #3f465c;
  background-color: var(--Fill-8, #3f465c);
  cursor: pointer;
}

.save-template-popover-container .ant-popover-arrow {
  opacity: 1;
}

.save-template-popover-container .ant-popover-arrow-content {
  background-color: #3f465c;
  background-color: var(--Fill-8, #3f465c);
}

.index-module--sub-title--idA6h {
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.index-module--out-domain--y61IA {
  color: #f74f4f;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 370px;
}

.index-module--btn--8gNOS {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 60px;
  height: 28px;
  border-radius: 4px;
}

.index-module--marginRight8--fKT5O {
  margin-right: 8px;
}

.index-module--saveDraftTime--yreBz {
  margin-left: 5px;
  color: #747a8c;
}

.index-module--sendBtn--YakF5 {
  margin-right: 8px;
}

.index-module--draft--j\+MAI {
  margin-right: 8px;
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
}

.index-module--saveAsTemplate--42RnD {
  margin-right: 8px;
  padding: 0 16px;
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
}

.index-module--closeBtn--rBJMj {
  margin-right: 8px;
  padding: 0 16px;
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
}

.index-module--send--VvZMs {
  color: #ffffff;
  background: #386ee7;
  width: 80px;
  font-size: 14px;
}
.index-module--send--VvZMs .index-module--icon--\+2orC {
  margin-left: 4px;
  display: flex;
}

.index-module--btn-disabled--iHM\+Q {
  opacity: 0.5;
  cursor: not-allowed;
}

.index-module--encryptMail--Yqd71 {
  padding: 16px;
  border-bottom: 0.5px solid rgba(38, 42, 51, 0.12);
}
.index-module--encryptMail--Yqd71 .index-module--setPassword--YuD2y {
  margin: 0 0 8px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--encryptMail--Yqd71 .index-module--cont--QmeVS {
  display: flex;
  align-items: center;
}
.index-module--encryptMail--Yqd71 .index-module--cont--QmeVS .index-module--enterPw--QTGhD {
  margin-right: 20px;
  width: 280px;
  height: 32px;
}
.index-module--encryptMail--Yqd71 .index-module--cont--QmeVS .index-module--savePwCheckbox--Y02-m {
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.index-module--time-input--kA9XY {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--time-input--kA9XY.ant-input {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}

.index-module--hiddenTxtModal--i5Kcw .ant-modal-header {
  width: 450px;
}
.index-module--hiddenTxtModal--i5Kcw .ant-modal-body {
  margin: 0 20px;
  padding: 5px 8px;
  overflow: auto;
  max-height: 400px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
}
.index-module--hiddenTxtModal--i5Kcw .ant-modal-footer {
  border-top: none;
}

.index-module--succMsg--LRFo6 {
  width: 100%;
  position: fixed;
  top: 50%;
  padding: 0 !important;
  transform: translateY(-50%);
}
.index-module--succMsg--LRFo6 .ant-message-notice-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-module--succMsg1--nIkE2 {
  width: 100%;
  position: fixed;
  top: 50%;
  padding: 0 !important;
  transform: translateY(-50%);
}
.index-module--succMsg1--nIkE2 .ant-message-notice-content {
  line-height: 22px !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-module--succMsg1--nIkE2 .ant-message-custom-content {
  padding: 10px !important;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.index-module--succMsg1--nIkE2 .ant-message-custom-content .anticon {
  margin-top: 2px;
}

.index-module--longMsg--dwkj- {
  text-align: left;
  line-height: 22px;
}

.index-module--mailSize--7tqnO {
  margin-left: 10px;
  font-size: 12px;
  color: #666666;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-modal-header {
  border-bottom: none;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-modal-body {
  padding-right: 0;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-modal-footer .ant-btn {
  height: 32px;
  border-radius: 4px;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-modal-footer .ant-btn-primary {
  background-color: #386ee7;
  border: 1px solid rgba(var(--Text-5-r), var(--Text-5-g), var(--Text-5-b), 0.16);
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-select {
  width: auto;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-select:hover,
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #386ee7;
  box-shadow: none;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  font-weight: 400;
  background-color: transparent;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  background: #ffffff;
  font-weight: normal;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-form-item {
  margin-bottom: 0;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-form-item-label > label {
  color: #7d8085;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-input:hover, .mailSenderSetting-module--mail-nickname-container--Y2vB8 .ant-input:focus {
  border-color: #386ee7;
  box-shadow: none;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH {
  display: flex;
  font-size: 14px;
  flex-direction: column;
  overflow-y: auto;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content-title--kcI55 {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-weight: 500;
  font-size: 16px;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH > label {
  color: #7d8085;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-sender-content-select--23Fk- {
  margin: 0 5px;
  min-width: 280px;
  border-radius: 4px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item--uPO1c {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 16px;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item--uPO1c span {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item--uPO1c span.mailSenderSetting-module--mail-addr--olA4z {
  max-width: 243px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item-input-field--BnnMg {
  align-items: baseline;
  flex-direction: row;
  display: flex;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item-input-field--BnnMg label {
  color: #7d8085;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item-input--Okuwe {
  width: 180px;
  height: 32px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin: 0 24px 0 12px;
  border-radius: 4px;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item-addr--EvKJA {
  flex-direction: column;
  max-width: 400px;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item-addr-item--PfRDn {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 15px;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item-addr-item--PfRDn:first-child {
  margin-top: 5px;
}
.mailSenderSetting-module--mail-nickname-container--Y2vB8 .mailSenderSetting-module--mail-nickname-content--3nPBH .mailSenderSetting-module--mail-list-item-addr-item--PfRDn label {
  color: #7d8085;
}

.mailSenderSetting-module--selectDropdown--5DQad .ant-select-item-option {
  font-size: 14px;
}
.mailSenderSetting-module--selectDropdown--5DQad .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  background: #ffffff;
  font-weight: normal;
}
.index-module--miniappIframe--pcUet {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
}

.index-module--miniappIframe--pcUet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--setting-menu--J8TfU {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.index-module--web-wm-entry--gn02e {
  position: unset;
}

.index-module--config-title--JOng1 {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  box-shadow: inset 0px -0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset 0px -0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  padding: 0 16px;
  font-weight: 500;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--config-title-icon--dBYcC {
  -webkit-app-region: no-drag;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjkiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}

.index-module--config-content--EZNSy {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin: 24px 24px 0 24px;
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz {
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--config-content--EZNSy .index-module--configContentWrap--s-bDz:hover::-webkit-scrollbar-corner {
  display: none;
}

.index-module--keyboardWrap--N8neu .index-module--keyTable--uHRXB {
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  border-radius: 4px;
  margin-bottom: 16px;
  width: 476px;
  overflow: hidden;
}
.index-module--keyboardWrap--N8neu .index-module--keyTable--uHRXB.index-module--noBorder--aHLp6 {
  border: none;
}
.index-module--keyboardWrap--N8neu .index-module--keyTable--uHRXB .index-module--keyTitle--Wl7Hx {
  height: 40px;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  font-style: normal;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* 字体及ICON颜色/主要文字100% */
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--keyboardWrap--N8neu .index-module--keyTable--uHRXB .index-module--keyContent--7Ti7S .index-module--keyRow--qXTNz {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  /* or 229% */
  /* 字体及ICON颜色/主要文字100% */
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--keyboardWrap--N8neu .index-module--keyTable--uHRXB .index-module--keyContent--7Ti7S .index-module--keyRow--qXTNz:hover {
  cursor: pointer;
  background: #f0f0f1;
  background: var(--white-hover-bg, #f0f0f1);
}
.index-module--keyboardWrap--N8neu .index-module--keyTable--uHRXB .index-module--keyContent--7Ti7S .index-module--keyRow--qXTNz .index-module--label--bRLUf {
  width: 238px;
  margin-left: 16px;
}
.index-module--keyboardWrap--N8neu .index-module--keyTable--uHRXB .index-module--keyContent--7Ti7S .index-module--keyRow--qXTNz .index-module--key--g-v-h {
  flex: 1 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.index-module--keyboardModelWrap--M\+6T7 {
  height: 480px;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body {
  padding: 0;
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--keyboardModelWrap--M\+6T7 .ant-modal-content .ant-modal-body:hover::-webkit-scrollbar-corner {
  display: none;
}

.index-module--keyboardContentWrap--8GyyS {
  display: flex;
  align-items: center;
}
.index-module--keyboardContentWrap--8GyyS .index-module--linkTxt--W3mZ4 {
  margin: 0 5px;
  color: #386ee7;
  text-decoration: underline;
}
.index-module--keyboardContentWrap--8GyyS .index-module--tipIcon--7QDmu {
  margin-left: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYuNSIgc3Ryb2tlPSIjQThBQUFEIiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8cGF0aCBkPSJNOCA1VjkiIHN0cm9rZT0iI0E4QUFBRCIgc3Ryb2tlLXdpZHRoPSIxLjIiLz4KPHBhdGggZD0iTTggMTBMOCAxMSIgc3Ryb2tlPSIjQThBQUFEIiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K);
  background-size: 100%;
}

.index-module--editCaptureEditIcon--vVj8\+ {
  display: flex;
  margin-left: 10px;
}

.index-module--editCaptureEditInput--QGD1G {
  height: 32px;
  width: 200px;
  border-radius: 4px;
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.CustomEditKey-module--edit-hk-content--3HuXi {
  display: flex;
  align-items: center;
}

.CustomEditKey-module--edit-hk-edit-icon--qHGAT {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.CustomEditKey-module--empty-txt--7bdZa {
  color: rgb(183, 186, 194);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.CheckboxModal-module--checkboxModal-wrap--uyNho {
  background-color: #fff;
  width: 400px;
  padding: 20px;
  border-radius: 5px;
}
.CheckboxModal-module--checkboxModal-wrap--uyNho .CheckboxModal-module--title-wrap--iXxx6 {
  display: flex;
  align-items: center;
}
.CheckboxModal-module--checkboxModal-wrap--uyNho .CheckboxModal-module--title-wrap--iXxx6 .CheckboxModal-module--icon--Oj9uH {
  width: 18px;
  height: 18px;
}
.CheckboxModal-module--checkboxModal-wrap--uyNho .CheckboxModal-module--title-wrap--iXxx6 .CheckboxModal-module--title--E9bSL {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 全部/Text-P1-Med16 */
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-left: 10px;
}
.CheckboxModal-module--checkboxModal-wrap--uyNho .CheckboxModal-module--checkbox-confirm-footer--MpX\+O {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.CheckboxModal-module--checkboxModal-wrap--uyNho .CheckboxModal-module--checkbox-confirm-footer--MpX\+O .CheckboxModal-module--checkbox--5Ow0I {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  margin-left: 30px;
  /* 灵犀桌面2.0/P1.3-Reg14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}
.CheckboxModal-module--checkboxModal-wrap--uyNho .CheckboxModal-module--checkbox-confirm-footer--MpX\+O .CheckboxModal-module--right--fzbLg .CheckboxModal-module--ok--dt9QH {
  margin-left: 10px;
}
.u-dialog .ant-modal-content {
  border-radius: 8px;
}
.u-dialog .u-dialog-title {
  padding: 16px 0;
  line-height: 20px;
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.u-dialog .u-dialog-content {
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #51555c;
}
.u-dialog .ant-modal-footer {
  border-top: 0;
  padding: 0 40px 40px;
}
.u-dialog .ant-modal-footer .u-middle-btn {
  min-width: 76px;
  height: 34px;
  border-radius: 4px;
  margin-left: 20px;
}
.auth-module--authModal--1z8Lm .ant-modal-body {
  padding: 20px 20px 18px 20px !important;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN {
  text-align: left;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--headr--fFL\+j {
  font-weight: 500;
  font-size: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 24px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--headr--fFL\+j .auth-module--icon--j4j7u {
  margin-right: 7px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--headr--fFL\+j .auth-module--icon--j4j7u > svg {
  transform: scale(1.23);
  transform-origin: center center;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--headr--fFL\+j .auth-module--icon--j4j7u.auth-module--red--GVTvS > svg path:nth-child(1) {
  fill: #fe5b4c !important;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--cont--z8haV {
  margin-top: 10px;
  margin-left: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--cont--z8haV p {
  margin: 0;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--cont--z8haV p.auth-module--line2--mGNzM {
  margin-top: 22px;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--footer--jJWmv {
  margin-top: 18px;
  text-align: right;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--footer--jJWmv button {
  margin: 0 12px;
  text-align: center;
  display: inline-block;
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--footer--jJWmv button.auth-module--blue--RAAma {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  color: #ffffff;
  color: var(--white, #ffffff);
}
.auth-module--authModal--1z8Lm .auth-module--modalCont--7sibN .auth-module--footer--jJWmv button:nth-last-child(1) {
  margin-right: 0;
}
.mailformat-wrap {
  position: relative;
  top: 12px;
  left: 80px;
}
.mailformat-wrap .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.mailformat-wrap .title {
  margin-left: 4px;
  cursor: pointer;
}
.mailformat-wrap .click-target {
  display: flex;
}
.mailformat-wrap .text-blue {
  color: #94a6ff;
  color: var(--Brand-4, #94a6ff);
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  margin-left: 10px;
}
.mailformat-wrap .tooltip-wrap {
  min-width: 320px;
}
.mailformat-wrap .tooltip-format {
  height: 0;
  color: white;
  position: relative;
  top: 20px;
}

.mf-dialog {
  display: none;
  height: 176px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -200px;
  transition: bottom 1s, opacity 1s;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 5px 22px;
  z-index: 1;
  opacity: 0;
}
.mf-dialog.hidden {
  display: none;
  bottom: -200px;
  opacity: 0;
}
.mf-dialog.pre-show {
  display: block;
  bottom: -200px;
  opacity: 0;
}
.mf-dialog.show {
  display: block;
  bottom: 44px;
  opacity: 1;
}
.mf-dialog.pre-hidden {
  display: block;
  bottom: -200px;
  opacity: 0;
}
.mf-dialog .mf-dialog-head-wrap {
  display: flex;
  padding: 5px 0;
}
.mf-dialog .mf-dialog-title {
  flex: 1 1;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 16px;
}
.mf-dialog .mf-dialog-oper-wrap {
  width: 100px;
  display: flex;
  justify-content: flex-end;
}
.mf-dialog .mf-dialog-contet-wrap {
  display: flex;
  margin-top: 10px;
}
.mf-dialog .mf-dialog-imglist {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
}
.mf-dialog .mf-dialog-loadmore {
  width: 72px;
  height: 115px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  padding: 41px 24px;
  font-size: 12px;
}
.mf-dialog .mf-dialog-img {
  width: 120px;
  height: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.mf-dialog .mf-dialog-imgitem {
  cursor: pointer;
  transition: transform 0.4s;
  margin-right: 24px;
}
.mf-dialog .mf-dialog-imgitem:hover {
  transform: translate(0, -8px);
}
.mf-dialog .btn-never {
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  font-size: 16px;
}
.mf-dialog .btn-never:hover {
  color: #386ee7;
}
.mf-dialog .btn {
  cursor: pointer;
}

.mailformat-modal .ant-modal-body {
  padding: 0;
}
.mailformat-modal .ant-modal-header {
  border-bottom: none;
}
.mailformat-modal .ant-modal-header {
  padding: 24px 24px 12px 24px;
}

.mailformat-modal-wrap {
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
.mailformat-modal-wrap .mf-head {
  width: 100%;
  padding: 12px 24px 0 24px;
  position: relative;
  z-index: 10;
  transition: box-shadow 0.3s;
}
.mailformat-modal-wrap .shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}
.mailformat-modal-wrap .mf-tabs-warp {
  display: flex;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
}
.mailformat-modal-wrap .mf-tab {
  margin-right: 24px;
  cursor: pointer;
  padding-bottom: 4px;
}
.mailformat-modal-wrap .mf-tab ::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.5s color 0.5s;
}
.mailformat-modal-wrap .mf-tab:hover {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.mailformat-modal-wrap .mf-tab.active {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  position: relative;
}
.mailformat-modal-wrap .mf-tab.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #9fa2ad;
  background: var(--Text-2, #9fa2ad);
  position: absolute;
  left: 0;
  bottom: 0;
}
.mailformat-modal-wrap .mf-content {
  height: 500px;
  overflow: auto;
  padding: 0 24px;
  scroll-behavior: smooth;
}
.mailformat-modal-wrap .mf-img-block {
  margin: 22px 0;
}
.mailformat-modal-wrap .mf-img-title {
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.mailformat-modal-wrap .mf-img-list-wrap {
  display: flex;
  justify-content: space-between;
}
.mailformat-modal-wrap .mf-img-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: no-wrap;
}
.mailformat-modal-wrap .mf-img-wrap {
  margin-right: 22px;
  margin-top: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.mailformat-modal-wrap .mf-img-wrap.active .mf-img-oper-wrap {
  display: block;
}
.mailformat-modal-wrap .mf-img-more {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  width: 88px;
  height: 250px;
  background-color: rgba(39, 46, 71, 0.02);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.02);
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  flex-shrink: 0;
  margin-top: 12px;
  cursor: pointer;
  padding: 105px 30px;
}
.mailformat-modal-wrap .mf-img-more:hover {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.mailformat-modal-wrap .mf-img-more:hover .mf-cicle {
  background-color: #9fa2ad;
  background-color: var(--Text-2, #9fa2ad);
}
.mailformat-modal-wrap .mf-img-oper-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 46, 71, 0.5);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  display: none;
}
.mailformat-modal-wrap .img-oper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px;
  display: flex;
  justify-content: center;
}
.mailformat-modal-wrap .mf-img {
  width: 180px;
  height: 250px;
}
.mailformat-modal-wrap .mf-bg-img {
  width: 180px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}
.mailformat-modal-wrap .mf-cicle-wrap {
  display: flex;
  justify-content: space-between;
}
.mailformat-modal-wrap .mf-cicle {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(39, 46, 71, 0.6);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
}
.mailformat-modal-wrap .mf-img-more-title {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.mailformat-icon-back {
  margin-right: 13px;
  width: 14px;
  height: 18px;
  cursor: pointer;
}

.mailformat-modal-title-wrap {
  display: flex;
  align-content: center;
  align-items: center;
}
.popconfirm-module--mail-template-delete-confirm-box--5NStL {
  width: 239px;
  height: 100px;
  padding: 15px;
  box-sizing: border-box;
  background: #ffffff;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  z-index: 100;
}
.popconfirm-module--mail-template-delete-confirm-box--5NStL .popconfirm-module--confirm-title--Z-Edu {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.popconfirm-module--mail-template-delete-confirm-box--5NStL .popconfirm-module--confirm-btn--SbhHP {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.popconfirm-module--mail-template-delete-confirm-box--5NStL .popconfirm-module--confirm-btn--SbhHP span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.popconfirm-module--mail-template-delete-confirm-box--5NStL .popconfirm-module--confirm-btn--SbhHP span:first-child {
  background: rgba(39, 46, 71, 0.03);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.03);
  border: 0.5px solid rgba(39, 46, 71, 0.17);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.17);
  color: #51555c;
  margin-right: 8px;
}
.popconfirm-module--mail-template-delete-confirm-box--5NStL .popconfirm-module--confirm-btn--SbhHP span:last-child {
  background: #f74f4f;
  color: #ffffff;
}
.mail-template-list-modal {
  color: hsl(222, 15%, 17%);
  height: 496px;
  overflow: hidden;
}
.mail-template-list-modal .ant-modal-body {
  padding: 0 !important;
}
.mail-template-list-modal .ant-tooltip {
  max-width: none;
}
.mail-template-list-modal .ant-modal-header {
  border: none;
  padding: 20px 20px 7px;
}
.mail-template-list-modal .ant-tabs-nav {
  padding: 0 20px;
  margin-bottom: 0 !important;
}
.mail-template-list-modal .ant-tabs {
  overflow: visible;
}
.mail-template-list-modal .ant-tabs-tab-btn {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.mail-template-list-modal .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #386ee7;
}
.mail-template-list-modal .ant-tabs-ink-bar {
  color: #386ee7;
}
.mail-template-list-modal .ant-modal-body {
  border-radius: 8px;
}
.mail-template-list-modal .add-temp-btn {
  color: #386ee7;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
}
.mail-template-list-modal .tab-body-box {
  width: 716px;
  height: 396px;
  overflow-y: scroll;
  padding: 16px 0 20px 20px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  border-radius: 6px;
}
.mail-template-list-modal .tab-body-box .tab-body-topDesc {
  height: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  margin-bottom: 16px;
}
.mail-template-list-modal .tab-body-box .tab-body {
  display: flex;
  flex-wrap: wrap;
}
.mail-template-list-modal .tab-body-box .tab-body::-webkit-scrollbar {
  display: none !important;
}
.mail-template-list-modal .tab-body-box .tab-body .tab-body-tailDesc {
  width: 100%;
  margin-bottom: 0;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  text-align: center;
  margin-top: 40px;
}
.mail-template-list-modal .tab-body-box .tab-body .tab-nodoc {
  width: 100%;
}
.mail-template-list-modal .tab-body-box .tab-body .tab-nodoc img {
  display: block;
  margin: 0 auto;
}
.mail-template-list-modal .tab-body-box .tab-body .tab-nodoc .nodoc-txt {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  margin-top: 40px;
}
.mail-template-list-modal .tab-item {
  width: 160px;
  height: 160px;
  margin: 0 12px 12px 0;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.mail-template-list-modal .tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 1px solid rgba(39, 46, 71, 0.12);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  border-radius: 4px;
}
.mail-template-list-modal .tab-item .tab-body-content {
  height: 108px;
  width: 136px;
  margin: 12px 0 0 12px;
  background-size: 100% 100%;
}
.mail-template-list-modal .tab-item .tab-body-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail-template-list-modal .tab-item .tab-body-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 0;
  border-top: 1px solid rgba(39, 46, 71, 0.12);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  border-radius: 4px;
}
.mail-template-list-modal .tab-item .tab-body-btn-grey,
.mail-template-list-modal .tab-item .tab-body-btn-primary {
  height: 24px;
  padding: 0 12px;
  border-radius: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0px;
  cursor: pointer;
}
.mail-template-list-modal .tab-item .tab-body-btn-grey {
  background: rgba(255, 255, 255, 0.3);
  color: #7d8085;
  border: 1px solid rgba(39, 46, 71, 0.16);
  margin-right: 4px;
}
.mail-template-list-modal .tab-item .tab-body-btn-primary {
  background: #386ee7;
  color: #ffffff;
}
.mail-template-list-modal .tab-item .tab-body-title {
  width: 136px;
  margin: 0 12px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262a33;
}
.mail-template-list-modal .loading-box {
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  flex-direction: column;
}

.mail-template-list-tooltip .ant-tooltip {
  max-width: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.KeySwiftInput-module--error--ieMuu {
  border: 1px solid #fe5b4c;
  border: 1px solid var(--error-6, #fe5b4c);
  color: #fe5b4c;
  color: var(--error-6, #fe5b4c);
}
.KeySwiftInput-module--error--ieMuu:hover {
  border: 1px solid #fe5b4c !important;
  border: 1px solid var(--error-6, #fe5b4c) !important;
}
.KeySwiftInput-module--error--ieMuu:focus {
  border: 1px solid #fe5b4c !important;
  border: 1px solid var(--error-6, #fe5b4c) !important;
}
.emojiTip-module--emoji-tip-img--NbQvN {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1000;
  pointer-events: none;
}
.emojiTip-module--emoji-tip-img--NbQvN img {
  opacity: 0;
  height: 41px;
  width: 727px;
}

.emojiTip-module--mask-wrapper--L6APe {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}
.emojiTip-module--mask-wrapper--L6APe .emojiTip-module--archer-wrapper--deRvI {
  position: absolute;
  box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  background-image: url(/static/emojitip-a382a4b9b3d9fcacf2ebb010a9bf827b.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.emojiTip-module--mask-wrapper--L6APe .emojiTip-module--archer-wrapper--deRvI .emojiTip-module--guide-bobble--z8Shd {
  width: 283px;
  padding: 16px;
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 51px;
}
.emojiTip-module--mask-wrapper--L6APe .emojiTip-module--archer-wrapper--deRvI .emojiTip-module--guide-bobble--z8Shd .emojiTip-module--title--SOnuD {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.emojiTip-module--mask-wrapper--L6APe .emojiTip-module--archer-wrapper--deRvI .emojiTip-module--guide-bobble--z8Shd .emojiTip-module--footer--JG6M0 {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: right;
}
.emojiTip-module--mask-wrapper--L6APe .emojiTip-module--archer-wrapper--deRvI .emojiTip-module--guide-bobble--z8Shd .emojiTip-module--footer--JG6M0 .emojiTip-module--butt--4vZOQ {
  padding: 6px 14px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #386ee7;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}
.attUploading-module--attUploading--if5-\+ {
  padding: 9px 15px;
  background: #ffffff;
  background: var(--white, #ffffff);
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(47, 83, 134, 0.12);
  display: flex;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.attUploading-module--attUploading--if5-\+ .attUploading-module--uploadingText--C10hd {
  padding-left: 5px;
}
.attUploading-module--attUploading--if5-\+ .attUploading-module--cancelSend--uzgS4 {
  margin-left: 5px;
  color: #4c6aff;
  cursor: pointer;
}
.sendProgress-module--root--yJ90f .ant-modal-body {
  padding: 12px 20px;
}

.sendProgress-module--footer--4lxtG {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sendProgress-module--header--iYSHs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.sendProgress-module--header--iYSHs .ant-modal-header {
  border-bottom: none;
}
.sendProgress-module--header--iYSHs .ant-modal-body {
  padding: 12px 20px;
}
.sendProgress-module--header--iYSHs .sendProgress-module--title--KaW-k {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.sendProgress-module--header--iYSHs .sendProgress-module--action--xUvEK {
  cursor: pointer;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.sendProgress-module--ellipsis--Bij3J {
  max-width: 280px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sendProgress-module--success---Mzr- {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.sendProgress-module--success---Mzr- .sendProgress-module--title--KaW-k {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #0dc076;
  color: var(--Success-7, #0dc076);
}

.sendProgress-module--fail--4aCJv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.sendProgress-module--fail--4aCJv .sendProgress-module--title--KaW-k {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

.sendProgress-module--alert--RN6xl {
  padding: 20px;
  width: 320px;
}
.sendProgress-module--alert--RN6xl .sendProgress-module--header--iYSHs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.sendProgress-module--alert--RN6xl .sendProgress-module--action--xUvEK {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sendProgress-module--popover--ThrsP .ant-popover-arrow {
  opacity: 1;
}

.sendProgress-module--action-loading--1SaiM {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.DynGroupSend-module--dynGroupSendModal--kouyg .ant-modal-header .ant-modal-title {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 24px !important;
}
.DynGroupSend-module--dynGroupSendModal--kouyg .ant-modal-body {
  padding-top: 4px !important;
}

.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--support--KaCVO {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--footer--9JvNO {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--footer--9JvNO button {
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  line-height: 22px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--footer--9JvNO button.DynGroupSend-module--blueBtn---OmbR {
  color: white;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border: none;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--footer--9JvNO button.DynGroupSend-module--blueBtn---OmbR[disabled] {
  background: #b7c3ff;
  background: var(--Brand-3, #b7c3ff);
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--intro--vzvUP {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 16px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--uploadArea--cTJe9 {
  margin: 12px 0;
  height: 160px;
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  border: 1px dashed #4c6aff;
  border-radius: 4px;
  display: block;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--uploadArea--cTJe9 .ant-upload {
  display: block;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--uploadArea--cTJe9 .DynGroupSend-module--activeArea--khpEB {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 160px;
  text-align: center;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--optArea--5B2W9 {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 22px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--optArea--5B2W9 > span {
  padding: 0 8px;
  cursor: pointer;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--optArea--5B2W9 .DynGroupSend-module--addFile--oZ1rx {
  padding-left: 0;
  display: inline-flex;
  align-items: center;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--optArea--5B2W9 .DynGroupSend-module--addFile--oZ1rx svg {
  margin-right: 5.5px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--optArea--5B2W9 .DynGroupSend-module--addFile--oZ1rx svg path {
  fill: #4c6aff;
  fill: var(--Brand-6, #4c6aff);
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--optArea--5B2W9 .DynGroupSend-module--downloadDemo--6pnOu {
  position: relative;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--optArea--5B2W9 .DynGroupSend-module--downloadDemo--6pnOu:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #c9cbd6;
  background: var(--Fill-5, #c9cbd6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--fileArea--d0QKC .DynGroupSend-module--fileAreaTitle--JXapf {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--fileArea--d0QKC .DynGroupSend-module--empty--9cwYV {
  font-weight: 400;
  font-size: 14px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  line-height: 22px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--fileArea--d0QKC .DynGroupSend-module--fileList--fYGq2 .DynGroupSend-module--fileItem--iRttd .DynGroupSend-module--fileItemCont--6ku1s {
  padding: 0 4px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  display: flex;
  align-items: center;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--fileArea--d0QKC .DynGroupSend-module--fileList--fYGq2 .DynGroupSend-module--fileItem--iRttd .DynGroupSend-module--fileItemCont--6ku1s .DynGroupSend-module--fileNameCont--d-QAy {
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  line-height: 22px;
  white-space: nowrap;
  flex: 1 1;
  display: inline-flex;
  overflow: hidden;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--fileArea--d0QKC .DynGroupSend-module--fileList--fYGq2 .DynGroupSend-module--fileItem--iRttd .DynGroupSend-module--fileItemCont--6ku1s .DynGroupSend-module--fileNameCont--d-QAy .DynGroupSend-module--fileName--Kt2i8 {
  max-width: 100%;
  overflow: hidden;
  display: flex;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--fileArea--d0QKC .DynGroupSend-module--fileList--fYGq2 .DynGroupSend-module--fileItem--iRttd .DynGroupSend-module--fileItemCont--6ku1s .DynGroupSend-module--fileNameCont--d-QAy .DynGroupSend-module--fileName--Kt2i8 .DynGroupSend-module--befName--UO5aj {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--fileArea--d0QKC .DynGroupSend-module--fileList--fYGq2 .DynGroupSend-module--fileItem--iRttd .DynGroupSend-module--fileItemCont--6ku1s .DynGroupSend-module--fileDel--EaF-i {
  margin: 0 2px 0 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step1--x4-Oo .DynGroupSend-module--fileArea--d0QKC .DynGroupSend-module--fileList--fYGq2 .DynGroupSend-module--fileItem--iRttd .DynGroupSend-module--fileError--UceHf {
  margin-top: 8px;
  padding-left: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  line-height: 22px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew {
  margin-top: 12px;
  display: flex;
  gap: 14px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew > div {
  height: 316px;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  line-height: 22px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  box-sizing: border-box;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew > div .DynGroupSend-module--title--pa83i {
  margin: 12px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew .DynGroupSend-module--left--cqhcw .DynGroupSend-module--cks--Iosqx {
  flex: 1 1;
  padding: 0 12px;
  margin-bottom: 12px;
  overflow-y: scroll;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew .DynGroupSend-module--left--cqhcw .DynGroupSend-module--cks--Iosqx .ant-checkbox-wrapper {
  display: flex;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew .DynGroupSend-module--left--cqhcw .DynGroupSend-module--cks--Iosqx .ant-checkbox-group-item {
  display: flex;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew .DynGroupSend-module--right--1wgQv .DynGroupSend-module--previewTable--LJL59 {
  flex: 1 1;
  padding: 0 12px;
  margin-bottom: 12px;
  overflow-y: scroll;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew .DynGroupSend-module--right--1wgQv .DynGroupSend-module--previewTable--LJL59.DynGroupSend-module--empty--9cwYV .ant-table-container {
  border: none;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew .DynGroupSend-module--right--1wgQv .DynGroupSend-module--previewTable--LJL59.DynGroupSend-module--empty--9cwYV table {
  border: none;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew .DynGroupSend-module--right--1wgQv .DynGroupSend-module--previewTable--LJL59.DynGroupSend-module--empty--9cwYV td {
  border: none;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--fieldArea--V4Oew .DynGroupSend-module--right--1wgQv .DynGroupSend-module--previewTable--LJL59 td {
  padding: 8px 10px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  white-space: pre-line;
  word-break: break-all;
  line-height: 16px !important;
  background: white !important;
  border-bottom: 1px solid #f0f0f0;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--selectedFields--rjF38 {
  margin: 0;
  padding: 12px 0 12px 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  border-bottom: 1px solid #e1e3e8;
  border-bottom: 1px solid var(--Line-3, #e1e3e8);
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--contSelect--JukTY {
  padding-top: 12px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--contSelect--JukTY > p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--contSelect--JukTY > div .ant-checkbox-wrapper {
  margin-right: 4px;
  display: inline-flex;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--contSelect--JukTY > div .DynGroupSend-module--ckCont--scLjc {
  display: inline-flex;
  align-items: center;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--contSelect--JukTY > div .DynGroupSend-module--ckCont--scLjc svg {
  margin-left: 4px;
}
.DynGroupSend-module--dynGroupSend--i\+w53 .DynGroupSend-module--step2--GB3ap .DynGroupSend-module--contSelect--JukTY > div .DynGroupSend-module--ckError--Hy7s0 {
  font-weight: 400;
  font-size: 14px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  line-height: 22px;
}
.modal-dialog .modal-content .modal-text .title {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.modal-dialog .modal-content .modal-text .desc {
  margin-top: 8px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.modal-dialog .modal-content .btns {
  display: block;
  text-align: right;
}
.modal-dialog .modal-content .btns .cancel,
.modal-dialog .modal-content .btns .save {
  border: none;
}
.modal-dialog .modal-content .btns .cancel {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.modal-dialog .modal-content .confirm-btns {
  display: block !important;
}
.PreviewDyncGroup-module--previewDyncGroupModal--61V7u .ant-modal-header .ant-modal-title {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 24px !important;
}
.PreviewDyncGroup-module--previewDyncGroupModal--61V7u .ant-modal-body {
  padding-top: 4px !important;
}

.PreviewDyncGroup-module--previewDyncGroup--n11MP .PreviewDyncGroup-module--intro--XIOTy {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
}
.PreviewDyncGroup-module--previewDyncGroup--n11MP .PreviewDyncGroup-module--title--\+wGNo {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 24px;
}
.PreviewDyncGroup-module--previewDyncGroup--n11MP .PreviewDyncGroup-module--mailInfo--qvzka {
  margin-top: 8px;
}
.PreviewDyncGroup-module--previewDyncGroup--n11MP .PreviewDyncGroup-module--mailInfo--qvzka p {
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
}
.PreviewDyncGroup-module--previewDyncGroup--n11MP > iframe {
  width: 100%;
}
.PreviewDyncGroup-module--previewDyncGroup--n11MP .PreviewDyncGroup-module--footer--EToya {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.PreviewDyncGroup-module--previewDyncGroup--n11MP .PreviewDyncGroup-module--footer--EToya button {
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  line-height: 22px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
}
.PreviewDyncGroup-module--previewDyncGroup--n11MP .PreviewDyncGroup-module--footer--EToya button.PreviewDyncGroup-module--blueBtn--SccHD {
  color: white;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border: none;
}
.write-mail-wrap {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.write-mail-wrap .container {
  display: flex;
  flex-flow: column;
  position: absolute;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}
.write-mail-wrap .container .write {
  flex: 1 1;
  overflow: auto;
  position: relative;
}
.write-mail-wrap .container .write::-webkit-scrollbar {
  display: none;
}
.write-mail-wrap .draggable {
  overflow: hidden;
}
.write-mail-wrap .draggable-animate {
  transition: width 0.35s, height 0.35s, top 0.35s, left 0.35s;
}

.write-letter-resize {
  z-index: 100;
}
.write-letter-resize .custom-component-s {
  position: absolute;
  cursor: row-resize;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.write-letter-resize .custom-component-n {
  position: absolute;
  cursor: row-resize;
  top: 0;
  width: 100%;
  height: 1px;
}
.write-letter-resize .custom-component-w {
  position: absolute;
  cursor: col-resize;
  left: 0;
  width: 1px;
  height: 100%;
}
.write-letter-resize .custom-component-e {
  position: absolute;
  cursor: col-resize;
  right: 0;
  width: 1px;
  height: 100%;
}
.write-letter-resize .custom-component-se {
  position: absolute;
  cursor: se-resize;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}
.write-letter-resize .custom-component-sw {
  position: absolute;
  cursor: sw-resize;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
}
.write-letter-resize .custom-component-ne {
  position: absolute;
  cursor: ne-resize;
  right: 0;
  top: 0;
  width: 4px;
  height: 4px;
}
.write-letter-resize .custom-component-nw {
  position: absolute;
  cursor: nw-resize;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
}
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes main-module--spin--m1I0n {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.main-module--sideBarTicky--tcXCN {
  width: 68px;
}

.main-module--letter-count--8WmCZ {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 44px;
  border-top-left-radius: 4px;
  background: rgba(0, 0, 0, 0.32);
  z-index: 2;
  cursor: pointer;
  color: #ffffff;
}

.main-module--side-bar--Cze1d {
  -webkit-app-region: drag;
  width: 68px;
  background: #4c6aff;
  background: var(--Brand-6-bg, #4c6aff);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  box-shadow: var(--border-line-2-dark, none);
}
.main-module--side-bar--Cze1d .main-module--sideBarItemContainer--McwD6:focus-visible {
  outline: none;
  border: none;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD {
  padding: 3px 0;
  -webkit-app-region: no-drag;
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K {
  margin-bottom: 6px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .main-module--redPoint--3\+FRC {
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  background-color: #f74f4f;
  border-radius: 3px;
  top: 0;
  right: 0;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .main-module--iconTag--nlFI0 {
  position: absolute;
  color: #ffffff;
  background-color: #f74f4f;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  text-align: center;
  min-width: 16px;
  left: 12px;
  top: -4px;
  font-size: 12px;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .main-module--iconTag--nlFI0 .main-module--text--tAo\+Y {
  padding: 0 4px;
  white-space: nowrap;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .main-module--beta-tag--9KFMU {
  position: absolute;
  left: 40%;
  top: -50%;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD .main-module--sideBarTabLabel--1H0gq {
  color: #ffffff;
  opacity: 0.5;
  line-height: 1;
  font-size: 12px;
  text-align: center;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5).main-module--sideBarTabFocus--JPfm6 {
  background-color: rgba(39, 46, 71, 0.2);
  background-color: rgba(var(--sidebar-hover-r, 39), var(--sidebar-hover-g, 46), var(--sidebar-hover-b, 71), 0.2);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5).main-module--sideBarTabFocus--JPfm6 .main-module--sideBarTabLabel--1H0gq {
  color: #ffffff;
  color: var(--sidebar-label-focus-color, #ffffff);
  opacity: 1;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover {
  /* 临时处理，比较蠢的方法，和global.scss基本上的 enhance 的样式是重复的 */
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-mailbox {
  background-image: var(--sidebar-mailbox-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-contact {
  background-image: var(--sidebar-contact-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-apps {
  background-image: var(--sidebar-apps-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-disk {
  background-image: var(--sidebar-disk-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-im {
  background-image: var(--sidebar-im-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-schedule {
  background-image: var(--sidebar-schedule-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-schedule .time-text {
  opacity: 1;
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-jump-out-trade-acquisition {
  background-image: var(--sidebar-jump-out-trade-acquisition-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-jump-out-mail-marketing {
  background-image: var(--sidebar-jump-out-mail-marketing-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-jump-out-waimao-website {
  background-image: var(--idebar-jump-out-waimao-website-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-jump-out-big-data {
  background-image: var(--sidebar-jump-out-big-data-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-jump-out-media-marketing {
  background-image: var(--sidebar-jump-out-media-marketing-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-wa {
  background-image: var(--sidebar-jump-out-media-marketing-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .anticon .sirius-icon-businessExec {
  background-image: var(--sidebar-jump-out-media-marketing-enhance);
}
.main-module--side-bar--Cze1d .main-module--side-bar-tab--\+KKmD:not(.main-module--sidebarTabEdm--jdsP5):hover .sirius-icon-website {
  opacity: 1;
}
.main-module--side-bar--Cze1d .main-module--sideBarTabHide--sZxeg {
  display: none;
}
.main-module--side-bar--Cze1d .main-module--avatar-remind--69P-2 {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f74f4f;
  border-radius: 4px;
  position: absolute;
  right: 15px;
}

.main-module--main-layout-container--DMREc {
  height: 100%;
  display: flex;
}

.main-module--web-content--nwMmn {
  background-color: #386ee7;
}

.main-module--forbid-select--Tw2Tb {
  -webkit-user-select: none;
          user-select: none;
}

.main-module--overflow-content--YgMij {
  overflow-y: auto;
}

.main-module--side-content-layout-warpper--b2F1G {
  height: 100%;
  overflow-y: auto;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.main-module--side-content-layout-warpper--b2F1G::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.main-module--side-content-layout-warpper--b2F1G::-webkit-scrollbar:horizontal {
  height: 6px;
}
.main-module--side-content-layout-warpper--b2F1G:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.main-module--side-content-layout-warpper--b2F1G:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.main-module--side-content-layout-warpper--b2F1G:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.main-module--side-content-layout-warpper--b2F1G:hover::-webkit-scrollbar-button {
  display: none;
}
.main-module--side-content-layout-warpper--b2F1G:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.main-module--side-content-layout-warpper--b2F1G:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.main-module--side-content-layout-warpper--b2F1G:hover::-webkit-scrollbar-corner {
  display: none;
}

.main-module--mail-tab-content-layout-warpper--2aH7Z {
  width: 100%;
}

.main-module--borderRight--WOCdO + .react-resizable-handle.react-resizable-handle-se {
  box-shadow: inset -0.5px 0px 0px rgba(39, 46, 71, 0.12);
  box-shadow: inset -0.5px 0px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}

.main-module--sideBarTipWrap--VMyok {
  padding-left: 6px;
}
.main-module--sideBarTipWrap--VMyok .main-module--sdiBarTipArrow--vQeMM {
  position: absolute;
  left: -1px;
  top: 0;
  background-image: url(/static/tooltip_arrows.9de635a5.svg);
  background-size: 100% 100%;
  width: 7px;
  height: 38px;
}

.main-module--sirius-spin-wrap--dC8f5 {
  width: auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.main-module--sirius-spin-wrap--dC8f5 .main-module--sirius-spin-icon--FQ5-V {
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  animation: main-module--spin--m1I0n 1s linear infinite;
}
.main-module--sirius-spin-wrap--dC8f5 .main-module--sirius-spin-label--rY8QA {
  margin-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.main-module--sideBarDropdownWrapperEdm--7wr6R .ant-popover-inner {
  border-radius: 4px;
}

.main-module--sideBarDropdown--xy2x9,
.main-module--sideBarDropdownEdm--hGhph {
  z-index: 9999;
  width: 68px;
  box-sizing: border-box;
}
.main-module--sideBarDropdown--xy2x9.main-module--sideBarDropdown--xy2x9,
.main-module--sideBarDropdownEdm--hGhph.main-module--sideBarDropdown--xy2x9 {
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  background: #4c6aff;
  background: var(--Brand-6-bg, #4c6aff);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
}
.main-module--sideBarDropdown--xy2x9.main-module--sideBarDropdownEdm--hGhph,
.main-module--sideBarDropdownEdm--hGhph.main-module--sideBarDropdownEdm--hGhph {
  background: #373b52;
}

.main-module--sideBarTabMore--Fmcnr {
  width: 24px;
  height: 24px;
}
.main-module--sideBarTabMore--Fmcnr .main-module--sideBarMoreIcon--XY6Lf {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/static/more-tabs.0fc38cbb.svg);
}
.main-module--sideBarTabMore--Fmcnr.main-module--side-bar-tab-more-enhance--aatA3 {
  background-color: rgba(39, 46, 71, 0.2);
  background-color: rgba(var(--sidebar-hover-r, 39), var(--sidebar-hover-g, 46), var(--sidebar-hover-b, 71), 0.2);
}
.main-module--sideBarTabMore--Fmcnr.main-module--side-bar-tab-more-enhance--aatA3 .main-module--sideBarMoreIcon--XY6Lf {
  background-image: url(/static/more-tabs-hover.48b23824.svg);
}
.main-module--sideBarTabMore--Fmcnr.main-module--side-bar-tab-more-enhance--aatA3 .main-module--sideBarTabLabel--1H0gq {
  color: #ffffff;
  color: var(--sidebar-label-focus-color, #ffffff);
  opacity: 1;
}
.main-module--sideBarTabMore--Fmcnr:not(.main-module--isDragging--Xzs6s):hover .main-module--sideBarMoreIcon--XY6Lf {
  background-image: url(/static/more-tabs-hover.48b23824.svg);
}

.main-module--sideBarTabMoreEdm--GjgbX {
  width: 24px;
  height: 24px;
}
.main-module--sideBarTabMoreEdm--GjgbX .main-module--sideBarMoreIcon--XY6Lf {
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/static/more-tabs.0fc38cbb.svg);
}
.main-module--sideBarTabMoreEdm--GjgbX.main-module--side-bar-tab-more-enhance--aatA3 .main-module--sideBarMoreIcon--XY6Lf {
  background-image: url(/static/more-tabs-enhance.32d9d771.svg);
}
.main-module--sideBarTabMoreEdm--GjgbX:not(.main-module--isDragging--Xzs6s):hover {
  background-color: #2a2e44;
}
.main-module--sideBarTabMoreEdm--GjgbX.main-module--side-bar-tab-more-enhance--aatA3 {
  background-color: #2a2e44;
}
.main-module--sideBarTabMoreEdm--GjgbX.main-module--side-bar-tab-more-enhance--aatA3 .main-module--sideBarTabLabel--1H0gq {
  color: #ffffff;
  color: var(--sidebar-label-focus-color, #ffffff);
  opacity: 1;
}

.main-module--side-bar-footer--bEi-Y {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 68px;
  z-index: 1000;
}
.main-module--side-bar-footer--bEi-Y .main-module--expand-menu-icon--9IBAV {
  margin-left: 18px;
  width: 32px;
  height: 60px;
  padding: 20px 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.main-module--side-bar-footer--bEi-Y .main-module--download-menu-icon--4hi2G {
  width: 100%;
  height: 60px;
  padding: 20px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-module--sideBarTickyLingxi--Y76wr .sirius-icon-business {
  background-image: url(/static/business2_lh.2959a05f.svg);
}
.main-module--sideBarTickyLingxi--Y76wr .sirius-icon-business-enhance {
  background-image: url(/static/business2_lh_enhance.38343dab.svg);
}

.main-module--sideBarTickyWaimao--yHNJ2 {
  display: flex;
  flex-direction: column;
  min-height: 680px;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A {
  flex: 1 1;
  background: #373b52;
  position: relative;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--sideBarTabLabel--1H0gq {
  text-align: center;
  line-height: 16px;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD {
  padding: 0;
  height: 58px;
  position: relative;
  width: 60px;
  margin: 0 auto;
  border-radius: 6px;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD:hover {
  background: #2a2e44;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD.main-module--sideBarTabFocus--JPfm6 {
  background: #2a2e44;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD.main-module--sideBarTabFocus--JPfm6 .main-module--sideBarTabLabel--1H0gq {
  color: #ffffff;
  color: var(--sidebar-label-focus-color, #ffffff);
  opacity: 1;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K {
  margin-bottom: 4px;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon {
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-size: 20px;
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-mailbox {
  background-image: url(/static/mailbox2.b56b867f.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-mailbox-enhance {
  background-image: url(/static/mailbox2_enhance.0ae3d509.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-ai-staff {
  background-image: url(/static/ai_staff.04219fb9.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-ai-staff-enhance {
  background-image: url(/static/ai_staff_enhance.4164d374.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-wa {
  background-image: url(/static/wa.c2149e50.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-wa-enhance {
  background-image: url(/static/wa_enhance.25d620c0.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-business {
  background-image: url(/static/business2.7144f620.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-bigData {
  background-image: url(/static/bigData.b4fd0126.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-bigData-enhance {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIwIDIxIiBmaWxsPSJub25lIj4KICAgIDxjaXJjbGUgY3g9IjkiIGN5PSI5LjUiIHI9IjciIGZpbGw9IiM0QzZBRkYiLz4KICAgIDxwYXRoIGQ9Ik05IDUuNDU2MDVDOC40Njg5NCA1LjQ1NjA1IDcuOTQzMDggNS41NjA2NSA3LjQ1MjQ1IDUuNzYzODhDNi45NjE4MSA1Ljk2NzExIDYuNTE2MDEgNi4yNjQ5OCA2LjE0MDUgNi42NDA1QzUuNzY0OTggNy4wMTYwMSA1LjQ2NzExIDcuNDYxODIgNS4yNjM4OCA3Ljk1MjQ1QzUuMDYwNjUgOC40NDMwOCA0Ljk1NjA1IDguOTY4OTQgNC45NTYwNSA5LjUiIHN0cm9rZT0iIzUyRjRGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KICAgIDxwYXRoIGQ9Ik0xOC4xNDA4IDE4LjY0MDhMMTUuNSAxNiIgc3Ryb2tlPSIjNEM2QUZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-intelliMarketing {
  background-image: url(/static/intelliMarketing.3f1fdcd2.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-intelliMarketing-enhance {
  background-image: url(/static/intelliMarketing_enhance.22d0f54f.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-worktable {
  background-image: url(/static/worktable2.5bca10bd.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-worktable-enhance {
  background-image: url(/static/worktable2_enhance.dc6864a2.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-site {
  background-image: url(/static/site2.9036e3af.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-site-enhance {
  background-image: url(/static/site2_enhance.7189e9f7.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-business-enhance {
  background-image: url(/static/business2_enhance.ff51fdf4.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-businessExec {
  background-image: url(/static/businessExec.759d5070.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-businessExec-enhance {
  background-image: url(/static/businessExec_enhance.ae6e0c48.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-coop {
  background-image: url(/static/coop.979fe8dc.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar--Cze1d.main-module--side-bar-waimao--BvY2A .main-module--side-bar-tab--\+KKmD .main-module--icon-wrapper--XNh8K .anticon .sirius-icon-coop-enhance {
  background-image: url(/static/coop_enhance.a0851f81.svg);
}
.main-module--sideBarTickyWaimao--yHNJ2 .main-module--side-bar-footer--bEi-Y {
  position: relative;
  background: #373b52;
}

.main-module--page-content-dark-bg--Qntcq {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.main-module--page-content-bg--XUs38 {
  background-color: #ffffff;
}

.main-module--overlay--1-aQG {
  z-index: 11;
}

.main-module--tipOk--NRo\+U {
  margin-left: 12px;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  cursor: pointer;
}

.main-module--more--ruG0M .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}

.main-module--dotShow--vTw1r {
  position: relative;
}
.main-module--dotShow--vTw1r::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 19px;
  width: 6px;
  height: 6px;
  background-color: #df3e31;
  border-radius: 50%;
}

.main-module--noti--pzN1q {
  width: 329px !important;
  height: 424px !important;
  background: white;
  box-shadow: 0px 4px 30px rgba(78, 86, 130, 0.2);
}

.main-module--toolsIcon--OyOwY {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  height: 18px;
  cursor: pointer;
  margin-bottom: 12px;
  white-space: nowrap;
}
.main-module--toolsIcon--OyOwY:last-child {
  margin-bottom: 0;
}
.main-module--toolsIcon--OyOwY:hover path {
  opacity: 1 !important;
}
.main-module--toolsIcon--OyOwY:hover g {
  opacity: 1 !important;
}

.main-module--toolSets--94s91 {
  margin-left: 18px;
  width: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 6px 8px;
  margin-bottom: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.main-module--toolSets--94s91 .ant-badge-count {
  background: #df3e31;
  box-shadow: none;
}
.main-module--toolSets--94s91 .ant-badge-count-sm {
  border-radius: 100px;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
}
.main-module--toolSets--94s91 .ant-badge-multiple-words {
  padding: 0px 3px 2px;
}

.main-module--newUsageGuide--lgS9K {
  padding: 0 !important;
  margin-left: 1px;
  justify-content: left !important;
  align-items: flex-start !important;
  height: 30px !important;
}
.expandableSideContent-module--fold-wrapper--wJ0Zo:hover .expandableSideContent-module--fold-btn--8Q-WO {
  display: flex;
}

.expandableSideContent-module--expand-btn--Dc7KY,
.expandableSideContent-module--fold-btn--8Q-WO {
  width: 24px;
  height: 62px;
  cursor: pointer;
  position: absolute;
  top: 49%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.expandableSideContent-module--expand-btn--Dc7KY,
.expandableSideContent-module--fold-btn--8Q-WO {
  align-items: center;
  color: #8d92a1;
}
.expandableSideContent-module--expand-btn--Dc7KY:hover,
.expandableSideContent-module--fold-btn--8Q-WO:hover {
  color: #4c6aff;
}

.expandableSideContent-module--expand-btn--Dc7KY {
  border-left: none;
  z-index: 1;
  background-image: url(/static/submenu-expand.8fea4b5b.svg);
  display: flex;
}
.expandableSideContent-module--expand-btn--Dc7KY .sirius-icon {
  transform: translateX(-4px);
}

.expandableSideContent-module--fold-btn--8Q-WO {
  border-right: none;
  z-index: 1;
  background-image: url(/static/submenu-fold.1aa4070a.svg);
  right: 0px;
  display: none;
}
.expandableSideContent-module--fold-btn--8Q-WO .sirius-icon {
  transform: translateX(4px);
}
.guideBox.imgGuide .ant-popover-arrow::after {
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/common/2022/12/15/1cf64d69b3a04f32b5d467a4fe6aef23.png") !important;
}
.guideBox.maskGuide .ant-popover-arrow::after {
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/common/2023/12/04/e2f74f4b731d4369a97c960c5d9875a7.png") !important;
}
.guideBox.tipGuide .ant-popover-arrow::after {
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/common/2022/12/26/aa26f648ede94063b69e496954526fd5.png") !important;
}
.guideBox.hiddenArrow .ant-popover-arrow::after {
  display: none !important;
}
.guideBox.arrowLeftDis-1 .ant-popover-arrow {
  left: 1px !important;
}
.guideBox.arrowLeftDis-2 .ant-popover-arrow {
  left: 2px !important;
}
.guideBox.arrowLeftDis-3 .ant-popover-arrow {
  left: 3px !important;
}
.guideBox.arrowLeftDis-4 .ant-popover-arrow {
  left: 4px !important;
}
.guideBox.arrowLeftDis-5 .ant-popover-arrow {
  left: 5px !important;
}
.guideBox.arrowLeftDis-6 .ant-popover-arrow {
  left: 6px !important;
}
.guideBox.arrowLeftDis-7 .ant-popover-arrow {
  left: 7px !important;
}
.guideBox.arrowLeftDis-8 .ant-popover-arrow {
  left: 8px !important;
}
.guideBox.arrowLeftDis-9 .ant-popover-arrow {
  left: 9px !important;
}
.guideBox.arrowLeftDis-10 .ant-popover-arrow {
  left: 10px !important;
}
.guideBox.arrowLeftDis-11 .ant-popover-arrow {
  left: 11px !important;
}
.guideBox.arrowLeftDis-12 .ant-popover-arrow {
  left: 12px !important;
}
.guideBox.arrowLeftDis-13 .ant-popover-arrow {
  left: 13px !important;
}
.guideBox.arrowLeftDis-14 .ant-popover-arrow {
  left: 14px !important;
}
.guideBox.arrowLeftDis-15 .ant-popover-arrow {
  left: 15px !important;
}
.guideBox.arrowLeftDis-16 .ant-popover-arrow {
  left: 16px !important;
}
.guideBox.arrowLeftDis-17 .ant-popover-arrow {
  left: 17px !important;
}
.guideBox.arrowLeftDis-18 .ant-popover-arrow {
  left: 18px !important;
}
.guideBox.arrowLeftDis-19 .ant-popover-arrow {
  left: 19px !important;
}
.guideBox.arrowLeftDis-20 .ant-popover-arrow {
  left: 20px !important;
}
.guideBox.arrowLeftDis-21 .ant-popover-arrow {
  left: 21px !important;
}
.guideBox.arrowLeftDis-22 .ant-popover-arrow {
  left: 22px !important;
}
.guideBox.arrowLeftDis-23 .ant-popover-arrow {
  left: 23px !important;
}
.guideBox.arrowLeftDis-24 .ant-popover-arrow {
  left: 24px !important;
}
.guideBox.arrowLeftDis-25 .ant-popover-arrow {
  left: 25px !important;
}
.guideBox.arrowLeftDis-26 .ant-popover-arrow {
  left: 26px !important;
}
.guideBox.arrowLeftDis-27 .ant-popover-arrow {
  left: 27px !important;
}
.guideBox.arrowLeftDis-28 .ant-popover-arrow {
  left: 28px !important;
}
.guideBox.arrowLeftDis-29 .ant-popover-arrow {
  left: 29px !important;
}
.guideBox.arrowLeftDis-30 .ant-popover-arrow {
  left: 30px !important;
}
.guideBox.arrowLeftDis-31 .ant-popover-arrow {
  left: 31px !important;
}
.guideBox.arrowLeftDis-32 .ant-popover-arrow {
  left: 32px !important;
}
.guideBox.arrowLeftDis-33 .ant-popover-arrow {
  left: 33px !important;
}
.guideBox.arrowLeftDis-34 .ant-popover-arrow {
  left: 34px !important;
}
.guideBox.arrowLeftDis-35 .ant-popover-arrow {
  left: 35px !important;
}
.guideBox.arrowLeftDis-36 .ant-popover-arrow {
  left: 36px !important;
}
.guideBox.arrowLeftDis-37 .ant-popover-arrow {
  left: 37px !important;
}
.guideBox.arrowLeftDis-38 .ant-popover-arrow {
  left: 38px !important;
}
.guideBox.arrowLeftDis-39 .ant-popover-arrow {
  left: 39px !important;
}
.guideBox.arrowLeftDis-40 .ant-popover-arrow {
  left: 40px !important;
}
.guideBox.arrowLeftDis-41 .ant-popover-arrow {
  left: 41px !important;
}
.guideBox.arrowLeftDis-42 .ant-popover-arrow {
  left: 42px !important;
}
.guideBox.arrowLeftDis-43 .ant-popover-arrow {
  left: 43px !important;
}
.guideBox.arrowLeftDis-44 .ant-popover-arrow {
  left: 44px !important;
}
.guideBox.arrowLeftDis-45 .ant-popover-arrow {
  left: 45px !important;
}
.guideBox.arrowLeftDis-46 .ant-popover-arrow {
  left: 46px !important;
}
.guideBox.arrowLeftDis-47 .ant-popover-arrow {
  left: 47px !important;
}
.guideBox.arrowLeftDis-48 .ant-popover-arrow {
  left: 48px !important;
}
.guideBox.arrowLeftDis-49 .ant-popover-arrow {
  left: 49px !important;
}
.guideBox.arrowLeftDis-50 .ant-popover-arrow {
  left: 50px !important;
}
.guideBox.arrowLeftDis-51 .ant-popover-arrow {
  left: 51px !important;
}
.guideBox.arrowLeftDis-52 .ant-popover-arrow {
  left: 52px !important;
}
.guideBox.arrowLeftDis-53 .ant-popover-arrow {
  left: 53px !important;
}
.guideBox.arrowLeftDis-54 .ant-popover-arrow {
  left: 54px !important;
}
.guideBox.arrowLeftDis-55 .ant-popover-arrow {
  left: 55px !important;
}
.guideBox.arrowLeftDis-56 .ant-popover-arrow {
  left: 56px !important;
}
.guideBox.arrowLeftDis-57 .ant-popover-arrow {
  left: 57px !important;
}
.guideBox.arrowLeftDis-58 .ant-popover-arrow {
  left: 58px !important;
}
.guideBox.arrowLeftDis-59 .ant-popover-arrow {
  left: 59px !important;
}
.guideBox.arrowLeftDis-60 .ant-popover-arrow {
  left: 60px !important;
}
.guideBox.arrowLeftDis-61 .ant-popover-arrow {
  left: 61px !important;
}
.guideBox.arrowLeftDis-62 .ant-popover-arrow {
  left: 62px !important;
}
.guideBox.arrowLeftDis-63 .ant-popover-arrow {
  left: 63px !important;
}
.guideBox.arrowLeftDis-64 .ant-popover-arrow {
  left: 64px !important;
}
.guideBox.arrowLeftDis-65 .ant-popover-arrow {
  left: 65px !important;
}
.guideBox.arrowLeftDis-66 .ant-popover-arrow {
  left: 66px !important;
}
.guideBox.arrowLeftDis-67 .ant-popover-arrow {
  left: 67px !important;
}
.guideBox.arrowLeftDis-68 .ant-popover-arrow {
  left: 68px !important;
}
.guideBox.arrowLeftDis-69 .ant-popover-arrow {
  left: 69px !important;
}
.guideBox.arrowLeftDis-70 .ant-popover-arrow {
  left: 70px !important;
}
.guideBox.arrowLeftDis-71 .ant-popover-arrow {
  left: 71px !important;
}
.guideBox.arrowLeftDis-72 .ant-popover-arrow {
  left: 72px !important;
}
.guideBox.arrowLeftDis-73 .ant-popover-arrow {
  left: 73px !important;
}
.guideBox.arrowLeftDis-74 .ant-popover-arrow {
  left: 74px !important;
}
.guideBox.arrowLeftDis-75 .ant-popover-arrow {
  left: 75px !important;
}
.guideBox.arrowLeftDis-76 .ant-popover-arrow {
  left: 76px !important;
}
.guideBox.arrowLeftDis-77 .ant-popover-arrow {
  left: 77px !important;
}
.guideBox.arrowLeftDis-78 .ant-popover-arrow {
  left: 78px !important;
}
.guideBox.arrowLeftDis-79 .ant-popover-arrow {
  left: 79px !important;
}
.guideBox.arrowLeftDis-80 .ant-popover-arrow {
  left: 80px !important;
}
.guideBox.arrowLeftDis-81 .ant-popover-arrow {
  left: 81px !important;
}
.guideBox.arrowLeftDis-82 .ant-popover-arrow {
  left: 82px !important;
}
.guideBox.arrowLeftDis-83 .ant-popover-arrow {
  left: 83px !important;
}
.guideBox.arrowLeftDis-84 .ant-popover-arrow {
  left: 84px !important;
}
.guideBox.arrowLeftDis-85 .ant-popover-arrow {
  left: 85px !important;
}
.guideBox.arrowLeftDis-86 .ant-popover-arrow {
  left: 86px !important;
}
.guideBox.arrowLeftDis-87 .ant-popover-arrow {
  left: 87px !important;
}
.guideBox.arrowLeftDis-88 .ant-popover-arrow {
  left: 88px !important;
}
.guideBox.arrowLeftDis-89 .ant-popover-arrow {
  left: 89px !important;
}
.guideBox.arrowLeftDis-90 .ant-popover-arrow {
  left: 90px !important;
}
.guideBox.arrowLeftDis-91 .ant-popover-arrow {
  left: 91px !important;
}
.guideBox.arrowLeftDis-92 .ant-popover-arrow {
  left: 92px !important;
}
.guideBox.arrowLeftDis-93 .ant-popover-arrow {
  left: 93px !important;
}
.guideBox.arrowLeftDis-94 .ant-popover-arrow {
  left: 94px !important;
}
.guideBox.arrowLeftDis-95 .ant-popover-arrow {
  left: 95px !important;
}
.guideBox.arrowLeftDis-96 .ant-popover-arrow {
  left: 96px !important;
}
.guideBox.arrowLeftDis-97 .ant-popover-arrow {
  left: 97px !important;
}
.guideBox.arrowLeftDis-98 .ant-popover-arrow {
  left: 98px !important;
}
.guideBox.arrowLeftDis-99 .ant-popover-arrow {
  left: 99px !important;
}
.guideBox.arrowLeftDis-100 .ant-popover-arrow {
  left: 100px !important;
}
.guideBox.arrowLeftDis-101 .ant-popover-arrow {
  left: 101px !important;
}
.guideBox.arrowLeftDis-102 .ant-popover-arrow {
  left: 102px !important;
}
.guideBox.arrowLeftDis-103 .ant-popover-arrow {
  left: 103px !important;
}
.guideBox.arrowLeftDis-104 .ant-popover-arrow {
  left: 104px !important;
}
.guideBox.arrowLeftDis-105 .ant-popover-arrow {
  left: 105px !important;
}
.guideBox.arrowLeftDis-106 .ant-popover-arrow {
  left: 106px !important;
}
.guideBox.arrowLeftDis-107 .ant-popover-arrow {
  left: 107px !important;
}
.guideBox.arrowLeftDis-108 .ant-popover-arrow {
  left: 108px !important;
}
.guideBox.arrowLeftDis-109 .ant-popover-arrow {
  left: 109px !important;
}
.guideBox.arrowLeftDis-110 .ant-popover-arrow {
  left: 110px !important;
}
.guideBox.arrowLeftDis-111 .ant-popover-arrow {
  left: 111px !important;
}
.guideBox.arrowLeftDis-112 .ant-popover-arrow {
  left: 112px !important;
}
.guideBox.arrowLeftDis-113 .ant-popover-arrow {
  left: 113px !important;
}
.guideBox.arrowLeftDis-114 .ant-popover-arrow {
  left: 114px !important;
}
.guideBox.arrowLeftDis-115 .ant-popover-arrow {
  left: 115px !important;
}
.guideBox.arrowLeftDis-116 .ant-popover-arrow {
  left: 116px !important;
}
.guideBox.arrowLeftDis-117 .ant-popover-arrow {
  left: 117px !important;
}
.guideBox.arrowLeftDis-118 .ant-popover-arrow {
  left: 118px !important;
}
.guideBox.arrowLeftDis-119 .ant-popover-arrow {
  left: 119px !important;
}
.guideBox.arrowLeftDis-120 .ant-popover-arrow {
  left: 120px !important;
}
.guideBox.arrowLeftDis-121 .ant-popover-arrow {
  left: 121px !important;
}
.guideBox.arrowLeftDis-122 .ant-popover-arrow {
  left: 122px !important;
}
.guideBox.arrowLeftDis-123 .ant-popover-arrow {
  left: 123px !important;
}
.guideBox.arrowLeftDis-124 .ant-popover-arrow {
  left: 124px !important;
}
.guideBox.arrowLeftDis-125 .ant-popover-arrow {
  left: 125px !important;
}
.guideBox.arrowLeftDis-126 .ant-popover-arrow {
  left: 126px !important;
}
.guideBox.arrowLeftDis-127 .ant-popover-arrow {
  left: 127px !important;
}
.guideBox.arrowLeftDis-128 .ant-popover-arrow {
  left: 128px !important;
}
.guideBox.arrowLeftDis-129 .ant-popover-arrow {
  left: 129px !important;
}
.guideBox.arrowLeftDis-130 .ant-popover-arrow {
  left: 130px !important;
}
.guideBox.arrowLeftDis-131 .ant-popover-arrow {
  left: 131px !important;
}
.guideBox.arrowLeftDis-132 .ant-popover-arrow {
  left: 132px !important;
}
.guideBox.arrowLeftDis-133 .ant-popover-arrow {
  left: 133px !important;
}
.guideBox.arrowLeftDis-134 .ant-popover-arrow {
  left: 134px !important;
}
.guideBox.arrowLeftDis-135 .ant-popover-arrow {
  left: 135px !important;
}
.guideBox.arrowLeftDis-136 .ant-popover-arrow {
  left: 136px !important;
}
.guideBox.arrowLeftDis-137 .ant-popover-arrow {
  left: 137px !important;
}
.guideBox.arrowLeftDis-138 .ant-popover-arrow {
  left: 138px !important;
}
.guideBox.arrowLeftDis-139 .ant-popover-arrow {
  left: 139px !important;
}
.guideBox.arrowLeftDis-140 .ant-popover-arrow {
  left: 140px !important;
}
.guideBox.arrowLeftDis-141 .ant-popover-arrow {
  left: 141px !important;
}
.guideBox.arrowLeftDis-142 .ant-popover-arrow {
  left: 142px !important;
}
.guideBox.arrowLeftDis-143 .ant-popover-arrow {
  left: 143px !important;
}
.guideBox.arrowLeftDis-144 .ant-popover-arrow {
  left: 144px !important;
}
.guideBox.arrowLeftDis-145 .ant-popover-arrow {
  left: 145px !important;
}
.guideBox.arrowLeftDis-146 .ant-popover-arrow {
  left: 146px !important;
}
.guideBox.arrowLeftDis-147 .ant-popover-arrow {
  left: 147px !important;
}
.guideBox.arrowLeftDis-148 .ant-popover-arrow {
  left: 148px !important;
}
.guideBox.arrowLeftDis-149 .ant-popover-arrow {
  left: 149px !important;
}
.guideBox.arrowLeftDis-150 .ant-popover-arrow {
  left: 150px !important;
}
.guideBox.arrowLeftDis-151 .ant-popover-arrow {
  left: 151px !important;
}
.guideBox.arrowLeftDis-152 .ant-popover-arrow {
  left: 152px !important;
}
.guideBox.arrowLeftDis-153 .ant-popover-arrow {
  left: 153px !important;
}
.guideBox.arrowLeftDis-154 .ant-popover-arrow {
  left: 154px !important;
}
.guideBox.arrowLeftDis-155 .ant-popover-arrow {
  left: 155px !important;
}
.guideBox.arrowLeftDis-156 .ant-popover-arrow {
  left: 156px !important;
}
.guideBox.arrowLeftDis-157 .ant-popover-arrow {
  left: 157px !important;
}
.guideBox.arrowLeftDis-158 .ant-popover-arrow {
  left: 158px !important;
}
.guideBox.arrowLeftDis-159 .ant-popover-arrow {
  left: 159px !important;
}
.guideBox.arrowLeftDis-160 .ant-popover-arrow {
  left: 160px !important;
}
.guideBox.arrowLeftDis-161 .ant-popover-arrow {
  left: 161px !important;
}
.guideBox.arrowLeftDis-162 .ant-popover-arrow {
  left: 162px !important;
}
.guideBox.arrowLeftDis-163 .ant-popover-arrow {
  left: 163px !important;
}
.guideBox.arrowLeftDis-164 .ant-popover-arrow {
  left: 164px !important;
}
.guideBox.arrowLeftDis-165 .ant-popover-arrow {
  left: 165px !important;
}
.guideBox.arrowLeftDis-166 .ant-popover-arrow {
  left: 166px !important;
}
.guideBox.arrowLeftDis-167 .ant-popover-arrow {
  left: 167px !important;
}
.guideBox.arrowLeftDis-168 .ant-popover-arrow {
  left: 168px !important;
}
.guideBox.arrowLeftDis-169 .ant-popover-arrow {
  left: 169px !important;
}
.guideBox.arrowLeftDis-170 .ant-popover-arrow {
  left: 170px !important;
}
.guideBox.arrowLeftDis-171 .ant-popover-arrow {
  left: 171px !important;
}
.guideBox.arrowLeftDis-172 .ant-popover-arrow {
  left: 172px !important;
}
.guideBox.arrowLeftDis-173 .ant-popover-arrow {
  left: 173px !important;
}
.guideBox.arrowLeftDis-174 .ant-popover-arrow {
  left: 174px !important;
}
.guideBox.arrowLeftDis-175 .ant-popover-arrow {
  left: 175px !important;
}
.guideBox.arrowLeftDis-176 .ant-popover-arrow {
  left: 176px !important;
}
.guideBox.arrowLeftDis-177 .ant-popover-arrow {
  left: 177px !important;
}
.guideBox.arrowLeftDis-178 .ant-popover-arrow {
  left: 178px !important;
}
.guideBox.arrowLeftDis-179 .ant-popover-arrow {
  left: 179px !important;
}
.guideBox.arrowLeftDis-180 .ant-popover-arrow {
  left: 180px !important;
}
.guideBox.arrowLeftDis-181 .ant-popover-arrow {
  left: 181px !important;
}
.guideBox.arrowLeftDis-182 .ant-popover-arrow {
  left: 182px !important;
}
.guideBox.arrowLeftDis-183 .ant-popover-arrow {
  left: 183px !important;
}
.guideBox.arrowLeftDis-184 .ant-popover-arrow {
  left: 184px !important;
}
.guideBox.arrowLeftDis-185 .ant-popover-arrow {
  left: 185px !important;
}
.guideBox.arrowLeftDis-186 .ant-popover-arrow {
  left: 186px !important;
}
.guideBox.arrowLeftDis-187 .ant-popover-arrow {
  left: 187px !important;
}
.guideBox.arrowLeftDis-188 .ant-popover-arrow {
  left: 188px !important;
}
.guideBox.arrowLeftDis-189 .ant-popover-arrow {
  left: 189px !important;
}
.guideBox.arrowLeftDis-190 .ant-popover-arrow {
  left: 190px !important;
}
.guideBox.arrowLeftDis-191 .ant-popover-arrow {
  left: 191px !important;
}
.guideBox.arrowLeftDis-192 .ant-popover-arrow {
  left: 192px !important;
}
.guideBox.arrowLeftDis-193 .ant-popover-arrow {
  left: 193px !important;
}
.guideBox.arrowLeftDis-194 .ant-popover-arrow {
  left: 194px !important;
}
.guideBox.arrowLeftDis-195 .ant-popover-arrow {
  left: 195px !important;
}
.guideBox.arrowLeftDis-196 .ant-popover-arrow {
  left: 196px !important;
}
.guideBox.arrowLeftDis-197 .ant-popover-arrow {
  left: 197px !important;
}
.guideBox.arrowLeftDis-198 .ant-popover-arrow {
  left: 198px !important;
}
.guideBox.arrowLeftDis-199 .ant-popover-arrow {
  left: 199px !important;
}
.guideBox.arrowLeftDis-200 .ant-popover-arrow {
  left: 200px !important;
}
.guideBox.arrowLeftDis-201 .ant-popover-arrow {
  left: 201px !important;
}
.guideBox.arrowLeftDis-202 .ant-popover-arrow {
  left: 202px !important;
}
.guideBox.arrowLeftDis-203 .ant-popover-arrow {
  left: 203px !important;
}
.guideBox.arrowLeftDis-204 .ant-popover-arrow {
  left: 204px !important;
}
.guideBox.arrowLeftDis-205 .ant-popover-arrow {
  left: 205px !important;
}
.guideBox.arrowLeftDis-206 .ant-popover-arrow {
  left: 206px !important;
}
.guideBox.arrowLeftDis-207 .ant-popover-arrow {
  left: 207px !important;
}
.guideBox.arrowLeftDis-208 .ant-popover-arrow {
  left: 208px !important;
}
.guideBox.arrowLeftDis-209 .ant-popover-arrow {
  left: 209px !important;
}
.guideBox.arrowLeftDis-210 .ant-popover-arrow {
  left: 210px !important;
}
.guideBox.arrowLeftDis-211 .ant-popover-arrow {
  left: 211px !important;
}
.guideBox.arrowLeftDis-212 .ant-popover-arrow {
  left: 212px !important;
}
.guideBox.arrowLeftDis-213 .ant-popover-arrow {
  left: 213px !important;
}
.guideBox.arrowLeftDis-214 .ant-popover-arrow {
  left: 214px !important;
}
.guideBox.arrowLeftDis-215 .ant-popover-arrow {
  left: 215px !important;
}
.guideBox.arrowLeftDis-216 .ant-popover-arrow {
  left: 216px !important;
}
.guideBox.arrowLeftDis-217 .ant-popover-arrow {
  left: 217px !important;
}
.guideBox.arrowLeftDis-218 .ant-popover-arrow {
  left: 218px !important;
}
.guideBox.arrowLeftDis-219 .ant-popover-arrow {
  left: 219px !important;
}
.guideBox.arrowLeftDis-220 .ant-popover-arrow {
  left: 220px !important;
}
.guideBox.arrowLeftDis-221 .ant-popover-arrow {
  left: 221px !important;
}
.guideBox.arrowLeftDis-222 .ant-popover-arrow {
  left: 222px !important;
}
.guideBox.arrowLeftDis-223 .ant-popover-arrow {
  left: 223px !important;
}
.guideBox.arrowLeftDis-224 .ant-popover-arrow {
  left: 224px !important;
}
.guideBox.arrowLeftDis-225 .ant-popover-arrow {
  left: 225px !important;
}
.guideBox.arrowLeftDis-226 .ant-popover-arrow {
  left: 226px !important;
}
.guideBox.arrowLeftDis-227 .ant-popover-arrow {
  left: 227px !important;
}
.guideBox.arrowLeftDis-228 .ant-popover-arrow {
  left: 228px !important;
}
.guideBox.arrowLeftDis-229 .ant-popover-arrow {
  left: 229px !important;
}
.guideBox.arrowLeftDis-230 .ant-popover-arrow {
  left: 230px !important;
}
.guideBox.arrowLeftDis-231 .ant-popover-arrow {
  left: 231px !important;
}
.guideBox.arrowLeftDis-232 .ant-popover-arrow {
  left: 232px !important;
}
.guideBox.arrowLeftDis-233 .ant-popover-arrow {
  left: 233px !important;
}
.guideBox.arrowLeftDis-234 .ant-popover-arrow {
  left: 234px !important;
}
.guideBox.arrowLeftDis-235 .ant-popover-arrow {
  left: 235px !important;
}
.guideBox.arrowLeftDis-236 .ant-popover-arrow {
  left: 236px !important;
}
.guideBox.arrowLeftDis-237 .ant-popover-arrow {
  left: 237px !important;
}
.guideBox.arrowLeftDis-238 .ant-popover-arrow {
  left: 238px !important;
}
.guideBox.arrowLeftDis-239 .ant-popover-arrow {
  left: 239px !important;
}
.guideBox.arrowLeftDis-240 .ant-popover-arrow {
  left: 240px !important;
}
.guideBox.arrowLeftDis-241 .ant-popover-arrow {
  left: 241px !important;
}
.guideBox.arrowLeftDis-242 .ant-popover-arrow {
  left: 242px !important;
}
.guideBox.arrowLeftDis-243 .ant-popover-arrow {
  left: 243px !important;
}
.guideBox.arrowLeftDis-244 .ant-popover-arrow {
  left: 244px !important;
}
.guideBox.arrowLeftDis-245 .ant-popover-arrow {
  left: 245px !important;
}
.guideBox.arrowLeftDis-246 .ant-popover-arrow {
  left: 246px !important;
}
.guideBox.arrowLeftDis-247 .ant-popover-arrow {
  left: 247px !important;
}
.guideBox.arrowLeftDis-248 .ant-popover-arrow {
  left: 248px !important;
}
.guideBox.arrowLeftDis-249 .ant-popover-arrow {
  left: 249px !important;
}
.guideBox.arrowLeftDis-250 .ant-popover-arrow {
  left: 250px !important;
}
.guideBox.arrowLeftDis-251 .ant-popover-arrow {
  left: 251px !important;
}
.guideBox.arrowLeftDis-252 .ant-popover-arrow {
  left: 252px !important;
}
.guideBox.arrowLeftDis-253 .ant-popover-arrow {
  left: 253px !important;
}
.guideBox.arrowLeftDis-254 .ant-popover-arrow {
  left: 254px !important;
}
.guideBox.arrowLeftDis-255 .ant-popover-arrow {
  left: 255px !important;
}
.guideBox.arrowLeftDis-256 .ant-popover-arrow {
  left: 256px !important;
}
.guideBox.arrowLeftDis-257 .ant-popover-arrow {
  left: 257px !important;
}
.guideBox.arrowLeftDis-258 .ant-popover-arrow {
  left: 258px !important;
}
.guideBox.arrowLeftDis-259 .ant-popover-arrow {
  left: 259px !important;
}
.guideBox.arrowLeftDis-260 .ant-popover-arrow {
  left: 260px !important;
}
.guideBox.arrowLeftDis-261 .ant-popover-arrow {
  left: 261px !important;
}
.guideBox.arrowLeftDis-262 .ant-popover-arrow {
  left: 262px !important;
}
.guideBox.arrowLeftDis-263 .ant-popover-arrow {
  left: 263px !important;
}
.guideBox.arrowLeftDis-264 .ant-popover-arrow {
  left: 264px !important;
}
.guideBox.arrowLeftDis-265 .ant-popover-arrow {
  left: 265px !important;
}
.guideBox.arrowLeftDis-266 .ant-popover-arrow {
  left: 266px !important;
}
.guideBox.arrowLeftDis-267 .ant-popover-arrow {
  left: 267px !important;
}
.guideBox.arrowLeftDis-268 .ant-popover-arrow {
  left: 268px !important;
}
.guideBox.arrowLeftDis-269 .ant-popover-arrow {
  left: 269px !important;
}
.guideBox.arrowLeftDis-270 .ant-popover-arrow {
  left: 270px !important;
}
.guideBox.arrowLeftDis-271 .ant-popover-arrow {
  left: 271px !important;
}
.guideBox.arrowLeftDis-272 .ant-popover-arrow {
  left: 272px !important;
}
.guideBox.arrowLeftDis-273 .ant-popover-arrow {
  left: 273px !important;
}
.guideBox.arrowLeftDis-274 .ant-popover-arrow {
  left: 274px !important;
}
.guideBox.arrowLeftDis-275 .ant-popover-arrow {
  left: 275px !important;
}
.guideBox.arrowLeftDis-276 .ant-popover-arrow {
  left: 276px !important;
}
.guideBox.arrowLeftDis-277 .ant-popover-arrow {
  left: 277px !important;
}
.guideBox.arrowLeftDis-278 .ant-popover-arrow {
  left: 278px !important;
}
.guideBox.arrowLeftDis-279 .ant-popover-arrow {
  left: 279px !important;
}
.guideBox.arrowLeftDis-280 .ant-popover-arrow {
  left: 280px !important;
}
.guideBox.arrowLeftDis-281 .ant-popover-arrow {
  left: 281px !important;
}
.guideBox.arrowLeftDis-282 .ant-popover-arrow {
  left: 282px !important;
}
.guideBox.arrowLeftDis-283 .ant-popover-arrow {
  left: 283px !important;
}
.guideBox.arrowLeftDis-284 .ant-popover-arrow {
  left: 284px !important;
}
.guideBox.arrowLeftDis-285 .ant-popover-arrow {
  left: 285px !important;
}
.guideBox.arrowLeftDis-286 .ant-popover-arrow {
  left: 286px !important;
}
.guideBox.arrowLeftDis-287 .ant-popover-arrow {
  left: 287px !important;
}
.guideBox.arrowLeftDis-288 .ant-popover-arrow {
  left: 288px !important;
}
.guideBox.arrowLeftDis-289 .ant-popover-arrow {
  left: 289px !important;
}
.guideBox.arrowLeftDis-290 .ant-popover-arrow {
  left: 290px !important;
}
.guideBox.arrowLeftDis-291 .ant-popover-arrow {
  left: 291px !important;
}
.guideBox.arrowLeftDis-292 .ant-popover-arrow {
  left: 292px !important;
}
.guideBox.arrowLeftDis-293 .ant-popover-arrow {
  left: 293px !important;
}
.guideBox.arrowLeftDis-294 .ant-popover-arrow {
  left: 294px !important;
}
.guideBox.arrowLeftDis-295 .ant-popover-arrow {
  left: 295px !important;
}
.guideBox.arrowLeftDis-296 .ant-popover-arrow {
  left: 296px !important;
}
.guideBox.arrowLeftDis-297 .ant-popover-arrow {
  left: 297px !important;
}
.guideBox.arrowLeftDis-298 .ant-popover-arrow {
  left: 298px !important;
}
.guideBox.arrowLeftDis-299 .ant-popover-arrow {
  left: 299px !important;
}
.guideBox.arrowLeftDis-300 .ant-popover-arrow {
  left: 300px !important;
}
.guideBox.arrowTopDis-1 .ant-popover-arrow {
  top: 1px !important;
}
.guideBox.arrowTopDis-2 .ant-popover-arrow {
  top: 2px !important;
}
.guideBox.arrowTopDis-3 .ant-popover-arrow {
  top: 3px !important;
}
.guideBox.arrowTopDis-4 .ant-popover-arrow {
  top: 4px !important;
}
.guideBox.arrowTopDis-5 .ant-popover-arrow {
  top: 5px !important;
}
.guideBox.arrowTopDis-6 .ant-popover-arrow {
  top: 6px !important;
}
.guideBox.arrowTopDis-7 .ant-popover-arrow {
  top: 7px !important;
}
.guideBox.arrowTopDis-8 .ant-popover-arrow {
  top: 8px !important;
}
.guideBox.arrowTopDis-9 .ant-popover-arrow {
  top: 9px !important;
}
.guideBox.arrowTopDis-10 .ant-popover-arrow {
  top: 10px !important;
}
.guideBox.arrowTopDis-11 .ant-popover-arrow {
  top: 11px !important;
}
.guideBox.arrowTopDis-12 .ant-popover-arrow {
  top: 12px !important;
}
.guideBox.arrowTopDis-13 .ant-popover-arrow {
  top: 13px !important;
}
.guideBox.arrowTopDis-14 .ant-popover-arrow {
  top: 14px !important;
}
.guideBox.arrowTopDis-15 .ant-popover-arrow {
  top: 15px !important;
}
.guideBox.arrowTopDis-16 .ant-popover-arrow {
  top: 16px !important;
}
.guideBox.arrowTopDis-17 .ant-popover-arrow {
  top: 17px !important;
}
.guideBox.arrowTopDis-18 .ant-popover-arrow {
  top: 18px !important;
}
.guideBox.arrowTopDis-19 .ant-popover-arrow {
  top: 19px !important;
}
.guideBox.arrowTopDis-20 .ant-popover-arrow {
  top: 20px !important;
}
.guideBox.arrowTopDis-21 .ant-popover-arrow {
  top: 21px !important;
}
.guideBox.arrowTopDis-22 .ant-popover-arrow {
  top: 22px !important;
}
.guideBox.arrowTopDis-23 .ant-popover-arrow {
  top: 23px !important;
}
.guideBox.arrowTopDis-24 .ant-popover-arrow {
  top: 24px !important;
}
.guideBox.arrowTopDis-25 .ant-popover-arrow {
  top: 25px !important;
}
.guideBox.arrowTopDis-26 .ant-popover-arrow {
  top: 26px !important;
}
.guideBox.arrowTopDis-27 .ant-popover-arrow {
  top: 27px !important;
}
.guideBox.arrowTopDis-28 .ant-popover-arrow {
  top: 28px !important;
}
.guideBox.arrowTopDis-29 .ant-popover-arrow {
  top: 29px !important;
}
.guideBox.arrowTopDis-30 .ant-popover-arrow {
  top: 30px !important;
}
.guideBox.arrowTopDis-31 .ant-popover-arrow {
  top: 31px !important;
}
.guideBox.arrowTopDis-32 .ant-popover-arrow {
  top: 32px !important;
}
.guideBox.arrowTopDis-33 .ant-popover-arrow {
  top: 33px !important;
}
.guideBox.arrowTopDis-34 .ant-popover-arrow {
  top: 34px !important;
}
.guideBox.arrowTopDis-35 .ant-popover-arrow {
  top: 35px !important;
}
.guideBox.arrowTopDis-36 .ant-popover-arrow {
  top: 36px !important;
}
.guideBox.arrowTopDis-37 .ant-popover-arrow {
  top: 37px !important;
}
.guideBox.arrowTopDis-38 .ant-popover-arrow {
  top: 38px !important;
}
.guideBox.arrowTopDis-39 .ant-popover-arrow {
  top: 39px !important;
}
.guideBox.arrowTopDis-40 .ant-popover-arrow {
  top: 40px !important;
}
.guideBox.arrowTopDis-41 .ant-popover-arrow {
  top: 41px !important;
}
.guideBox.arrowTopDis-42 .ant-popover-arrow {
  top: 42px !important;
}
.guideBox.arrowTopDis-43 .ant-popover-arrow {
  top: 43px !important;
}
.guideBox.arrowTopDis-44 .ant-popover-arrow {
  top: 44px !important;
}
.guideBox.arrowTopDis-45 .ant-popover-arrow {
  top: 45px !important;
}
.guideBox.arrowTopDis-46 .ant-popover-arrow {
  top: 46px !important;
}
.guideBox.arrowTopDis-47 .ant-popover-arrow {
  top: 47px !important;
}
.guideBox.arrowTopDis-48 .ant-popover-arrow {
  top: 48px !important;
}
.guideBox.arrowTopDis-49 .ant-popover-arrow {
  top: 49px !important;
}
.guideBox.arrowTopDis-50 .ant-popover-arrow {
  top: 50px !important;
}
.guideBox.arrowTopDis-51 .ant-popover-arrow {
  top: 51px !important;
}
.guideBox.arrowTopDis-52 .ant-popover-arrow {
  top: 52px !important;
}
.guideBox.arrowTopDis-53 .ant-popover-arrow {
  top: 53px !important;
}
.guideBox.arrowTopDis-54 .ant-popover-arrow {
  top: 54px !important;
}
.guideBox.arrowTopDis-55 .ant-popover-arrow {
  top: 55px !important;
}
.guideBox.arrowTopDis-56 .ant-popover-arrow {
  top: 56px !important;
}
.guideBox.arrowTopDis-57 .ant-popover-arrow {
  top: 57px !important;
}
.guideBox.arrowTopDis-58 .ant-popover-arrow {
  top: 58px !important;
}
.guideBox.arrowTopDis-59 .ant-popover-arrow {
  top: 59px !important;
}
.guideBox.arrowTopDis-60 .ant-popover-arrow {
  top: 60px !important;
}
.guideBox.arrowTopDis-61 .ant-popover-arrow {
  top: 61px !important;
}
.guideBox.arrowTopDis-62 .ant-popover-arrow {
  top: 62px !important;
}
.guideBox.arrowTopDis-63 .ant-popover-arrow {
  top: 63px !important;
}
.guideBox.arrowTopDis-64 .ant-popover-arrow {
  top: 64px !important;
}
.guideBox.arrowTopDis-65 .ant-popover-arrow {
  top: 65px !important;
}
.guideBox.arrowTopDis-66 .ant-popover-arrow {
  top: 66px !important;
}
.guideBox.arrowTopDis-67 .ant-popover-arrow {
  top: 67px !important;
}
.guideBox.arrowTopDis-68 .ant-popover-arrow {
  top: 68px !important;
}
.guideBox.arrowTopDis-69 .ant-popover-arrow {
  top: 69px !important;
}
.guideBox.arrowTopDis-70 .ant-popover-arrow {
  top: 70px !important;
}
.guideBox.arrowTopDis-71 .ant-popover-arrow {
  top: 71px !important;
}
.guideBox.arrowTopDis-72 .ant-popover-arrow {
  top: 72px !important;
}
.guideBox.arrowTopDis-73 .ant-popover-arrow {
  top: 73px !important;
}
.guideBox.arrowTopDis-74 .ant-popover-arrow {
  top: 74px !important;
}
.guideBox.arrowTopDis-75 .ant-popover-arrow {
  top: 75px !important;
}
.guideBox.arrowTopDis-76 .ant-popover-arrow {
  top: 76px !important;
}
.guideBox.arrowTopDis-77 .ant-popover-arrow {
  top: 77px !important;
}
.guideBox.arrowTopDis-78 .ant-popover-arrow {
  top: 78px !important;
}
.guideBox.arrowTopDis-79 .ant-popover-arrow {
  top: 79px !important;
}
.guideBox.arrowTopDis-80 .ant-popover-arrow {
  top: 80px !important;
}
.guideBox.arrowTopDis-81 .ant-popover-arrow {
  top: 81px !important;
}
.guideBox.arrowTopDis-82 .ant-popover-arrow {
  top: 82px !important;
}
.guideBox.arrowTopDis-83 .ant-popover-arrow {
  top: 83px !important;
}
.guideBox.arrowTopDis-84 .ant-popover-arrow {
  top: 84px !important;
}
.guideBox.arrowTopDis-85 .ant-popover-arrow {
  top: 85px !important;
}
.guideBox.arrowTopDis-86 .ant-popover-arrow {
  top: 86px !important;
}
.guideBox.arrowTopDis-87 .ant-popover-arrow {
  top: 87px !important;
}
.guideBox.arrowTopDis-88 .ant-popover-arrow {
  top: 88px !important;
}
.guideBox.arrowTopDis-89 .ant-popover-arrow {
  top: 89px !important;
}
.guideBox.arrowTopDis-90 .ant-popover-arrow {
  top: 90px !important;
}
.guideBox.arrowTopDis-91 .ant-popover-arrow {
  top: 91px !important;
}
.guideBox.arrowTopDis-92 .ant-popover-arrow {
  top: 92px !important;
}
.guideBox.arrowTopDis-93 .ant-popover-arrow {
  top: 93px !important;
}
.guideBox.arrowTopDis-94 .ant-popover-arrow {
  top: 94px !important;
}
.guideBox.arrowTopDis-95 .ant-popover-arrow {
  top: 95px !important;
}
.guideBox.arrowTopDis-96 .ant-popover-arrow {
  top: 96px !important;
}
.guideBox.arrowTopDis-97 .ant-popover-arrow {
  top: 97px !important;
}
.guideBox.arrowTopDis-98 .ant-popover-arrow {
  top: 98px !important;
}
.guideBox.arrowTopDis-99 .ant-popover-arrow {
  top: 99px !important;
}
.guideBox.arrowTopDis-100 .ant-popover-arrow {
  top: 100px !important;
}
.guideBox.arrowTopDis-101 .ant-popover-arrow {
  top: 101px !important;
}
.guideBox.arrowTopDis-102 .ant-popover-arrow {
  top: 102px !important;
}
.guideBox.arrowTopDis-103 .ant-popover-arrow {
  top: 103px !important;
}
.guideBox.arrowTopDis-104 .ant-popover-arrow {
  top: 104px !important;
}
.guideBox.arrowTopDis-105 .ant-popover-arrow {
  top: 105px !important;
}
.guideBox.arrowTopDis-106 .ant-popover-arrow {
  top: 106px !important;
}
.guideBox.arrowTopDis-107 .ant-popover-arrow {
  top: 107px !important;
}
.guideBox.arrowTopDis-108 .ant-popover-arrow {
  top: 108px !important;
}
.guideBox.arrowTopDis-109 .ant-popover-arrow {
  top: 109px !important;
}
.guideBox.arrowTopDis-110 .ant-popover-arrow {
  top: 110px !important;
}
.guideBox.arrowTopDis-111 .ant-popover-arrow {
  top: 111px !important;
}
.guideBox.arrowTopDis-112 .ant-popover-arrow {
  top: 112px !important;
}
.guideBox.arrowTopDis-113 .ant-popover-arrow {
  top: 113px !important;
}
.guideBox.arrowTopDis-114 .ant-popover-arrow {
  top: 114px !important;
}
.guideBox.arrowTopDis-115 .ant-popover-arrow {
  top: 115px !important;
}
.guideBox.arrowTopDis-116 .ant-popover-arrow {
  top: 116px !important;
}
.guideBox.arrowTopDis-117 .ant-popover-arrow {
  top: 117px !important;
}
.guideBox.arrowTopDis-118 .ant-popover-arrow {
  top: 118px !important;
}
.guideBox.arrowTopDis-119 .ant-popover-arrow {
  top: 119px !important;
}
.guideBox.arrowTopDis-120 .ant-popover-arrow {
  top: 120px !important;
}
.guideBox.arrowTopDis-121 .ant-popover-arrow {
  top: 121px !important;
}
.guideBox.arrowTopDis-122 .ant-popover-arrow {
  top: 122px !important;
}
.guideBox.arrowTopDis-123 .ant-popover-arrow {
  top: 123px !important;
}
.guideBox.arrowTopDis-124 .ant-popover-arrow {
  top: 124px !important;
}
.guideBox.arrowTopDis-125 .ant-popover-arrow {
  top: 125px !important;
}
.guideBox.arrowTopDis-126 .ant-popover-arrow {
  top: 126px !important;
}
.guideBox.arrowTopDis-127 .ant-popover-arrow {
  top: 127px !important;
}
.guideBox.arrowTopDis-128 .ant-popover-arrow {
  top: 128px !important;
}
.guideBox.arrowTopDis-129 .ant-popover-arrow {
  top: 129px !important;
}
.guideBox.arrowTopDis-130 .ant-popover-arrow {
  top: 130px !important;
}
.guideBox.arrowTopDis-131 .ant-popover-arrow {
  top: 131px !important;
}
.guideBox.arrowTopDis-132 .ant-popover-arrow {
  top: 132px !important;
}
.guideBox.arrowTopDis-133 .ant-popover-arrow {
  top: 133px !important;
}
.guideBox.arrowTopDis-134 .ant-popover-arrow {
  top: 134px !important;
}
.guideBox.arrowTopDis-135 .ant-popover-arrow {
  top: 135px !important;
}
.guideBox.arrowTopDis-136 .ant-popover-arrow {
  top: 136px !important;
}
.guideBox.arrowTopDis-137 .ant-popover-arrow {
  top: 137px !important;
}
.guideBox.arrowTopDis-138 .ant-popover-arrow {
  top: 138px !important;
}
.guideBox.arrowTopDis-139 .ant-popover-arrow {
  top: 139px !important;
}
.guideBox.arrowTopDis-140 .ant-popover-arrow {
  top: 140px !important;
}
.guideBox.arrowTopDis-141 .ant-popover-arrow {
  top: 141px !important;
}
.guideBox.arrowTopDis-142 .ant-popover-arrow {
  top: 142px !important;
}
.guideBox.arrowTopDis-143 .ant-popover-arrow {
  top: 143px !important;
}
.guideBox.arrowTopDis-144 .ant-popover-arrow {
  top: 144px !important;
}
.guideBox.arrowTopDis-145 .ant-popover-arrow {
  top: 145px !important;
}
.guideBox.arrowTopDis-146 .ant-popover-arrow {
  top: 146px !important;
}
.guideBox.arrowTopDis-147 .ant-popover-arrow {
  top: 147px !important;
}
.guideBox.arrowTopDis-148 .ant-popover-arrow {
  top: 148px !important;
}
.guideBox.arrowTopDis-149 .ant-popover-arrow {
  top: 149px !important;
}
.guideBox.arrowTopDis-150 .ant-popover-arrow {
  top: 150px !important;
}
.guideBox.arrowTopDis-151 .ant-popover-arrow {
  top: 151px !important;
}
.guideBox.arrowTopDis-152 .ant-popover-arrow {
  top: 152px !important;
}
.guideBox.arrowTopDis-153 .ant-popover-arrow {
  top: 153px !important;
}
.guideBox.arrowTopDis-154 .ant-popover-arrow {
  top: 154px !important;
}
.guideBox.arrowTopDis-155 .ant-popover-arrow {
  top: 155px !important;
}
.guideBox.arrowTopDis-156 .ant-popover-arrow {
  top: 156px !important;
}
.guideBox.arrowTopDis-157 .ant-popover-arrow {
  top: 157px !important;
}
.guideBox.arrowTopDis-158 .ant-popover-arrow {
  top: 158px !important;
}
.guideBox.arrowTopDis-159 .ant-popover-arrow {
  top: 159px !important;
}
.guideBox.arrowTopDis-160 .ant-popover-arrow {
  top: 160px !important;
}
.guideBox.arrowTopDis-161 .ant-popover-arrow {
  top: 161px !important;
}
.guideBox.arrowTopDis-162 .ant-popover-arrow {
  top: 162px !important;
}
.guideBox.arrowTopDis-163 .ant-popover-arrow {
  top: 163px !important;
}
.guideBox.arrowTopDis-164 .ant-popover-arrow {
  top: 164px !important;
}
.guideBox.arrowTopDis-165 .ant-popover-arrow {
  top: 165px !important;
}
.guideBox.arrowTopDis-166 .ant-popover-arrow {
  top: 166px !important;
}
.guideBox.arrowTopDis-167 .ant-popover-arrow {
  top: 167px !important;
}
.guideBox.arrowTopDis-168 .ant-popover-arrow {
  top: 168px !important;
}
.guideBox.arrowTopDis-169 .ant-popover-arrow {
  top: 169px !important;
}
.guideBox.arrowTopDis-170 .ant-popover-arrow {
  top: 170px !important;
}
.guideBox.arrowTopDis-171 .ant-popover-arrow {
  top: 171px !important;
}
.guideBox.arrowTopDis-172 .ant-popover-arrow {
  top: 172px !important;
}
.guideBox.arrowTopDis-173 .ant-popover-arrow {
  top: 173px !important;
}
.guideBox.arrowTopDis-174 .ant-popover-arrow {
  top: 174px !important;
}
.guideBox.arrowTopDis-175 .ant-popover-arrow {
  top: 175px !important;
}
.guideBox.arrowTopDis-176 .ant-popover-arrow {
  top: 176px !important;
}
.guideBox.arrowTopDis-177 .ant-popover-arrow {
  top: 177px !important;
}
.guideBox.arrowTopDis-178 .ant-popover-arrow {
  top: 178px !important;
}
.guideBox.arrowTopDis-179 .ant-popover-arrow {
  top: 179px !important;
}
.guideBox.arrowTopDis-180 .ant-popover-arrow {
  top: 180px !important;
}
.guideBox.arrowTopDis-181 .ant-popover-arrow {
  top: 181px !important;
}
.guideBox.arrowTopDis-182 .ant-popover-arrow {
  top: 182px !important;
}
.guideBox.arrowTopDis-183 .ant-popover-arrow {
  top: 183px !important;
}
.guideBox.arrowTopDis-184 .ant-popover-arrow {
  top: 184px !important;
}
.guideBox.arrowTopDis-185 .ant-popover-arrow {
  top: 185px !important;
}
.guideBox.arrowTopDis-186 .ant-popover-arrow {
  top: 186px !important;
}
.guideBox.arrowTopDis-187 .ant-popover-arrow {
  top: 187px !important;
}
.guideBox.arrowTopDis-188 .ant-popover-arrow {
  top: 188px !important;
}
.guideBox.arrowTopDis-189 .ant-popover-arrow {
  top: 189px !important;
}
.guideBox.arrowTopDis-190 .ant-popover-arrow {
  top: 190px !important;
}
.guideBox.arrowTopDis-191 .ant-popover-arrow {
  top: 191px !important;
}
.guideBox.arrowTopDis-192 .ant-popover-arrow {
  top: 192px !important;
}
.guideBox.arrowTopDis-193 .ant-popover-arrow {
  top: 193px !important;
}
.guideBox.arrowTopDis-194 .ant-popover-arrow {
  top: 194px !important;
}
.guideBox.arrowTopDis-195 .ant-popover-arrow {
  top: 195px !important;
}
.guideBox.arrowTopDis-196 .ant-popover-arrow {
  top: 196px !important;
}
.guideBox.arrowTopDis-197 .ant-popover-arrow {
  top: 197px !important;
}
.guideBox.arrowTopDis-198 .ant-popover-arrow {
  top: 198px !important;
}
.guideBox.arrowTopDis-199 .ant-popover-arrow {
  top: 199px !important;
}
.guideBox.arrowTopDis-200 .ant-popover-arrow {
  top: 200px !important;
}
.guideBox.arrowTopDis-201 .ant-popover-arrow {
  top: 201px !important;
}
.guideBox.arrowTopDis-202 .ant-popover-arrow {
  top: 202px !important;
}
.guideBox.arrowTopDis-203 .ant-popover-arrow {
  top: 203px !important;
}
.guideBox.arrowTopDis-204 .ant-popover-arrow {
  top: 204px !important;
}
.guideBox.arrowTopDis-205 .ant-popover-arrow {
  top: 205px !important;
}
.guideBox.arrowTopDis-206 .ant-popover-arrow {
  top: 206px !important;
}
.guideBox.arrowTopDis-207 .ant-popover-arrow {
  top: 207px !important;
}
.guideBox.arrowTopDis-208 .ant-popover-arrow {
  top: 208px !important;
}
.guideBox.arrowTopDis-209 .ant-popover-arrow {
  top: 209px !important;
}
.guideBox.arrowTopDis-210 .ant-popover-arrow {
  top: 210px !important;
}
.guideBox.arrowTopDis-211 .ant-popover-arrow {
  top: 211px !important;
}
.guideBox.arrowTopDis-212 .ant-popover-arrow {
  top: 212px !important;
}
.guideBox.arrowTopDis-213 .ant-popover-arrow {
  top: 213px !important;
}
.guideBox.arrowTopDis-214 .ant-popover-arrow {
  top: 214px !important;
}
.guideBox.arrowTopDis-215 .ant-popover-arrow {
  top: 215px !important;
}
.guideBox.arrowTopDis-216 .ant-popover-arrow {
  top: 216px !important;
}
.guideBox.arrowTopDis-217 .ant-popover-arrow {
  top: 217px !important;
}
.guideBox.arrowTopDis-218 .ant-popover-arrow {
  top: 218px !important;
}
.guideBox.arrowTopDis-219 .ant-popover-arrow {
  top: 219px !important;
}
.guideBox.arrowTopDis-220 .ant-popover-arrow {
  top: 220px !important;
}
.guideBox.arrowTopDis-221 .ant-popover-arrow {
  top: 221px !important;
}
.guideBox.arrowTopDis-222 .ant-popover-arrow {
  top: 222px !important;
}
.guideBox.arrowTopDis-223 .ant-popover-arrow {
  top: 223px !important;
}
.guideBox.arrowTopDis-224 .ant-popover-arrow {
  top: 224px !important;
}
.guideBox.arrowTopDis-225 .ant-popover-arrow {
  top: 225px !important;
}
.guideBox.arrowTopDis-226 .ant-popover-arrow {
  top: 226px !important;
}
.guideBox.arrowTopDis-227 .ant-popover-arrow {
  top: 227px !important;
}
.guideBox.arrowTopDis-228 .ant-popover-arrow {
  top: 228px !important;
}
.guideBox.arrowTopDis-229 .ant-popover-arrow {
  top: 229px !important;
}
.guideBox.arrowTopDis-230 .ant-popover-arrow {
  top: 230px !important;
}
.guideBox.arrowTopDis-231 .ant-popover-arrow {
  top: 231px !important;
}
.guideBox.arrowTopDis-232 .ant-popover-arrow {
  top: 232px !important;
}
.guideBox.arrowTopDis-233 .ant-popover-arrow {
  top: 233px !important;
}
.guideBox.arrowTopDis-234 .ant-popover-arrow {
  top: 234px !important;
}
.guideBox.arrowTopDis-235 .ant-popover-arrow {
  top: 235px !important;
}
.guideBox.arrowTopDis-236 .ant-popover-arrow {
  top: 236px !important;
}
.guideBox.arrowTopDis-237 .ant-popover-arrow {
  top: 237px !important;
}
.guideBox.arrowTopDis-238 .ant-popover-arrow {
  top: 238px !important;
}
.guideBox.arrowTopDis-239 .ant-popover-arrow {
  top: 239px !important;
}
.guideBox.arrowTopDis-240 .ant-popover-arrow {
  top: 240px !important;
}
.guideBox.arrowTopDis-241 .ant-popover-arrow {
  top: 241px !important;
}
.guideBox.arrowTopDis-242 .ant-popover-arrow {
  top: 242px !important;
}
.guideBox.arrowTopDis-243 .ant-popover-arrow {
  top: 243px !important;
}
.guideBox.arrowTopDis-244 .ant-popover-arrow {
  top: 244px !important;
}
.guideBox.arrowTopDis-245 .ant-popover-arrow {
  top: 245px !important;
}
.guideBox.arrowTopDis-246 .ant-popover-arrow {
  top: 246px !important;
}
.guideBox.arrowTopDis-247 .ant-popover-arrow {
  top: 247px !important;
}
.guideBox.arrowTopDis-248 .ant-popover-arrow {
  top: 248px !important;
}
.guideBox.arrowTopDis-249 .ant-popover-arrow {
  top: 249px !important;
}
.guideBox.arrowTopDis-250 .ant-popover-arrow {
  top: 250px !important;
}
.guideBox.arrowTopDis-251 .ant-popover-arrow {
  top: 251px !important;
}
.guideBox.arrowTopDis-252 .ant-popover-arrow {
  top: 252px !important;
}
.guideBox.arrowTopDis-253 .ant-popover-arrow {
  top: 253px !important;
}
.guideBox.arrowTopDis-254 .ant-popover-arrow {
  top: 254px !important;
}
.guideBox.arrowTopDis-255 .ant-popover-arrow {
  top: 255px !important;
}
.guideBox.arrowTopDis-256 .ant-popover-arrow {
  top: 256px !important;
}
.guideBox.arrowTopDis-257 .ant-popover-arrow {
  top: 257px !important;
}
.guideBox.arrowTopDis-258 .ant-popover-arrow {
  top: 258px !important;
}
.guideBox.arrowTopDis-259 .ant-popover-arrow {
  top: 259px !important;
}
.guideBox.arrowTopDis-260 .ant-popover-arrow {
  top: 260px !important;
}
.guideBox.arrowTopDis-261 .ant-popover-arrow {
  top: 261px !important;
}
.guideBox.arrowTopDis-262 .ant-popover-arrow {
  top: 262px !important;
}
.guideBox.arrowTopDis-263 .ant-popover-arrow {
  top: 263px !important;
}
.guideBox.arrowTopDis-264 .ant-popover-arrow {
  top: 264px !important;
}
.guideBox.arrowTopDis-265 .ant-popover-arrow {
  top: 265px !important;
}
.guideBox.arrowTopDis-266 .ant-popover-arrow {
  top: 266px !important;
}
.guideBox.arrowTopDis-267 .ant-popover-arrow {
  top: 267px !important;
}
.guideBox.arrowTopDis-268 .ant-popover-arrow {
  top: 268px !important;
}
.guideBox.arrowTopDis-269 .ant-popover-arrow {
  top: 269px !important;
}
.guideBox.arrowTopDis-270 .ant-popover-arrow {
  top: 270px !important;
}
.guideBox.arrowTopDis-271 .ant-popover-arrow {
  top: 271px !important;
}
.guideBox.arrowTopDis-272 .ant-popover-arrow {
  top: 272px !important;
}
.guideBox.arrowTopDis-273 .ant-popover-arrow {
  top: 273px !important;
}
.guideBox.arrowTopDis-274 .ant-popover-arrow {
  top: 274px !important;
}
.guideBox.arrowTopDis-275 .ant-popover-arrow {
  top: 275px !important;
}
.guideBox.arrowTopDis-276 .ant-popover-arrow {
  top: 276px !important;
}
.guideBox.arrowTopDis-277 .ant-popover-arrow {
  top: 277px !important;
}
.guideBox.arrowTopDis-278 .ant-popover-arrow {
  top: 278px !important;
}
.guideBox.arrowTopDis-279 .ant-popover-arrow {
  top: 279px !important;
}
.guideBox.arrowTopDis-280 .ant-popover-arrow {
  top: 280px !important;
}
.guideBox.arrowTopDis-281 .ant-popover-arrow {
  top: 281px !important;
}
.guideBox.arrowTopDis-282 .ant-popover-arrow {
  top: 282px !important;
}
.guideBox.arrowTopDis-283 .ant-popover-arrow {
  top: 283px !important;
}
.guideBox.arrowTopDis-284 .ant-popover-arrow {
  top: 284px !important;
}
.guideBox.arrowTopDis-285 .ant-popover-arrow {
  top: 285px !important;
}
.guideBox.arrowTopDis-286 .ant-popover-arrow {
  top: 286px !important;
}
.guideBox.arrowTopDis-287 .ant-popover-arrow {
  top: 287px !important;
}
.guideBox.arrowTopDis-288 .ant-popover-arrow {
  top: 288px !important;
}
.guideBox.arrowTopDis-289 .ant-popover-arrow {
  top: 289px !important;
}
.guideBox.arrowTopDis-290 .ant-popover-arrow {
  top: 290px !important;
}
.guideBox.arrowTopDis-291 .ant-popover-arrow {
  top: 291px !important;
}
.guideBox.arrowTopDis-292 .ant-popover-arrow {
  top: 292px !important;
}
.guideBox.arrowTopDis-293 .ant-popover-arrow {
  top: 293px !important;
}
.guideBox.arrowTopDis-294 .ant-popover-arrow {
  top: 294px !important;
}
.guideBox.arrowTopDis-295 .ant-popover-arrow {
  top: 295px !important;
}
.guideBox.arrowTopDis-296 .ant-popover-arrow {
  top: 296px !important;
}
.guideBox.arrowTopDis-297 .ant-popover-arrow {
  top: 297px !important;
}
.guideBox.arrowTopDis-298 .ant-popover-arrow {
  top: 298px !important;
}
.guideBox.arrowTopDis-299 .ant-popover-arrow {
  top: 299px !important;
}
.guideBox.arrowTopDis-300 .ant-popover-arrow {
  top: 300px !important;
}
.guideBox .ant-popover-inner {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.guideBox .ant-popover-arrow {
  opacity: 1;
  box-shadow: none !important;
  width: 28px !important;
  height: 9px !important;
  overflow: visible;
}
.guideBox .ant-popover-arrow::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guideBox .ant-popover-arrow-content {
  display: none;
}
.guideBox.guidetopLeft .ant-popover-arrow, .guideBox.guidetopRight .ant-popover-arrow, .guideBox.guidetop .ant-popover-arrow {
  bottom: 2.5px;
}
.guideBox.guidebottomLeft .ant-popover-arrow::after, .guideBox.guidebottomRight .ant-popover-arrow::after, .guideBox.guidebottom .ant-popover-arrow::after {
  transform: rotate(180deg);
  top: 0.5px;
}
.guideBox.guideleft .ant-popover-arrow::after, .guideBox.guideleftTop .ant-popover-arrow::after, .guideBox.guideleftBottom .ant-popover-arrow::after {
  transform: rotate(270deg);
  right: -9px;
}
.guideBox.guideright .ant-popover-arrow::after, .guideBox.guiderightTop .ant-popover-arrow::after, .guideBox.guiderightBottom .ant-popover-arrow::after {
  transform: rotate(90deg);
  left: -9px;
}
.imgBubbleGuide-module--guideBobble--aXf3J {
  width: 322px;
  padding: 16px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
  box-sizing: border-box;
  white-space: normal;
}
.imgBubbleGuide-module--guideBobble--aXf3J .imgBubbleGuide-module--arrowUp--lYmC5 {
  width: 28px;
  height: 7px;
  position: absolute;
}
.imgBubbleGuide-module--guideBobble--aXf3J .imgBubbleGuide-module--contentImg--3KL0L {
  width: 100%;
  height: 162px;
  margin: 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
}
.imgBubbleGuide-module--guideBobble--aXf3J .imgBubbleGuide-module--title--hxRy1 {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 8px;
}
.imgBubbleGuide-module--guideBobble--aXf3J .imgBubbleGuide-module--intro--PsG9e {
  margin-bottom: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.imgBubbleGuide-module--guideBobble--aXf3J .imgBubbleGuide-module--footer--1Rm9B {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imgBubbleGuide-module--guideBobble--aXf3J .imgBubbleGuide-module--footer--1Rm9B .imgBubbleGuide-module--footer-right--aO9nQ {
  display: flex;
  align-items: center;
}
.imgBubbleGuide-module--guideBobble--aXf3J .imgBubbleGuide-module--footer--1Rm9B .imgBubbleGuide-module--skip--FpWrb {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  cursor: pointer;
}
.imgBubbleGuide-module--guideBobble--aXf3J .imgBubbleGuide-module--footer--1Rm9B .imgBubbleGuide-module--butt--gKzPU {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 28px;
  margin-left: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}
.hasMaskGuide-module--maskWrapper--fmtjY {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  z-index: 998;
}
.hasMaskGuide-module--maskWrapper--fmtjY .hasMaskGuide-module--main--HlVpp {
  display: inline-block;
  position: relative;
}
.hasMaskGuide-module--maskWrapper--fmtjY .hasMaskGuide-module--archerWrapper--wSO2I {
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 0 0 4000px rgba(0, 0, 0, 0.3);
}

.hasMaskGuide-module--guideBobble--CYwJ4 {
  width: 280px;
  padding: 16px;
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
  border-radius: 6px;
  box-sizing: border-box;
  white-space: normal;
}
.hasMaskGuide-module--guideBobble--CYwJ4 .hasMaskGuide-module--arrowUp--svBhO {
  width: 28px;
  height: 7px;
  position: absolute;
}
.hasMaskGuide-module--guideBobble--CYwJ4 .hasMaskGuide-module--title--yc6Di {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hasMaskGuide-module--guideBobble--CYwJ4 .hasMaskGuide-module--intro--RlH8w {
  margin-top: 8px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}
.hasMaskGuide-module--guideBobble--CYwJ4 .hasMaskGuide-module--footer--b0mna {
  margin-top: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hasMaskGuide-module--guideBobble--CYwJ4 .hasMaskGuide-module--footer--b0mna .hasMaskGuide-module--footer-right--5f3sB {
  display: flex;
  align-items: center;
}
.hasMaskGuide-module--guideBobble--CYwJ4 .hasMaskGuide-module--footer--b0mna .hasMaskGuide-module--skip--EOt3L {
  cursor: pointer;
}
.hasMaskGuide-module--guideBobble--CYwJ4 .hasMaskGuide-module--footer--b0mna .hasMaskGuide-module--butt--UekBH {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 28px;
  margin-left: 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  background: #ffffff;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}
.tipGuide-module--contentBox--tUohV {
  margin: 0;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  max-width: 372px;
  position: relative;
}
.tipGuide-module--contentBox--tUohV .tipGuide-module--contentTitle--AapYW {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 12px;
}
.tipGuide-module--contentBox--tUohV .tipGuide-module--contentCloakingBtn--DW\+j7 {
  display: inline-block;
  width: 36px;
  height: 20px;
}
.tipGuide-module--contentBox--tUohV .tipGuide-module--contentBtn--7Yp6R {
  position: absolute;
  bottom: 8px;
  right: 12px;
  color: #7088ff;
  color: var(--Brand-5, #7088ff);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.ant-tooltip-content {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  font-size: 14px;
  box-shadow: none;
}
.ant-tooltip-content .ant-tooltip-inner {
  box-shadow: none;
  padding: 10px 12px;
  line-height: 18px;
  border-radius: 6px;
  background: transparent;
}
.ant-tooltip-content .ant-tooltip-arrow {
  display: none;
}

.menu-content-wrap {
  display: flex;
}
.menu-content-wrap .menu-name {
  flex: 1 1;
}
.menu-content-wrap .menu-icon {
  display: flex;
  align-items: center;
}

.m-mailbox-container {
  display: flex;
  flex-direction: column;
}
.m-mailbox-container .folder-edit-input {
  height: 24px;
}
.m-mailbox-container .m-edit-container {
  margin: 10px 16px 0 16px;
  height: 28px;
  display: flex;
  justify-content: flex-start;
}
.m-mailbox-container .u-edit .text {
  margin-left: 4px;
}
.m-mailbox-container .u-edit:hover {
  background-color: #445fe5 !important;
  background-color: var(--Brand-7, #445fe5) !important;
}
.m-mailbox-container .u-refresh {
  margin: 0 12px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border: 1px solid var(--white, #ffffff);
  background: #ffffff url(/static/sync.d79843e8.svg) center center no-repeat;
  background: #ffffff var(--mail-refresh) center center no-repeat;
  background: var(--white, #ffffff) var(--mail-refresh) center center no-repeat;
  background-size: 16px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.m-mailbox-container .u-refresh:hover {
  background-image: url(/static/sync_hover.96117ef7.svg);
  border-color: #386ee7;
}
.m-mailbox-container .ant-dropdown-trigger .text:active {
  background-color: rgba(159, 162, 173, 0.2) !important;
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2) !important;
}
.m-mailbox-container .m-search-container {
  padding: 16px;
}
.m-mailbox-container .m-search-container .u-mail-search-advanced-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRIMy4zQzIuODU4MTcgMTQgMi41IDEzLjY0MTggMi41IDEzLjJWMi44QzIuNSAyLjM1ODE3IDIuODU4MTcgMiAzLjMgMkgxMi43QzEzLjE0MTggMiAxMy41IDIuMzU4MTcgMTMuNSAyLjhWOCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIyIiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik0xMiAxMkwxNCAxNCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8cGF0aCBkPSJNNSA1SDExIiBzdHJva2U9IiM3RDgwODUiIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhIOCIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K) center center no-repeat;
  background-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
}
.m-mailbox-container .m-search-container .u-mail-search-advanced-icon:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTRIMy4zQzIuODU4MTcgMTQgMi41IDEzLjY0MTggMi41IDEzLjJWMi44QzIuNSAyLjM1ODE3IDIuODU4MTcgMiAzLjMgMkgxMi43QzEzLjE0MTggMiAxMy41IDIuMzU4MTcgMTMuNSAyLjhWOCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSIyIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik0xMiAxMkwxNCAxNCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8cGF0aCBkPSJNNSA1SDExIiBzdHJva2U9IiMzODZFRTciIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhIOCIgc3Ryb2tlPSIjMzg2RUU3IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K);
}
.m-mailbox-container .m-search-container .m-search-icon {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.m-mailbox-container .m-search-container .ant-input-clear-icon {
  filter: none;
  filter: var(--img-invert, none);
}
.m-mailbox-container .m-search-container .ant-input-affix-wrapper {
  font-size: 12px;
  height: 28px;
  line-height: 30px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Fill-4, #e1e3e8);
  border-radius: 4px;
}
.m-mailbox-container .m-search-container .ant-input-affix-wrapper:hover {
  border: 0.5px solid #386ee7 !important;
}
.m-mailbox-container .m-search-container .ant-input-affix-wrapper:hover .m-search-icon {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.m-mailbox-container .m-search-container .ant-input-affix-wrapper:hover .ant-input::placeholder {
  color: #386ee7;
}
.m-mailbox-container .m-search-container .ant-input-affix-wrapper .ant-input {
  font-size: 12px;
  line-height: 12px;
  background: transparent;
  caret-color: #386ee7;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.m-mailbox-container .m-search-container .ant-input-affix-wrapper .ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.16);
  font-size: 14px;
  margin-right: 8px;
}
.m-mailbox-container .ant-tree-show-line .ant-tree-switcher {
  background-color: transparent;
}
.m-mailbox-container .ant-tree-show-line .ant-tree-switcher-leaf-line::before {
  border-left: 1px dotted #d9d9d9;
}
.m-mailbox-container .ant-tree-show-line .ant-tree-switcher-leaf-line::after {
  height: 18px;
  border-bottom: 1px dotted #d9d9d9;
}
.m-mailbox-container .ant-tree-show-line .ant-tree-indent-unit::before {
  border-right: 1px dotted #d9d9d9;
}
.m-mailbox-container .tree-draging .ant-tree-indent-unit {
  width: 22px;
}
.m-mailbox-container .system-folder > .ant-tree-switcher {
  visibility: hidden;
}

.m-tree-container.m-move-tree .ant-tree .ant-tree-treenode {
  padding: 0px 24px;
}
.m-tree-container.m-move-tree .move-folder-item.ant-tree-treenode .ant-tree-title {
  display: block;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-tree-container {
  flex: 1 1;
  -webkit-user-select: none;
          user-select: none;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.m-tree-container::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.m-tree-container:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.m-tree-container:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.m-tree-container:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.m-tree-container:hover::-webkit-scrollbar-button {
  display: none;
}
.m-tree-container:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.m-tree-container:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.m-tree-container:hover::-webkit-scrollbar-corner {
  display: none;
}
.m-tree-container .ant-tree {
  background: transparent;
  font-size: 12px;
}
.m-tree-container .ant-tree .ant-tree-treenode {
  position: relative;
  height: 36px;
  cursor: pointer;
}
.m-tree-container .ant-tree .ant-tree-treenode .ant-tree-title {
  display: flex;
  position: relative;
  flex: 1 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-tree-container .ant-tree .ant-tree-treenode .leaf-node {
  font-weight: 400;
}
.m-tree-container .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 5px;
  line-height: 36px;
  height: 36px;
  display: flex;
  align-items: center;
}
.m-tree-container .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  padding: 6px 0 6px 9px;
  display: flex;
  word-break: keep-all;
  color: rgba(#272e47, 0.9);
  color: rgba(var(--Text-5, #272e47), 0.9);
  font-size: 12px;
}
.m-tree-container .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.m-tree-container .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-iconEle {
  margin: 0px 9px 0 0;
  width: 16px;
  height: 24px;
  display: flex;
  align-items: center;
}
.m-tree-container .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.m-tree-container .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.m-tree-container .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background-color: rgba(225, 227, 232, 1) !important;
  background-color: rgba(var(--Line-3-r, 225), var(--Line-3-g, 227), var(--Line-3-b, 232), 1) !important;
}
.m-tree-container .ant-tree .ant-tree-treenode.ant-tree-treenode-selected .u-unread {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
  color: #ffffff;
}
.m-tree-container .ant-tree-switcher .ant-tree-switcher-icon,
.m-tree-container .ant-tree-switcher .ant-select-tree-switcher-icon {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.m-tree-container .u-foldername {
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-right: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.m-tree-container .u-unread {
  margin-right: 8px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  min-width: 19px;
  height: 19px;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
  text-align: center;
  line-height: 19px;
  border-radius: 9px;
  padding: 0 6px;
  font-weight: 500;
  font-size: 12px;
}
.m-tree-container .u-unread-cm {
  margin-right: 4px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  min-width: 19px;
  height: 19px;
  background: inherit;
  text-align: center;
  line-height: 19px;
  border-radius: 9px;
  padding: 0 6px;
  font-weight: 400;
  font-size: 12px;
}
.m-tree-container .u-unread-cm .u-unread-cm-divider {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  border-color: #9fa2ad;
  border-color: var(--Text-2, #9fa2ad);
  margin: 0px 4px !important;
  height: 10px;
}
.m-tree-container .u-unread-cm-dark {
  font-weight: 500;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.m-tree-container .wm-reply-tip {
  color: #ffffff;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
}
.m-tree-container .u-unread.u-undone {
  color: #386ee7;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19.5px;
  padding: 0 5px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  border-radius: 2px;
  transform: scale(0.83);
}
.m-tree-container .u-loading {
  margin-top: 50px;
  text-align: center;
}
.m-tree-container .u-loading .ant-spin-dot {
  color: grey;
}
.m-tree-container .u-item-loading {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.m-tree-container .u-item-loading-text {
  margin-left: 8px;
}
.m-tree-container .m-filter-wrapper .m-filter-scope {
  margin: 10px 16px 0;
  padding: 6px 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #e1e3e8;
  border-bottom: 0.5px solid var(--Fill-4, #e1e3e8);
}
.m-tree-container .m-filter-wrapper .m-filter-scope-explain {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.m-tree-container .m-filter-wrapper .m-filter-scope-reset {
  cursor: pointer;
  color: #386ee7;
  display: flex;
  align-items: center;
}
.m-tree-container .m-filter-wrapper .m-filter-scope-reset-disable {
  color: #a8aaad;
}
.m-tree-container .m-filter-wrapper .m-filter-empty {
  padding: 24px 0;
  font-size: 12px;
  line-height: 16px;
  color: #a8aaad;
  text-align: center;
}
.m-tree-container .m-filter-type {
  margin: 10px 20px 10px;
}
.m-tree-container .m-filter-type .m-filter-type-desc,
.m-tree-container .m-filter-type .m-filter-type-change {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  color: #7d8085;
  margin: 0 8px 0 0;
}
.m-tree-container .m-filter-type .m-filter-type-change {
  margin: 0;
}
.m-tree-container .m-filter-type .m-filter-type-change span {
  color: #5383fe;
  cursor: pointer;
}
.m-tree-container .m-filter-type-desc {
  margin-bottom: 12px;
}
.m-tree-container .m-search-res {
  margin: 0 20px 12px;
}
.m-tree-container .search-result-wrap {
  padding-bottom: 12px;
}
.m-tree-container .search-result-wrap .search-result-more-accounts {
  height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.m-tree-container .search-result-wrap .search-result-more-accounts:hover {
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}
.m-tree-container .search-result-wrap .search-result-more-accounts-selected {
  background-color: #e1e3e8 !important;
  background-color: var(--Line-3, #e1e3e8) !important;
}
.m-tree-container .ct-folder-emptytip {
  margin: 4px 16px 4px 24px;
  padding: 12px;
  /* 背景及分割线/4% */
  background: rgba(39, 46, 71, 0.04);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.04);
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #7d8085;
}
.m-tree-container .ct-folder-emptytip .create-entry {
  color: #386ee7;
  padding-top: 8px;
  cursor: pointer;
}

.m-tree-container-relative {
  position: relative;
}

.search-result-tree-wrap {
  margin-top: 8px;
}
.search-result-tree-wrap .ant-tree .ant-tree-treenode {
  height: auto;
  padding: 2px 0 2px 6px;
}
.search-result-tree-wrap .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background: none;
}
.search-result-tree-wrap .ant-tree .ant-tree-treenode.ant-tree-treenode-selected .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: rgba(225, 227, 232, 1) !important;
  background-color: rgba(var(--Line-3-r, 225), var(--Line-3-g, 227), var(--Line-3-b, 232), 1) !important;
  border-radius: 4px;
}
.search-result-tree-wrap .ant-tree .ant-tree-treenode .ant-tree-switcher {
  line-height: 30px;
  height: auto;
}
.search-result-tree-wrap .ant-tree .ant-tree-treenode:hover {
  background: none;
}
.search-result-tree-wrap .u-foldername {
  font-size: 12px;
  line-height: 18px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  padding-right: 4px;
  flex: none;
}
.search-result-tree-wrap .u-unread {
  color: #7d8085 !important;
  margin: 0;
  min-width: auto;
  background: none !important;
  padding: 0;
  height: 18px;
  line-height: 18px;
}
.search-result-tree-wrap .tree-content-warp {
  width: 100%;
}
.search-result-tree-wrap .search-result-tree-item {
  padding-bottom: 12px;
}
.search-result-tree-wrap .search-result-tree-item .search-result-tree-name {
  font-size: 12px;
  line-height: 18px;
  color: #7d8085;
  padding-left: 20px;
  margin-bottom: 8px;
}
.search-result-tree-wrap .search-result-tree-item .search-result-tree-more,
.search-result-tree-wrap .search-result-tree-item .search-result-tree-pack {
  font-size: 12px;
  line-height: 18px;
  color: #386ee7;
  padding: 4px 0 8px 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.search-result-tree-wrap .search-result-tree-item .search-result-tree-more svg,
.search-result-tree-wrap .search-result-tree-item .search-result-tree-pack svg {
  margin-left: 4px;
}

.mail-left-right-list-page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 48px;
  height: 48px;
  border-top: solid 1px rgba(39, 46, 71, 0.12);
  border-top: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}

.mail-long-list-page-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 20px;
  padding-bottom: 32px;
}

.m-list-container {
  position: relative;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.m-list-container .m-list-title-wrap {
  position: relative;
  border-bottom: solid 1px rgba(39, 46, 71, 0.12);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.m-list-container .m-list-title {
  -webkit-user-select: none;
          user-select: none;
  -webkit-app-region: no-drag;
  border-bottom: solid 1px rgba(39, 46, 71, 0.12);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding-bottom: 10px;
}
.m-list-container .m-list-title .m-list-tab {
  display: flex;
  font-size: 12px;
}
.m-list-container .m-list-title .m-list-tab .unread-txt {
  margin-left: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-top: 10px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.m-list-container .m-list-title .m-list-tab .text {
  position: relative;
  cursor: pointer;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  margin: 0 2px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-flex;
  height: 28px;
  line-height: 28px;
  justify-content: center;
  align-items: center;
}
.m-list-container .m-list-title .m-list-tab .text .first-icon {
  display: inline-block;
  width: 27px;
  height: 14px;
  margin-right: 2px;
  line-height: 14px;
}
.m-list-container .m-list-title .m-list-tab .text:nth-child(1) {
  margin-left: 8px;
}
.m-list-container .m-list-title .m-list-tab .on {
  color: #ffffff;
  background: #386ee7;
}
.m-list-container .m-list-title .mail-list-filter-page-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-right: 12px;
  margin-top: 10px;
}
.m-list-container .m-list-title .u-mark-read {
  float: right;
  margin-right: 13px;
  color: rgba(39, 46, 71, 0.7);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.7);
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
}
.m-list-container .m-list-filter {
  display: flex;
  align-items: self-start;
}
.m-list-container .m-list-filter .checkbox-wrap {
  padding-left: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
}
.m-list-container .m-list-filter .m-list-filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-left: 8px;
  margin-top: 12px;
  cursor: pointer;
}
.m-list-container .m-list-filter .m-list-filter-icon:hover {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.m-list-container .m-list-filter .m-list-filter-icon-selected {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.m-list-container .m-list-filter .divider-vertical {
  margin: 2px 4px 0 2px;
}
.m-list-container .m-list-filter .m-list-filter-btn {
  position: relative;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  margin-top: 11px;
  cursor: pointer;
}
.m-list-container .m-list-filter .m-list-filter-btn:hover {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.m-list-container .m-list-filter .m-list-filter-btn-selected {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  column-gap: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  margin-right: 2px;
  margin-top: 11px;
}
.m-list-container .m-list-filter .m-list-filter-btn-selected svg {
  flex: none;
}
.m-list-container .m-list-filter .text-highlight {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  margin-right: 4px;
}
.m-list-container .m-list-filter .m-list-filter-selected {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.m-list-container .m-list-filter .m-list-filter-selected:hover {
  background: #f2f5ff;
  background: var(--Brand-1, #f2f5ff);
}
.m-list-container .m-list-operation {
  position: absolute !important;
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  z-index: 9;
  margin-right: 1px;
}
.m-list-container .m-list-operation:hover {
  border-bottom: solid 1px rgba(39, 46, 71, 0.12);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.m-list-container .m-list-operation .ant-checkbox-inner {
  transition: none !important;
}
.m-list-container .m-list-operation-new {
  position: absolute !important;
  -webkit-user-select: none;
          user-select: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  z-index: 9;
  margin-right: 1px;
  display: none;
}
.m-list-container .m-list-operation-new:hover {
  border-bottom: solid 1px rgba(39, 46, 71, 0.12);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.m-list-container .m-list-operation-new .ant-checkbox-inner {
  transition: none !important;
}
.m-list-container .m-list-operation1 {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.m-list-container .m-list-operation1-new {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: none;
}
.m-list-container .m-list-operation100 {
  width: 100%;
  position: absolute !important;
  height: 48px !important;
  border-bottom: solid 1px rgba(39, 46, 71, 0.12);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.m-list-container .m-list-operation100-new {
  position: absolute !important;
  height: 100% !important;
  border-bottom: solid 1px rgba(39, 46, 71, 0.12);
  border-bottom: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  display: block;
}
.m-list-container .m-list-cancel {
  position: absolute !important;
  height: 0px !important;
  display: none;
}
.m-list-container .m-list-cancel:hover {
  height: 0px !important;
  display: block;
}
.m-list-container .m-list-cancel-new {
  position: absolute !important;
  height: 0px !important;
  display: none;
}
.m-list-container .m-list-cancel-new:hover {
  height: 0px !important;
}
.m-list-container .m-list-num {
  line-height: 40px;
  text-align: center;
  color: #386ee7;
  font-size: 12px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
  cursor: pointer;
}
.m-list-container .m-list {
  -webkit-app-region: no-drag;
  height: 100%;
  width: 100%;
}
.m-list-container .m-list-empty {
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  width: 100%;
  min-height: 150px;
}
.m-list-container .m-list-empty .refresh {
  cursor: pointer;
  color: #386ee7;
  margin-top: 12px;
}
.m-list-container .m-list-empty .empty {
  font-size: 14px;
  line-height: 22px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.m-list-container .m-list .ant-list-item {
  padding: 12px 0;
  margin: 0 12px;
}
.m-list-container .m-list .ant-skeleton {
  padding: 0 15px;
}
.m-list-container .m-list .mail-list {
  position: relative;
}
.m-list-container .m-list .customerReply {
  margin-top: 24px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.m-list-container .m-list .link {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.m-list-container .btn:hover {
  background-color: rgba(159, 162, 173, 0.2) !important;
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2) !important;
}
.m-list-container .btn:focus {
  background-color: rgba(159, 162, 173, 0.2) !important;
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2) !important;
}
.m-list-container .btn:active {
  background-color: rgba(159, 162, 173, 0.2) !important;
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.2) !important;
}

.back-top-wrapper {
  position: absolute;
  bottom: 45px;
  right: 45px;
  width: 16px;
  height: 16px;
  transition: bottom 0.3s;
}
.back-top-wrapper-with-footer {
  bottom: 60px;
}

.u-mail-btn {
  -webkit-user-select: none;
          user-select: none;
  height: 28px;
  min-width: 90px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.u-mail-btn .icon {
  display: flex;
  align-items: center;
}
.u-mail-btn .icon svg {
  vertical-align: text-top;
}
.u-mail-btn .text {
  margin-left: 4px;
}

.u-mail-send-btn {
  -webkit-user-select: none;
          user-select: none;
  height: 28px;
  min-width: 90px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.u-mail-send-btn .icon {
  display: flex;
  align-items: center;
}
.u-mail-send-btn .icon .sirius-icon {
  width: auto;
  display: flex;
  align-items: center;
}
.u-mail-send-btn .icon svg {
  vertical-align: text-top;
}
.u-mail-send-btn .text {
  margin-left: 4px;
}

.u-tree-dropmenu {
  width: 200px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  -webkit-app-region: no-drag;
}
.u-tree-dropmenu.ant-dropdown {
  z-index: 1050;
}
.u-tree-dropmenu .ant-menu-light .ant-menu-item:hover {
  color: rgba(39, 46, 71, 0.9);
}
.u-tree-dropmenu .ant-menu-light .ant-menu-submenu-title:hover,
.u-tree-dropmenu .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #4c6aff;
}
.u-tree-dropmenu .ant-dropdown-menu {
  padding: 8px 0;
  border-radius: 6px;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  color: #262a33;
}
.u-tree-dropmenu .ant-dropdown-menu-item {
  padding: 8px 16px;
}
.u-tree-dropmenu .ant-dropdown-menu-item-active {
  background: #f0f0f1;
  color: rgba(0, 0, 0, 0.85);
}
.u-tree-dropmenu .ant-dropdown-menu-item-divider {
  margin: 2px 16px;
  background-color: rgba(39, 46, 71, 0.16);
}
.u-tree-dropmenu .ant-menu {
  padding: 8px 0;
  border-radius: 6px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  color: #262a33;
  background-color: #fff;
}
.u-tree-dropmenu .ant-menu-item {
  height: 36px;
  line-height: 36px;
  padding: 8px 16px;
  clear: both;
  margin: 0;
  color: rgba(39, 46, 71, 0.9);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.u-tree-dropmenu .ant-menu-submenu {
  clear: both;
  color: rgba(39, 46, 71, 0.9);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-title {
  padding: 0 16px;
}
.u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-expand-icon,
.u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow {
  color: #9fa2ad;
}
.u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow::before,
.u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow::after {
  width: 8px;
  height: 1px;
}
.u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-3.5px);
}
.u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(3.5px);
}
.u-tree-dropmenu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title {
  padding: 8px 16px;
}
.u-tree-dropmenu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 16px;
}
.u-tree-dropmenu .ant-menu-submenu-title {
  padding: 0;
  margin: 0;
}
.u-tree-dropmenu .ant-menu-vertical .ant-menu-item:not(:last-child) {
  margin-bottom: 0;
}
.u-tree-dropmenu .ant-menu-item-active {
  background: #f0f0f1 !important;
  color: rgba(0, 0, 0, 0.85);
}
.u-tree-dropmenu .ant-menu-item-divider {
  height: 0.5px;
  margin: 4px 16px;
  background-color: rgba(39, 46, 71, 0.12);
}
.u-tree-dropmenu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #fff;
}
.u-tree-dropmenu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected::hover {
  background: #f0f0f1;
}
.u-tree-dropmenu .ant-dropdown-menu-item,
.u-tree-dropmenu .ant-dropdown-menu-submenu-title {
  transition: none;
}

.u-tree-dropmenu-autow {
  width: auto;
}

.u-tips .ant-message-custom-content svg:not(:root) {
  margin-right: 9px;
}

.u-alert {
  display: flex;
  background-color: #f2f7fe;
  background-color: var(--Link-1, #f2f7fe);
  opacity: 0.8;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 0 16px;
  -webkit-user-select: none;
          user-select: none;
  justify-content: center;
}
.u-alert .text {
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-alert .btn-alert {
  width: 64px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 14px;
  line-height: 24px;
  font-size: 12px;
  color: #386ee7;
  text-align: center;
  margin: 8px 8px 0 16px;
  cursor: pointer;
}
.u-alert .close {
  margin-top: 4px;
}

.u-ai-assistant-alert-read-mail {
  display: flex;
  padding: 6px 12px;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  margin: 8px 16px;
  border-radius: 4px;
}
.u-ai-assistant-alert-read-mail .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 2px;
  background: url(/static/toast-info.76f18e9b.svg) no-repeat center center;
}
.u-ai-assistant-alert-read-mail .txt {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 12px;
  flex: 1 1;
}
.u-ai-assistant-alert-read-mail .btn {
  display: inline-block;
  width: 48px;
  height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 16px;
  cursor: pointer;
}
.u-ai-assistant-alert-read-mail .btn:hover {
  background: transparent !important;
}
.u-ai-assistant-alert-read-mail .close {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgY29sb3I9IiMyNjJBMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDExTDYgNk02IDZMMSAxTTYgNkwxMSAxMU02IDZMMTEgMSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center center;
}

.u-maillist-ad-alert {
  border-radius: 4px;
  background: #eff2ff;
  margin: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
}
.u-maillist-ad-alert.long {
  background: rgba(76, 106, 255, 0.09);
}
.u-maillist-ad-alert.long .adicon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.u-maillist-ad-alert.long .adBtnWrapper {
  flex: 0 0 auto;
  margin-left: 8px;
  align-self: flex-start;
}
.u-maillist-ad-alert .adicon {
  width: 48px;
  height: 48px;
  background: url(/static/ad-icon-ea9f85dee6db140176caaa74234cb222.png) no-repeat center center;
  margin-right: 16px;
  flex: 0 0 auto;
  background-size: contain;
}
.u-maillist-ad-alert .adtxt {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.u-maillist-ad-alert .adbtn {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  margin-top: 4px;
}
.u-maillist-ad-alert .adbtn:not(:last-child) {
  margin-right: 12px;
}
.u-maillist-ad-alert .adbtn.close {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}

.u-ai-assistant-alert {
  display: flex;
  padding: 6px 12px;
  background: #edf0ff;
  background: var(--Brand-2-bg, #edf0ff);
  margin: 8px;
  border-radius: 4px;
}
.u-ai-assistant-alert .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 2px;
  background: url(/static/toast-info.76f18e9b.svg) no-repeat center center;
}
.u-ai-assistant-alert .txt {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 12px;
  flex: 1 1;
}
.u-ai-assistant-alert .btn {
  display: inline-block;
  width: 48px;
  height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 16px;
  cursor: pointer;
}
.u-ai-assistant-alert .btn:hover {
  background: transparent !important;
}
.u-ai-assistant-alert .close {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgY29sb3I9IiMyNjJBMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDExTDYgNk02IDZMMSAxTTYgNkwxMSAxMU02IDZMMTEgMSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center center;
}

.u-ai-assistant-alert-read-mail {
  display: flex;
  padding: 6px 12px;
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
  margin: 8px 16px;
  border-radius: 4px;
}
.u-ai-assistant-alert-read-mail .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 2px;
  background: url(/static/toast-info.76f18e9b.svg) no-repeat center center;
}
.u-ai-assistant-alert-read-mail .txt {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 12px;
  flex: 1 1;
}
.u-ai-assistant-alert-read-mail .btn {
  display: inline-block;
  width: 48px;
  height: 20px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-right: 16px;
  cursor: pointer;
}
.u-ai-assistant-alert-read-mail .btn:hover {
  background: transparent !important;
}
.u-ai-assistant-alert-read-mail .close {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgY29sb3I9IiMyNjJBMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDExTDYgNk02IDZMMSAxTTYgNkwxMSAxMU02IDZMMTEgMSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center center;
}

.u-auto {
  height: 36px;
  line-height: 36px;
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
}
.u-auto-title {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.u-auto-text {
  height: 20px;
  line-height: 20px;
  color: #386ee7;
  margin-right: 8px;
  font-size: 12px;
  cursor: pointer;
}
.u-auto-btn {
  width: 16px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSAxMi41TDggOE04IDhMMy41IDMuNU04IDhMMTIuNSAxMi41TTggOEwxMi41IDMuNSIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) no-repeat center center;
}

.m-auth {
  margin: 298px auto;
  text-align: center;
}
.m-auth-lock {
  position: relative;
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  text-align: center;
}
.m-auth-lock svg {
  position: absolute;
  top: 15px;
  left: 21px;
  width: 40px;
  height: 40px;
}
.m-auth-text {
  font-size: 14px;
  line-height: 22px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.m-auth-note {
  margin: 12px auto;
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
}
.m-auth-note .link {
  color: #386ee7;
  cursor: pointer;
}
.m-auth-modal-label {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.m-email-list {
  overflow-y: hidden;
  background-color: #ffffff;
}

.ant-message.mac {
  top: 32px;
}

.WindowScrollerWrapper {
  flex: 1 1 auto;
}

.List {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 25px;
  background-color: #fff;
  border-bottom: 1px solid #e1e3e8;
  border-bottom: 1px solid var(--Fill-4, #e1e3e8);
}

.rowScrolling::after {
  content: ": scrolling";
  font-size: 0.65rem;
  color: #aaa;
}

.checkboxLabel {
  display: flex;
  align-items: center;
}

.checkbox {
  margin-right: 5px;
}

.u-vlist {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  outline: 0;
}
.u-vlist::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.u-vlist:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.u-vlist:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.u-vlist:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-vlist:hover::-webkit-scrollbar-button {
  display: none;
}
.u-vlist:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.u-vlist:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.u-vlist:hover::-webkit-scrollbar-corner {
  display: none;
}

.u-vlist-win {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: overlay;
  outline: 0;
}
.u-vlist-win::-webkit-scrollbar {
  opacity: 0;
  width: 12px;
  background-color: transparent;
}
.u-vlist-win:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.u-vlist-win:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 12px;
  padding-right: 4px;
}
.u-vlist-win:hover::-webkit-scrollbar:horizontal {
  height: 12px;
}
.u-vlist-win:hover::-webkit-scrollbar-button {
  display: none;
}
.u-vlist-win:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 12px;
  opacity: 0;
}
.u-vlist-win:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.u-vlist-win:hover::-webkit-scrollbar-corner {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.u-move-dialog .ant-modal-header {
  padding: 24px 24px 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
  border-bottom: 0;
  box-shadow: 0px 0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px 0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.u-move-dialog .ant-modal-title {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.u-move-dialog .ant-modal-body {
  height: 370px;
  overflow: scroll;
  padding: 0;
}
.u-move-dialog .ant-btn {
  width: 64px;
}
.u-move-dialog .ant-modal-footer {
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}

.u-mail-search-form-container {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  width: 560px;
  min-height: 424px;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 8px;
  padding: 24px;
  z-index: 20;
}
.u-mail-search-form-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 200%;
  border-radius: 16px;
  border: solid 1px rgba(39, 46, 71, 0.2);
  border: solid 1px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
}
.u-mail-search-form-container .close-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUxpcSUpMicnLx8nLyUpMiYqM3PZnygAAAAFdFJOUwDfICBwQZC8AAAAAFtJREFUKM9jYKARcIYxVCAUS6ABhMEk6gClhSECijAZKAMuAWPBFUCZCAVQNpICMAdZAVgJigKQEhQFICWoCjAF0LVgGIpuLYbD0J2O4Tl072MEEEYQYgQy9QEAEcgQE10ec1YAAAAASUVORK5CYII=) center center no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.u-title-text {
  font-size: 16px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin-bottom: 16px;
}

.u-mail-advanced-search-form .ant-row.ant-form-item {
  width: 248px;
  flex-wrap: wrap !important;
  margin-bottom: 12px !important;
}
.u-mail-advanced-search-form .ant-row.ant-form-item .ant-col.ant-form-item-label {
  width: 248px;
  text-align: left;
}
.u-mail-advanced-search-form .ant-row.ant-form-item .ant-col.ant-form-item-label label {
  color: #7d8085;
  font-size: 12px;
  line-height: 14px;
}
.u-mail-advanced-search-form .ant-row.ant-form-item.u-advanced-search-form-button-group {
  width: auto;
}
.u-mail-advanced-search-form .ant-row.ant-form-item.u-advanced-search-form-button-group-block {
  width: 100%;
}
.u-mail-advanced-search-form .ant-row.ant-form-item.u-advanced-search-form-button-group-block .ant-btn-primary {
  background-color: #386ee7 !important;
  border-radius: 4px !important;
}
.u-mail-advanced-search-form .ant-input {
  border-radius: 4px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-shadow: none;
  font-size: 12px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  padding: 8px 11px;
  line-height: 1.2;
}
.u-mail-advanced-search-form .ant-select {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 12px;
}
.u-mail-advanced-search-form .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
}
.u-mail-advanced-search-form .ant-select:hover:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
.u-mail-advanced-search-form .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #386ee7;
  box-shadow: none;
}
.u-mail-advanced-search-form .ant-input:focus,
.u-mail-advanced-search-form .ant-input:hover,
.u-mail-advanced-search-form .ant-input-focused {
  border-color: #386ee7;
}
.u-mail-advanced-search-form .ant-picker:focus,
.u-mail-advanced-search-form .ant-picker:hover,
.u-mail-advanced-search-form .ant-picker-focused {
  border-color: #386ee7;
}
.u-mail-advanced-search-form .ant-picker {
  border-radius: 4px;
}
.u-mail-advanced-search-form .ant-picker .ant-picker-input input {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 12px;
}
.u-mail-advanced-search-form .u-mail-advanced-search-form-row-last {
  margin-right: 0 !important;
}
.u-mail-advanced-search-form .u-mail-advanced-search-form-date-range .ant-form-item-control-input-content {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.u-mail-advanced-search-form .u-mail-advanced-search-form-date-picker {
  width: 116px;
}
.u-mail-advanced-search-form .u-mail-advanced-search-form-date-picker-split {
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #b7bac2;
  background-color: var(--Text-1, #b7bac2);
}
.u-mail-advanced-search-form .u-mail-advanced-search-form-account-select.ant-row.ant-form-item {
  width: 312px;
  margin-right: 8px;
  margin-top: 12px;
}
.u-mail-advanced-search-form .u-mail-advanced-search-form-account-select.ant-row.ant-form-item .ant-col.ant-form-item-label {
  width: auto;
}
.u-mail-advanced-search-form .u-mail-advanced-search-form-account-select .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: transparent !important;
  padding-left: 0;
}
.u-mail-advanced-search-form .u-mail-advanced-search-form-account-select .ant-col.ant-form-item-control {
  width: calc(100% - 62px);
}
.u-mail-advanced-search-form .u-advanced-search-form-button-group {
  margin-right: 0 !important;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 0 !important;
}
.u-mail-advanced-search-form .u-advanced-search-form-button-group button {
  margin-left: 16px;
}
.u-mail-advanced-search-form .expand-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}

.u-mail-advanced-search-folder-dropdown {
  padding: 0;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder:hover::-webkit-scrollbar-button {
  display: none;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list-holder:hover::-webkit-scrollbar-corner {
  display: none;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode {
  padding-bottom: 0;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode.ant-select-tree-treenode-selected {
  background: rgba(214, 230, 252, 0.9) !important;
  background: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.9) !important;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode .ant-select-tree-switcher {
  width: 16px;
  padding-left: 4px;
  line-height: 36px;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
  transition: none;
  line-height: 36px;
  padding-left: 0;
  display: flex;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode .ant-select-tree-node-content-wrapper .ant-select-tree-title {
  max-width: 248px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode .ant-select-tree-node-content-wrapper:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background: rgba(214, 230, 252, 0.9) !important;
  background: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.9) !important;
}
.u-mail-advanced-search-folder-dropdown .ant-select-tree .ant-select-tree-list .ant-select-tree-treenode .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
  line-height: 36px;
  height: 36px;
  padding-top: 3px;
}

.u-advanced-form-datePickerDropDown {
  font-size: 12px;
}
.u-advanced-form-datePickerDropDown .ant-picker-header button {
  font-size: 12px;
}
.u-advanced-form-datePickerDropDown .ant-picker-panel-container {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.u-advanced-form-datePickerDropDown .ant-picker-cell:hover .ant-picker-cell-inner {
  background-color: rgba(39, 46, 71, 0.2);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.u-advanced-form-datePickerDropDown .ant-picker-cell-inner {
  border-radius: 50%;
}
.u-advanced-form-datePickerDropDown .ant-picker-cell-inner::before {
  border-radius: 50% !important;
  border-color: #386ee7;
}
.u-advanced-form-datePickerDropDown .ant-picker-cell-selected .ant-picker-cell-inner {
  background: #386ee7 !important;
  border-radius: 50%;
}

.ant-dropdown-menu-submenu-popup ul {
  background: transparent;
  box-shadow: none;
}

.u-advanced-search-form-select-dropdown .ant-select-item {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.u-advanced-search-form-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  font-weight: normal;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.u-advanced-search-form-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f0f0f1;
}

.mail-related-container {
  display: flex;
  flex-flow: column;
  padding: 0;
  height: 100%;
}
.mail-related-container h3 {
  margin-top: 30px;
  padding: 0 24px;
  height: 36px;
  color: #262a33;
  font-size: 14px;
  line-height: 16px;
}
.mail-related-container .mail-options {
  flex-grow: 5;
}
.mail-related-container .mail-options .option-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 24px;
  height: 36px;
  color: #262a33;
  font-size: 14px;
  line-height: 16px;
}
.mail-related-container .mail-options .option-item:hover {
  background-color: rgba(38, 42, 51, 0.08);
}
.mail-related-container .mail-options .option-item.selected {
  background-color: rgba(210, 224, 255, 0.9);
}
.mail-related-container .mail-options .option-item .option-text {
  margin-left: 8px;
  pointer-events: none;
}

.on-drag .disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.on-drag .disabled .MuiTreeItem-content {
  cursor: not-allowed;
}

.tree-item-label-wrap {
  display: flex;
  position: relative;
  flex: 1 1;
  text-overflow: ellipsis;
  overflow: hidden;
  align-items: center;
}
.tree-item-label-wrap .u-unread {
  font-size: 12px;
}

.custom-folder-warn {
  background: rgba(254, 91, 76, 0.8);
  background: rgba(var(--Error-6-r, 254), var(--Error-6-g, 91), var(--Error-6-b, 76), 0.8);
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

.no-custom-folder-wrap {
  width: 100%;
  min-height: 300px;
}
.no-custom-folder-wrap .ncf-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
}
.no-custom-folder-wrap .ncf-title {
  text-align: center;
  font-size: 14px;
  padding: 0 60px;
}

.ant-tree .drag-outer-over {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}

.showOper:hover .oper-wrap {
  display: flex;
}
.showOper:hover .oper-wrap .more {
  display: flex;
}
.showOper:hover .u-unread {
  display: none;
}

.all-folder-errtip .u-foldername {
  color: #747a8c;
}
.all-folder-errtip .u-unread {
  background: #ebedf2;
  color: #747a8c;
}

.tree-node-btn-active-hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.tree-node-btn-active-hover .tree-content-warp .oper-wrap {
  display: flex;
}
.tree-node-btn-active-hover .tree-content-warp .u-unread {
  display: none;
}
.tree-node-btn-active-hover .tree-content-warp .more {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c9cbd6;
  background: var(--Fill-5, #c9cbd6);
  margin-right: 2px;
}

.tree-node-active-hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}

.tree-content-warp {
  flex: 1 1;
  display: flex;
  position: relative;
  width: 100px;
  align-items: center;
}
.tree-content-warp .active {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
  border-radius: 4px;
  padding: 0 4px;
}
.tree-content-warp .oper-wrap {
  display: none;
  margin-right: 8px;
}
.tree-content-warp .more {
  width: 24px;
  height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.tree-content-warp .more:hover {
  background: #c9cbd6;
  background: var(--Fill-5, #c9cbd6);
}
.tree-content-warp .ct-folder-add-btn {
  display: flex;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.tree-content-warp .ct-folder-add-btn:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.tree-content-warp .show-oper {
  display: block;
}

.ant-tree-treenode:hover .more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-tree-treenode:hover .canhide {
  display: none;
}
.ant-tree-treenode.more-folder {
  margin-top: 30px;
}
.ant-tree-treenode.more-folder .u-foldername {
  color: #7d8085;
}

.app-loading {
  background: #ffffff url(/static/app_bg_loading-825cf754e50f385b743504b2713ffaf8.gif) no-repeat fixed center center;
  background: var(--white, #ffffff) url(/static/app_bg_loading-825cf754e50f385b743504b2713ffaf8.gif) no-repeat fixed center center;
  background-size: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.m-tree-container .ant-tree-indent-unit {
  width: 8px;
}
.m-tree-container .m-subordinate-mock {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.m-tree-container .m-subordinate-mock .m-subordinate-mock-text {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.global-modal-warp {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.global-modal-warp .global-modal {
  width: 100vw;
  height: 100vh;
}
.global-modal-warp .global-modal-spin .ant-spin {
  max-height: none;
}
.global-modal-warp .global-modal-spin-tip {
  margin-top: 20px;
}
.global-modal-warp .ant-spin-blur {
  opacity: 0.5;
}
.global-modal-warp .ant-spin-blur::after {
  opacity: 1;
}

.smart-mail-tip {
  padding: 0 4px 0 12px;
  background: white;
  position: relative;
  overflow: hidden;
}
.smart-mail-tip .smart-mail-tip-in {
  background: rgba(15, 214, 131, 0.06);
  background: rgba(var(--Success-6-r, 15), var(--Success-6-g, 214), var(--Success-6-b, 131), 0.06);
  line-height: 18px;
  padding: 8px 15px 8px 12px;
  border-radius: 4px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
}
.smart-mail-tip .smart-mail-tip-in i.icon-question {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(/static/question-green.d78cf198.svg) center center no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-top: 2px;
}
.smart-mail-tip .smart-mail-tip-in .close {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
}

.tab-write-page {
  width: 100%;
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow-x: auto;
}
.tab-write-page::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.tab-write-page:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.tab-write-page:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.tab-write-page:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.tab-write-page:hover::-webkit-scrollbar-button {
  display: none;
}
.tab-write-page:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.tab-write-page:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.tab-write-page:hover::-webkit-scrollbar-corner {
  display: none;
}

.tab-write-page-web {
  background: #fff;
  height: 100%;
}

.wm-web-tab-write-page {
  height: calc(100vh - 48px - 54px);
}

.tab-read-page {
  flex: 1 1;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  overflow: hidden;
}

.wm-web-tab-read-page {
  flex: none;
  height: calc(100vh - 48px - 54px);
}

.tab-write-page-hide {
  display: none;
}

.mailtab-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.mailtab-layout-web {
  min-width: 872px;
}

.mailtab-mg-height {
  margin-top: 48px;
}

.mail-tab-container {
  height: 36px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #386ee7;
  background-color: var(--brand-blue-1, #386ee7);
}

.web-tab-container {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}

.add-folder-wrap {
  display: flex;
  padding: 6px;
  padding-left: 24px;
  align-items: center;
  cursor: pointer;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.add-folder-wrap:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  color: #386ee7;
}
.add-folder-wrap:hover .add-folder-icon {
  background: url(/static/add_folder.64788c67.svg) center center no-repeat;
}
.add-folder-wrap .add-folder-icon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url(/static/add_folder.64788c67.svg) center center no-repeat;
}
.add-folder-wrap .add-folder-name {
  font-size: 14px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.tab-loading {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-loading .loading-img {
  width: 150px;
  margin-top: -48px;
  margin-left: -68px;
  opacity: 1;
}

.m-add-account {
  padding-left: 28px;
  height: 36px;
  display: flex;
  align-items: center;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding-right: 8px;
}
.m-add-account:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.m-add-account .title-add-btn {
  display: flex;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.m-add-account .title-add-btn.single {
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
}
.m-add-account .title-add-btn.multi:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}

.m-add-account-tip-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
}
.m-add-account-tip-footer .m-add-account-tip-footer-cancel {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.m-add-account-tip-footer .m-add-account-tip-footer-confirm {
  font-size: 12px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  width: 64px;
  background-color: #ffffff;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}

.m-list-filter-dropdown .ant-dropdown-menu {
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  color: #272e47;
  min-width: 114px;
  border: 0.5px solid #ebedf2;
}
.m-list-filter-dropdown .ant-dropdown-menu.ant-dropdown-menu-sub {
  border: none;
}
.m-list-filter-dropdown .ant-dropdown-menu-item-active {
  background-color: #f0f2f7;
}
.m-list-filter-dropdown .ant-dropdown-menu-item .ant-dropdown-menu-submenu {
  padding: 4px 16px;
}
.m-list-filter-dropdown .ant-dropdown-menu-item .ant-dropdown-menu-submenu:hover {
  background-color: #f0f2f7;
}
.m-list-filter-dropdown .ant-dropdown-menu-submenu-popup {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  min-width: 174px;
}
.m-list-filter-dropdown .ant-dropdown-menu-sub {
  margin: 0;
  padding: 0;
}
.m-list-filter-dropdown .ant-divider {
  margin: 4px 12px;
  width: calc(100% - 24px);
  min-width: auto;
}
.m-list-filter-dropdown .m-list-filter-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  gap: 15px;
}
.m-list-filter-dropdown .m-list-filter-select-sub > .ant-dropdown-menu-submenu-title {
  color: #4c6aff;
}
.m-list-filter-dropdown .m-list-filter-select-sub .ant-dropdown-menu-submenu-expand-icon svg {
  color: #4c6aff;
}
.m-list-filter-dropdown .ant-dropdown-menu-submenu-expand-icon {
  right: 11px;
}

.edm-mail-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 308px;
  padding: 6px 12px;
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  border-radius: 4px;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin: 8px auto;
}
.edm-mail-tip .edm-mail-tip-icon {
  flex-shrink: 0;
}

.customerUpDownContent {
  height: 100%;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.customerUpDownContent .react-resizable-handle {
  width: 100% !important;
  height: 2px !important;
  cursor: ns-resize !important;
  background: #e1e3e8 !important;
  background: var(--Fill-4, #e1e3e8) !important;
}
.customerUpDownContent .react-resizable-handle:hover {
  background: #4c6aff !important;
}
.customerUpDownContent .react-resizable-handle-se {
  top: auto;
}

.listAndContent {
  height: 100%;
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
.listAndContent .react-resizable-handle {
  width: 100% !important;
  height: 6px !important;
  cursor: ns-resize !important;
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
}
.listAndContent .react-resizable-handle-se {
  top: auto;
}

.upDownResize {
  width: 100%;
}

.mailList-eml-dp-wrap {
  background-color: #ffffff;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
}
.mailList-eml-dp-wrap .eml-dp-border {
  border: 1px dashed #c9cbd6;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  pointer-events: none;
}
.mailList-eml-dp-wrap .eml-dp-border span {
  color: #545a6e;
  font-size: 14px;
  pointer-events: none;
  max-width: 95%;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}

.l2c-crm-ant-drawer-extra .l2c-crm-icon-wrapper span.sirius-icon.l2c-crm-icon {
  z-index: 1;
}
.l2c-crm-ant-drawer-extra .l2c-crm-icon-wrapper::after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  border-radius: 4px;
  position: absolute;
  z-index: 0;
}
.l2c-crm-ant-drawer-extra .l2c-crm-icon-wrapper:hover::after {
  display: block;
}

.wm-show-folder-line .ant-tree-list-holder-inner div:nth-child(7)::after {
  content: "";
  display: block;
  border-bottom: 1px solid #e1e3e8;
  width: 80%;
  position: absolute;
  left: 34px;
  bottom: -4px;
}
.wm-show-folder-line .ant-tree-list-holder-inner div:nth-child(8) {
  margin-top: 7px;
}

.wm-reply-tip-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  float: left;
}
.folder-move-modal-warp .ant-modal-header {
  padding: 24px 24px 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
  border-bottom: 0;
  box-shadow: 0px 0.5px 0px rgba(39, 46, 71, 0.12);
  box-shadow: 0px 0.5px 0px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.folder-move-modal-warp .ant-modal-body {
  height: 370px;
  padding: 0;
}
.folder-move-modal-warp .folder-edit-input {
  height: 24px;
}

.folder-move-modal-footer {
  display: flex;
  justify-content: space-between;
}
.folder-move-modal-footer .no-border {
  border: none;
}

.foldermove-content-modal-warp {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.edti-tree-wrap .ant-tree {
  background: transparent;
  font-size: 12px;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode {
  position: relative;
  height: 36px;
  cursor: pointer;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode .ant-tree-title {
  display: flex;
  position: relative;
  flex: 1 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode .leaf-node {
  font-weight: 400;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode .ant-tree-switcher {
  width: 15px;
  padding-left: 5px;
  line-height: 36px;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper {
  padding: 6px 0 6px 9px;
  display: flex;
  word-break: keep-all;
  color: rgba(#272e47, 0.9);
  color: rgba(var(--Text-5, #272e47), 0.9);
  font-size: 14px;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: none;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-iconEle {
  margin: 0px 9px 0 0;
  width: 16px;
  height: 24px;
  display: flex;
  align-items: center;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper .ant-tree-iconEle .sirius-icon {
  display: flex;
  align-items: center;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: none;
}
.edti-tree-wrap .ant-tree .ant-tree-treenode:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.edti-tree-wrap .ant-tree .ant-tree-treenode.ant-tree-treenode-selected {
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}
.edti-tree-wrap .ant-tree-switcher .ant-tree-switcher-icon,
.edti-tree-wrap .ant-tree-switcher .ant-select-tree-switcher-icon {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.edti-tree-wrap .edit-tree-title-wrap {
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-right: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
}
.edti-tree-wrap .edit-tree-title-wrap .edit-tree-loading-wrap {
  padding-right: 10px;
  display: inline-block;
}
.edti-tree-wrap .edit-tree-title-wrap .edit-tree-input {
  height: 28px;
  border-radius: 4px;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Avatar-6, #4c6aff);
}
.edti-tree-wrap .u-tree-dropmenu {
  width: 200px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  -webkit-app-region: no-drag;
}
.edti-tree-wrap .u-tree-dropmenu.ant-dropdown {
  z-index: 1050;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-light .ant-menu-item:hover {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.edti-tree-wrap .u-tree-dropmenu .ant-dropdown-menu {
  padding: 8px 0;
  border-radius: 6px;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  color: #262a33;
}
.edti-tree-wrap .u-tree-dropmenu .ant-dropdown-menu-item {
  padding: 8px 16px;
}
.edti-tree-wrap .u-tree-dropmenu .ant-dropdown-menu-item-active {
  background: #f0f0f1;
  color: rgba(0, 0, 0, 0.85);
}
.edti-tree-wrap .u-tree-dropmenu .ant-dropdown-menu-item-divider {
  margin: 2px 16px;
  background-color: rgba(39, 46, 71, 0.16);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu {
  padding: 8px 0;
  border-radius: 6px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  color: #262a33;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-item {
  height: 36px;
  line-height: 36px;
  padding: 8px 16px;
  clear: both;
  margin: 0;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-submenu {
  padding: 0 16px;
  clear: both;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-expand-icon,
.edti-tree-wrap .u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  margin-right: -16px;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow::before,
.edti-tree-wrap .u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow::after {
  width: 8px;
  height: 1px;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-3.5px);
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-submenu .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(3.5px);
}
.edti-tree-wrap .u-tree-dropmenu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title {
  padding: 8px 16px;
}
.edti-tree-wrap .u-tree-dropmenu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 16px;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-submenu-title {
  padding: 0;
  margin: 0;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-vertical .ant-menu-item:not(:last-child) {
  margin-bottom: 0;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-item-active {
  background: #f0f0f1 !important;
  color: rgba(0, 0, 0, 0.85);
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu-item-divider {
  height: 0.5px;
  margin: 4px 16px;
  background-color: rgba(39, 46, 71, 0.12);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #fff;
}
.edti-tree-wrap .u-tree-dropmenu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected::hover {
  background: #f0f0f1;
}
.edti-tree-wrap .u-tree-dropmenu .ant-dropdown-menu-item,
.edti-tree-wrap .u-tree-dropmenu .ant-dropdown-menu-submenu-title {
  transition: none;
}
.edti-tree-wrap .folder-input-cancel {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  font-size: 12px;
  cursor: pointer;
}
.edti-tree-wrap .folder-input-cancel:hover {
  font-weight: 600;
}

.folder-tree-wrap.folder-tree-draging .ant-tree-indent-unit {
  width: 22px;
}

.folder-tree-wrap.on-drag .disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.folder-tree-wrap.on-drag .disabled .MuiTreeItem-content {
  cursor: not-allowed;
}

.add-pdl .ant-tree-treenode {
  padding-left: 12px;
}
.add-pdl .add-folder-wrap {
  padding-left: 36px;
}
.add-pdl .ct-folder-emptytip {
  margin-left: 36px;
}

.mail-subtab-wrap {
  display: flex;
  border-bottom: 1px solid #e1e3e8;
  border-bottom: 1px solid var(--Fill-4, #e1e3e8);
  width: 100%;
  height: 48px;
  margin-bottom: 14px;
  padding: 0 16px;
  gap: 32px;
}
.mail-subtab-wrap .mail-subtab {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.mail-subtab-wrap .subtab-number {
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  padding-left: 3px;
}
.mail-subtab-wrap .subtab-active {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  font-weight: 600;
}
.mail-subtab-wrap .subtab-active .subtab-number {
  font-size: 14px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.mail-subtab-wrap .subtab-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #4c6aff;
  background-color: var(--Avatar-6, #4c6aff);
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.mail-subtab-average {
  justify-content: space-between;
  gap: initial;
}

.folder-tree-wrap .forbid-drop {
  opacity: 0.3;
  cursor: not-allowed;
}
.index-module--readmail-comment-modal---uVoB .ant-modal-body {
  height: 133px;
  padding: 0 20px;
}
.index-module--readmail-comment-modal---uVoB .ant-modal-footer {
  border: none;
}
.index-module--readmail-comment-modal---uVoB .ant-modal-header {
  border: none;
}
.com-mail-tag {
  height: 20px;
  line-height: 20px;
  background-color: #ffb54c;
  color: #fff;
  margin-right: 4px;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 4px;
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  position: relative;
}
.com-mail-tag:hover .tag-extra {
  display: flex;
}
.com-mail-tag .tag-extra {
  margin: 0 2px;
  padding: 0 3px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
}
.com-mail-tag span {
  display: block;
}
.com-mail-tag.com-mail-tag-mini {
  height: 16px;
  line-height: 16px;
}

.com-mail-tag-more {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  font-size: 10px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.com-mail-tag-limit {
  max-width: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mt-footer-menu-wrap {
  background-color: #fff;
  max-height: 340px;
  min-height: 10px;
  width: 212px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  border-radius: 5px;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
}
.mt-footer-menu-wrap .mt-none {
  color: #747a8c;
  padding: 53px 0 32px 0;
  text-align: center;
}
.mt-footer-menu-wrap .mt-list {
  flex: 1 1;
  overflow-y: auto;
  padding-top: 8px;
}
.mt-footer-menu-wrap .mt-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  height: 30px;
}
.mt-footer-menu-wrap .mt-list .mt-item {
  cursor: pointer;
}
.mt-footer-menu-wrap .mt-list .mt-item:hover {
  background-color: #f0f2f7;
}
.mt-footer-menu-wrap .mt-oper-wrap {
  display: flex;
  align-items: center;
  margin-right: 12px;
  margin-left: 2px;
  cursor: pointer;
  height: 20px;
}
.mt-footer-menu-wrap .mt-oper-wrap .checkbox {
  line-height: initial;
}
.mt-footer-menu-wrap .mt-content-warp {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #272e47;
  cursor: pointer;
  line-height: 30px;
}
.mt-footer-menu-wrap .mt-footer-btns {
  padding-bottom: 8px;
}
.mt-footer-menu-wrap .mt-footer-btns .mt-item:hover .mt-content-warp {
  color: #386ee7;
}
.mt-footer-menu-wrap .mt-footer-btns .mt-item:hover .mt-oper-wrap .add-svg path {
  fill: #386ee7 !important;
}
.mt-footer-menu-wrap .mt-footer-btns .mt-item:hover .mt-oper-wrap .delete-svg path {
  stroke: #386ee7 !important;
}
.mt-footer-menu-wrap .mt-footer-btns .mt-content-warp {
  color: #262a33;
  display: flex;
  align-items: center;
}
.mt-footer-menu-wrap .mt-line {
  height: 1px;
  margin: 15px 18px;
  border-top: 1px solid rgba(39, 46, 71, 0.16);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.mt-footer-menu-wrap .checkbox .ant-checkbox-inner {
  display: none;
}
.mt-footer-menu-wrap .checkbox .ant-checkbox + span {
  padding-right: 0;
  padding-left: 0;
}
.mt-footer-menu-wrap .checkbox .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
}
.mt-footer-menu-wrap .checkbox .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  width: 9px;
}
.mt-footer-menu-wrap .tag-icon {
  vertical-align: middle;
}
.mt-footer-menu-wrap .color1 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #6ba9ff;
}
.mt-footer-menu-wrap .color1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #6ba9ff;
}
.mt-footer-menu-wrap .color1 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #6ba9ff;
}
.mt-footer-menu-wrap .color1 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #6ba9ff;
}
.mt-footer-menu-wrap .color1 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #6ba9ff;
}
.mt-footer-menu-wrap .color1 .ant-checkbox-checked::after {
  border: 1px solid #6ba9ff;
}
.mt-footer-menu-wrap .color2 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #70ccab;
}
.mt-footer-menu-wrap .color2 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #70ccab;
}
.mt-footer-menu-wrap .color2 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #70ccab;
}
.mt-footer-menu-wrap .color2 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #70ccab;
}
.mt-footer-menu-wrap .color2 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #70ccab;
}
.mt-footer-menu-wrap .color2 .ant-checkbox-checked::after {
  border: 1px solid #70ccab;
}
.mt-footer-menu-wrap .color3 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #aa90f4;
}
.mt-footer-menu-wrap .color3 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #aa90f4;
}
.mt-footer-menu-wrap .color3 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #aa90f4;
}
.mt-footer-menu-wrap .color3 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #aa90f4;
}
.mt-footer-menu-wrap .color3 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #aa90f4;
}
.mt-footer-menu-wrap .color3 .ant-checkbox-checked::after {
  border: 1px solid #aa90f4;
}
.mt-footer-menu-wrap .color4 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #f7a87c;
}
.mt-footer-menu-wrap .color4 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #f7a87c;
}
.mt-footer-menu-wrap .color4 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #f7a87c;
}
.mt-footer-menu-wrap .color4 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #f7a87c;
}
.mt-footer-menu-wrap .color4 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #f7a87c;
}
.mt-footer-menu-wrap .color4 .ant-checkbox-checked::after {
  border: 1px solid #f7a87c;
}
.mt-footer-menu-wrap .color5 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #fe7c70;
  border: 1px solid var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #fe7c70;
  background-color: var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #fe7c70;
  background-color: var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #fe7c70;
  border: 1px solid var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #fe7c70;
  background-color: var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color5 .ant-checkbox-checked::after {
  border: 1px solid #fe7c70;
  border: 1px solid var(--Error-5, #fe7c70);
}
.mt-footer-menu-wrap .color6 .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #9fa2ad;
  border: 1px solid var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #9fa2ad;
  background-color: var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .ant-checkbox-checked .ant-checkbox-inner::after {
  background-color: #9fa2ad;
  background-color: var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .mt-footer-menu-wrap .green .ant-checkbox .ant-checkbox-inner {
  border: 1px solid #9fa2ad;
  border: 1px solid var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #9fa2ad;
  background-color: var(--Text-2, #9fa2ad);
}
.mt-footer-menu-wrap .color6 .ant-checkbox-checked::after {
  border: 1px solid #9fa2ad;
  border: 1px solid var(--Text-2, #9fa2ad);
}
.OpenRecords-module--oneRecord--KcoIQ,
.OpenRecords-module--over30Record--kzlYl,
.OpenRecords-module--noOpenRecord--khmES {
  margin: 8px 16px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background: #f6f7fa;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.OpenRecords-module--oneRecord--KcoIQ .OpenRecords-module--oneRecordText--idnkr {
  padding-left: 6px;
}

.OpenRecords-module--over30Record--kzlYl .OpenRecords-module--over30RecordText--vwogi {
  padding-left: 6px;
}

.OpenRecords-module--noOpenRecord--khmES .OpenRecords-module--noOpenRecordText--FKgyd {
  padding-left: 6px;
}
.OpenRecords-module--noOpenRecord--khmES .OpenRecords-module--noOpenRecordTextRed--hPb5p {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

.OpenRecords-module--multiRecords---IyoQ {
  margin: 8px 16px;
  background: #f6f7fa;
  border-radius: 4px;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTitle--fjQjc {
  padding: 8px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  display: flex;
  align-items: center;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTitle--fjQjc .OpenRecords-module--openText--Lm4Nv {
  padding-left: 6px;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTitle--fjQjc .OpenRecords-module--openText--Lm4Nv .OpenRecords-module--openBut--c03Am {
  padding: 0 8px;
  color: #4c6aff;
  cursor: pointer;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTable--mm\+Cj {
  padding: 6px 0 4px 0;
  border-top: 0.5px solid #e1e3e8;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTable--mm\+Cj .OpenRecords-module--openRecordList--IglFc .ant-table-body {
  overflow-y: auto !important;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTable--mm\+Cj .OpenRecords-module--openRecordList--IglFc th {
  padding: 4px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTable--mm\+Cj .OpenRecords-module--openRecordList--IglFc th:nth-child(1) {
  padding-left: 16px !important;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTable--mm\+Cj .OpenRecords-module--openRecordList--IglFc th:nth-last-child(1) {
  padding-right: 16px !important;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTable--mm\+Cj .OpenRecords-module--openRecordRow--r5IXQ td {
  padding: 4px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  background: #f6f7fa !important;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTable--mm\+Cj .OpenRecords-module--openRecordRow--r5IXQ td:nth-child(1) {
  padding-left: 16px !important;
}
.OpenRecords-module--multiRecords---IyoQ .OpenRecords-module--openRecordTable--mm\+Cj .OpenRecords-module--openRecordRow--r5IXQ td:nth-last-child(1) {
  padding-right: 16px !important;
}
.u-item-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  color: #ffffff;
  cursor: default;
  background-size: cover;
  margin-top: 2px;
}

.u-item-read-list-status-wrapper {
  margin-left: 50px;
  margin-top: -8px;
  margin-bottom: 8px;
  display: flex;
  cursor: pointer;
}
.u-item-read-list-status-wrapper .u-item-status {
  line-height: 20px !important;
}
.u-item-read-list-status-wrapper .u-item-read-down-icon {
  margin-left: 4px;
  display: flex;
  align-items: center;
  transition: all linear 0.35s;
}
.u-item-read-list-status-wrapper .u-item-read-down-icon.u-item-read-down-icon-trans {
  transform: rotate(180deg);
}

.u-item-readlist-table-wrapper {
  margin-left: 50px;
  margin-top: 8px;
}
.u-item-readlist-table-wrapper .u-item-readlist-item-location {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.u-item-readlist-table-wrapper .ant-table-body {
  overflow-y: auto !important;
}

.u-status-list .ant-list-item-meta-avatar {
  margin-right: 0;
}
.u-status-list .ant-list-split .ant-list-header {
  border-bottom: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.u-status-list .u-suc {
  position: absolute;
  right: 12px;
}
.u-status-list .u-item-name {
  color: #272e47;
  color: var(--Text-5, #272e47);
  flex: 1 1;
  height: 22px;
  max-width: 300px;
  line-height: 22px;
  overflow: hidden;
  font-weight: 500;
  margin-right: 12px;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-status-list .u-item-status {
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.u-status-list .ant-list-item-meta-title {
  position: relative;
  display: flex;
  margin: 3px 0;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-weight: 400;
}
.u-status-list .ant-list-item-meta-description {
  display: flex;
  font-size: 12px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.u-status-list .u-item-email {
  flex: 1 1;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  margin-right: 12px;
  cursor: default;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-size: cover;
}
.u-status-list .u-item-time {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-size: 12px;
}

.u-status .u-status-list-unPermission {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.u-status .u-status-list-unPermission .icon {
  width: 160px;
  height: 160px;
  background: url(/static/no_permission-c8b7400519c80eca9e1f333fb70c1b6e.png) no-repeat center center;
  background-size: cover;
}
.u-status .u-status-list-unPermission .content {
  margin: 20px 0px;
}
.u-status .u-status-learn {
  margin: 0px 16px 0px 4px;
  color: #386ee7;
  color: var(--brand-blue-2, #386ee7);
  cursor: pointer;
}
.u-status .u-status-list-tips {
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.u-status .u-status-list-tips .u-status-list-contain {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  padding: 0px 24px;
}
.u-status .u-status-list-tips .u-status-list-contain .ant-btn-primary {
  width: 100px;
}

.status-modal-wrap .ant-modal-body {
  padding: 24px 0px;
  padding-bottom: 4px;
}
.status-modal-wrap .u-status-header,
.status-modal-wrap .u-status-list {
  padding-left: 24px;
  padding-right: 24px;
}
@charset "UTF-8";
.index-module--rclListWrap--ruCbs {
  border-bottom: 1px solid #f0f1f5;
  border-bottom: 1px solid var(--Line-1, #f0f1f5);
}
.index-module--rclListWrap--ruCbs .index-module--list--OgcBg {
  padding: 14px;
  display: flex;
}
.index-module--rclListWrap--ruCbs .index-module--list--OgcBg .index-module--contentWrap--RGW8p {
  flex: 1 1 auto;
}
.index-module--rclListWrap--ruCbs .index-module--list--OgcBg .index-module--contentWrap--RGW8p .index-module--head--gm8g9 .index-module--title--F0hOn {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index-module--rclListWrap--ruCbs .index-module--list--OgcBg .index-module--contentWrap--RGW8p .index-module--head--gm8g9 .index-module--title--F0hOn .index-module--name--vbSI\+ {
  color: #262a33;
  color: var(--icon-100, #262a33);
  font-size: 14px;
  font-style: normal;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-module--rclListWrap--ruCbs .index-module--list--OgcBg .index-module--contentWrap--RGW8p .index-module--head--gm8g9 .index-module--title--F0hOn .index-module--email--i0oUA {
  display: inline-block;
  margin-left: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  /* 灵犀桌面2.0/C4.1-Reg12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.index-module--rclListWrap--ruCbs .index-module--list--OgcBg .index-module--contentWrap--RGW8p .index-module--head--gm8g9 .index-module--status--3Ho8b {
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
}
.index-module--rclListWrap--ruCbs .index-module--list--OgcBg .index-module--contentWrap--RGW8p .index-module--listWarp--DTO25 {
  padding-top: 14px;
}
.index-module--rclListWrap--ruCbs table > thead > tr > th,
.index-module--rclListWrap--ruCbs table > tbody > tr > td {
  padding: 8px 10px !important;
}

.index-module--table--ARfHg table {
  border-bottom: 1px solid #f0f0f0;
}
.index-module--table--ARfHg .ant-table {
  font-size: 12px;
}
.OpenRecords-module--oneRecord--4X-PU,
.OpenRecords-module--over30Record--S79Lj,
.OpenRecords-module--noOpenRecord--XZZMB {
  margin: 8px 16px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  background: #f6f7fa;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.OpenRecords-module--oneRecord--4X-PU .OpenRecords-module--oneRecordText--ts06A {
  padding-left: 6px;
}

.OpenRecords-module--over30Record--S79Lj .OpenRecords-module--over30RecordText--5x7As {
  padding-left: 6px;
}

.OpenRecords-module--noOpenRecord--XZZMB .OpenRecords-module--noOpenRecordText--e7pw8 {
  padding-left: 6px;
}
.OpenRecords-module--noOpenRecord--XZZMB .OpenRecords-module--noOpenRecordTextRed--3-15X {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

.OpenRecords-module--multiRecords--c3cFm {
  margin: 16px;
}
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTitle--ggm7k {
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #272e47;
  display: flex;
  align-items: center;
}
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTitle--ggm7k .OpenRecords-module--openText--t9hOw {
  padding-left: 6px;
}
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTitle--ggm7k .OpenRecords-module--openText--t9hOw .OpenRecords-module--openBut--hX0Oy {
  padding: 0 8px;
  color: #4c6aff;
  cursor: pointer;
}
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTable--qLVF6 {
  padding-top: 12px;
  border-top: 0.5px solid #ebedf2;
}
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTable--qLVF6 table {
  border-bottom: 1px solid #f0f0f0;
}
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTable--qLVF6 table > thead > tr > th,
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTable--qLVF6 table > tbody > tr > td {
  padding: 8px 10px !important;
}
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTable--qLVF6 .ant-table {
  font-size: 12px;
}
.OpenRecords-module--multiRecords--c3cFm .OpenRecords-module--openRecordTable--qLVF6 td {
  padding: 8px 10px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mail-card-wrap {
  flex: 1 1;
  max-width: 100%;
  -webkit-user-select: none;
          user-select: none;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  cursor: pointer;
  margin-right: 6px;
  margin-left: 6px;
}
.mail-card-wrap b {
  color: #386ee7;
}
.mail-card-wrap .card-rs-eye {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggM0M0IDMgMi4zMzMzMyA2LjMzMzMzIDIgOEMyLjMzMzMzIDkuNjY2NjcgNCAxMyA4IDEzQzEyIDEzIDEzLjY2NjcgOS42NjY2NyAxNCA4QzEzLjY2NjcgNi4zMzMzMyAxMiAzIDggM1oiIHN0cm9rZT0iIzhEOTJBMSIvPgo8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iMiIgc3Ryb2tlPSIjOEQ5MkExIi8+Cjwvc3ZnPgo=) no-repeat center center;
  margin-left: 10px;
}
.mail-card-wrap .card-rs-eye:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggM0M0IDMgMi4zMzMzMyA2LjMzMzMzIDIgOEMyLjMzMzMzIDkuNjY2NjcgNCAxMyA4IDEzQzEyIDEzIDEzLjY2NjcgOS42NjY2NyAxNCA4QzEzLjY2NjcgNi4zMzMzMyAxMiAzIDggM1oiIHN0cm9rZT0iIzRDNkFGRiIvPgo8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iMiIgc3Ryb2tlPSIjNEM2QUZGIi8+Cjwvc3ZnPgo=) no-repeat center center;
}
.mail-card-wrap .rs-txt-wrap {
  display: flex;
  align-items: center;
}
.mail-card-wrap .rs-txt-wrap:hover {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
}
.mail-card-wrap .rs-txt-wrap:hover .card-rs-eye {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggM0M0IDMgMi4zMzMzMyA2LjMzMzMzIDIgOEMyLjMzMzMzIDkuNjY2NjcgNCAxMyA4IDEzQzEyIDEzIDEzLjY2NjcgOS42NjY2NyAxNCA4QzEzLjY2NjcgNi4zMzMzMyAxMiAzIDggM1oiIHN0cm9rZT0iIzRDNkFGRiIvPgo8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iMiIgc3Ryb2tlPSIjNEM2QUZGIi8+Cjwvc3ZnPgo=) no-repeat center center;
}
.mail-card-wrap .mail-list-item {
  padding: 8px 0;
  align-items: flex-start;
  border-radius: 6px;
  display: flex;
  align-items: stretch;
  transform: translate(0, 0);
}
.mail-card-wrap .mail-list-item.active {
  background-color: #e1e3e8 !important;
  background-color: var(--Fill-4, #e1e3e8) !important;
}
.mail-card-wrap .mail-list-item.active .attachment {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.mail-card-wrap .mail-list-item.active .from-count {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.mail-card-wrap .mail-list-item:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.mail-card-wrap .mail-list-item:hover .flag-icon {
  display: block;
}
.mail-card-wrap .mail-list-item:hover .attachment {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.mail-card-wrap .mail-list-item-long {
  padding: 8px 0;
  align-items: stretch;
  display: flex;
  border-radius: 0;
  transform: translate(0, 0);
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Fill-3, #ebedf2);
}
.mail-card-wrap .mail-list-item-long .flag-icon {
  display: block !important;
}
.mail-card-wrap .mail-list-item-long.active {
  background-color: #e1e3e8 !important;
  background-color: var(--Fill-4, #e1e3e8) !important;
  border-radius: 6px;
}
.mail-card-wrap .mail-list-item-long.active .attachment {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.mail-card-wrap .mail-list-item-long.active .from-count {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.mail-card-wrap .mail-list-item-long:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
  border-radius: 6px;
}
.mail-card-wrap .mail-list-item-long:hover .flag-icon {
  display: block;
}
.mail-card-wrap .mail-list-item-long .avatar-wrap {
  margin-top: 0;
  margin-left: 8px;
}
.mail-card-wrap .mail-list-item-long .avatar-wrap-out {
  height: 32px;
  align-items: center;
}
.mail-card-wrap .mail-list-item-long .flag-wrap {
  width: 20px;
  height: 32px;
  margin-left: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.mail-card-wrap .mail-list-item-long .summary-warp {
  margin-top: 0;
}
.mail-card-wrap .mail-list-item-long .summary-extra-pre-warp {
  flex: 0 0 auto;
  margin-right: 12px;
}
.mail-card-wrap .mail-list-item-long .summary {
  position: relative;
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-start;
}
.mail-card-wrap .mail-list-item-long .from-task-text {
  font-weight: 400;
}
.mail-card-wrap .mail-list-item-long .time {
  min-width: 104px;
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
  margin-right: 8px;
}
.mail-card-wrap .mail-list-item-long .desc-text {
  color: #7d8085;
  font-weight: 400;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 100000;
}
.mail-card-wrap .mail-list-item-long .summary-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.mail-card-wrap .mail-list-item-long .summary-content-shirnk {
  flex-shrink: 0;
}
.mail-card-wrap .mail-list-item-long .summary-content-maxwidth {
  max-width: 240px;
  flex-shrink: 0;
}
.mail-card-wrap .mail-list-item-long .summary-extra-warp {
  flex: 0 0 auto;
}
.mail-card-wrap .mail-list-item-long .attachments-warp {
  margin-top: 6px;
}
.mail-card-wrap .mail-list-item-long .deadline-warp {
  margin-left: 12px;
  margin-top: 0px;
}
.mail-card-wrap .mail-list-item-long .from-flag-warp {
  min-width: 40px;
}
.mail-card-wrap .avatar-wrap-out {
  display: flex;
}
.mail-card-wrap .avatar-wrap-out .avatar-checkbox {
  display: inline-flex;
  font-size: 12px;
}
.mail-card-wrap .avatar-wrap-out .avatar-checkbox .ant-checkbox {
  padding: 6px 5px;
}
.mail-card-wrap .avatar-wrap-out .avatar-checkbox .ant-checkbox-checked::after {
  border: none !important;
}
.mail-card-wrap .avatar-wrap-hover .avatar-checkbox {
  display: none !important;
}
.mail-card-wrap .avatar-wrap-hover:hover .avatar-item {
  display: none;
}
.mail-card-wrap .avatar-wrap-hover:hover .avatar-checkbox {
  display: inline-flex !important;
}
.mail-card-wrap .avatar-wrap-showbox .avatar-checkbox {
  display: inline-flex !important;
}
.mail-card-wrap .avatar-wrap-hover.avatar-wrap-showbox .avatar-item {
  display: none !important;
}
.mail-card-wrap .avatar-wrap {
  margin-left: 2px;
  margin-right: 8px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mail-card-wrap .content-warp {
  flex: 1 1;
  min-width: 0;
  padding-right: 12px;
  transform: translate(0px, 0px);
}
.mail-card-wrap .from-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  height: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
}
.mail-card-wrap .from-name-wrap {
  flex: 1 1;
  display: flex;
  align-items: center;
  width: 0;
  overflow: hidden;
}
.mail-card-wrap .from-name-wrap .from-flag-after-wrap {
  display: flex;
}
.mail-card-wrap .from-name-wrap .from-flag-after-wrap.from-customer-label-after-wrap {
  overflow: hidden;
  flex: 1 0 auto;
}
.mail-card-wrap .progress-time-wrap {
  line-height: 20px;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mail-card-wrap .progress-time-wrap .progress-time {
  color: #f74f4f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mail-card-wrap .progress-user {
  display: flex;
  cursor: pointer;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mail-card-wrap .progress-user .progress-user-item {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-left: -6px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail-card-wrap .progress-user .progress-user-item:nth-child(1) {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail-card-wrap .progress-user .progress-user-item:nth-child(1) i {
  display: inline-block;
  background: #a8aaad;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
}
.mail-card-wrap .progress-user .progress-user-item:nth-child(1) i:nth-child(2) {
  margin: 0 2.5px;
}
.mail-card-wrap .dot {
  min-width: 8px;
  width: 8px;
  height: 8px;
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.mail-card-wrap .dots {
  line-height: 24px;
  margin-right: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mail-card-wrap .dot-replay {
  width: 16px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  height: 20px;
}
.mail-card-wrap .schedule-icon {
  display: flex;
  align-items: center;
}
.mail-card-wrap .schedule-icon svg {
  width: 16px;
  margin-right: 5px;
}
.mail-card-wrap .from-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  color: #080b19;
  color: var(--font-color, #080b19);
  font-weight: 400;
  min-width: 27px;
}
.mail-card-wrap .font-active {
  font-weight: 700;
  min-width: 24px;
}
.mail-card-wrap .from-count {
  min-width: 16px;
  height: 18px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 20px;
  margin: 2px 8px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 500;
}
.mail-card-wrap .from-task {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  border: 0.5px solid rgba(148, 166, 255, 0.4);
  border: 0.5px solid rgba(var(--Brand-4-r, 148), var(--Brand-4-g, 166), var(--Brand-4-b, 255), 0.4);
  border-radius: 2px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  margin-left: 8px;
}
.mail-card-wrap .from-task .from-task-text {
  padding: 2px 4px;
  font-size: 12px;
  color: #599af5;
  color: var(--Link-5, #599af5);
}
.mail-card-wrap .from-task-text {
  font-size: 12px;
  color: #599af5;
  color: var(--Link-5, #599af5);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.mail-card-wrap .time {
  text-align: right;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  text-align: right;
  font-weight: 400;
}
.mail-card-wrap .summary-warp {
  display: flex;
  line-height: 20px;
  margin-top: 0px;
  min-width: 0;
}
.mail-card-wrap .summary {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  flex: 1 1;
  white-space: nowrap;
  margin-right: 3px;
  color: #080b19;
  color: var(--font-color, #080b19);
  font-weight: 400;
}
.mail-card-wrap .unread-summary {
  font-weight: bolder;
}
.mail-card-wrap .attachments-warp {
  display: flex;
  overflow: hidden;
  margin-top: 4px;
}
.mail-card-wrap .deadline-warp {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  margin-top: 4px;
}
.mail-card-wrap .attachment {
  display: flex;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin: 0px 8px 0px 0;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  border-radius: 4px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
}
.mail-card-wrap .attachment-logo {
  margin-right: 3px;
  width: 16px;
}
.mail-card-wrap .mail-tag-warp {
  display: flex;
  height: 20px;
  align-items: center;
}
.mail-card-wrap .attachment-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mail-card-wrap .mail-tag {
  height: 18px;
  line-height: 18px;
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
  color: #fff;
  margin: 1px 0;
  margin-right: 2px;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 3px;
  -webkit-user-select: none;
          user-select: none;
  max-width: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mail-card-wrap .mail-tag-more {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.mail-card-wrap .summary-extra-warp {
  display: flex;
  min-width: 0;
  align-items: center;
}
.mail-card-wrap .summary-extra-pre-warp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4px;
}
.mail-card-wrap .attachment-num {
  max-width: 24px;
  line-height: 24px;
  text-align: right;
}
.mail-card-wrap .red-flag {
  height: 20px;
  padding-top: 2px;
}
.mail-card-wrap .attachment-logo svg {
  margin-right: 3px;
  width: 16px;
}
.mail-card-wrap .desc-wrap {
  flex: 1 1;
  display: flex;
  align-items: center;
  line-height: 20px;
  justify-content: space-between;
}
.mail-card-wrap .desc {
  cursor: pointer;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  margin-right: 3px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  font-weight: 400;
}
.mail-card-wrap .status-wrap {
  line-height: 20px;
  margin: 4px 0 0px;
}
.mail-card-wrap .sending {
  color: #ffaa00;
}
.mail-card-wrap .approve-status {
  margin-left: 7px;
  padding: 0 3.5px;
  height: 15px;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
  border: 0.5px solid;
  border-radius: 2px;
  box-sizing: content-box;
  align-self: center;
}
.mail-card-wrap .flag {
  cursor: pointer;
  height: 20px;
  padding-top: 2px;
}
.mail-card-wrap .flag .flag-icon {
  display: none;
}
.mail-card-wrap .from-flag-warp {
  display: flex;
  align-items: center;
}
.mail-card-wrap .from-flag-warp .from-flag-warp-svg {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.mail-card-wrap .from-flag-warp .from-flag-warp-svg.mark-read-icon {
  padding: 4px;
  border-radius: 2px;
}
.mail-card-wrap .from-flag-warp .from-flag-warp-svg.mark-read-icon:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.mail-card-wrap .list-alarm {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.cardlist-scroll-over .mail-card-wrap {
  margin-right: 0px;
}

.drag-active-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(96, 117, 165, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.drag-active-icon-wrap .drag-mail-number {
  min-width: 16px;
  height: 16px;
  border-radius: 16px;
  line-height: 16px;
  text-align: center;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  font-size: 12px;
  color: #fff;
  padding: 0 3px;
  position: absolute;
  top: -4px;
  left: 26px;
  font-weight: 500;
  -webkit-user-select: none;
          user-select: none;
}

.mail-list-topline {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 12px;
  -webkit-user-select: none;
          user-select: none;
}
.mail-list-topline span {
  color: #a8aaad;
  font-size: 10px;
  background-color: #ffffff;
  padding: 0 10px;
}
.mail-list-topline::after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(39, 46, 71, 0.12);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  position: absolute;
  top: 49%;
  width: 50%;
  z-index: -1;
  left: 25%;
}
.mail-list-topline .mail-list-topline-more {
  color: #386ee7;
  font-size: 10px;
  cursor: pointer;
}

.mail-list-item-top-time {
  height: 37px;
  padding-left: 24px;
  padding-right: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  color: #747a8c;
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.mail-list-item-top-time::after {
  position: absolute;
  top: 0;
  left: 5%;
  width: 92%;
  content: "";
  display: block;
  border-top: 1px dashed rgba(225, 227, 232, 0.68);
}

.mail-chat-card-warp {
  border-radius: 6px;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  padding: 12px 10px;
  cursor: pointer;
  padding-bottom: 8px;
}
.mail-chat-card-warp .summary-warp {
  display: flex;
  overflow: hidden;
}
.mail-chat-card-warp .summary {
  flex: 1 1;
  margin-right: 12px;
  overflow: hidden;
}
.mail-chat-card-warp .summary span {
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.mail-chat-card-warp .card-content-warp {
  display: flex;
  margin-top: 8px;
}
.mail-chat-card-warp .content {
  flex: 1 1;
  padding-left: 10px;
  overflow: hidden;
}
.mail-chat-card-warp .from-wrap {
  display: flex;
  align-items: baseline;
}
.mail-chat-card-warp .from {
  margin-right: 5px;
  overflow: hidden;
}
.mail-chat-card-warp .from span {
  font-size: 14px;
  color: #51555c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mail-chat-card-warp .time {
  font-size: 12px;
  color: #7d8085;
  flex-shrink: 0;
}
.mail-chat-card-warp .desc {
  font-size: 12px;
  color: #7d8085;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.mail-chat-card-warp .avatar {
  padding-top: 3px;
}
.mail-chat-card-warp .attachments-warp {
  display: flex;
  overflow: hidden;
  margin-top: 4px;
}
.mail-chat-card-warp .deadline-warp {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  margin-top: 4px;
}
.mail-chat-card-warp .attachment {
  display: flex;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin: 0px 8px 0px 0;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  border-radius: 4px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  padding: 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  width: auto !important;
}
.mail-chat-card-warp .attachment-name {
  color: #51555c;
}
.mail-chat-card-warp .attachment-logo {
  margin-right: 3px;
  width: 16px;
}
.mail-chat-card-warp .attachment-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mail-chat-card-warp .attachment-logo svg {
  margin-right: 3px;
  width: 16px;
}
.mail-chat-card-warp .oper {
  cursor: pointer;
}
.mail-chat-card-warp .no-click {
  pointer-events: none;
}

.mail-card-wrap.tightness1 .mail-list-item {
  padding: 12px 0;
}
.mail-card-wrap.tightness1 .from-wrap {
  height: 26px;
}
.mail-card-wrap.tightness1 .summary-warp {
  height: 16px;
  line-height: 16px;
  margin-top: 0px;
}
.mail-card-wrap.tightness1 .desc-wrap {
  height: 16px;
  line-height: 16px;
  margin-top: 6px;
}
.mail-card-wrap.tightness1 .attachments-warp {
  height: 24px;
  line-height: 24px;
  margin-top: 8px;
}

.mail-card-wrap.tightness2 .mail-list-item {
  padding: 10px 0;
}
.mail-card-wrap.tightness2 .from-wrap {
  height: 22px;
}
.mail-card-wrap.tightness2 .summary-warp {
  height: 14px;
  line-height: 14px;
  margin-top: 0px;
}
.mail-card-wrap.tightness2 .desc-wrap {
  height: 14px;
  line-height: 14px;
  margin-top: 6px;
}
.mail-card-wrap.tightness2 .attachments-warp {
  height: 24px;
  line-height: 24px;
  margin-top: 6px;
}

.mail-card-wrap.tightness3 .mail-list-item {
  padding: 8px 0;
}
.mail-card-wrap.tightness3 .from-wrap {
  height: 20px;
}
.mail-card-wrap.tightness3 .summary-warp {
  height: 14px;
  line-height: 14px;
}
.mail-card-wrap.tightness3 .desc-wrap {
  height: 14px;
  line-height: 14px;
  margin-top: 4px;
}
.mail-card-wrap.tightness3 .attachments-warp {
  height: 24px;
  line-height: 24px;
  margin-top: 4px;
}

.mail-card-wrap.tightness1 .mail-list-item-long {
  padding: 8px 0;
}
.mail-card-wrap.tightness1 .mail-list-item-long .summary-warp {
  margin-top: 0;
  height: 32px;
  line-height: 32px;
}
.mail-card-wrap.tightness1 .mail-list-item-long .attachments-warp {
  margin-top: 0;
  height: 28px;
  line-height: 28px;
}
.mail-card-wrap.tightness1 .mail-list-item-long .summary {
  font-size: 16px;
}
.mail-card-wrap.tightness1 .mail-list-item-long .desc-text {
  font-size: 16px;
}
.mail-card-wrap.tightness1 .mail-list-item-long .from-name {
  font-size: 16px;
}
.mail-card-wrap.tightness1 .mail-list-item .summary {
  font-size: 14px;
}
.mail-card-wrap.tightness1 .mail-list-item .desc {
  font-size: 14px;
}
.mail-card-wrap.tightness1 .mail-list-item .from-name {
  font-size: 16px;
}

.mail-card-wrap.tightness2 .mail-list-item-long {
  padding: 4px 0;
}
.mail-card-wrap.tightness2 .mail-list-item-long .summary-warp {
  margin-top: 0;
  height: 32px;
  line-height: 32px;
}
.mail-card-wrap.tightness2 .mail-list-item-long .attachments-warp {
  margin-top: 0;
  height: 28px;
  line-height: 28px;
}
.mail-card-wrap.tightness2 .mail-list-item-long .summary {
  font-size: 14px;
}
.mail-card-wrap.tightness2 .mail-list-item-long .desc-text {
  font-size: 14px;
}
.mail-card-wrap.tightness2 .mail-list-item-long .from-name {
  font-size: 14px;
}
.mail-card-wrap.tightness2 .mail-list-item .summary {
  font-size: 12px;
}
.mail-card-wrap.tightness2 .mail-list-item .desc {
  font-size: 12px;
}
.mail-card-wrap.tightness2 .mail-list-item .from-name {
  font-size: 14px;
}
.mail-card-wrap.tightness2 .mail-list-item .from-name.layout1 {
  font-size: 16px;
}

.mail-card-wrap.tightness3 .mail-list-item-long {
  padding: 0;
}
.mail-card-wrap.tightness3 .mail-list-item-long .summary-warp {
  margin-top: 0;
  height: 32px;
  line-height: 32px;
}
.mail-card-wrap.tightness3 .mail-list-item-long .attachments-warp {
  margin-top: -4px;
  height: 28px;
  line-height: 28px;
}
.mail-card-wrap.tightness3 .mail-list-item-long .summary {
  font-size: 12px;
}
.mail-card-wrap.tightness3 .mail-list-item-long .desc-text {
  font-size: 12px;
}
.mail-card-wrap.tightness3 .mail-list-item-long .from-name {
  font-size: 12px;
}
.mail-card-wrap.tightness3 .mail-list-item .summary {
  font-size: 12px;
}
.mail-card-wrap.tightness3 .mail-list-item .desc {
  font-size: 12px;
}
.mail-card-wrap.tightness3 .mail-list-item .from-name {
  font-size: 12px;
}
.mail-card-wrap.tightness3 .mail-list-item .from-name.layout1 {
  font-size: 14px;
}

.mail-card-comment-tooltip {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 36px;
}

.wm-long-list-wrap .flag-wrap {
  margin-left: 28px;
}
.wm-long-list-wrap .avatar-wrap-out {
  width: 36%;
}
.wm-long-list-wrap .from-wrap {
  width: 100%;
}
.wm-long-list-wrap.mail-llist-long-w-1626 .avatar-wrap-out {
  width: 578px;
}
.local-import-btn {
  width: auto !important;
  min-width: unset !important;
  padding: 0 24px !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.readmail-comment .ant-input {
  width: 100%;
  padding: 5px 12px;
  height: 110px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  resize: none;
}
.MailReport-module--report-wrap--2EhCB h3 {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.MailReport-module--report-wrap--2EhCB .ant-modal-footer {
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}
.todo-mail-modal .ant-modal-body {
  padding: 0 !important;
}
.todo-mail-modal .ant-modal-footer {
  padding: 0 !important;
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}

.modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 4px 24px;
}
.modal-body .option-item {
  width: 92px;
  height: 98px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 8px;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
.modal-body .option-item img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 20px auto 12px;
}
.modal-body .option-item p {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.modal-body .option-item-active {
  border: 1px solid #386ee7;
}

.todo-mail-modal-footer {
  display: flex;
  padding: 0 24px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.todo-mail-modal-footer .ant-checkbox-disabled + span {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.todo-mail-modal-footer .ant-checkbox-wrapper {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.todo-mail-modal-footer .btn-box {
  display: flex;
}
.todo-mail-modal-footer .btn-box .btn {
  width: 64px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}
.todo-mail-modal-footer .btn-box .cancel-btn {
  background: #ffffff;
  background: var(--white, #ffffff);
  color: #262a33;
  color: var(--font-color-2, #262a33);
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  margin-right: 12px;
}
.todo-mail-modal-footer .btn-box .submit-btn {
  background: #386ee7;
  color: #ffffff;
}

.schedule-box {
  margin: 4px 0 20px;
}
.schedule-box .ant-input {
  background: #ffffff;
  background: var(--white, #ffffff);
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.schedule-box .schedule-title {
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-left: 24px;
}
.schedule-box .date-picker {
  width: 116px;
  padding: 4px 12px;
  border-radius: 4px;
  margin-left: 8px;
}
.schedule-box .time-picker {
  width: 56px;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 4px;
}
.schedule-box .date-picker:hover, .schedule-box .date-picker-focused, .schedule-box .date-picker:focus, .schedule-box .date-picker:active,
.schedule-box .time-picker:hover,
.schedule-box .time-picker-focused,
.schedule-box .time-picker:focus,
.schedule-box .time-picker:active {
  border-color: #386ee7;
  box-shadow: none;
}

.todo-mail-tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 20px 10px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  height: 36px;
  border-radius: 4px;
  padding: 0 6px 0 12px;
}
.todo-mail-tip img {
  margin-right: 8px;
}
.todo-mail-tip .todo-mail-tip-time {
  font-weight: 400;
  font-size: 12px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-right: 8px;
}
.todo-mail-tip .todo-mail-tip-time-overdue {
  color: #f74f4f;
}
.todo-mail-tip .todo-mail-tip-changebtn {
  font-weight: 400;
  font-size: 12px;
  color: #386ee7;
  cursor: pointer;
}
.todo-mail-tip .todo-mail-tip-donebtn {
  cursor: pointer;
  width: 79px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #386ee7;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.MailTag-module--mail-tag-wrapper--pH4x- .ant-collapse.ant-collapse-borderless {
  background-color: rgba(0, 0, 0, 0);
}
.MailTag-module--mail-tag-wrapper--pH4x- .ant-collapse-header {
  padding: 0 0 0 7px !important;
  display: flex;
  align-items: center;
  height: 36px;
}
.MailTag-module--mail-tag-wrapper--pH4x- .ant-collapse-header:hover {
  background-color: rgba(39, 46, 71, 0.08);
}
.MailTag-module--mail-tag-wrapper--pH4x- .ant-collapse-item {
  border: none !important;
}
.MailTag-module--mail-tag-wrapper--pH4x- .ant-collapse-arrow {
  margin-right: 9px !important;
  display: inline-block !important;
}
.MailTag-module--mail-tag-wrapper--pH4x- .ant-collapse-content-box {
  padding: 0px !important;
}

.MailTag-module--content-wrapper--q31FZ {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #fff;
}
.MailTag-module--content-wrapper--q31FZ .MailTag-module--tag-wrapper--mgbwe {
  overflow: hidden;
  margin-bottom: 4px;
}
.MailTag-module--content-wrapper--q31FZ .MailTag-module--tag-wrapper--mgbwe .MailTag-module--content-tag-item--sSu0Q {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.MailTag-module--content-wrapper--q31FZ .MailTag-module--tag-wrapper--mgbwe .MailTag-module--content-tag-item--sSu0Q img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.MailTag-module--content-wrapper--q31FZ .MailTag-module--info-wrapper--k6Uyd {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.MailTag-module--footer-wrapper--Veffr {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 12px;
}
.MailTag-module--footer-wrapper--Veffr .MailTag-module--text-button--aWEli {
  background-color: transparent;
  border: none;
  color: #fff;
}
.MailTag-module--footer-wrapper--Veffr .MailTag-module--start-button--PdqT6 {
  color: #386ee7;
  border: none;
}

.MailTag-module--mail-tag-Disabled--5Niwn .MailTag-module--tag-item--k8COy {
  opacity: 0.5;
  cursor: not-allowed;
}
.MailTag-module--mail-tag-Disabled--5Niwn .MailTag-module--title--4SicV:hover {
  background: none;
}
.MailTag-module--mail-tag-Disabled--5Niwn .MailTag-module--title--4SicV:hover .MailTag-module--title-add-btn--z4Kdj {
  display: none;
}
.MailTag-module--mail-tag-Disabled--5Niwn .MailTag-module--tag-item--k8COy:hover {
  background-color: none;
}
.MailTag-module--mail-tag-Disabled--5Niwn .MailTag-module--title-add-btn--z4Kdj:hover {
  background: none;
}
.MailTag-module--mail-tag-Disabled--5Niwn .MailTag-module--tag-item--k8COy:hover .MailTag-module--menu-entry--c2zq6 {
  visibility: hidden;
}

.MailTag-module--show-guide-popover--pcpBT {
  height: 260px;
  overflow: hidden;
}

.MailTag-module--title--4SicV {
  padding: 0 8px 0 0px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  flex: 1 1 auto;
}
.MailTag-module--title--4SicV:hover .MailTag-module--title-add-btn--z4Kdj {
  display: flex;
}

.MailTag-module--tag-item--k8COy {
  padding: 0 12px 0 24px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.MailTag-module--tag-item--k8COy:hover {
  background-color: rgba(39, 46, 71, 0.08);
}

.add-pdl .MailTag-module--tag-item--k8COy {
  padding-left: 36px;
}
.add-pdl .MailTag-module--mail-tag-wrapper--pH4x- .ant-collapse-header {
  padding-left: 19px !important;
}
.add-pdl .MailTag-module--empty-tip--BRA5l {
  margin-left: 36px;
}

.MailTag-module--tag-item-active--GfY54 {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.MailTag-module--tag-item-active--GfY54 .u-unread {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
  color: #ffffff;
}

.MailTag-module--tag-item-icon--6lO0k {
  width: 10px;
  height: 12px;
}

.MailTag-module--title-add-btn--z4Kdj {
  display: flex;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.MailTag-module--title-add-btn--z4Kdj:hover {
  background-color: rgba(39, 46, 71, 0.08);
}

.MailTag-module--tag-item-name--Q9Xf- {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin: 0;
  flex: 1 1;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 11px;
  padding-bottom: 1px;
}

.MailTag-module--tag-item-menu--QhdI4 {
  width: 122px;
  padding: 8px 0;
  left: 249px;
  top: 586px;
  background: #ffffff;
  /* 黑白灰/字体 20% */
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.MailTag-module--menu-item--IZhsv {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 38px;
  color: rgba(39, 46, 71, 0.9);
  text-align: left;
  padding-left: 16px;
  cursor: pointer;
}
.MailTag-module--menu-item--IZhsv:hover {
  background: #f0f0f1;
}

.MailTag-module--menu-entry--c2zq6 {
  visibility: hidden;
}

.MailTag-module--tag-item--k8COy:hover .MailTag-module--menu-entry--c2zq6 {
  visibility: visible;
}

.MailTag-module--tag-item--k8COy .MailTag-module--more--mawEE {
  width: 24px;
  height: 24px;
  color: #272e47;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  display: none;
  font-size: 14px;
}
.MailTag-module--tag-item--k8COy .MailTag-module--more--mawEE:hover {
  background: #c9cbd6;
  background: var(--Fill-5, #c9cbd6);
}
.MailTag-module--tag-item--k8COy .u-unread {
  margin-right: 0;
}
.MailTag-module--tag-item--k8COy:hover .MailTag-module--more--mawEE {
  display: block;
}
.MailTag-module--tag-item--k8COy:hover .u-unread {
  display: none;
}

.MailTag-module--tag-radio-list--K8aza {
  padding-top: 24px;
}
.MailTag-module--tag-radio-list--K8aza .MailTag-module--label--WEqLQ {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #7d8085;
  margin-bottom: 0;
}
.MailTag-module--tag-radio-list--K8aza .MailTag-module--list--6zdWi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 16px 0 0;
}
.MailTag-module--tag-radio-list--K8aza .MailTag-module--item--xXB1x {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MailTag-module--tag-modal-body--sC9ql {
  position: relative;
}

.MailTag-module--tag-modal-wrap--lvOH8 .ant-modal-footer {
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}
.MailTag-module--tag-modal-wrap--lvOH8 .ant-modal-body > input {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.MailTag-module--add-tag-error--XZmJq {
  position: absolute;
  left: 0;
  top: 2px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 12px;
  margin: 0;
}

.MailTag-module--empty-tip--BRA5l {
  margin: 4px 16px 4px 24px;
  padding: 12px;
  /* 背景及分割线/4% */
  background-color: rgba(39, 46, 71, 0.04);
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #7d8085;
}
.MailTag-module--empty-tip--BRA5l .MailTag-module--create-entry--sOZPS {
  color: #386ee7;
  padding-top: 8px;
  cursor: pointer;
}

.MailTag-module--sub-title--yku6n {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.MailTag-module--error-info--cG0D9 {
  color: #fe5b4c;
  color: var(--error-6, #fe5b4c);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.TagGuide-module--tag-guide-title-wrap--6D2ix .ant-popover-message-title {
  padding-left: 0;
}
.TagGuide-module--tag-guide-title-wrap--6D2ix .ant-popover-buttons {
  padding: 0 16px 10px 16px;
}

.TagGuide-module--tag-guide-modal-wrap--S-fwx .ant-modal-body {
  padding: 0;
}
.TagGuide-module--tag-guide-modal-wrap--S-fwx .ant-modal-footer {
  border-top: none;
}

.TagGuide-module--mail-tag-guide--I0\+Cd {
  padding: 16px;
}
.TagGuide-module--mail-tag-guide--I0\+Cd .TagGuide-module--guid-img--pYhLY {
  width: 290px;
  height: 210px;
}
.TagGuide-module--mail-tag-guide--I0\+Cd .TagGuide-module--tag-guid-title--JUVoI {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/P1.4-Med14 */
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
  margin-top: 12px;
  -webkit-user-select: none;
          user-select: none;
}
.TagGuide-module--mail-tag-guide--I0\+Cd .TagGuide-module--tag-guid-sub-title--nzad1 {
  color: #272e47;
  color: var(--text-5, #272e47);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  margin-top: 8px;
  -webkit-user-select: none;
          user-select: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.chatForward-module--chat-forward-modal--aC2TC {
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 6px;
  padding-bottom: 0;
  overflow: hidden;
}
.chatForward-module--chat-forward-modal--aC2TC p {
  margin: 0;
}
.chatForward-module--chat-forward-modal--aC2TC .ant-modal-body {
  padding: 0;
}
.chatForward-module--chat-forward-modal--aC2TC .ant-modal-header {
  height: 42px;
  padding: 0 24px;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  border-radius: 1px;
}
.chatForward-module--chat-forward-modal--aC2TC .ant-modal-title {
  height: 100%;
  line-height: 42px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}
.chatForward-module--chat-forward-modal--aC2TC .ant-modal-footer {
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}
.chatForward-module--chat-forward-modal--aC2TC .ant-modal-close-x {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.chatForward-module--modal-content-wrapper--EBHhD {
  display: flex;
  height: 388px;
  overflow: auto;
}
.chatForward-module--modal-content-wrapper--EBHhD ul,
.chatForward-module--modal-content-wrapper--EBHhD li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--column--V2qta {
  flex: 1 1;
  border-right: 0.5px solid rgba(39, 46, 71, 0.16);
  border-right: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  height: 100%;
  overflow: auto;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--column--V2qta:last-child {
  border-right-width: 0;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--options-name--02dgS {
  padding: 16px 24px 4px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  /* 文字颜色/40% */
  color: #a8aaad;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--checked-count--1rRTp {
  height: 28px;
  line-height: 28px;
  padding: 16px 24px 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--search-wrapper--q9MZC {
  padding: 16px 12px 0 24px;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--search-wrapper--q9MZC .ant-input-affix-wrapper {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  font-size: 12px;
  height: 28px;
  border-radius: 24px;
  border: none;
  border: solid 0.5px rgba(39, 46, 71, 0.16);
  border: solid 0.5px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--search-wrapper--q9MZC input[type=text] {
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  background: transparent;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--session-list--DRVj6 li {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 42px;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--session-list--DRVj6 li:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--session-list--DRVj6 li.chatForward-module--hidden--kwKHF {
  display: none;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--checkbox---x961 {
  margin-right: 15px !important;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--session-name--1O6lS {
  padding-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 100% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--checked-user-wrapper--pcZKE {
  padding-top: 18px;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--checked-user-wrapper--pcZKE li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 42px;
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--checked-user-wrapper--pcZKE li:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.chatForward-module--modal-content-wrapper--EBHhD .chatForward-module--remove-icon--sf6P8 {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.chatForward-module--footer-wrapper--6Sa4r {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chatForward-module--btns--XlW9d .chatForward-module--btn--G8h5u {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
  display: inline-block;
  background: #ffffff;
  /* 字体及ICON颜色/20% */
  border: 1px solid rgba(39, 46, 71, 0.2);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  height: 34px;
  line-height: 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.chatForward-module--btns--XlW9d .chatForward-module--create-session-btn--uTq9i {
  padding-left: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljc1IDNDOC43NSAyLjU4NTc5IDguNDE0MjEgMi4yNSA4IDIuMjVDNy41ODU3OSAyLjI1IDcuMjUgMi41ODU3OSA3LjI1IDNWNy4yNUgzQzIuNTg1NzkgNy4yNSAyLjI1IDcuNTg1NzkgMi4yNSA4QzIuMjUgOC40MTQyMSAyLjU4NTc5IDguNzUgMyA4Ljc1SDcuMjVWMTNDNy4yNSAxMy40MTQyIDcuNTg1NzkgMTMuNzUgOCAxMy43NUM4LjQxNDIxIDEzLjc1IDguNzUgMTMuNDE0MiA4Ljc1IDEzVjguNzVIMTNDMTMuNDE0MiA4Ljc1IDEzLjc1IDguNDE0MjEgMTMuNzUgOEMxMy43NSA3LjU4NTc5IDEzLjQxNDIgNy4yNSAxMyA3LjI1SDguNzVWM1oiIGZpbGw9IiMyNjJBMzMiIGZpbGwtb3BhY2l0eT0iMC43Ii8+Cjwvc3ZnPgo=);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 12px center;
  visibility: hidden;
}
.chatForward-module--btns--XlW9d .chatForward-module--cancel-btn--9Rwir,
.chatForward-module--btns--XlW9d .chatForward-module--forward-btn--FU8fy {
  min-width: 68px;
  text-align: center;
  margin-left: 16px;
}

.chatForward-module--discuss--F864N {
  font-size: 12px;
  line-height: 50px;
  color: #7d8085;
  margin: 0;
}
.chatForward-module--discuss--F864N .chatForward-module--discuss-launch--x0K2J {
  color: #386ee7;
  font-weight: 500;
  cursor: pointer;
}
.chatForward-module--discuss--F864N .chatForward-module--discuss-icon--axRGN {
  font-size: 13px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  margin-left: 5px;
  cursor: pointer;
  padding-top: 2px;
}
.discussIntro-module--discussIntro--JckRN {
  width: 920px;
  border-radius: 8px;
  background: white;
  overflow: hidden;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--header--rLWb8 {
  height: 64px;
  padding: 0 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #262a33;
  background: #ffffff;
  box-shadow: inset 0 0.5px 0 rgba(39, 46, 71, 0.16);
  box-shadow: inset 0 0.5px 0 rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  display: flex;
  align-items: center;
  position: relative;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--header--rLWb8 .discussIntro-module--closeButt--5QLKf {
  padding: 5px;
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid {
  height: 544px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--brightPointNum--7y121 {
  margin-left: 4px;
  height: 69.47px;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--boldIntro--\+szkX {
  margin: 37px 0 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #262a33;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--intro--D7HNw {
  margin: 16px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #51555c;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part0--ojKBQ {
  width: 100%;
  height: 320px;
  background: linear-gradient(314.94deg, rgba(65, 126, 255, 0.3) 17.36%, rgba(208, 227, 255, 0.3) 82.64%);
  display: block;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part1--PQdrY {
  height: 400px;
  background: linear-gradient(0deg, rgba(228, 248, 255, 0.1), rgba(228, 248, 255, 0.1)), linear-gradient(314.94deg, rgba(65, 126, 255, 0.1) 17.36%, rgba(208, 227, 255, 0.1) 82.64%);
  display: flex;
  align-items: center;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part1--PQdrY .discussIntro-module--brightPoint--viDim {
  margin: 0 68px 0 66px;
  width: 354px;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part1--PQdrY .discussIntro-module--animation--lDB2w {
  width: 384px;
  height: 240px;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part2--8ncLK {
  height: 506px;
  text-align: center;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part2--8ncLK .discussIntro-module--part2Intro--f4HqF {
  margin: 0 0 32px 0;
  padding-top: 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #262a33;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part2--8ncLK .discussIntro-module--mods--Hep66 {
  text-align: center;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part2--8ncLK .discussIntro-module--mods--Hep66 img {
  width: 412px;
  height: 308px;
  display: inline-block;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part2--8ncLK .discussIntro-module--mods--Hep66 img.discussIntro-module--mailMod--b3o46 {
  margin-right: 24px;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part3--x9t3r {
  height: 400px;
  background: linear-gradient(0deg, rgba(228, 248, 255, 0.1), rgba(228, 248, 255, 0.1)), linear-gradient(314.94deg, rgba(65, 126, 255, 0.1) 17.36%, rgba(208, 227, 255, 0.1) 82.64%);
  display: flex;
  align-items: center;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part3--x9t3r .discussIntro-module--brightPoint--viDim {
  margin: 0 74px 0 66px;
  width: 338px;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--content--yHNid .discussIntro-module--part3--x9t3r .discussIntro-module--introPic--c7KAB {
  width: 406px;
  height: 264.5px;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--footer--VPGbj {
  padding: 16px 0;
  background: white;
  border-top: 1px solid #c9cbd6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discussIntro-module--discussIntro--JckRN .discussIntro-module--footer--VPGbj .discussIntro-module--startDiscuss--xpho1 {
  padding: 0 16px;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  background: #386ee7;
  border-radius: 4px;
  border: none;
  outline: none;
  box-shadow: inset 0 0.5px 0 rgba(39, 46, 71, 0.16);
  box-shadow: inset 0 0.5px 0 rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  outline: none;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.teamCreator-module--create-team-wrapper--DtqoB {
  display: flex;
  flex-direction: column;
  margin: 42px auto 20px;
  width: 600px;
  height: calc(100% - 102px);
}
.teamCreator-module--create-team-wrapper--DtqoB .ant-input {
  font-size: 12px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.teamCreator-module--create-team-wrapper--DtqoB .teamCreator-module--close-button--SAFfd {
  -webkit-app-region: no-drag;
}

.teamCreator-module--title-bar--9S7ZV {
  display: flex;
  justify-content: space-between;
  height: 16px;
  flex: 0 0 auto;
}
.teamCreator-module--title-bar--9S7ZV .teamCreator-module--title--tjTXN {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
  font-weight: 500;
}
.teamCreator-module--title-bar--9S7ZV .teamCreator-module--close-button--SAFfd {
  cursor: pointer;
}

.teamCreator-module--team-item--js\+cN {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  overflow: hidden;
}
.teamCreator-module--team-item--js\+cN.teamCreator-module--no-shrink--7iXco {
  flex: 0 0 auto;
}
.teamCreator-module--team-item--js\+cN.teamCreator-module--flex--J3dSW {
  flex: 1 1;
  height: 100%;
}
.teamCreator-module--team-item--js\+cN .teamCreator-module--label--6TtVK {
  height: 14px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin-bottom: 8px;
  font-weight: 500;
}
.teamCreator-module--team-item--js\+cN .teamCreator-module--notInGroupInfo--\+zpxy {
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(247, 79, 79, 0.06);
  border-radius: 4px;
  padding-left: 12px;
  margin-bottom: 8px;
}
.teamCreator-module--team-item--js\+cN .teamCreator-module--notInGroupInfo--\+zpxy .teamCreator-module--leftInfo--BwuTe {
  flex: 1 1;
  display: flex;
  align-items: center;
}
.teamCreator-module--team-item--js\+cN .teamCreator-module--notInGroupInfo--\+zpxy .teamCreator-module--leftInfo--BwuTe .teamCreator-module--infoIcon--iILby {
  display: flex;
  align-items: center;
  margin-right: 7px;
}
.teamCreator-module--team-item--js\+cN .teamCreator-module--notInGroupInfo--\+zpxy .teamCreator-module--leftInfo--BwuTe .teamCreator-module--infoTxt--2BriS {
  font-size: 14px;
  color: #51555c;
}
.teamCreator-module--team-item--js\+cN .teamCreator-module--notInGroupInfo--\+zpxy .teamCreator-module--rightInfo--tgExD {
  padding-right: 12px;
}
.teamCreator-module--team-item--js\+cN .teamCreator-module--input--Rbsd2 {
  border-radius: 4px;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.teamCreator-module--team-item--js\+cN .teamCreator-module--chooseWrap--ZoQQJ {
  height: 100%;
  width: 100%;
  flex: 1 1;
  overflow: hidden;
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  display: flex;
}

.teamCreator-module--button-box--jq6QE {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  flex: 0 0 auto;
}
.teamCreator-module--button-box--jq6QE .ant-btn {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.teamCreator-module--button-box--jq6QE .ant-btn-primary {
  margin-left: 16px;
  background-color: #386ee7;
}

.teamCreator-module--memberList--dmg3D {
  width: 320px;
  max-height: 300px;
  overflow-y: auto;
  padding: 8px 0;
}
.teamCreator-module--memberList--dmg3D .teamCreator-module--cardItem--f1hEH {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.teamCreator-module--memberList--dmg3D .teamCreator-module--cardItem--f1hEH .teamCreator-module--leftAvatar--0DBRk {
  margin-right: 8px;
}
.teamCreator-module--memberList--dmg3D .teamCreator-module--cardItem--f1hEH .teamCreator-module--leftAvatar--0DBRk img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.teamCreator-module--memberList--dmg3D .teamCreator-module--cardItem--f1hEH .teamCreator-module--memberInfo--VpZ0B .teamCreator-module--memberName--WPZrb {
  color: rgba(38, 42, 51, 0.8980392157);
  font-size: 14px;
  line-height: 14px;
}
.teamCreator-module--memberList--dmg3D .teamCreator-module--cardItem--f1hEH .teamCreator-module--memberInfo--VpZ0B .teamCreator-module--memberMail--nIO20 {
  color: #7d8085;
  font-size: 12px;
  line-height: 16px;
}

.teamCreator-module--team-creator-wrapper--NtpAD {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 68px) !important;
  margin-left: 68px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 10000;
}

.teamCreator-module--team-creator-wrapper-no-left--4cvnP {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100% !important;
  margin-left: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  z-index: 10000;
}
.MailDelivery-module--wrap--eaBA4 {
  top: 0px;
}

.MailDelivery-module--mailDelivery---vr9w .ant-modal-header {
  border-bottom: none;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.MailDelivery-module--mailDelivery---vr9w .ant-modal-title {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.MailDelivery-module--mailDelivery---vr9w .ant-modal-body {
  padding: 4px 24px;
}
.MailDelivery-module--mailDelivery---vr9w .ant-modal-footer {
  border-top: none;
  padding: 16px 24px 24px 24px;
}
.MailDelivery-module--mailDelivery---vr9w .ant-select-selector {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.MailDelivery-module--mailDelivery---vr9w .MailDelivery-module--warn--IOUAq {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.MailDelivery-module--mailDelivery---vr9w .MailDelivery-module--tip--yYDKD {
  margin-top: 16px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  padding: 8px 12px;
}
.MailDelivery-module--mailDelivery---vr9w .ant-select:not(.ant-select-disabled) .ant-select-selector {
  border-radius: 4px;
  font-size: 12px;
  box-shadow: none !important;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.MailDeliveryWm-module--wrap--TWTKw {
  top: 0px;
}

.MailDeliveryWm-module--mailDelivery--AiO8N .ant-modal-header {
  border-bottom: none;
  background-color: #f0f2f7;
  background-color: var(--fill-25-hover, #f0f2f7);
}
.MailDeliveryWm-module--mailDelivery--AiO8N .ant-modal-title {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.MailDeliveryWm-module--mailDelivery--AiO8N .ant-modal-body {
  padding: 0;
}
.MailDeliveryWm-module--mailDelivery--AiO8N .ant-modal-footer {
  border-top: none;
  padding: 16px 24px 24px 24px;
}
.MailDeliveryWm-module--mailDelivery--AiO8N .ant-select-selector {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.MailDeliveryWm-module--mailDelivery--AiO8N .ant-modal-footer .ant-btn:first-of-type {
  border: none;
  background: #ebedf2;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.MailDeliveryWm-module--mailDelivery--AiO8N .MailDeliveryWm-module--warn--4SPNs {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.MailDeliveryWm-module--mailDelivery--AiO8N .MailDeliveryWm-module--tip--yMffx {
  margin-top: 16px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  padding: 8px 12px;
}
.MailDeliveryWm-module--mailDelivery--AiO8N .ant-select:not(.ant-select-disabled) .ant-select-selector {
  border-radius: 4px;
  font-size: 12px;
  box-shadow: none !important;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.MdContentSelecter-module--warp--eHQuH {
  display: flex;
  height: 440px;
}
.MdContentSelecter-module--warp--eHQuH .MdContentSelecter-module--left--UvK-R {
  width: 300px;
  padding-right: 10px;
  border-right: 1px solid #e1e3e8;
  height: 100%;
}
.MdContentSelecter-module--warp--eHQuH .MdContentSelecter-module--right--QsmIT {
  flex: 1 1;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--item--3Hx5q {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 8px 16px;
  cursor: pointer;
}
.index-module--item--3Hx5q .index-module--hitText--\+EwqA {
  color: #386ee7;
}
.index-module--item-select--NMCk\+ {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.index-module--item-checked--lpo9l {
  background-color: rgba(214, 230, 252, 0.9);
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ .index-module--itemAvatar--IvB60 {
  flex: none;
  margin-right: 8px;
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ .index-module--itemContent--bN3lp {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ .index-module--itemContent--bN3lp .index-module--titleWrap--8A4Wg {
  width: 100%;
  display: flex;
  align-items: center;
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ .index-module--itemContent--bN3lp .index-module--titleWrap--8A4Wg > span {
  display: flex;
  align-items: center;
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ .index-module--itemContent--bN3lp .index-module--titleWrap--8A4Wg .index-module--titleName--lZ4Vb {
  font-style: normal;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ .index-module--itemContent--bN3lp .index-module--titleWrap--8A4Wg .index-module--titleName--lZ4Vb.index-module--disableName--mWRwf {
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ .index-module--itemContent--bN3lp .index-module--titleWrap--8A4Wg .index-module--mailListIcon--z6pUU {
  margin-left: 4px;
  display: none;
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+ .index-module--itemContent--bN3lp .index-module--descWrap--4L2Og {
  flex: 1 1;
}
.index-module--item--3Hx5q .index-module--itemWrap--CFv0\+.index-module--itemWrapPaddingRight--n-mYX {
  box-sizing: border-box;
  padding-right: 24px;
}
.index-module--item--3Hx5q:hover .index-module--itemWrap--CFv0\+ .index-module--titleWrap--8A4Wg .index-module--mailListIcon--z6pUU {
  display: block;
}
.index-module--item--3Hx5q .index-module--subtitle--71dg3 {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  width: auto;
  margin-bottom: 2px;
}
.index-module--item--3Hx5q .index-module--itemDelete--4sLfZ {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUxpcSUoMiUpMR8vLx8fLyQqMudpY34AAAAGdFJOUwBwgBAQOATLWNoAAABvSURBVHjatc6xDYAwEATBl8ANYBpwBxCQQ0BuCfqvBcHdayvgE5+sCTb+ujvHqae0XWOc+vcO06yPoy0aa9sFagTEAGIAMYAYQAwgBhCAIzM3MlItgLpCFDlAHAlxpAjABJAEACkvEOkaV/i2+OkevAsOv1N21s8AAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.index-module--item--3Hx5q .index-module--itemAvatarContainer--NcvGn {
  display: flex;
  align-items: center;
}
.index-module--item--3Hx5q .index-module--itemAvatarContainer--NcvGn .index-module--itemAvatarCheckbox--1Fxt2 {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.index-module--item--3Hx5q .index-module--itemAvatarContainer--NcvGn .index-module--itemAvatarCheckbox--1Fxt2 .ant-checkbox {
  top: 0;
}
.index-module--item--3Hx5q .index-module--itemAvatarContainer--NcvGn .index-module--itemAvatarWrap---7I5U {
  height: 32px;
  width: 32px;
}
.index-module--item--3Hx5q:hover:not(.index-module--item-select--NMCk\+):not(.index-module--item-select-disable--vr-Uk) {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}

.index-module--titleLabel--C6lGn {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-left: 8px;
  padding: 2px 4px;
  flex: none;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #fff8ed;
  background-color: var(--Warning-1, #fff8ed);
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
}
.index-module--titleLabel--C6lGn.index-module--isMy--pXOXv {
  background-color: #e7fbf3;
  background-color: var(--Success-1, #e7fbf3);
  color: #398e80;
  color: var(--label-2_3, #398e80);
}

.ant-list-item-meta.p-right {
  padding-right: 24px;
}

.ant-list-item-meta-avatar {
  margin-right: 12px;
}

.ant-list-item-meta-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  width: auto;
  margin-bottom: 2px;
  line-height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}

.ant-list-item-meta-description {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mail-content {
  position: relative;
}
.mail-content .tox-tinymce {
  border: none;
}
.mail-content div.tox .tox-editor-header {
  border: none;
}

.readmail-attachments {
  padding-right: 16px;
}
.readmail-attachments .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #7d8085;
}
.readmail-attachments .title .save-all {
  font-size: 12px;
  line-height: 12px;
  color: #386ee7;
  cursor: pointer;
  padding: 0 9px;
  margin-left: 6px;
}
.readmail-attachments .title .save-all-disable {
  color: #a8aaad;
  cursor: not-allowed;
  pointer-events: none;
}
.readmail-attachments .attachment-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.readmail-attachments .attachment-list .card {
  margin-right: 12px;
  margin-bottom: 12px;
}

.u-tool {
  display: flex;
  padding: 20px 16px 20px 20px;
  width: 100%;
  min-width: 300px;
}
.u-tool-group {
  position: relative;
  display: inline-block;
}
.u-tool-btn {
  -webkit-app-region: no-drag;
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-radius: 14px;
  margin-right: 16px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 14px;
}
.u-tool-btn:hover {
  background: #f4f4f5;
  background: var(--white-bg, #f4f4f5);
}
.u-tool-btn svg,
.u-tool-btn img {
  position: absolute;
  top: 6px;
  left: 6px;
}
.u-tool-line {
  position: relative;
  display: inline-block;
  width: 1px;
  margin: 0 16px 0 0;
  height: 28px;
}
.u-tool-line .line {
  position: absolute;
  background-color: rgba(39, 46, 71, 0.08);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  top: 8px;
  width: 1px;
  height: 16px;
}

.u-tool-tread {
  padding: 16px 16px 20px 16px;
}

.thread-mail-warp {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.thread-mail-warp .header-box {
  padding-right: 15px;
}
.thread-mail-warp .header-box .u-info {
  padding: 16px 0;
}
.thread-mail-warp .u-read-reply {
  background-color: transparent;
}
.thread-mail-warp .readmail-attachments {
  padding: 0 16px 16px 0;
}
.thread-mail-warp .merge-mail-title-wrap {
  display: flex;
}
.thread-mail-warp .merge-mail-title-wrap .u-block-title {
  flex: 1 1;
}
.thread-mail-warp .merge-mail-title-wrap .mt-oper-warp {
  display: flex;
  padding: 0 20px;
  align-items: center;
}
.thread-mail-warp .merge-mail-title-wrap .mt-oper-warp .mt-sort {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  font-size: 12px;
  vertical-align: center;
  cursor: pointer;
}

.mt-sort-menu-warp .ant-dropdown-menu-item-selected {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
}
.mt-sort-menu-warp .ant-dropdown-menu-item {
  font-size: 12px;
}

.single-mail-warp .u-info {
  padding-bottom: 20px;
}
.single-mail-warp .u-info-detail {
  margin-bottom: 0;
}
.single-mail-warp .read-mail-content {
  padding: 0 20px;
  margin: 16px 0;
}

.header-box {
  width: 100%;
}

.u-info {
  margin: 0 20px;
  border-bottom: 1px dashed rgba(38, 42, 51, 0.1607843137);
}
.u-info-title {
  padding: 12px 0;
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
  word-break: break-all;
  color: #080b19;
  color: var(--Text-6, #080b19);
}
.u-info-detail {
  margin: 12px auto 16px;
  width: 100%;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border: 0.5px solid rgba(39, 46, 71, 0.07);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.07);
  border-radius: 6px;
}
.u-info-detail .u-info-item-Forward {
  line-height: 1em;
  margin: -4px 0;
}
.u-info-top {
  margin-right: 8px;
  display: inline;
  border-right: solid 1px #b7bac2;
  border-right: solid 1px var(--Text-1, #b7bac2);
  padding-right: 8px;
}
.u-info-top:last-child {
  border-right: 0;
}
.u-info-item {
  display: flex;
  margin: 12px;
  color: #000000;
  color: var(--font-color-3, #000000);
  font-size: 12px;
}
.u-info-item .title {
  font-size: 12px;
  min-width: 56px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.u-info-item .name {
  white-space: pre;
  width: 56px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 12px;
}
.u-info-item .detail {
  word-break: break-all;
  flex: 1 1;
  cursor: pointer;
}
.u-info-item-Forward {
  padding-left: 68px;
  color: #7d8085;
  font-size: 12px;
}
.u-info .header-content-attch {
  margin-top: 8px;
}

.u-item {
  display: flex;
}
.u-item-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  margin-right: 12px;
  border-radius: 50%;
  color: #ffffff;
  cursor: default;
  height: 20px;
}
.u-item-info {
  display: flex;
}
.u-item-info .alarm {
  margin-right: 5.5px;
  padding-top: 2px;
  display: inline-block;
  flex-shrink: 0;
}
.u-item-info .name {
  margin-right: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.u-item-info .name .name-Forward {
  color: #7d8085;
  margin-left: 4px;
  font-size: 12px;
  font-weight: normal;
}
.u-item-info .time {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 8px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  min-width: 42px;
  line-height: 20px;
}
.u-item-info .attach {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 20px;
  background: #f4f4f5;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  cursor: pointer;
  flex-shrink: 0;
  line-height: 20px;
}
.u-item-info .attach svg {
  margin-right: 4px;
}
.u-item-info .attach .text {
  color: #386ee7;
}
.u-item-info .u-operator {
  display: flex;
  justify-content: flex-end;
  min-width: 57px;
  flex-shrink: 0;
  margin-top: -4px;
}
.u-item-info .u-operator .more {
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.u-item-info .u-operator .more:hover {
  background-color: #f4f4f5;
}
.u-item-info .u-operator .u-tool {
  padding: 0;
  min-width: auto;
  margin-top: -4px;
}
.u-item-info .u-operator .u-tool-btn {
  margin-right: 8px;
}
.u-item-info .u-operator .u-tool-btn:hover {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.u-item-sender {
  display: flex;
  margin-top: -4px;
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.u-item-sender .detail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-item-sender .detail .detail {
  margin-left: 4px;
  cursor: pointer;
  line-height: 16.7px;
}
.u-item-sender .detail .name {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  -webkit-user-select: none;
          user-select: none;
}
.u-item-content {
  flex: 1 1;
  min-width: 300px;
}
.u-item-detail {
  min-width: 24px;
  margin: 0 100px 0 0;
  color: #386ee7;
  cursor: pointer;
}

.u-tool-line {
  margin-right: 8px;
}

.u-tool-btn-text {
  flex: none;
  margin-right: 8px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  overflow: hidden;
  height: 24px;
}
.u-tool-btn-text .ant-divider-vertical {
  margin: 0;
  margin-top: 2px;
  height: 16px;
}
.u-tool-btn-text-left {
  padding: 6px 8px 6px 12px;
}
.u-tool-btn-text-left:hover {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.u-tool-btn-text-right {
  display: flex;
  padding: 11px 7px;
}
.u-tool-btn-text-right:hover {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.u-tool-btn-text-center {
  padding: 4px 12px;
  display: flex;
  align-items: center;
}
.u-tool-btn-text-center:hover {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.u-tool-btn-text-icon {
  display: flex;
  padding-left: 6px;
}
.u-tool-btn-text-back {
  display: flex;
  transform: rotate(90deg);
  transform-origin: center;
  padding-top: 8px;
}
.u-tool-btn-text-white {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.u-tool-btn-text-gray {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.u-tool-btn-text-open > .u-tool-btn-text-center:hover, .u-tool-btn-text-open > .u-tool-btn-text-left:hover, .u-tool-btn-text-open > .u-tool-btn-text-right:hover {
  background-color: transparent;
}

.u-item-info .name .u-card {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.u-item-info .name .u-card .tag-label {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 6px;
  min-width: 34px;
}

.u-card {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  vertical-align: top;
  max-width: 300px;
  padding: 0 2px;
  border-radius: 4px;
}

.u-card-selected {
  background-color: #e7ebf1;
  background-color: var(--label-6_1, #e7ebf1);
}

.u-card-detail {
  display: inline-flex;
}
.u-card-detail .u-card-theme {
  flex: 0 1 auto;
  min-width: 12px;
}
.u-card-detail .u-card-email {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  flex: 1 0 auto;
  max-width: 275px;
}

.u-card-theme {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.u-card-email {
  color: #7d8085;
  white-space: break-spaces;
}

.u-message-empty {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.u-message-empty img {
  width: 190px;
  height: 190px;
}
.u-message-empty .u-empty-title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.u-message-empty .u-empty-text {
  padding: 0 50px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #7d8085;
}
.u-message-empty .u-empty-btn {
  min-width: 100px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #386ee7;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 12px;
  margin-top: 20px;
  cursor: pointer;
}
.u-message-empty .u-empty-more-account {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.u-message-empty .u-empty-more-account > img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.mail-detail-error-warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mail-detail-error-warp .md-error-tip-title {
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-align: center;
  /* 灵犀桌面2.0/H1.4-Med16 */
  font-family: "PingFang SC";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin-top: 20px;
}
.mail-detail-error-warp .md-error-tip {
  font-size: 14px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin-top: 20px;
}
.mail-detail-error-warp .md-btn-warp {
  margin-top: 10px;
}

.u-empty-img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: url(/static/email_empty-eb5551f6dc074e9e674d33d949677ddc.png) no-repeat center center;
  background-size: 120px 120px;
}
.u-empty-img.u-empty-img-fix {
  margin-top: -40px;
}

.u-detail-popup.ant-popover {
  z-index: 8;
}

.contact-mumber-popover.ant-popover {
  z-index: 1008;
}

.non-content {
  text-align: center;
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}

.u-read-fixed {
  background-color: #fff;
}

.u-read-reply {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  background-color: #fff;
  width: 100%;
}

.u-read-detail {
  transform: translate3d(0, 0, 0);
  transition: all 1s ease-in;
  max-height: 60px;
  overflow: hidden;
}

.u-read-expand {
  max-height: 2000px;
}

.u-item-block {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  display: flex;
  height: 56px;
  padding: 12px 0;
  line-height: 32px;
  border-radius: 4px;
  width: 100%;
}
.u-item-block:hover .flag {
  visibility: visible;
}
.u-item-block .flag {
  display: flex;
  align-items: center;
  visibility: hidden;
}
.u-item-block-text {
  flex: 1 1;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.u-item-block-content {
  margin-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.u-item-block-markread {
  float: left;
  margin: 8px 0 0 0;
  padding: 4px;
}
.u-item-block-markread:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.u-item-block-markread-dot {
  min-width: 8px;
  width: 8px;
  height: 8px;
  background-color: #386ee7;
  border-radius: 4px;
}
.u-item-block-read {
  min-width: 8px;
  width: 8px;
  height: 8px;
  float: left;
  background-color: #386ee7;
  border-radius: 4px;
  margin: 12px 4px 0 0;
}
.u-item-block-suspicious {
  margin: 2px 4px 0 0;
  width: 16px;
  height: 16px;
  float: left;
}
.u-item-block-task {
  width: 32px;
  height: 16px;
  color: #6ba9ff;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border: 0.5px solid rgba(148, 166, 255, 0.4);
  border: 0.5px solid rgba(var(--Brand-4-r, 148), var(--Brand-4-g, 166), var(--Brand-4-b, 255), 0.4);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  margin-top: 8px;
  margin-right: 16px;
}
.u-item-block-alarm {
  margin-bottom: 2px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.u-item-block-svg {
  position: relative;
  margin: 0 16px;
  display: flex;
  align-items: center;
}
.u-item-block-svg svg {
  margin-right: 16px;
}
.u-item-block-svg svg:last-child {
  margin-right: 0;
}
.u-item-block-time {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 12px;
  margin-right: 12px;
}

.u-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.u-block::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.u-block::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-block:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.u-block:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.u-block:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-block:hover::-webkit-scrollbar-button {
  display: none;
}
.u-block:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.u-block:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.u-block:hover::-webkit-scrollbar-corner {
  display: none;
}
.u-block .ant-collapse-item {
  margin: 12px 16px 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 4px;
}
.u-block .ant-collapse-item .ant-collapse-header {
  padding: 0;
}
.u-block .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 15px;
}
.u-block .ant-collapse .ant-collapse-item {
  border: 1px solid transparent;
}
.u-block.u-block-win {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.u-block.u-block-win::-webkit-scrollbar {
  opacity: 0;
  width: 12px;
  background-color: transparent;
}
.u-block.u-block-win::-webkit-scrollbar:horizontal {
  height: 12px;
}
.u-block.u-block-win:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.u-block.u-block-win:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 12px;
  padding-right: 4px;
}
.u-block.u-block-win:hover::-webkit-scrollbar:horizontal {
  height: 12px;
}
.u-block.u-block-win:hover::-webkit-scrollbar-button {
  display: none;
}
.u-block.u-block-win:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 12px;
  opacity: 0;
}
.u-block.u-block-win:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.u-block.u-block-win:hover::-webkit-scrollbar-corner {
  display: none;
}
.u-block .ant-collapse > .ant-collapse-item:last-child,
.u-block .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 4px;
}
.u-block .u-info {
  margin: 0;
  padding: 12px 0;
}
.u-block .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  position: relative;
  padding: 0;
}
.u-block-content {
  flex: 1 1;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding-bottom: 60px;
}
.u-block-content::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.u-block-content::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-block-content:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.u-block-content:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.u-block-content:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-block-content:hover::-webkit-scrollbar-button {
  display: none;
}
.u-block-content:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.u-block-content:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.u-block-content:hover::-webkit-scrollbar-corner {
  display: none;
}
.u-block-content-updown {
  padding-top: 24px;
}
.u-block-content-merge {
  padding-top: 10px;
}
.u-block-content-merge .os-viewport,
.u-block-content-merge .os-content {
  overflow-anchor: none;
}
.u-block-title {
  font-size: 18px;
  line-height: 22px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 0 16px;
}

.u-read-wrapper {
  min-width: 412px;
  height: 100%;
  background-color: #386ee7;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.u-read-wrapper .u-block {
  height: 100%;
  overflow-y: auto;
}
.u-read-wrapper .u-item-wrap {
  height: 100%;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.u-read-wrapper .u-item-wrap::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.u-read-wrapper .u-item-wrap::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-read-wrapper .u-item-wrap:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.u-read-wrapper .u-item-wrap:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.u-read-wrapper .u-item-wrap:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-read-wrapper .u-item-wrap:hover::-webkit-scrollbar-button {
  display: none;
}
.u-read-wrapper .u-item-wrap:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.u-read-wrapper .u-item-wrap:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.u-read-wrapper .u-item-wrap:hover::-webkit-scrollbar-corner {
  display: none;
}
.u-read-wrapper::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.u-read-wrapper::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-read-wrapper:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.u-read-wrapper:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.u-read-wrapper:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.u-read-wrapper:hover::-webkit-scrollbar-button {
  display: none;
}
.u-read-wrapper:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.u-read-wrapper:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.u-read-wrapper:hover::-webkit-scrollbar-corner {
  display: none;
}
.u-read-wrapper.thread {
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.u-read-wrapper.single {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.spam-alert-style {
  color: #ff3164;
  font-size: 12px;
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  padding: 12px;
  position: relative;
  padding-right: 50px;
  line-height: 18px;
  padding-left: 35px;
  margin: 8px 16px;
  border-radius: 4px;
}

.spam-leakage {
  position: relative;
  margin: 8px 16px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  border-radius: 4px;
  line-height: 20px;
  padding: 6px 44px 6px 34px;
}
.spam-leakage-btn a:first-child {
  margin-right: 16px;
}
.spam-leakage-warn {
  position: absolute;
  left: 12px;
  top: 9px;
}
.spam-leakage-close {
  position: absolute;
  right: 12px;
  top: 7px;
  cursor: pointer;
}

.spam-leakage-mg {
  margin: 8px 16px;
}

.spam-alert-style-close {
  position: absolute;
  right: 14px;
  top: 10px;
  padding: 3px;
  cursor: pointer;
}
.spam-alert-style-close:hover {
  transform: scale(1.1);
}

.new-spam-alert-style {
  background: rgba(254, 91, 76, 0.06);
  background: rgba(var(--Error-6-r, 254), var(--Error-6-g, 91), var(--Error-6-b, 76), 0.06);
  border-radius: 4px;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  font-size: 12px;
  padding: 12px;
  position: relative;
  padding-right: 50px;
  line-height: 18px;
  padding-left: 35px;
  margin: 8px 16px;
}

.spam-alert-warn-style {
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  border-radius: 4px;
  color: #e5a344;
  color: var(--Warning-7, #e5a344);
  font-size: 12px;
  padding: 12px 50px 12px 36px;
  position: relative;
  line-height: 18px;
  margin: 8px 16px;
}

.spam-alert-warn {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 15px;
  height: 15px;
}

.merge-mail-scroll-wrap {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: overlay;
  overflow-x: overlay;
}
.merge-mail-scroll-wrap::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.merge-mail-scroll-wrap::-webkit-scrollbar:horizontal {
  height: 6px;
}
.merge-mail-scroll-wrap:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.merge-mail-scroll-wrap:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.merge-mail-scroll-wrap:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.merge-mail-scroll-wrap:hover::-webkit-scrollbar-button {
  display: none;
}
.merge-mail-scroll-wrap:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.merge-mail-scroll-wrap:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.merge-mail-scroll-wrap:hover::-webkit-scrollbar-corner {
  display: none;
}

.merge-mail-scroll-wrap-inwin {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: overlay;
  overflow-x: overlay;
}
.merge-mail-scroll-wrap-inwin::-webkit-scrollbar {
  opacity: 0;
  width: 12px;
  background-color: transparent;
}
.merge-mail-scroll-wrap-inwin::-webkit-scrollbar:horizontal {
  height: 12px;
}
.merge-mail-scroll-wrap-inwin:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.merge-mail-scroll-wrap-inwin:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 12px;
  padding-right: 4px;
}
.merge-mail-scroll-wrap-inwin:hover::-webkit-scrollbar:horizontal {
  height: 12px;
}
.merge-mail-scroll-wrap-inwin:hover::-webkit-scrollbar-button {
  display: none;
}
.merge-mail-scroll-wrap-inwin:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 12px;
  opacity: 0;
}
.merge-mail-scroll-wrap-inwin:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.merge-mail-scroll-wrap-inwin:hover::-webkit-scrollbar-corner {
  display: none;
}

.read-mail-content {
  margin: 16px 0;
}
.read-mail-content-merge {
  margin: 16px;
}
.read-mail-content div.tox .tox-edit-area__iframe {
  margin-top: 0;
}

.delivery-outer {
  margin: 8px 16px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
}
.delivery-outer .delivery-tip-header {
  border-bottom: none;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  margin: 0;
  border-radius: 4px !important;
}
.delivery-outer .delivery-tip-header .ant-collapse-header {
  height: 32px;
  padding: 0 12px !important;
  display: flex;
  align-items: center;
}
.delivery-outer .delivery-tip-header .ant-collapse-content {
  overflow-x: hidden;
}
.delivery-outer .delivery-tip-header .delivery-tip-title {
  margin-left: 8px;
  color: #272e47 !important;
  color: var(--Text-5, #272e47) !important;
  height: 20px;
  line-height: 20px;
}
.delivery-outer .delivery-tip-header .delivery-tip-btn {
  margin-left: 8px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
  height: 20px;
  line-height: 20px;
}
.delivery-outer .delivery-tip-content {
  border-top: 0.5px solid #e1e3e8;
  border-top: 0.5px solid var(--Fill-4, #e1e3e8);
  max-height: 177px;
  overflow-y: auto;
  margin: -1px -16px -13px;
  padding-left: 4px;
}
.delivery-outer .delivery-tip-content .delivery-tip-time {
  font-size: 12px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  height: 20px;
  line-height: 20px;
}
.delivery-outer .delivery-tip-content .delivery-tip-email {
  margin: -14px 0 -8px 0;
  padding-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.mail-read-content {
  flex: 1 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mail-read-content-scrollwrap {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: auto;
}
.mail-read-content-scrollwrap::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.mail-read-content-scrollwrap::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mail-read-content-scrollwrap:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.mail-read-content-scrollwrap:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.mail-read-content-scrollwrap:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mail-read-content-scrollwrap:hover::-webkit-scrollbar-button {
  display: none;
}
.mail-read-content-scrollwrap:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.mail-read-content-scrollwrap:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.mail-read-content-scrollwrap:hover::-webkit-scrollbar-corner {
  display: none;
}

.mail-read-content-scrollwrap-inwin {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: auto;
}
.mail-read-content-scrollwrap-inwin::-webkit-scrollbar {
  opacity: 0;
  width: 12px;
  background-color: transparent;
}
.mail-read-content-scrollwrap-inwin::-webkit-scrollbar:horizontal {
  height: 12px;
}
.mail-read-content-scrollwrap-inwin:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.mail-read-content-scrollwrap-inwin:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 12px;
  padding-right: 4px;
}
.mail-read-content-scrollwrap-inwin:hover::-webkit-scrollbar:horizontal {
  height: 12px;
}
.mail-read-content-scrollwrap-inwin:hover::-webkit-scrollbar-button {
  display: none;
}
.mail-read-content-scrollwrap-inwin:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 12px;
  opacity: 0;
}
.mail-read-content-scrollwrap-inwin:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.mail-read-content-scrollwrap-inwin:hover::-webkit-scrollbar-corner {
  display: none;
}

.mail-read-content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.mail-read-content-wrap .mail-read-content-mask {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  position: absolute;
  z-index: 2;
}

.mail-head-tag-warp {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.mail-head-tag-warp .tag {
  margin-bottom: 5px;
}

.mail-group-tag-warp {
  display: flex;
  flex-wrap: wrap;
  margin: 7px 16px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.mail-group-tag-warp .tag {
  margin-bottom: 5px;
}

.mail-group-wrap {
  padding-bottom: 30px;
}

.mail-tag {
  height: 20px;
  line-height: 20px;
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
  color: #fff;
  margin-right: 4px;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 3px;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 5px;
}

.no-select {
  -webkit-user-select: none;
          user-select: none;
}

.mail-revoke {
  margin: 8px 16px;
  height: 32px;
  padding: 0 14px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.mail-revoke .mail-revoke-button {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}

.mail-schedule {
  min-height: 32px;
  margin: 8px 16px;
  padding: 8px 13.5px;
  font-weight: 400;
  font-size: 12px;
  color: #272e47;
  line-height: 16px;
  background: #f6f7fa;
  border-radius: 4px;
}
.mail-schedule .clock-container {
  height: 16px;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.mail-schedule .blue {
  color: #4c6aff;
}

.print {
  background: #ffffff;
  padding: 4px;
}
.print.en .detail-key {
  width: 78px !important;
}
.print .title {
  font-size: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  line-height: 21px;
  margin-bottom: 16px;
  font-weight: bold;
}
.print .detail {
  line-height: 14px;
  margin-bottom: 6px;
  font-size: 12px;
  display: flex;
}
.print .detail .detail-key {
  color: #7d8085;
  width: 48px;
}
.print .detail .detail-val {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  flex: 1 1;
}
.print .detail.attachment-container {
  line-height: 22px;
}
.print .content {
  word-wrap: break-word;
  margin-top: 14px;
}
.print .print-attachment-item {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 12px;
}
.print .print-attachment-item:not(:first-child) {
  margin-top: 2px;
}
.print .print-attachment-item-info {
  display: flex;
  align-items: center;
}
.print .print-attachment-item-name {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  flex: 1 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 540px;
  margin-left: -2px;
  white-space: nowrap;
}
.print .print-attachment-item-download {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  margin-left: 24px;
}
.print .print-attachment-item-icon {
  height: 22px;
  transform: scale(0.6);
}
.print .print-cloud-attachments-container {
  border-radius: 8px;
  padding: 12px 0;
  margin-bottom: 20px;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Line-2, #ebedf2);
}
.print .print-cloud-attachments-title {
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  color: #272e47;
  padding-bottom: 12px;
  padding-left: 12px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.print .print-cloud-attachments-item {
  display: flex;
  align-items: center;
  padding-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 11px;
}
.print .print-cloud-attachments-item:not(:last-child) {
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.print .print-cloud-attachments-item:last-child {
  padding-bottom: 0;
}
.print .print-cloud-attachments-item-info {
  margin-left: 12px;
  flex: 1 1 auto;
}
.print .print-cloud-attachments-item-name {
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  max-width: 540px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.print .print-cloud-attachments-item-fileinfo {
  font-size: 12px;
  line-height: 20px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.print .print-cloud-attachments-item-download {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 22px;
}

@media print {
  @page {
    margin: 50px;
  }
}
.toobar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toobar-wrap .toobar-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  flex: 1 1;
}
.toobar-wrap .toobar-left .u-tool {
  padding-top: 14px;
  padding-bottom: 14px;
}
.toobar-wrap .toobar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mail-content-pagination-wrap {
  display: flex;
  margin: 0 20px;
  margin-top: 10;
  padding-bottom: 30px;
  align-items: center;
}
.mail-content-pagination-wrap .ant-pagination-item {
  border: none;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  font-size: 12px;
  min-width: 28px;
  line-height: 28px;
}
.mail-content-pagination-wrap .ant-pagination-prev .ant-pagination-item-link {
  border: none;
  border-radius: 4px;
}
.mail-content-pagination-wrap .ant-pagination-next .ant-pagination-item-link {
  border: none;
  border-radius: 4px;
}
.mail-content-pagination-wrap .ant-pagination-prev,
.mail-content-pagination-wrap .ant-pagination-next {
  width: 28px;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
}
.mail-content-pagination-wrap .ant-pagination-item-active {
  background-color: #386ee7;
}
.mail-content-pagination-wrap .ant-pagination-item-active a {
  color: #fff;
}
.mail-content-pagination-wrap .pagination-info {
  margin-left: 16px;
  color: #51555c;
  font-size: 12px;
  -webkit-user-select: none;
          user-select: none;
}

.mail-content-no-more {
  text-align: center;
  font-size: 12px;
  color: #a8aaad;
  padding-bottom: 30px;
  -webkit-user-select: none;
          user-select: none;
}

.head-readonly .u-item-sender .detail .detail {
  cursor: default;
}
.head-readonly .u-card {
  cursor: default;
}
.head-readonly .u-item-info .name {
  cursor: default;
}

.mail-import-btn {
  width: 90px;
  padding: 2px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  height: 28px;
  display: flex;
  border-radius: 30px;
  -webkit-app-region: no-drag;
  cursor: pointer;
}
.mail-import-btn .btn-icon {
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail-import-btn .btn-icon svg {
  position: relative;
  top: 0;
  left: 0;
}
.mail-import-btn .btn-name {
  margin-left: 8px;
  font-size: 12px;
  line-height: 24px;
  -webkit-user-select: none;
          user-select: none;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.mail-import-btn:hover {
  background-color: rgba(159, 162, 173, 0.1);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}

.defer-notIcon {
  content: url(/static/not.98b0b20d.svg);
}

.defer-ontime {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik04LjAwMDA1IDE1LjJDMTEuOTc2NSAxNS4yIDE1LjIgMTEuOTc2NSAxNS4yIDguMDAwMDVDMTUuMiA0LjAyMzYgMTEuOTc2NSAwLjgwMDA0OSA4LjAwMDA1IDAuODAwMDQ5QzQuMDIzNiAwLjgwMDA0OSAwLjgwMDA0OSA0LjAyMzYgMC44MDAwNDkgOC4wMDAwNUMwLjgwMDA0OSAxMS45NzY1IDQuMDIzNiAxNS4yIDguMDAwMDUgMTUuMloiIGZpbGw9IiNGRkFBMDAiLz4KICAgIDxwYXRoIGQ9Ik03LjgwMDA1IDQuNjAwMVY4LjIwMDFIMTEuNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjM1IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICA8L3N2Zz4KICAgIA==);
}

.defer-timeout {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik04LjAwMDA1IDE1LjJDMTEuOTc2NSAxNS4yIDE1LjIgMTEuOTc2NSAxNS4yIDguMDAwMDVDMTUuMiA0LjAyMzYgMTEuOTc2NSAwLjgwMDA0OSA4LjAwMDA1IDAuODAwMDQ5QzQuMDIzNiAwLjgwMDA0OSAwLjgwMDA0OSA0LjAyMzYgMC44MDAwNDkgOC4wMDAwNUMwLjgwMDA0OSAxMS45NzY1IDQuMDIzNiAxNS4yIDguMDAwMDUgMTUuMloiIGZpbGw9IiNGNzRGNEYiLz4KICAgIDxwYXRoIGQ9Ik03LjgwMDA1IDQuNjAwMVY4LjIwMDFIMTEuNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjM1IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICA8L3N2Zz4KICAgIA==);
}

.defer-ontime:hover {
  content: url(/static/ontimedone.9140b1ec.svg);
}

.defer-timeout:hover {
  content: url(/static/timeoutdone.d80966aa.svg);
}

.ant-back-top.read-mail-back-top-icon {
  width: 32px;
  height: 32px;
  right: 24px;
  bottom: 90px;
}

.ant-back-top.read-mail-back-top-icon {
  width: 32px;
  height: 32px;
  right: 24px;
  bottom: 90px;
}

.fade-in-out {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.fade-in-out.fade-in {
  opacity: 1;
}

.fade-in-out.fade-out {
  opacity: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--selectedListContainer--SlLtX {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-module--selectedListContainer--SlLtX .index-module--listTitle--uv1ge {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  height: 46px;
  padding: 18px 0 0 17px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--selectedListContainer--SlLtX .index-module--listWrap--jFKgp {
  flex: 1 1;
}
.index-module--selectedListContainer--SlLtX .index-module--listWrap--jFKgp .index-module--vScrollList--gWPPe {
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--selectedListContainer--SlLtX .index-module--listWrap--jFKgp .index-module--vScrollList--gWPPe::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--selectedListContainer--SlLtX .index-module--listWrap--jFKgp .index-module--vScrollList--gWPPe::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--selectedListContainer--SlLtX .index-module--listWrap--jFKgp .index-module--vScrollList--gWPPe::-webkit-scrollbar-button {
  display: none;
}
.index-module--selectedListContainer--SlLtX .index-module--listWrap--jFKgp .index-module--vScrollList--gWPPe::-webkit-scrollbar-thumb {
  background-color: #d4d4d6;
  background-color: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--selectedListContainer--SlLtX .index-module--listWrap--jFKgp .index-module--vScrollList--gWPPe::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--selectedListContainer--SlLtX .index-module--listWrap--jFKgp .index-module--vScrollList--gWPPe::-webkit-scrollbar-corner {
  display: none;
}
.index-module--selectedListContainer--SlLtX .index-module--listFooter--PQ2h6 {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.index-module--selectedListContainer--SlLtX .index-module--listFooter--PQ2h6 .index-module--listFooterBtn--rXPBP {
  margin-right: 16px;
}
.index-module--selectedListContainer--SlLtX .index-module--listFooter--PQ2h6 .ant-btn {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--selectedListContainer--SlLtX .index-module--listFooter--PQ2h6 .ant-btn-primary {
  background-color: #386ee7;
}
.mailDiscussPopover-module--mailDiscuss--3WabH {
  width: 400px;
  height: 320px;
  background: white;
  border: 0.5px solid rgba(39, 46, 71, 0.2);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--header--tOwx5,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--header--tOwx5 {
  padding: 20px 16px 12px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(39, 46, 71, 0.9);
  position: relative;
  display: flex;
  align-items: center;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--header--tOwx5 .mailDiscussPopover-module--whatsDiscuss--oujOM,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--header--tOwx5 .mailDiscussPopover-module--whatsDiscuss--oujOM {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #386ee7;
  position: absolute;
  right: 16px;
  cursor: pointer;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd {
  flex: 1 1;
  overflow-y: scroll;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX {
  padding: 0 8px;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussTyTitle--ASZ\+C,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussTyTitle--ASZ\+C {
  margin-bottom: 0;
  padding: 8px 12px 6px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.6);
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ {
  padding: 12px 14px 12px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+:hover,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+:hover {
  background: #f0f0f1;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ .mailDiscussPopover-module--discussIcon--Y7HRS,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ .mailDiscussPopover-module--discussIcon--Y7HRS {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  position: relative;
  top: 0;
  left: 0;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ .mailDiscussPopover-module--discussTitle--PtAFn,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ .mailDiscussPopover-module--discussTitle--PtAFn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #262a33;
  flex: 1 1;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ .mailDiscussPopover-module--right--ggvwo,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ .mailDiscussPopover-module--right--ggvwo {
  display: flex;
  align-items: center;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ .mailDiscussPopover-module--right--ggvwo svg,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--hasDiscuss--WJhkX .mailDiscussPopover-module--discussItem--gmXJ\+ .mailDiscussPopover-module--right--ggvwo svg {
  position: relative;
  top: 0;
  left: 0;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--noDiscuss--U1Ui\+ img,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--noDiscuss--U1Ui\+ img {
  position: relative !important;
  top: 0;
  left: 0;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--noDiscuss--U1Ui\+ .mailDiscussPopover-module--noDiscussYet--BxFJA,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--content--OljQd .mailDiscussPopover-module--noDiscuss--U1Ui\+ .mailDiscussPopover-module--noDiscussYet--BxFJA {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #51555c;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--footer--ZFG1B,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--footer--ZFG1B {
  padding: 8px 20px 20px 20px;
}
.mailDiscussPopover-module--mailDiscuss--3WabH .mailDiscussPopover-module--footer--ZFG1B .mailDiscussPopover-module--startDiscuss--SzMGx,
.mailDiscussPopover-module--mailDiscussNoWrap--5x2rS .mailDiscussPopover-module--footer--ZFG1B .mailDiscussPopover-module--startDiscuss--SzMGx {
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #386ee7;
  border: 1px solid rgba(39, 46, 71, 0.2);
  border-radius: 4px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}
.sirius-radio-wrap {
  display: inline-flex;
  align-items: center;
}
.sirius-radio-wrap .sirius-radio {
  width: 14px;
  height: 14px;
}
.sirius-radio-wrap .sirius-radio.normal {
  border-radius: 50%;
  border: 1.5px solid #a8aaad;
}
.sirius-radio-wrap .sirius-radio.checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS41IDhDMTUuNSAxMi4xNDIxIDEyLjE0MjEgMTUuNSA4IDE1LjVDMy44NTc4NiAxNS41IDAuNSAxMi4xNDIxIDAuNSA4QzAuNSAzLjg1Nzg2IDMuODU3ODYgMC41IDggMC41QzEyLjE0MjEgMC41IDE1LjUgMy44NTc4NiAxNS41IDhaTTcuMTU2MTEgMTEuNDI2M0wxMi4yNDQyIDYuMzM4MTZMMTEuMzQ5MyA1LjQ0MzIzTDcuMTU2MTEgOS42MzYzOUw0LjY1MDQ2IDcuMTMwNzNMMy43NTU1MiA4LjAyNTY2TDcuMTU2MTEgMTEuNDI2M1oiIGZpbGw9IiMzODZFRTciLz4KPC9zdmc+Cg==);
  background-size: 100% 100%;
}
.sirius-radio-wrap .sirius-radio.disabled {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiByeD0iMC44IiBmaWxsPSIjQThBQUFEIiBzdHJva2U9IiNBOEFBQUQiIHN0cm9rZS13aWR0aD0iMS4yIi8+CjxwYXRoIGQ9Ik01IDhMNi43MTQyOSAxMEwxMSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-size: 100% 100%;
}
.sirius-radio-wrap .sirius-radio-name {
  margin-left: 5px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.prev-next-mail-module--prev-next-mail-container--SSv2F {
  display: flex;
  margin-right: 20px;
  border-radius: 4px;
  margin-left: 20px;
  background-color: #f4f6f7;
  align-items: center;
}
.prev-next-mail-module--prev-next-mail-container--SSv2F .prev-next-mail-module--prev--v56h4,
.prev-next-mail-module--prev-next-mail-container--SSv2F .prev-next-mail-module--next--A2gVL {
  -webkit-user-select: none;
          user-select: none;
  width: 20px;
  height: 20px;
  margin: 2px 4px;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev-next-mail-module--prev-next-mail-container--SSv2F .prev-next-mail-module--hover--3RLQL {
  background-color: #f0f2f7;
}
.prev-next-mail-module--prev-next-mail-container--SSv2F .prev-next-mail-module--disable--j3wDN {
  background-color: #e1e3e8;
  cursor: not-allowed;
}
.prev-next-mail-module--prev-next-mail-container--SSv2F .prev-next-mail-module--splitLine--F8K3H {
  width: 1px;
  height: 12px;
  background-color: rgba(38, 42, 51, 0.16);
}
.mailEncodingContainer {
  box-shadow: 0 4px 8px rgba(38, 42, 51, 0.1);
  background: #fff;
  padding: 8px 0;
  border: 0.5px solid rgba(38, 42, 51, 0.16);
  color: #262a33;
}
.mailEncodingContainer .ant-radio-wrapper {
  display: flex;
  height: 36px;
  padding: 8px 16px;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.scheduleInviteModal-module--container--TcRmx .ant-modal-wrap {
  left: 0;
}
.scheduleInviteModal-module--container--TcRmx .scheduleInviteModal-module--title--bil9N {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.scheduleInviteModal-module--container--TcRmx .scheduleInviteModal-module--deFooter--EWgZl {
  display: flex;
  justify-content: flex-end;
}
.scheduleInviteModal-module--container--TcRmx .scheduleInviteModal-module--deFooter--EWgZl .lx-btn + .lx-btn {
  margin-left: 12px;
}
.scheduleInviteModal-module--container--TcRmx .scheduleInviteModal-module--deFooter--EWgZl .lx-ui-btn + .lx-ui-btn {
  margin-left: 12px;
}
.TabWriteLetter-module--tabWriteLetter--PmX3R {
  height: 100%;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.MailTab-module--tab-container--ttPs6,
.MailTab-module--tab-container-edm--oIKfh {
  position: relative;
  width: 100%;
  height: 36px;
  background-color: #386ee7;
  background-color: var(--brand-blue-1, #386ee7);
}
.MailTab-module--tab-container--ttPs6.MailTab-module--float-dropdown-wrap--grt\+O .ant-tabs-nav .ant-tabs-nav-add,
.MailTab-module--tab-container-edm--oIKfh.MailTab-module--float-dropdown-wrap--grt\+O .ant-tabs-nav .ant-tabs-nav-add {
  -webkit-app-region: no-drag;
  z-index: 2;
  position: fixed;
  right: -1px;
  width: 60px;
  top: auto;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw {
  -webkit-app-region: no-drag;
  max-width: 160px;
  width: 160px;
  min-width: 60px;
  position: relative;
  background-color: #386ee7;
  background-color: var(--brand-blue-1, #386ee7);
  border-radius: 8px 8px 0px 0px;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw:first-child::before,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw:first-child::before {
  display: none;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw::after, .MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw::before,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw::after,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw::before {
  content: " ";
  pointer-events: none;
  position: absolute;
  display: block;
  height: 80%;
  width: 100%;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .MailTab-module--tab-close-icon--4LYjE path,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .MailTab-module--tab-close-icon--4LYjE path {
  fill: rgba(255, 255, 255, 0.4);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .MailTab-module--tab-close-icon--4LYjE:hover > path,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .MailTab-module--tab-close-icon--4LYjE:hover > path {
  fill: #fff;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .MailTab-module--tab-close-web-icon--9q1Dz path,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .MailTab-module--tab-close-web-icon--9q1Dz path {
  fill: #c0c8d6;
  fill: var(--label-6_2, #c0c8d6);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .MailTab-module--tab-close-web-icon--9q1Dz:hover > path,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .MailTab-module--tab-close-web-icon--9q1Dz:hover > path {
  fill: #626e85;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab:hover,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-node-pin--H3ftQ,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-node-pin--H3ftQ {
  min-width: 160px;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-node-dragging--I1gSp::before, .MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-node-dragging--I1gSp::after,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-node-dragging--I1gSp::before,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-node-dragging--I1gSp::after {
  display: none;
  width: 0;
  visibility: hidden;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw:nth-last-child(3) .ant-tabs-tab::after,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw:nth-last-child(3) .ant-tabs-tab::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  top: 50%;
  right: -1px;
  transform: translate(-50%, -50%);
  background-color: #e1e6ed;
  opacity: 0.2;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw:first-child .ant-tabs-tab::before,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw:first-child .ant-tabs-tab::before {
  opacity: 0;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 .MailTab-module--tab-close-icon--4LYjE path,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 .MailTab-module--tab-close-icon--4LYjE path {
  fill: rgba(141, 146, 161, 0.4);
  fill: rgba(var(--Fill-6-r, 141), var(--Fill-6-g, 146), var(--Fill-6-b, 161), 0.4);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 .MailTab-module--tab-close-icon--4LYjE:hover > path,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 .MailTab-module--tab-close-icon--4LYjE:hover > path {
  fill: #b7bac2;
  fill: var(--Text-1, #b7bac2);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 .MailTab-module--tab-close-web-icon--9q1Dz path,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 .MailTab-module--tab-close-web-icon--9q1Dz path {
  fill: #c0c8d6;
  fill: var(--label-6_2, #c0c8d6);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 .MailTab-module--tab-close-web-icon--9q1Dz:hover > path,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 .MailTab-module--tab-close-web-icon--9q1Dz:hover > path {
  fill: #626e85;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25::before,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25::before {
  box-shadow: 10px 0.25em 0 -3px #f6f7fa;
  box-shadow: 10px 0.25em 0 -3px var(--Fill-2, #f6f7fa);
  left: -100%;
  border-radius: 0 0 8px 0;
  opacity: 1;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25::after,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25::after {
  box-shadow: -10px 0.25em 0 -3px #f6f7fa;
  box-shadow: -10px 0.25em 0 -3px var(--Fill-2, #f6f7fa);
  right: -100%;
  border-radius: 0 0 0 8px;
  opacity: 1;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 + .MailTab-module--tab-node-wrapper--Z6OEw::before,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw.MailTab-module--tab-active--5lU25 + .MailTab-module--tab-node-wrapper--Z6OEw::before {
  display: none;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab {
  width: 100%;
  height: 32px !important;
  background-color: #386ee7 !important;
  background-color: var(--brand-blue-1, #386ee7) !important;
  border-radius: 8px 8px 0px 0px !important;
  border: 0 !important;
  transition: none;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
  color: #262a33 !important;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active:hover,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active:hover {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active > .MailTab-module--tab-title---D6ng,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active > .MailTab-module--tab-title---D6ng {
  opacity: 1;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #232d47;
  text-shadow: none;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn > .MailTab-module--tab-title---D6ng,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn > .MailTab-module--tab-title---D6ng {
  color: #232d47;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-remove,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-remove {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  height: 14px;
  cursor: pointer;
  z-index: 2;
  visibility: hidden;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab:hover .ant-tabs-tab-remove,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab:hover .ant-tabs-tab-remove {
  visibility: visible;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab::before,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  top: 50%;
  left: 1px;
  transform: translate(-50%, -50%);
  background-color: #e1e6ed;
  opacity: 0.2;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-btn,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-btn {
  width: 100%;
  color: #ffffff;
  opacity: 0.7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-right: 10px;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k {
  z-index: 3;
  height: 36px;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--tab-pane--TZ99w,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--tab-pane--TZ99w {
  display: flex;
  align-items: center;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--tab-pane--TZ99w .MailTab-module--tab-title---D6ng,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--tab-pane--TZ99w .MailTab-module--tab-title---D6ng {
  margin-left: 5px;
  font-weight: 400;
  width: 100%;
  opacity: 0.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--tab-pane--TZ99w .MailTab-module--tab-icon--dW\+iQ,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--tab-pane--TZ99w .MailTab-module--tab-icon--dW\+iQ {
  height: 16px;
  width: 16px;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--tab-pane-active--fE65c .MailTab-module--tab-title---D6ng,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--tab-pane-active--fE65c .MailTab-module--tab-title---D6ng {
  opacity: 1;
  font-weight: 500;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--transparent--CFaCE,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--transparent--CFaCE {
  opacity: 0;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
  margin-left: 0;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--menu-content--sGbzC,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--menu-content--sGbzC {
  display: flex;
  flex-flow: column;
  padding: 8px 0;
  background: white;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  box-sizing: border-box;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--menu-content--sGbzC .ant-dropdown-menu-item,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--menu-content--sGbzC .ant-dropdown-menu-item {
  padding: 0;
  background: white !important;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--menu-link--1ASYj,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--menu-link--1ASYj {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 8px 16px;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--menu-link--1ASYj:hover,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--menu-link--1ASYj:hover {
  background-color: #f0f0f1;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tabs--mv70k .MailTab-module--msg-content-text--kpe1g,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tabs--mv70k .MailTab-module--msg-content-text--kpe1g {
  margin-left: 8px;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-dropdown-a--xygw8,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-dropdown-a--xygw8 {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #386ee7;
  background-color: var(--brand-blue-1, #386ee7);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-dropdown-a--xygw8:hover,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-dropdown-a--xygw8:hover {
  background: rgba(255, 255, 255, 0.16);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-dropdown-a-float--22kyt,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-dropdown-a-float--22kyt {
  z-index: 2;
  position: fixed;
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-dropdown-active--Vfwg7,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-dropdown-active--Vfwg7 {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-dropdown-active--Vfwg7:hover,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-dropdown-active--Vfwg7:hover {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-window--Qf5nt,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-window--Qf5nt {
  margin-right: 141px;
  margin-bottom: 0;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--tab-mac--jfXo6,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-mac--jfXo6 {
  margin-bottom: 0;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--has-ai-assistant-icon--rfqom.MailTab-module--tab-window--Qf5nt,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--has-ai-assistant-icon--rfqom.MailTab-module--tab-window--Qf5nt {
  margin-right: 275px;
}
.MailTab-module--tab-container--ttPs6 .MailTab-module--has-ai-assistant-icon--rfqom.MailTab-module--tab-mac--jfXo6,
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--has-ai-assistant-icon--rfqom.MailTab-module--tab-mac--jfXo6 {
  margin-right: 118px;
}
.MailTab-module--tab-container--ttPs6 .ant-tabs-nav-list,
.MailTab-module--tab-container-edm--oIKfh .ant-tabs-nav-list {
  width: 100%;
  align-items: flex-end;
  transform: none;
}
.MailTab-module--tab-container--ttPs6 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.MailTab-module--tab-container-edm--oIKfh .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
  margin-right: 24px;
}
.MailTab-module--tab-container--ttPs6 .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.MailTab-module--tab-container-edm--oIKfh .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations {
  visibility: hidden;
  display: none;
}
.MailTab-module--tab-container--ttPs6 .ant-tabs-nav .ant-tabs-nav-add,
.MailTab-module--tab-container-edm--oIKfh .ant-tabs-nav .ant-tabs-nav-add {
  -webkit-app-region: no-drag;
  padding: 0;
  border: 0;
  height: 24px;
  min-width: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  background-color: #386ee7;
  background-color: var(--brand-blue-1, #386ee7);
  border-radius: 50%;
  margin-left: 8px;
  transition: none;
}
.MailTab-module--tab-container--ttPs6 .ant-tabs-nav .ant-tabs-nav-add:hover,
.MailTab-module--tab-container-edm--oIKfh .ant-tabs-nav .ant-tabs-nav-add:hover {
  background: rgba(255, 255, 255, 0.16);
}

.MailTab-module--tab-container-edm--oIKfh {
  background: #232d47;
}
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw {
  background: #232d47;
}
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab {
  background: #232d47 !important;
}
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
  color: #262a33 !important;
}
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active:hover {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
}
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-dropdown-a--xygw8 {
  background: unset;
}
.MailTab-module--tab-container-edm--oIKfh .MailTab-module--tab-dropdown-a--xygw8:hover {
  background: unset;
}
.MailTab-module--tab-container-edm--oIKfh .ant-tabs-nav .ant-tabs-nav-add {
  background: #232d47;
}

.MailTab-module--web-comp--p5hnu {
  border-top-left-radius: 8px;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-nav .ant-tabs-nav-add {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-nav .ant-tabs-nav-add:hover {
  background: rgba(255, 255, 255, 0.16);
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-btn {
  opacity: 1;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab:hover {
  background: #f4f4f5;
  background: var(--white-bg, #f4f4f5);
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab {
  background: #e1e3e8 !important;
  background: var(--Fill-4, #e1e3e8) !important;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab::before {
  background-color: #c0c8d6;
  background-color: var(--label-6_2, #c0c8d6);
  opacity: 0.4;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw:nth-last-child(3) .ant-tabs-tab::after {
  background-color: #c0c8d6;
  background-color: var(--label-6_2, #c0c8d6);
  opacity: 0.4;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw:nth-last-child(3) .ant-tabs-tab-active::after {
  opacity: 0;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
  color: #262a33 !important;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active::before {
  opacity: 0;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active::after {
  opacity: 0;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-wrapper--Z6OEw .ant-tabs-tab-active:hover {
  background: #f6f7fa !important;
  background: var(--Fill-2, #f6f7fa) !important;
}
.MailTab-module--web-comp--p5hnu .ant-tabs-tab-btn {
  color: #4e5a70 !important;
  color: var(--label-6_3, #4e5a70) !important;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-node-pin--H3ftQ {
  color: #4e5a70 !important;
  color: var(--label-6_3, #4e5a70) !important;
}
.MailTab-module--web-comp--p5hnu .ant-tabs-nav .ant-tabs-tab-btn svg {
  filter: invert(46%) sepia(12%) saturate(482%) hue-rotate(189deg) brightness(96%) contrast(89%);
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-dropdown-a--xygw8 {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tab-dropdown-a--xygw8:hover {
  background: rgba(255, 255, 255, 0.16);
}
.MailTab-module--web-comp--p5hnu .ant-tabs-nav .ant-tabs-nav-add {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.MailTab-module--web-comp--p5hnu .ant-tabs-nav .ant-tabs-nav-add:hover {
  background: rgba(255, 255, 255, 0.16);
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tabs--mv70k .MailTab-module--tab-pane--TZ99w .MailTab-module--tab-title---D6ng {
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  opacity: 1;
}
.MailTab-module--web-comp--p5hnu .MailTab-module--tabs--mv70k .MailTab-module--tab-pane-active--fE65c .MailTab-module--tab-title---D6ng {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu--fVAju {
  border-radius: 4px;
  width: 216px;
  margin-top: -4px;
  -webkit-app-region: no-drag;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-scroll-wrap--S3wGw {
  max-height: 372px;
  overflow-y: auto;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item--4dwdI {
  min-height: 32px;
  display: flex;
  justify-content: center;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item-divider--s7yk9 {
  margin-bottom: 8px;
  position: relative;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item-divider--s7yk9::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 192px;
  bottom: -4px;
  background-color: rgba(39, 46, 71, 0.12);
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item-divider--s7yk9:last-child {
  margin-bottom: 0;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item--4dwdI:last-child::after {
  height: 0;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item-txt--c5QYf {
  width: 152px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  word-break: break-all;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item--4dwdI:hover {
  cursor: pointer;
  background-color: #f0f2f7;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item--4dwdI:hover .MailTab-module--tab-menu-item-close-icon--NhmFy {
  display: block;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item-close-icon--NhmFy {
  height: 16px;
  width: 16px;
  display: none;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item-close-txt--qKy7i {
  font-size: 14px;
  font-weight: 400;
  color: #4e5a70;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu-item-close-txt-red--kAV8k {
  color: #fe5b4c;
}
.MailTab-module--tab-dropdown-container--JxwF0 .MailTab-module--tab-menu--fVAju .ant-dropdown-menu-title-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.MailTab-module--tab-content--gvsNH {
  top: 40px;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 36px;
}

.MailTab-module--tab-hidden--edOgo {
  visibility: hidden;
  position: absolute;
}

.MailTab-module--tab-node-tip--JIaD4 {
  border-radius: 6px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
}
.MailTab-module--tab-node-tip--JIaD4 .ant-tooltip-arrow {
  display: block;
}
.MailTab-module--tab-node-tip-cnt--oynoq a {
  color: #386ee7;
}

.MailTab-module--tab-node-tip-hide--M-OIT {
  display: none !important;
}
.mailbox-list-item-wrap {
  margin: 0 12px;
  flex: 1 1;
  max-width: 100%;
  -webkit-user-select: none;
          user-select: none;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.6);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.6);
  cursor: pointer;
  margin-right: 4px;
}
.mailbox-list-item-wrap b {
  color: #386ee7;
}
.mailbox-list-item-wrap .mail-list-item {
  padding: 8px 0;
  align-items: flex-start;
  border-radius: 8px;
  display: flex;
  transform: translate(0, 0);
}
.mailbox-list-item-wrap .mail-list-item.active {
  background-color: rgba(159, 162, 173, 0.12) !important;
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.12) !important;
}
.mailbox-list-item-wrap .mail-list-item.active .attachment {
  background-color: #ffffff;
}
.mailbox-list-item-wrap .mail-list-item.active .from-count {
  background-color: #ffffff;
}
.mailbox-list-item-wrap .mail-list-item:hover {
  background-color: #f0f0f1;
}
.mailbox-list-item-wrap .mail-list-item:hover .flag-icon {
  display: block;
}
.mailbox-list-item-wrap .avatar-wrap {
  margin-left: 12px;
  margin-right: 8px;
  margin-top: 4px;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
}
.mailbox-list-item-wrap .content-warp {
  flex: 1 1;
  min-width: 0;
  padding-right: 12px;
  transform: translate(0px, 0px);
}
.mailbox-list-item-wrap .from-wrap {
  width: 100%;
  display: flex;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  height: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 14px;
}
.mailbox-list-item-wrap .from-name-wrap {
  flex: 1 1;
  display: flex;
  align-items: center;
  width: 0;
  overflow: hidden;
}
.mailbox-list-item-wrap .dot {
  min-width: 8px;
  width: 8px;
  height: 8px;
  background-color: #386ee7;
  border-radius: 4px;
  margin: 0 4px 0 0;
}
.mailbox-list-item-wrap .dots {
  line-height: 24px;
  margin-right: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mailbox-list-item-wrap .dot-replay {
  width: 16px;
  margin-right: 5px;
  display: flex;
  align-items: flex-end;
  height: 20px;
}
.mailbox-list-item-wrap .schedule-icon {
  display: flex;
  align-items: center;
}
.mailbox-list-item-wrap .schedule-icon svg {
  width: 16px;
  margin-right: 5px;
}
.mailbox-list-item-wrap .from-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.mailbox-list-item-wrap .font-active {
  font-weight: 700;
}
.mailbox-list-item-wrap .from-count {
  min-width: 16px;
  height: 18px;
  background: #f4f4f5;
  border-radius: 20px;
  margin: 2px 8px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  font-weight: 500;
}
.mailbox-list-item-wrap .time {
  line-height: 22px;
  text-align: right;
  height: 40px;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  text-align: right;
  font-weight: 400;
}
.mailbox-list-item-wrap .summary-warp {
  display: flex;
  line-height: 20px;
  padding-top: 2px;
  min-width: 0;
}
.mailbox-list-item-wrap .summary {
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  flex: 1 1;
  white-space: nowrap;
  margin-right: 3px;
  color: #262a33;
}
.mailbox-list-item-wrap .attachments-warp {
  display: flex;
  overflow: hidden;
  padding-top: 2px;
}
.mailbox-list-item-wrap .attachment {
  display: flex;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin: 4px 8px 4px 0;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  border-radius: 4px;
  background-color: #f4f4f5;
  padding: 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
}
.mailbox-list-item-wrap .attachment-logo {
  margin-right: 3px;
  width: 16px;
}
.mailbox-list-item-wrap .mail-tag-warp {
  display: flex;
  margin-right: 3px;
  height: 20px;
  align-items: center;
}
.mailbox-list-item-wrap .attachment-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mailbox-list-item-wrap .mail-tag {
  height: 18px;
  line-height: 18px;
  background-color: #ffb54c;
  background-color: var(--Warning-6, #ffb54c);
  color: #fff;
  margin: 1px 0;
  margin-right: 2px;
  font-size: 12px;
  border-radius: 2px;
  padding: 0 3px;
  -webkit-user-select: none;
          user-select: none;
  max-width: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mailbox-list-item-wrap .mail-tag-more {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.mailbox-list-item-wrap .summary-extra-warp {
  display: flex;
  min-width: 0;
}
.mailbox-list-item-wrap .summary-extra-pre-warp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 4px;
}
.mailbox-list-item-wrap .attachment-num {
  max-width: 24px;
  line-height: 32px;
  text-align: right;
}
.mailbox-list-item-wrap .red-flag {
  height: 20px;
  padding-top: 2px;
}
.mailbox-list-item-wrap .attachment-logo svg {
  margin-right: 3px;
  width: 16px;
}
.mailbox-list-item-wrap .desc-wrap {
  flex: 1 1;
  display: flex;
  margin-top: 3px;
  justify-content: space-between;
}
.mailbox-list-item-wrap .desc {
  cursor: pointer;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  margin-right: 3px;
  color: #7d8085;
}
.mailbox-list-item-wrap .status-wrap {
  margin: 4px 0 2px;
}
.mailbox-list-item-wrap .sending {
  color: #ffaa00;
}
.mailbox-list-item-wrap .flag {
  cursor: pointer;
  height: 20px;
  padding-top: 2px;
}
.mailbox-list-item-wrap .flag .flag-icon {
  display: none;
}
.mailbox-list-item-wrap .from-flag-warp {
  display: flex;
}
.mailbox-list-item-wrap .list-alarm {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.drag-active-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(96, 117, 165, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.drag-active-icon-wrap .drag-mail-number {
  min-width: 16px;
  height: 16px;
  border-radius: 16px;
  line-height: 16px;
  text-align: center;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  font-size: 12px;
  color: #fff;
  padding: 0 3px;
  position: absolute;
  top: -4px;
  left: 26px;
  font-weight: 500;
  -webkit-user-select: none;
          user-select: none;
}

.mail-list-topline {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 12px;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  z-index: 0;
}
.mail-list-topline span {
  color: #a8aaad;
  color: var(--calendar-1, #a8aaad);
  font-size: 10px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  padding: 0 10px;
}
.mail-list-topline::after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(39, 46, 71, 0.12);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  position: absolute;
  top: 49%;
  width: 50%;
  z-index: -1;
  left: 25%;
}

.mail-list-long-topline {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 12px;
  -webkit-user-select: none;
          user-select: none;
}
.mail-list-long-topline .content {
  color: #262a33;
  font-size: 10px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.mail-list-long-topline .text-blue {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.mail-list-long-topline .icon {
  vertical-align: sub;
}

.mail-long-list-wrap .mc-checkbox-wrap {
  margin-left: 5px;
}
.drag-active-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(96, 117, 165, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  margin: 20px;
}
.drag-active-icon-wrap .drag-mail-number {
  min-width: 16px;
  height: 16px;
  border-radius: 16px;
  line-height: 16px;
  text-align: center;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  font-size: 12px;
  color: #fff;
  padding: 0 3px;
  position: absolute;
  top: -4px;
  left: 26px;
  font-weight: 500;
  -webkit-user-select: none;
          user-select: none;
}
.index-module--loading-wrap--qanMJ {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.mailList-module--ml-decorates-collapse-wrap--Z7EtU.dc-collapsed::after {
  top: auto;
  bottom: 0;
  border-top: 1px solid rgba(225, 227, 232, 0.68);
  width: 100%;
  left: 16px;
}
.mailList-module--ml-decorates-collapse-wrap--Z7EtU::after {
  border-top: none;
}
.MailMultOperation-module--multipleOperation--ppDxp {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  padding-left: 19px;
  margin-right: 1px;
}

.MailMultOperation-module--multipleOperationNew--k1ebd {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  padding-left: 23px;
  margin-right: 1px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.MailMultOperation-module--cancle--eCAda {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #386ee7;
  cursor: pointer;
  margin-right: 22px;
}
.quickSetting-module--quickSettingTitle--tRrAU {
  height: 22px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-top: 20px;
  margin-bottom: 8px;
}

.quickSetting-module--itemIcon--uPqhJ {
  display: flex;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.quickSetting-module--itemIcon--uPqhJ.quickSetting-module--setting--VxCnE {
  background-image: url(/static/setting_icon.021c694d.svg);
}

.quickSetting-module--drawer-wrap--f-c1d .ant-drawer-content {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.quickSetting-module--drawer-wrap--f-c1d .ant-drawer-header {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.quickSetting-module--drawer-wrap--f-c1d .ant-drawer-title {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.quickSetting-module--drawer-wrap--f-c1d .ant-radio-wrapper {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}

.quickSetting-module--addAccount--TEet3 {
  margin-right: 45px;
  font-weight: 400;
  font-size: 14px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 24px;
  text-align: right;
  cursor: pointer;
  float: right;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.sortTimeRangeModel-module--wrap--Bg3R2 {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--title--kriER {
  flex: none;
  box-sizing: border-box;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--title--kriER .sortTimeRangeModel-module--name--hF4MD {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--title--kriER .sortTimeRangeModel-module--close--jMQEd {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMTNMOCA4TTggOEwzIDNNOCA4TDEzIDEzTTggOEwxMyAzIiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--content--OXd3n {
  margin-top: 8px;
  padding: 0 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--content--OXd3n .ant-space-item {
  margin-bottom: 12px;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--content--OXd3n .ant-space-item:nth-last-child(1) {
  margin-bottom: 0;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--content--OXd3n .ant-picker {
  margin-top: 8px;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--content--OXd3n .ant-picker-focused {
  box-shadow: none;
  border-color: #4c6aff !important;
  border-color: var(--Avatar-6, #4c6aff) !important;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--content--OXd3n .ant-picker:hover {
  border-color: #4c6aff !important;
  border-color: var(--Avatar-6, #4c6aff) !important;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--footerArea--0rhYo {
  padding: 24px;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--footerArea--0rhYo .sortTimeRangeModel-module--cancelBut--16Xq4,
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--footerArea--0rhYo .sortTimeRangeModel-module--confirmBut--1J5pp {
  min-width: unset;
  width: 76px;
  border: none;
  letter-spacing: -1px;
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--footerArea--0rhYo .sortTimeRangeModel-module--cancelBut--16Xq4 {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.sortTimeRangeModel-module--wrap--Bg3R2 .sortTimeRangeModel-module--footerArea--0rhYo .sortTimeRangeModel-module--confirmBut--1J5pp {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
}
.realListPager-module--realListPager--KjeAg {
  display: flex;
  align-items: center;
}
.realListPager-module--realListPager--KjeAg.realListPager-module--hidePageItem--UmAEb li.ant-pagination-item,
.realListPager-module--realListPager--KjeAg.realListPager-module--hidePageItem--UmAEb li.ant-pagination-jump-next,
.realListPager-module--realListPager--KjeAg.realListPager-module--hidePageItem--UmAEb li.ant-pagination-jump-prev,
.realListPager-module--realListPager--KjeAg.realListPager-module--hidePageItem--UmAEb li.ant-pagination-simple-pager {
  display: none;
}
.realListPager-module--realListPager--KjeAg.realListPager-module--hideQuickJumper--7ZQNc .ant-pagination-options-quick-jumper {
  display: none;
}
.realListPager-module--realListPager--KjeAg.realListPager-module--miniSize--xNtEG .ant-pagination-item-link {
  height: 24px;
  line-height: 24px;
}
.realListPager-module--realListPager--KjeAg.realListPager-module--simple--xsuWK {
  padding-right: 8px !important;
  padding-left: 0 !important;
}
.realListPager-module--realListPager--KjeAg.realListPager-module--simple--xsuWK .sirius-select-small {
  height: 30px;
}
.realListPager-module--realListPager--KjeAg.realListPager-module--simple--xsuWK .sirius-select-ui-small {
  height: 30px;
}
.realListPager-module--realListPager--KjeAg.realListPager-module--simple--xsuWK .ant-pagination-simple-pager {
  height: 30px;
}
.realListPager-module--realListPager--KjeAg.realListPager-module--simple--xsuWK .ant-pagination-next,
.realListPager-module--realListPager--KjeAg.realListPager-module--simple--xsuWK .ant-pagination-prev {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Fill-4, #e1e3e8);
}
.realListPager-module--realListPager--KjeAg.realListPager-module--simple--xsuWK .ant-pagination-next:not(.ant-pagination-disabled):hover,
.realListPager-module--realListPager--KjeAg.realListPager-module--simple--xsuWK .ant-pagination-prev:not(.ant-pagination-disabled):hover {
  border-color: #7088ff;
  border-color: var(--Brand-5, #7088ff);
}
.realListPager-module--realListPager--KjeAg .ant-pagination-options {
  display: flex;
  align-items: center;
}
.realListPager-module--realListPager--KjeAg .ant-pagination-options-quick-jumper {
  position: relative;
}

.realListPager-module--pageSeletcOption--WpkZN {
  min-width: 106px !important;
}

.realListPager-module--pageSizeSelectSmall--S0Xzo .ant-select-selector {
  padding: 0 6px !important;
}
.realListPager-module--pageSizeSelectSmall--S0Xzo .ant-select-selection-item {
  padding-right: 0px !important;
}
.realListPager-module--pageSizeSelectSmall--S0Xzo .ant-select-arrow {
  display: none;
}

.realListPager-module--pageSelect--Qvy-2 .ant-select-selector {
  padding: 0 6px !important;
}
.realListPager-module--pageSelect--Qvy-2 .sirius-select-front {
  text-align: center;
}
.realListPager-module--pageSelect--Qvy-2 .sirius-select-ui-front {
  text-align: center;
}
.index-module--receiverUnreadItem--70r3T {
  display: flex;
}

.index-module--receiverUnreadItemIcon--ELTYP {
  display: flex;
  align-items: center;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mailListTips-module--search-delete-tip--0W7KW {
  padding: 8px 12px;
}

.mailListTips-module--stp-title--Hq\+42 {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.mailListTips-module--stp-tips--55INr {
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.mailListTips-module--stp-content-wrap--vDy0o {
  display: flex;
  justify-content: flex-start;
}

.mailListTips-module--stp-active--ZQN5R {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 2px;
  /* 166.667% */
  height: 20px;
  padding: 0 5px;
  cursor: pointer;
}

.mailListTips-module--flat--\+ha1M {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mailListTips-module--flat--\+ha1M .mailListTips-module--stp-tips--55INr {
  margin-left: 10px;
}

.mailListTips-module--commonTip3--Z0uf1 {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.mailListTips-module--commonTip--PlO3n {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
  border-radius: 6px;
  margin: 8px 8px 0px;
  padding: 8px 12px;
  text-align: justify;
}
.mailListTips-module--commonTip--PlO3n .mailListTips-module--commonTipTitle--Od5hY {
  font-weight: 500;
}
.mailListTips-module--commonTip--PlO3n .mailListTips-module--commonTipBtn--CO9av {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  float: right;
  cursor: pointer;
}
.mailListTips-module--commonTip--PlO3n .mailListTips-module--commonTip2--yT6Dg {
  display: inline-block;
  margin-top: 8px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.mailListTips-module--commonTip--PlO3n.mailListTips-module--noOpen--8022V > p {
  margin: 0;
}
.mailListTips-module--commonTip--PlO3n.mailListTips-module--noOpen--8022V .mailListTips-module--toOpen--O2VHn {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #4c6aff;
  line-height: 20px;
  text-align: right;
  cursor: pointer;
  float: right;
}

.mailListTips-module--ml-tip-all-cross--bn\+0x {
  line-height: 40px;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 0 16px;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 4px;
  line-height: 20px;
  /* 166.667% */
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  margin: 8px;
  padding: 6px 12px;
}

.mailListTips-module--ml-tip-all-close--sWWfu {
  color: #4c6aff;
  color: var(---Brand-6, #4c6aff);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.mailListTips-module--ml-tip-all-content--jz-yO {
  word-break: break-all;
  display: inline-block;
}
.filterTabPlusEdmLong-module--tabList--WzgCB {
  position: relative;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.filterTabPlusEdmLong-module--customerTab--KGLvs {
  height: 40px;
}
.filterTabPlusEdmLong-module--customerTab--KGLvs .ant-tabs-nav-list {
  height: 40px;
}
.filterTabPlusEdmLong-module--customerTab--KGLvs .ant-tabs-nav {
  margin-left: 20px;
}
.filterTabPlusEdmLong-module--customerTab--KGLvs .ant-tabs-nav::before {
  border: none;
}
.filterTabPlusEdmLong-module--customerTab--KGLvs .ant-tabs-tab {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.filterTabPlusEdmLong-module--customerTab--KGLvs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.filterTabPlusEdmLong-module--customerTab--KGLvs .ant-tabs-tab:hover {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}
.filterTabPlusEdmLong-module--customerTab--KGLvs .ant-tabs-ink-bar {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.filterTabPlusEdmLong-module--iconTabItem--IFyE- {
  display: flex;
}

.filterTabPlusEdmLong-module--iconTabItemIcon--rgaSg {
  display: flex;
  align-items: center;
}
.star-folder-empty-warp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.star-folder-empty-warp .empty-wrap {
  padding: 10px;
}
.star-folder-empty-warp .empty-logo {
  display: flex;
  justify-content: center;
}
.star-folder-empty-warp .empty-title {
  margin-top: 25px;
  font-size: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  text-align: center;
}
.star-folder-empty-warp .empty-tip {
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  text-align: center;
  margin-top: 12px;
  max-width: 255px;
}
.star-folder-empty-warp .empry-btn-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadings-module--loading-wrap--rn9JS {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--attachment-header--p60QH {
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
}
.index-module--attachment-header--p60QH .index-module--title--DJaMI {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  flex: none;
  margin-right: 8px;
}
.index-module--attachment-header--p60QH .index-module--end-text--DTAV5 {
  flex: none;
  color: #51555c;
}
.index-module--attachment-header--p60QH .index-module--name--aD\+0x {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #51555c;
  display: flex;
  align-items: center;
}
.index-module--attachment-header--p60QH .index-module--check--NlPM4 {
  cursor: pointer;
  color: #386ee7;
  margin-left: 8px;
  flex: none;
}

.index-module--wrapper--MfCdF {
  margin: 0 20px;
  height: 44px;
  padding: 8px 12px 8px 8px;
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
  border-radius: 4px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.index-module--wrapper--MfCdF .index-module--close--bLROP {
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.index-module--wrapper--MfCdF .ant-input {
  border-radius: 4px;
}
.index-module--wrapper--MfCdF .ant-input-affix-wrapper {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--wrapper--MfCdF .ant-input {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.index-module--operate--kzSMg {
  background: #ffffff;
  background: var(--white, #ffffff);
  display: flex;
  align-items: center;
  width: 64px;
  justify-content: space-between;
  font-size: 12px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--operate--kzSMg .index-module--nextPrev--Iop0L {
  cursor: pointer;
}

.index-module--search-input--A6WIs .ant-input {
  font-size: 12px;
}

.index-module--commentWrap--jo45u {
  margin-top: 16px;
}

.index-module--readIcon--x9dlv {
  width: 78px;
  min-width: 78px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  background-color: #edf0ff;
  background-color: var(--Brand-2, #edf0ff);
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-top: 10px;
}

.index-module--title-wrap--99Qjl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-module--fixed-mail-head--kdDgY {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}

.index-module--fixed-merge-mail-head--HjgnF {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}

.index-module--mr-ping-head-wrap--yLWOw {
  margin-left: 10px;
}

.index-module--fixed-head-content--eviIi {
  z-index: 5;
}

.index-module--AIReadBtn--hiSrv {
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 4px;
  margin-right: 12px;
  background: linear-gradient(93deg, #f5f5ff 0%, #f9f7ff 73.99%, #faf7ff 98.65%);
}
.index-module--AIReadBtn--hiSrv span {
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(90deg, #353dd9 0.08%, #6545d9 74.98%, #8545d9 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-module--AIReadBtn--hiSrv:hover {
  background: linear-gradient(93deg, #e9eaff 0%, #efeaff 73.99%, #f4ebff 98.65%);
}
.mailDiscuss-module--mailDiscussArea--8fgTX {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-radius: 14px;
}
.mailDiscuss-module--mailDiscussArea--8fgTX:hover {
  background: #f4f4f5;
  background: var(--white-bg, #f4f4f5);
}
.mailDiscuss-module--mailDiscussArea--8fgTX .mailDiscuss-module--discussIcon--BsbIj {
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mailDiscuss-module--mailDiscussArea--8fgTX .ant-popover {
  padding-top: 0 !important;
}
.comment-module--comment--9gnhx {
  display: flex;
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  min-height: 32px;
  padding: 6px 12px 6px 12px;
  border-radius: 4px;
  justify-content: space-between;
}
.comment-module--comment--9gnhx .comment-module--desc--fYgsj {
  display: flex;
}
.comment-module--comment--9gnhx .comment-module--desc--fYgsj .comment-module--memo--u5HBP {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-size: 12px;
  margin-left: 6px;
  white-space: break-spaces;
  word-break: break-all;
}
.comment-module--comment--9gnhx .comment-module--desc--fYgsj .comment-module--icon--kJv6M {
  display: inline-flex;
}
.comment-module--comment--9gnhx .comment-module--operate--FFtWm {
  display: flex;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.comment-module--comment--9gnhx .comment-module--btn--qCCGe {
  font-size: 12px;
  font-weight: 400;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.comment-module--comment--9gnhx .comment-module--del--1tWfT,
.comment-module--comment--9gnhx .comment-module--edit--yT7Ek {
  margin-left: 16px;
}

.comment-module--commentDelModal--ZWP7\+ {
  display: flex;
  align-items: center;
}
.comment-module--commentDelModal--ZWP7\+ .comment-module--commentDelDesc--oEnBY {
  margin-left: 10px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.pinHead-module--pin-head--ava-m {
  transition: transform 0.3s;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.pinHead-module--pin-head--ava-m .pinHead-module--icon--9Ojmy {
  display: block;
}
.pinHead-module--pin-head--ava-m .pinHead-module--active-icon--SZ9eF {
  display: none;
}
.pinHead-module--pin-head--ava-m:hover .pinHead-module--active-icon--SZ9eF {
  display: block;
}
.pinHead-module--pin-head--ava-m:hover .pinHead-module--icon--9Ojmy {
  display: none;
}

.pinHead-module--is-pin--WRlhn {
  transform: rotate(-90deg);
}
.Attachment-module--readmail-attachments--Ec5ir {
  padding: 12px 16px 0 0;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--title--IDqg8 {
  display: flex;
  align-items: center;
  color: #7d8085;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--title--IDqg8 .Attachment-module--save-all--bpINq {
  font-size: 12px;
  line-height: 12px;
  color: #386ee7;
  cursor: pointer;
  padding: 0 9px;
  margin-left: 6px;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--title--IDqg8 .Attachment-module--save-all-disable--ZX8\+5 {
  color: #a8aaad;
  cursor: not-allowed;
  pointer-events: none;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--title--IDqg8 .Attachment-module--save-all-in-app--TQqt7 {
  font-size: 12px;
  line-height: 12px;
  color: #386ee7;
  cursor: pointer;
  margin-left: 9px;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--title--IDqg8 .Attachment-module--save-all-in-app-disable--2\+np9 {
  color: #a8aaad;
  cursor: not-allowed;
  pointer-events: none;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--title--IDqg8 .Attachment-module--attachment-arrow--pyQYa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height: 16px;
  margin-left: 12px;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--attachment-flod--jfX2Q {
  margin-top: 0;
  height: 0;
  overflow: hidden !important;
  padding-top: 0 !important;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--attachment-list--Mr9ND {
  display: flex;
  flex-wrap: wrap;
  max-height: 325px;
  overflow: auto;
  padding-top: 8px;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--attachment-list--Mr9ND .Attachment-module--card--NyzgT {
  margin-right: 12px;
  margin-bottom: 12px;
}
.Attachment-module--readmail-attachments--Ec5ir .Attachment-module--attachment-list--Mr9ND .Attachment-module--placeholder--pt8C0 {
  margin-right: 12px;
  flex-basis: 276px;
  flex-grow: 2;
  flex-shrink: 1;
  height: 0;
  opacity: 0;
}
.index-module--attachment-card---NA2c {
  height: 36px;
  flex-basis: 276px;
  flex-grow: 2;
  background-color: rgba(39, 46, 71, 0.02);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.02);
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.index-module--attachment-card---NA2c.index-module--isFromMail--9MTV2 {
  cursor: default;
}
.index-module--attachment-card---NA2c.index-module--isFromMail--9MTV2:not(.index-module--no-any-operate--eNozs)[draggable=true] {
  -webkit-user-select: none;
          user-select: none;
}
.index-module--attachment-card---NA2c.index-module--isFromMail--9MTV2:not(.index-module--no-any-operate--eNozs):active {
  background: #deebfd;
  background: var(--label-1_1, #deebfd);
}
.index-module--attachment-card---NA2c.index-module--isFromMail--9MTV2:not(.index-module--no-any-operate--eNozs):active .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK {
  background: #deebfd !important;
  background: var(--label-1_1, #deebfd) !important;
}
.index-module--attachment-card---NA2c:not(.index-module--no-any-operate--eNozs).index-module--isActive--oRaqB {
  background: #deebfd;
  background: var(--label-1_1, #deebfd);
}
.index-module--attachment-card---NA2c:not(.index-module--no-any-operate--eNozs).index-module--isActive--oRaqB .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK {
  background: #deebfd !important;
  background: var(--label-1_1, #deebfd) !important;
}
.index-module--attachment-card---NA2c:not(.index-module--no-any-operate--eNozs).index-module--isActive--oRaqB .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK .index-module--more-btn--xR19K {
  background: #e1e3e8 !important;
  background: var(--Fill-4, #e1e3e8) !important;
}
.index-module--attachment-card---NA2c.index-module--isChat--chDea {
  width: 242px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--attachment-card---NA2c.index-module--isChat--chDea .index-module--content--2e8pv .index-module--info--NGSco .index-module--name--awx2w {
  max-width: 182px;
}
.index-module--attachment-card---NA2c:not(.index-module--error--WpO6y):not(.index-module--no-any-operate--eNozs):hover {
  border: 0.5px solid #386ee7;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv {
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 12px;
  flex: 1 1;
  overflow: hidden;
  flex-basis: 276px;
  flex-grow: 2;
  flex-shrink: 1;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--info-icon--jDEJM {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--info-img--tf3LO {
  margin-right: 10px;
  height: 35px;
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Line-3, #e1e3e8);
  border-radius: 2px;
  object-fit: fill;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--info-right--mjUlf {
  display: flex;
  position: relative;
  align-items: center;
  flex: 1 1;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--info--NGSco {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--info--NGSco .index-module--name--awx2w {
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-size: 12px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV {
  display: flex;
  align-items: center;
  line-height: 16px;
  color: #7d8085;
  padding-left: 4px;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--invisible--hbzdi {
  display: none;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--left-icon--d5uWy {
  text-align: center;
  width: 26px;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--left-icon--d5uWy.index-module--hide--iv2tA {
  display: none;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 24px;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--size--PDiEw {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #386ee7;
  font-size: 12px;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK.index-module--mail--EsBSO {
  background-color: #f8f9fa;
  background-color: var(--Fill-1, #f8f9fa);
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK .index-module--item-ope--542i- {
  margin-left: 10px;
  cursor: pointer;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK .index-module--item-ope--542i-:not(.index-module--hidden--75Tui):first-child {
  margin-left: 0;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK .index-module--more-btn--xR19K {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.index-module--attachment-card---NA2c .index-module--content--2e8pv .index-module--operate--TWSjV .index-module--operate-item--\+Psy9 .index-module--item-box--zlWYK .index-module--more-btn--xR19K:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.index-module--attachment-card---NA2c .index-module--process-box--\+sl2O {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
}
.index-module--attachment-card---NA2c .index-module--process-box--\+sl2O .index-module--process--kwM2a {
  border-bottom: 0.5px solid #386ee7;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
  height: 4px;
  background: #386ee7;
}
.index-module--attachment-card---NA2c .index-module--netFolderTag--MUL3Q {
  margin-left: 2px;
  background: #ffeee6;
  color: #fe9132;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 4px;
  transform: scale(0.83);
  position: absolute;
  right: -5px;
  top: -25%;
  border-radius: 2px 6px 2px 6px;
  z-index: 1;
}

.index-module--error--WpO6y {
  border: 0.5px solid #f74f4f;
}
.index-module--error--WpO6y .index-module--process-box--\+sl2O .index-module--process--kwM2a {
  border-bottom: 0.5px solid #f74f4f;
  background: #f74f4f;
}

.index-module--hide--iv2tA {
  display: none;
}

.index-module--operate-menu--HzB4M {
  border: 0.5px solid #e1e3e8;
  border: 0.5px solid var(--Fill-4, #e1e3e8);
  border-radius: 6px;
}
.index-module--operate-menu--HzB4M .index-module--item--OdxbL {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 34px;
}
.index-module--operate-menu--HzB4M .index-module--separate-line--Hhm0N {
  margin: 4px 24px;
  height: 1px;
  background: rgba(39, 46, 71, 0.2);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}

.index-module--ant-dropdown--AGqw7 {
  z-index: 9999;
}
.m-sticky {
  margin: 8px 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
  border-radius: 4px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.m-sticky-product {
  display: block;
}
.m-sticky .u-sticky-content {
  display: inline-block;
  cursor: pointer;
}
.m-sticky .u-sticky-title {
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  margin-right: 8px;
}
.m-sticky .u-sticky-list {
  margin-right: 5px;
}
.m-sticky .u-sticky-icon {
  padding: 0 5px;
}

.u-status {
  position: relative;
  padding-top: 73px;
}
.u-status-header {
  position: absolute;
  top: 0;
  width: 432px;
  z-index: 9;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.u-status-title {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
  padding-bottom: 16px;
}
.u-status-tab {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.u-status-info {
  width: calc(100% + 48px);
  margin-left: -24px;
  height: 36px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 400;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.u-status-tips {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #386ee7;
  border-radius: 4px;
}
.u-status-text {
  margin-right: 24px;
  cursor: pointer;
}
.u-status-text.on {
  color: #386ee7;
}
.u-status-list {
  height: 300px;
  overflow-y: auto;
}
.u-status .ant-list-item {
  padding: 8px 0;
}
.u-status .ant-list-item .ant-list-item-meta-title {
  line-height: 14px;
}
.u-status .ant-list-item .ant-list-item-meta-description {
  line-height: 16px;
}
.u-status .ant-list-split .ant-list-item {
  border-bottom: 0;
}

.u-status-icon {
  position: absolute;
  width: 100px;
  right: 0;
}
.u-status-icon .icons {
  padding: 0 10px;
}
.u-status-icon .ant-spin {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.u-status-empty-img {
  margin: 50px auto 10px;
  width: 200px;
  height: 128px;
  background: url(/static/no-message-0c335b6bd98a17381ed1dae1bf394fcb.png) no-repeat center center;
  background-size: 200px 128px;
}
.upgradeModel .upgrade-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #262a33;
}
.upgradeModel .upgrade-describe {
  color: #7d8085;
  font-weight: 400;
  font-size: 14px;
}
.upgradeModel .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}

.UpgradeMeansSuccessModal .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.UpgradeMeansSuccessModal .container .icon {
  margin: 20px 0px;
}
.UpgradeMeansSuccessModal .container .content {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
  margin-bottom: 10px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.product-version .product-title {
  font-size: 20px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 4px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.product-version .product-update {
  text-align: center;
  color: rgba(168, 170, 173, 0.8);
  font-size: 12px;
  height: 16px;
  line-height: 16px;
}
.product-version .product-warp {
  width: 100%;
  padding: 0px 24px;
}
.product-version .product-warp .version-warp-content {
  height: 540px;
  overflow-y: auto;
}
.product-version .product-warp .version-warp-content .ant-collapse {
  border: 0.5px solid rgba(38, 42, 51, 0.12);
  border: 0.5px solid rgba(var(--font-color-2-r, 38), var(--font-color-2-g, 42), var(--font-color-2-b, 51), 0.12);
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.product-version .product-warp .version-warp-content .ant-collapse .ant-collapse-content {
  border-top: none;
}
.product-version .product-warp .version-warp-content::-webkit-scrollbar {
  display: none;
}
.product-version .product-warp .title {
  color: #51555c;
  color: var(--font-color-1, #51555c);
}
.product-version .product-warp .title:hover {
  background: #ffffff !important;
  background: var(--white, #ffffff) !important;
}
.product-version .product-warp .content {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 44px;
  line-height: 44px;
}
.product-version .product-warp .content .content-span-font {
  font-size: 12px;
}
.product-version .product-warp .content .content-span-flex {
  flex: 3 1 !important;
}
.product-version .product-warp .content .content-span {
  flex: 2 1;
  margin-left: 16px;
  position: relative;
}
.product-version .product-warp .content .content-span .content-span-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.product-version .product-warp .content .content-span .content-span-big {
  width: 24px;
  height: 24px;
}
.product-version .product-warp .content .content-span .content-span-tag {
  display: block;
  position: absolute;
  text-align: center;
  height: 32px;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 16px;
  top: -5px;
  left: 10px;
  background-color: #386ee7;
  line-height: 32px;
  white-space: nowrap;
  font-size: 20px;
  transform: scale(0.5);
  z-index: 2;
}
.product-version .product-warp .content .content-span .content-span-inline {
  display: block;
  height: 18px;
  line-height: 18px;
}
.product-version .product-warp .content .content-span-func {
  font-weight: 500;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.product-version .product-warp .content .anticon-up,
.product-version .product-warp .content .anticon-down {
  margin-left: 5px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.product-version .product-warp .content:hover {
  background: #f4f4f5;
  background: var(--white-bg, #f4f4f5);
}
.product-version .product-warp .content-collapse {
  margin-bottom: 8px;
}
.product-version .product-warp .ant-collapse > .ant-collapse-item {
  border-bottom: none;
}
.product-version .product-warp .content-row {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.product-version .product-warp .ant-collapse-content-box {
  padding: 0px;
}
.product-version .product-warp .ant-collapse-header {
  padding: 0px !important;
}
.product-version .product-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  height: 52px;
  line-height: 52px;
  box-shadow: inset 0px 0.5px 0px rgba(0, 0, 0, 0.12);
  padding-right: 24px;
}

.product-modal-wrap .ant-modal-body {
  padding: 24px 0px 0px 0px;
}
.translate-tips {
  display: flex;
  align-items: center;
  margin: 8px 16px 8px 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 4px;
  font-size: 12px;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  font-family: "PingFang SC";
  font-style: normal;
}
.translate-tips .loading-name {
  margin-left: 10px;
}
.translate-tips .ant-select-selector {
  padding: 0px 8px !important;
}
.translate-tips .ant-select-selector .ant-select-selection-item {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 12px;
  font-weight: 400;
  padding-right: 14px;
}
.translate-tips .translate-tips-pre-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.translate-tips .translate-tips-pre-wrap .translate-icon-wrap {
  width: 16px;
  height: 16px;
  line-height: 1;
}
.translate-tips .translate-tips-pre-wrap .translate-tips-info-icon {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  width: 16px;
  height: 16px;
}
.translate-tips .translate-tips-pre-wrap .translate-pre-text {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 12px;
}
.translate-tips .translate-tips-pre-wrap .translate-pre-text2 {
  cursor: pointer;
  color: var(--Brand-6);
  font-size: 12px;
}
.translate-tips .translate-tips-pre-wrap .icon-close {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
}
.translate-tips-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.translate-tips-content .expand-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}
.translate-tips .translate-jiantou {
  width: 12px !important;
  height: 12px !important;
  line-height: 12px !important;
  color: #3f465c;
  color: var(--Fill-8, #3f465c);
}
.translate-tips-close-text {
  margin-left: 5px;
  color: #386ee7;
  color: var(--brand-blue-2, #386ee7);
  cursor: pointer;
}
.translate-tips-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.translate-tips-success {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzk5ODA1IDcuOTk4NzlDMC43OTk4MDUgNC4wMjIzNiA0LjAyMzM0IDAuNzk4ODI4IDcuOTk5NzYgMC43OTg4MjhDMTEuOTc2MiAwLjc5ODgyOCAxNS4xOTk3IDQuMDIyMzYgMTUuMTk5NyA3Ljk5ODc5QzE1LjE5OTcgMTEuOTc1MiAxMS45NzYyIDE1LjE5ODcgNy45OTk3NiAxNS4xOTg3QzQuMDIzMzQgMTUuMTk4NyAwLjc5OTgwNSAxMS45NzUyIDAuNzk5ODA1IDcuOTk4NzlaIiBmaWxsPSIjNUZDMzc1Ii8+CjxwYXRoIGQ9Ik00LjgwMDA1IDcuNTk5NjFMNi45MzMzOCA5LjU5OTYxTDExLjIgNS41OTk2MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjk2IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center center;
}
.translate-tips-loading {
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
}
.translate-tips-close-div {
  line-height: 32px;
  height: 32px;
  width: 16px;
  cursor: pointer;
  display: inline-block;
}
.translate-tips-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSAxMi41TDggOE04IDhMMy41IDMuNU04IDhMMTIuNSAxMi41TTggOEwxMi41IDMuNSIgc3Ryb2tlPSIjN0Q4MDg1IiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) no-repeat center center;
}
.translate-tips-error {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDE1QzExLjg2NiAxNSAxNSAxMS44NjYgMTUgOEMxNSA0LjEzNDAxIDExLjg2NiAxIDggMUM0LjEzNDAxIDEgMSA0LjEzNDAxIDEgOEMxIDExLjg2NiA0LjEzNDAxIDE1IDggMTVaTTcuNDE2NzMgOS4xNjY2N0w3LjQxNjczIDQuNUg4LjU4MzRWOS4xNjY2N0g3LjQxNjczWk03LjQxNjczIDEwLjMzMjhWMTEuNDk5NUg4LjU4MzRWMTAuMzMyOEg3LjQxNjczWiIgZmlsbD0iI0ZGQUEwMCIvPgo8L3N2Zz4K) no-repeat center center;
}

.translate-modal .ant-modal-header {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-bottom: 1px solid #f0f0f1;
  border-bottom: 1px solid var(--white-hover-bg, #f0f0f1);
}
.translate-modal .ant-modal-title {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.translate-modal .ant-modal-body {
  padding: 0px;
}
.translate-modal .translate-body .translate-container {
  display: flex;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 4px;
  margin: 20px;
  padding-left: 16px;
}
.translate-modal .translate-body .translate-container .name {
  flex: 2 1;
}
.translate-modal .translate-body .translate-container .product {
  flex: 1 1;
  text-align: center;
}
.translate-modal .translate-body .translate-container .item,
.translate-modal .translate-body .translate-container .productName {
  height: 40px;
  line-height: 40px;
  color: #51555c;
  color: var(--font-color-1, #51555c);
}
.translate-modal .translate-body .translate-container .select {
  background: #edf0ff;
  background: var(--Brand-2, #edf0ff);
}
.translate-modal .translate-body .translate-container .select .productName {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.translate-modal .ant-modal-footer {
  border-top: 1px solid #f0f0f1;
  border-top: 1px solid var(--white-hover-bg, #f0f0f1);
}
.translate-modal .footer-tip {
  color: #51555c;
  color: var(--font-color-1, #51555c);
}

.translate-lang-dropdown-style {
  width: 210px !important;
}
.translate-lang-dropdown-style .ant-select-item-group .name {
  font-size: 14px;
  margin-right: 8px;
  color: #262a33;
}
.translate-lang-dropdown-style .ant-select-item {
  color: #262a33;
  font-weight: 400;
}
.translate-lang-dropdown-style .ant-select-item-option-grouped {
  padding-left: 12px;
}
.translate-lang-dropdown-style .ant-select-item-option-active {
  background-color: #f0f0f1;
}
.translate-lang-dropdown-style .ant-select-item-option-selected {
  color: #386ee7 !important;
  background-color: #fff;
}
.translate-lang-dropdown-style .ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
}
.sender-priority-module--wrapper--6TZCT {
  position: relative;
  min-width: 370px;
  margin: 8px 20px;
  background-color: rgba(255, 170, 0, 0.06);
  border-radius: 4px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 12px;
  padding: 12px;
}
.sender-priority-module--wrapper--6TZCT .sender-priority-module--btn-close--CKNrS {
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 12px;
}
.sender-priority-module--wrapper-tip--IRkF4 {
  padding: 8px 12px;
  background-color: rgba(95, 195, 117, 0.06);
}
.sender-priority-module--wrapper-tip--IRkF4 .sender-priority-module--btn-close--CKNrS {
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 8px;
}
.sender-priority-module--wrapper--6TZCT p {
  line-height: 18px;
  margin: 0;
  padding-right: 16px;
}
.sender-priority-module--wrapper--6TZCT p i.sender-priority-module--icon-warn--wjcSW {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNyAxMy4xMjVDMTAuMzgyNyAxMy4xMjUgMTMuMTI1IDEwLjM4MjcgMTMuMTI1IDdDMTMuMTI1IDMuNjE3MjYgMTAuMzgyNyAwLjg3NSA3IDAuODc1QzMuNjE3MjYgMC44NzUgMC44NzUgMy42MTcyNiAwLjg3NSA3QzAuODc1IDEwLjM4MjcgMy42MTcyNiAxMy4xMjUgNyAxMy4xMjVaTTYuNDg5NzIgOC4wMjA4M0w2LjQ4OTcyIDMuOTM3NUg3LjUxMDU2VjguMDIwODNINi40ODk3MlpNNi40ODk3MyA5LjA0MTM4TDYuNDg5NzMgMTAuMDYyMkg3LjUxMDU2VjkuMDQxMzhINi40ODk3M1oiIGZpbGw9IiNGRkFBMDAiLz4KPC9zdmc+Cg==) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.sender-priority-module--wrapper--6TZCT p i.sender-priority-module--icon-warn--wjcSW + span {
  vertical-align: middle;
}
.sender-priority-module--wrapper--6TZCT p i.sender-priority-module--icon-question--H\+A\+m {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(/static/question-green.d78cf198.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.sender-priority-module--wrapper--6TZCT p i.sender-priority-module--icon-question--H\+A\+m + span {
  vertical-align: middle;
}
.sender-priority-module--wrapper--6TZCT p.sender-priority-module--textWrapper--7\+hDX {
  padding-left: 22px;
  margin-top: 4px;
}
.sender-priority-module--wrapper--6TZCT p.sender-priority-module--textWrapper--7\+hDX .sender-priority-module--text--sg1t\+ {
  cursor: pointer;
  text-decoration: underline;
  margin-right: 16px;
}

.sender-priority-module--select--57dp6 {
  transform: scale(0.8);
}
.sender-priority-module--select--57dp6 .sender-priority-module--dropdown--o2\+zo {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy4yOTI4MyA0Ljg4Mzk3TDUuNTEyNTkgMi4xMDkyNkM1LjcwOTAyIDEuODYzNzIgNS41MzQyMSAxLjUgNS4yMTk3NyAxLjVMMC43ODAyMzUgMS41QzAuNDY1Nzk1IDEuNSAwLjI5MDk4IDEuODYzNzIgMC40ODc0MDkgMi4xMDkyNkwyLjcwNzE3IDQuODgzOTdDMi44NTczIDUuMDcxNjIgMy4xNDI3IDUuMDcxNjIgMy4yOTI4MyA0Ljg4Mzk3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) center center no-repeat;
  background-size: contain;
  height: 8px;
  width: 8px;
  display: inline-block;
}
.sender-priority-module--select--57dp6 .sender-priority-module--arrowdown--dtFep {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgNC43NUwxMC41IDguMjVMNyAxMS43NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.sender-priority-module--select-main--L9l9t {
  margin-left: 8px;
}
.sender-priority-module--select-main--L9l9t .ant-select-selector {
  border-radius: 2px !important;
  box-shadow: none !important;
  border: none !important;
  background-color: #a8aaad !important;
}
.sender-priority-module--select-main--L9l9t .ant-select-selector .ant-select-selection-item {
  color: #ffffff !important;
}
.sender-priority-module--select-main-low--5YGVS .ant-select-selector {
  background: #f7a87c !important;
}
.sender-priority-module--select-main-normal--YjXTr .ant-select-selector {
  background: #8dd6bc !important;
}
.sender-priority-module--select-main-high--7EC92 .ant-select-selector {
  background: #6ba9ff !important;
}
.sender-priority-module--select-tooltip--ECGhd {
  display: block;
  width: 95px !important;
  margin-left: 10px;
}
.sender-priority-module--select-tooltip--ECGhd .ant-select-selector {
  border: none !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: blur(20px) !important;
          backdrop-filter: blur(20px) !important;
}
.sender-priority-module--select-tooltip--ECGhd .ant-select-selector .ant-select-selection-item {
  color: #ffffff !important;
}
.sender-priority-module--select-tooltip--ECGhd .ant-select-arrow {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.sender-priority-module--selectDropdownWrap--ReNvx {
  padding: 8px 0;
  border-radius: 8px;
}
.sender-priority-module--selectDropdownWrap--ReNvx .ant-select-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
  padding: 0 16px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.sender-priority-module--selectDropdownWrap--ReNvx .ant-select-item:hover {
  background: #f0f0f1;
}
.sender-priority-module--selectDropdownWrap--ReNvx .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background: #f0f0f1;
  color: #386ee7;
}
.risk-reminder-module--risk-reminder--9FQR6 {
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  border-radius: 4px;
  padding: 12px 15px 11px 13px;
  font-size: 12px;
  margin: 8px 0;
  min-width: 300px;
  box-sizing: border-box;
  position: relative;
}
.risk-reminder-module--risk-reminder--9FQR6 .risk-reminder-module--btn-close--SCPbz {
  cursor: pointer;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 15.5px;
}
.risk-reminder-module--risk-reminder--9FQR6 .risk-reminder-module--intro--DQDtj {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.risk-reminder-module--risk-reminder--9FQR6 .risk-reminder-module--intro--DQDtj .risk-reminder-module--warn--L7STD {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
}
.risk-reminder-module--risk-reminder--9FQR6 .risk-reminder-module--intro--DQDtj .risk-reminder-module--text--mKnC2 {
  padding-left: 8px;
}
.risk-reminder-module--risk-reminder--9FQR6 .risk-reminder-module--funs--skDEA {
  margin-top: 3px;
  padding-left: 23px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.risk-reminder-module--risk-reminder--9FQR6 .risk-reminder-module--funs--skDEA .risk-reminder-module--funBtn--yuw2V {
  margin-right: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #386ee7;
  cursor: pointer;
  position: relative;
}
.risk-reminder-module--risk-reminder--9FQR6 .risk-reminder-module--funs--skDEA .risk-reminder-module--funBtn--yuw2V:nth-last-child(1) {
  margin-right: 0;
}
.risk-reminder-module--risk-reminder--9FQR6 .risk-reminder-module--funs--skDEA .risk-reminder-module--funBtnNoWarn--Kn0Xq {
  text-decoration-line: underline;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 1px;
}

.risk-reminder-module--reminder-modal--LVQtn .ant-modal {
  width: 400px !important;
}
.risk-reminder-module--reminder-modal--LVQtn .ant-modal-body {
  padding: 20px;
  box-sizing: border-box;
}
.risk-reminder-module--reminder-modal--LVQtn .risk-reminder-module--title--3zNw\+ {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: center;
}
.risk-reminder-module--reminder-modal--LVQtn .risk-reminder-module--title--3zNw\+ .risk-reminder-module--warn--L7STD {
  margin-right: 9px;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
}
.risk-reminder-module--reminder-modal--LVQtn .risk-reminder-module--intro--DQDtj {
  margin: 8px 0 0 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.risk-reminder-module--reminder-modal--LVQtn .risk-reminder-module--footer--HpS0m {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.risk-reminder-module--checkBL--6i66\+ {
  padding-left: 12px;
  color: #5383fe;
  cursor: pointer;
}
.index-module--page-container--hDzXO {
  padding: 0 24px;
  overflow: hidden;
}
.index-module--page-container--hDzXO .index-module--banner--fb\+16 {
  width: 100%;
  min-width: 1164px;
  height: 260px;
  margin: 24px 0px 32px 0px;
  border-radius: 8px;
  background-image: url(/static/home-banner-l-32c97dfd6ebf348edb8b2f99e0d3a799.png), url(/static/home-banner-r-457f29743252f0b2d409fc9ebde90f9e.png);
  background-size: auto 100%;
  background-position: left, right;
  background-repeat: no-repeat;
  background-color: #f2f8ff;
}
.index-module--page-container--hDzXO .index-module--section-title--g3r-f {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  margin-bottom: 12px;
}
.index-module--page-container--hDzXO .index-module--section-title--g3r-f .index-module--open-all--1S-91 {
  cursor: pointer;
  font-weight: 400;
  color: #4c6aff;
}
.index-module--page-container--hDzXO .index-module--btn-group--09sjX {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}
.index-module--page-container--hDzXO .index-module--btn--4SGGH {
  cursor: pointer;
  margin-right: 16px;
  margin-bottom: 8px;
  width: 220px;
  height: 72px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(47, 83, 134, 0.1);
  border-radius: 8px;
  padding: 18px 0 18px 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #232d47;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.12s;
}
.index-module--page-container--hDzXO .index-module--btn--4SGGH:not(.index-module--disabled--nRWuA):hover {
  transform: translate(0, -2px);
}
.index-module--page-container--hDzXO .index-module--btn--4SGGH.index-module--disabled--nRWuA {
  cursor: default;
  font-weight: 400;
  color: #a9b2c2;
  box-shadow: none;
  border: 1px dashed #e1e6ed;
  border-radius: 8px;
}
.index-module--page-container--hDzXO .index-module--icon--8n5eP {
  height: 36px;
  width: 36px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.index-module--page-container--hDzXO .index-module--daily-icon--AwSgq {
  background-image: url(/static/dailyIcon.f4d2dac1.svg);
}
.index-module--page-container--hDzXO .index-module--weekly-icon--r5RUA {
  background-image: url(/static/weeklyIcon.1b1d8e5b.svg);
}
.index-module--page-container--hDzXO .index-module--report-icon--hsSJj {
  background-image: url(/static/reportIcon.771a75ca.svg);
}
.index-module--page-container--hDzXO .index-module--more-icon--PHbmm {
  background-image: url(/static/moreIcon.f91c8a84.svg);
}
.index-module--page-container--hDzXO .index-module--ad-banner--DzESx {
  height: auto;
  width: 100%;
  overflow: hidden;
  margin: 24px 0px 32px 0px;
}
.index-module--page-container--hDzXO .index-module--ad-banner--DzESx .index-module--carousel--PI5o5 {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-module--page-container--hDzXO .index-module--ad-banner--DzESx .index-module--carousel--PI5o5 .index-module--itemContainer--djQnQ {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-height: 260px;
  background-size: 37px 37px;
  background-position-x: right;
  background-position-y: 0;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.index-module--page-container--hDzXO .index-module--ad-banner--DzESx .index-module--carousel--PI5o5 .index-module--itemContainer--djQnQ .index-module--itemImg--WA6Yy {
  object-fit: cover;
  max-width: 1164px;
  max-height: inherit;
  border-radius: 8px;
}
.index-module--page-container--hDzXO .index-module--ad-banner--DzESx .index-module--bgTag--yeSGR {
  top: -1px;
  right: -2px;
  position: absolute;
  width: 100%;
  height: 37px;
  z-index: 9999;
  background-size: 37px 37px;
  background-position-x: 100%;
  background-position-y: -1;
  background-repeat: no-repeat;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-lines: 3;
  line-clamp: 3;
  margin-left: -16px;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh .index-module--app-view--9yhhh {
  cursor: pointer;
  background-size: 37px 37px;
  background-position-x: 101%;
  background-position-y: -1px;
  background-repeat: no-repeat;
  padding: 12px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  height: 96px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #eceff4;
  margin-left: 16px;
  margin-bottom: 12px;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh .index-module--app-view--9yhhh.index-module--disabled--nRWuA {
  cursor: default;
  font-weight: 400;
  color: #a9b2c2;
  box-shadow: none;
  border: 1px dashed #e1e6ed;
  border-radius: 8px;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh .index-module--app-icon--6u4P1 {
  height: 72px;
  width: 72px;
  border-radius: 4px;
  margin-right: 8px;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh .index-module--app-desc-root--h3J37 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh .index-module--app-desc-root--h3J37 .index-module--app-title--IkqH8 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh .index-module--app-desc-root--h3J37 .index-module--app-desc--ZctYE {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  color: #51555c;
  margin-bottom: 2px;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh .index-module--app-desc-root--h3J37 .index-module--app-try-it--XTiPr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  width: 74px;
  line-height: 12px;
  font-size: 12px;
  color: #386ee7;
  padding: 6px 12px;
  border: 0.5px solid #386ee7;
  border-radius: 4px;
}
.index-module--page-container--hDzXO .index-module--selected-app-root--Gv1Yh .index-module--app-desc-root--h3J37 .index-module--app-try-it--XTiPr:hover {
  background-color: #edf0ff;
}

.index-module--global-ad--a4b\+T {
  flex: none;
  position: absolute;
  height: 60px;
  width: 60px;
  float: right;
  right: 10px;
  bottom: 80px;
  z-index: 999;
}
.index-module--global-ad--a4b\+T .index-module--close-icon--vox6Q {
  position: absolute;
  width: 16px;
  height: 16px;
  float: right;
  top: 0px;
  right: 0px;
  z-index: 1000;
}
.index-module--global-ad--a4b\+T .index-module--image-root--LAoAG {
  position: absolute;
  display: flex;
  text-align: center;
  justify-content: center;
  top: 8px;
  left: 0px;
  width: 52px;
  height: 52px;
}
.index-module--global-ad--a4b\+T .index-module--image-root--LAoAG .index-module--image-view--zh4sb {
  max-width: 40px;
  max-height: 40px;
  height: 40px;
  width: 40px;
}
.thumb-up {
  display: flex;
  align-items: center;
  margin: 8px 16px 8px 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 4px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 12px;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  font-family: "PingFang SC";
  font-style: normal;
}
.thumb-up-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 8px;
  background: url(/static/thumb_up.18354f88.svg) no-repeat center center;
}
.thumb-up-person {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thumb-up-person-more {
  color: #386ee7;
  margin-left: 8px;
}

.notice-modal .ant-modal-body {
  padding: 20px 20px 0px 20px;
}
.notice-modal .ant-modal-body .send-info {
  display: flex;
  font-family: "Abyssinica SIL";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #262a33;
}
.notice-modal .ant-modal-body .send-info-icon {
  margin-right: 9px;
  margin-top: 2px;
  width: 32px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxOC43NUMxNC44MzI1IDE4Ljc1IDE4Ljc1IDE0LjgzMjUgMTguNzUgMTBDMTguNzUgNS4xNjc1MSAxNC44MzI1IDEuMjUgMTAgMS4yNUM1LjE2NzUxIDEuMjUgMS4yNSA1LjE2NzUxIDEuMjUgMTBDMS4yNSAxNC44MzI1IDUuMTY3NTEgMTguNzUgMTAgMTguNzVaTTkuMjcwODQgMTEuNDU4M0w5LjI3MDg0IDUuNjI1SDEwLjcyOTJWMTEuNDU4M0g5LjI3MDg0Wk05LjI3MDg0IDEyLjkxNjdWMTQuMzc1SDEwLjcyOTJWMTIuOTE2N0g5LjI3MDg0WiIgZmlsbD0iI0ZGQUEwMCIvPgo8L3N2Zz4K) no-repeat center center;
}
.notice-modal .ant-modal-body .send-info-text {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  text-align: left;
}
.notice-modal .ant-modal-body .send-check .ant-checkbox-wrapper {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #7d8085;
  margin: 8px 0px 8px 30px;
}
.notice-modal .ant-modal-body .send-check .ant-checkbox-wrapper .ant-checkbox {
  padding-bottom: 1px;
}
.notice-modal .ant-modal-body .send-check .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
  width: 13px;
  height: 13px;
}
.notice-modal .ant-modal-footer {
  border-top: none;
  padding: 8px 20px 20px 20px;
}
.new-guide-for-aside-wrapper {
  z-index: 9999;
}
.new-guide-for-aside-wrapper .new-guide-for-aside {
  display: flex;
  width: 910px;
  height: 592px;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left {
  flex: 1 1 312px;
  padding: 55px 16px 45px;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left .ng-header {
  padding-left: 22px;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left .ng-header .ng-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left .ng-header .ng-title .ng-title-text {
  font-size: 22px;
  line-height: 28px;
  color: #232d47;
  margin-right: 4px;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left .ng-header .ng-title .ng-title-label {
  display: flex;
  align-items: center;
  height: 20px;
  border-radius: 7px 10px 10px 0;
  font-size: 11px;
  line-height: 14px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  padding: 0 8px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left .ng-header .ng-intro {
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  margin-top: 4px;
  padding-right: 14px;
  font-weight: 400;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left .ng-slide-container {
  margin: 22px 0 24px;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left .ng-btn-footer {
  text-align: center;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-left .ng-btn-footer .ng-confirm-btn {
  width: 236px;
  height: 36px;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-right {
  flex: 0 0 598px;
  width: 598px;
  padding-top: 118px;
  background: url(/static/bg-8e979e3a6d684a03901a2924233d6a9a.png) no-repeat center center;
  background-size: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-right .new-guide-carousel-img-container {
  width: 536px;
  height: 356px;
}
.new-guide-for-aside-wrapper .new-guide-for-aside-right .new-guide-carousel-img-container .new-guide-carousel-img {
  height: 100%;
  margin: 0 auto;
}
.new-guide-for-aside-wrapper .new-guide-carousel-dots {
  bottom: -40px;
}
.new-guide-for-aside-wrapper .new-guide-carousel-dots li {
  width: auto;
  height: auto;
  margin-left: 7px;
  margin-right: 7px;
}
.new-guide-for-aside-wrapper .new-guide-carousel-dots li.slick-active {
  width: auto;
  height: auto;
  opacity: 1;
}
.new-guide-for-aside-wrapper .new-guide-carousel-dots li.slick-active button {
  background: #4c6aff;
  background: var(--Avatar-6, #4c6aff);
}
.new-guide-for-aside-wrapper .new-guide-carousel-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
}

.new-guide-for-aside-wrapper-mask {
  z-index: 9999;
}
@charset "UTF-8";
.thumb-up-modal {
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.thumb-up-modal .ant-modal-content {
  height: 400px;
}
.thumb-up-modal .ant-modal-content .ant-modal-header {
  padding: 20px;
  border-bottom: none;
}
.thumb-up-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
}
.thumb-up-modal .ant-modal-content .ant-modal-close-icon {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.thumb-up-modal .ant-modal-body {
  padding: 0px 0px 0px 20px;
  height: 344px;
}
.thumb-up-modal .ant-modal-body .thumb-item {
  display: flex;
  align-items: center;
}
.thumb-up-modal .ant-modal-body .thumb-item .thumb-item-div {
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thumb-up-modal .ant-modal-body .thumb-item .thumb-item-div .thumb-item-name {
  margin: 8px 0px 4px 0px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  font-weight: 500;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thumb-up-modal .ant-modal-body .thumb-item .thumb-item-div .thumb-item-email {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thumb-up-modal .thumb-up-container::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.thumb-up-modal .thumb-up-container::-webkit-scrollbar-track {
  border-radius: 6px;
}
.thumb-up-modal .thumb-up-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(39, 46, 71, 0.3);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.3);
  padding: 4px;
}
.slide-item-container {
  width: 280px;
  padding: 12px 22px;
}
.slide-item-container .slide-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.slide-item-container .slide-item-top .slide-item-title {
  font-size: 14px;
  line-height: 22px;
  color: #232d47;
  margin-left: 5px;
  font-weight: 500;
}
.slide-item-container .slide-item-bottom {
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.index-module--wrapper--r90LP {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 16px 8px 16px;
  height: 40px;
  padding: 0 10px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  border-radius: 4px;
  font-size: 14px;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  font-family: "PingFang SC";
  font-style: normal;
}
.index-module--wrapper--r90LP .index-module--desc--g-YRW {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.index-module--wrapper--r90LP .index-module--desc--g-YRW .index-module--descText--fQUjM {
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--wrapper--r90LP .index-module--btn--CUJ7I {
  box-sizing: border-box;
  padding: 2px 8px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.index-module--wrapper--r90LP .index-module--nosend--cu3cr {
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-left: 8px;
}
.index-module--wrapper--r90LP .index-module--btnwrap--DROGC {
  flex-shrink: 0;
}
.slide-list-container {
  position: relative;
}
.slide-list-container .slide-list-item {
  position: relative;
  z-index: 2;
  cursor: default;
}
.slide-list-container .slide-list-bg-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  border-left: 2px solid #4c6aff;
  border-left: 2px solid var(--Avatar-6, #4c6aff);
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 0 4px 4px 0;
  transition: top 0.2s;
  will-change: top;
  pointer-events: none;
}
.slide-list-container .new-guide-for-aside-right {
  flex: 0 0 598px;
}
.index-module--paid-guide-modal--w2nGD {
  z-index: 1001;
}
.index-module--paid-guide-modal--w2nGD .ant-modal-header {
  border-bottom: none;
  padding: 20px 20px 24px 20px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--paid-guide-modal--w2nGD .ant-modal-title {
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--paid-guide-modal--w2nGD .ant-modal-close {
  top: 6px;
}
.index-module--paid-guide-modal--w2nGD .ant-modal-body {
  padding: 0 20px 18px 20px;
}
.index-module--paid-guide-modal--w2nGD .index-module--tip-body--SPKeM {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 18px;
}
.index-module--paid-guide-modal--w2nGD .index-module--tip-btn-wrap--5aLya {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.index-module--paid-guide-modal--w2nGD .index-module--inform--S6DFA {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}

.index-module--paid-guide-modal-out--7ghBD .ant-modal-mask {
  z-index: 1001;
}

.index-module--paid-guide-success-modal--JY07d .ant-modal-header {
  border-bottom: none;
  height: 60px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.index-module--paid-guide-success-modal--JY07d .ant-modal-close {
  top: 2px;
}
.index-module--paid-guide-success-modal--JY07d .ant-modal-body {
  padding: 3px 20px 60px 20px;
}
.index-module--paid-guide-success-modal--JY07d .index-module--done--DZcGG {
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
}
.index-module--paid-guide-success-modal--JY07d .index-module--done-txt--VD3dE {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--paid-guide-success-modal--JY07d .index-module--btn-wrap--ETsCv {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.index-module--paid-tip--c55Vv {
  height: 32px;
  margin: 8px;
  padding: 0 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f7fe;
  background: var(--Link-1, #f2f7fe);
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
}
.index-module--paid-tip--c55Vv p {
  margin: 0;
}
.index-module--paid-tip--c55Vv .index-module--tip-title--fXzwA {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-module--paid-tip--c55Vv .index-module--linkBtn--Y9RdT {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  height: 16px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.unfinishedDraftMailEntry-module--unfinishedDraftMailEntry--az8nr {
  margin: 8px;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background: #f2f7fe;
  background: var(--Link-1, #f2f7fe);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unfinishedDraftMailEntry-module--unfinishedDraftMailEntry--az8nr .unfinishedDraftMailEntry-module--unsaveMail--ub0Ze {
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.unfinishedDraftMailEntry-module--unfinishedDraftMailEntry--az8nr .unfinishedDraftMailEntry-module--unsaveMail--ub0Ze .unfinishedDraftMailEntry-module--num--wyqXv {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.unfinishedDraftMailEntry-module--unfinishedDraftMailEntry--az8nr .unfinishedDraftMailEntry-module--clickToView--AVVZ7 {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI {
  border-radius: 8px;
  overflow: hidden;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 {
  padding: 20px 24px 11px 24px;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 .UnfinishedDrafts-module--headerTop--4vlEu {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 .UnfinishedDrafts-module--headerBottom--Fenn4 {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 .UnfinishedDrafts-module--headerBottom--Fenn4 .UnfinishedDrafts-module--clearAll--kRT4e {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  cursor: pointer;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 .UnfinishedDrafts-module--headerBottom--Fenn4 .UnfinishedDrafts-module--clearAll--kRT4e .UnfinishedDrafts-module--brush--O0qcW {
  display: block;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 .UnfinishedDrafts-module--headerBottom--Fenn4 .UnfinishedDrafts-module--clearAll--kRT4e .UnfinishedDrafts-module--brushBlue--pbTX2 {
  display: none;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 .UnfinishedDrafts-module--headerBottom--Fenn4 .UnfinishedDrafts-module--clearAll--kRT4e:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 .UnfinishedDrafts-module--headerBottom--Fenn4 .UnfinishedDrafts-module--clearAll--kRT4e:hover .UnfinishedDrafts-module--brush--O0qcW {
  display: none;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--header--cHJI7 .UnfinishedDrafts-module--headerBottom--Fenn4 .UnfinishedDrafts-module--clearAll--kRT4e:hover .UnfinishedDrafts-module--brushBlue--pbTX2 {
  display: block;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI {
  max-height: 540px;
  padding: 24px 24px 12px 24px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  overflow: scroll;
  box-sizing: border-box;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionTitle--iJ3H4 {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--circle--x77US {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #ffffff;
  background: var(--white, #ffffff);
  border: 1px solid #6f7485;
  border: 1px solid var(--Fill-7, #6f7485);
  border-radius: 999px;
  position: absolute;
  top: 5px;
  left: 13px;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y {
  margin: 12px 0;
  padding-top: 16px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--timeLine--aGDmK {
  width: 1px;
  height: 100%;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  position: absolute;
  top: 22px;
  left: 16px;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y:nth-child(1) {
  margin-top: 0;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 {
  padding: 0 12px 12px 30px;
  position: relative;
  overflow: hidden;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD {
  padding: 12px;
  background: #f8f9fa;
  background: var(--Fill-1, #f8f9fa);
  border-radius: 6px;
  cursor: pointer;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD:hover {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD .UnfinishedDrafts-module--recentVersionTop--SyYoE {
  display: flex;
  align-items: center;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD .UnfinishedDrafts-module--recentVersionTop--SyYoE .UnfinishedDrafts-module--to--RmzSH {
  margin-right: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD .UnfinishedDrafts-module--recentVersionTop--SyYoE .UnfinishedDrafts-module--right--V7enR {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: inline-flex;
  align-items: center;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD .UnfinishedDrafts-module--recentVersionTop--SyYoE .UnfinishedDrafts-module--right--V7enR .UnfinishedDrafts-module--versionTime--66A9m {
  text-align: right;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD .UnfinishedDrafts-module--recentVersionTop--SyYoE .UnfinishedDrafts-module--right--V7enR .UnfinishedDrafts-module--recover---8znF {
  margin-left: 12px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD .UnfinishedDrafts-module--recentVersionTheme--tG6FY {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--recentVersion--l5JK3 .UnfinishedDrafts-module--recentVersionDetail--U1ppD .UnfinishedDrafts-module--recentVersionContent--2xFzk {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--historyVersions--qebHe {
  padding: 0 12px 12px 30px;
  position: relative;
  overflow: hidden;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--historyVersions--qebHe .UnfinishedDrafts-module--historyVersionItem--W8CLH {
  padding: 10px 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--historyVersions--qebHe .UnfinishedDrafts-module--historyVersionItem--W8CLH:hover {
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--historyVersions--qebHe .UnfinishedDrafts-module--historyVersionItem--W8CLH .UnfinishedDrafts-module--versionName--VxTdt {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--historyVersions--qebHe .UnfinishedDrafts-module--historyVersionItem--W8CLH .UnfinishedDrafts-module--right--V7enR {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  display: inline-flex;
  align-items: center;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--historyVersions--qebHe .UnfinishedDrafts-module--historyVersionItem--W8CLH .UnfinishedDrafts-module--right--V7enR .UnfinishedDrafts-module--versionTime--66A9m {
  text-align: right;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--historyVersions--qebHe .UnfinishedDrafts-module--historyVersionItem--W8CLH .UnfinishedDrafts-module--right--V7enR .UnfinishedDrafts-module--recover---8znF {
  margin-left: 12px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--versionBatchFooter--7ryOt {
  padding: 11px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Fill-3, #ebedf2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--versionBatchFooter--7ryOt .UnfinishedDrafts-module--delArea--R9LbX {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--versionBatchFooter--7ryOt .UnfinishedDrafts-module--delArea--R9LbX .UnfinishedDrafts-module--recycleBin--seL1I {
  display: block;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--versionBatchFooter--7ryOt .UnfinishedDrafts-module--delArea--R9LbX .UnfinishedDrafts-module--recycleBinBlue--Oqs5n {
  display: none;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--versionBatchFooter--7ryOt .UnfinishedDrafts-module--delArea--R9LbX:hover {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--versionBatchFooter--7ryOt .UnfinishedDrafts-module--delArea--R9LbX:hover .UnfinishedDrafts-module--recycleBin--seL1I {
  display: none;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--versionBatchList--qmRWI .UnfinishedDrafts-module--versionBatch--jEn4Y .UnfinishedDrafts-module--versionBatchFooter--7ryOt .UnfinishedDrafts-module--delArea--R9LbX:hover .UnfinishedDrafts-module--recycleBinBlue--Oqs5n {
  display: block;
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--noDataArea--F2WVa {
  height: 540px;
  padding-top: 170px;
  text-align: center;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
}
.UnfinishedDrafts-module--unfinishedDrafts--e5YdI .UnfinishedDrafts-module--noDataArea--F2WVa .UnfinishedDrafts-module--noDataText--tWJ1t {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #7a8599;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.cloudMailSearchEntry-module--cloudMailSearchEntry--8s2cC {
  margin: 8px 8px 0 8px;
  padding: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
  background: #edf0ff;
  border-radius: 6px;
}
.cloudMailSearchEntry-module--cloudMailSearchEntry--8s2cC .cloudMailSearchEntry-module--showAll--UQHtK {
  color: #4c6aff;
  cursor: pointer;
  -webkit-app-region: no-drag;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--modalWrap--QL8nF {
  height: 524px;
  display: flex;
  flex-direction: column;
}
.index-module--modalWrap--QL8nF .index-module--title--fXE19 {
  padding: 0 40px;
  margin-top: 60px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--Text-6);
}
.index-module--modalWrap--QL8nF .index-module--subTitle--Ooqt1 {
  padding: 0 40px;
  margin-top: 12px;
  width: 100%;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz {
  padding: 0 40px;
  flex: 1 1;
  margin-top: 40px;
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz::-webkit-scrollbar-button {
  display: none;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz::-webkit-scrollbar-thumb {
  background-color: #d4d4d6;
  background-color: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz::-webkit-scrollbar-corner {
  display: none;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .ant-form-item-explain {
  margin-top: 12px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .ant-form-item-has-error .index-module--passwordWrap--o2sME .ant-input-affix-wrapper.ant-input-affix-wrapper-focused {
  border-color: #fe5b4c;
  border-color: var(--Error-6, #fe5b4c);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--accountWrap--9WZfG .index-module--inputWrap--Z8vaU {
  position: relative;
  height: 40px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--accountWrap--9WZfG .index-module--inputWrap--Z8vaU.ant-select-focused:not(.ant-select-disabled) .ant-select-selector {
  box-shadow: none;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Brand-6, #4c6aff);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--accountWrap--9WZfG .index-module--inputWrap--Z8vaU .ant-select-selector {
  height: 40px;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--accountWrap--9WZfG .index-module--inputWrap--Z8vaU .ant-select-selector .ant-select-selection-search .ant-select-selection-search-input {
  height: 38px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--accountWrap--9WZfG .index-module--inputWrap--Z8vaU .ant-select-selector .ant-select-selection-placeholder {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  line-height: 38px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--accountWrap--9WZfG .index-module--label--L2dY\+ {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordLabel--AKTM8 {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordWrap--o2sME {
  position: relative;
  height: 40px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordWrap--o2sME .ant-input-affix-wrapper-focused {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordWrap--o2sME .index-module--password--SKN5- {
  height: 40px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordWrap--o2sME .index-module--password--SKN5-.ant-input-affix-wrapper.ant-input-affix-wrapper-focused.ant-input-password {
  box-shadow: none;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordWrap--o2sME .index-module--password--SKN5-.index-module--hasSuffix--EE89e {
  padding-right: 134px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordWrap--o2sME .index-module--authTextWrap--8vAU7 {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 132px;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordWrap--o2sME .index-module--authText--3JdOl {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--Brand-6);
  padding: 0 12px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--passwordWrap--o2sME .index-module--authLine--uPxep {
  width: 1px;
  height: 12px;
  background-color: var(--Fill-5);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px;
  padding-bottom: 40px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--setting--V-pDj {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--setting--V-pDj .index-module--textLine--psl3W {
  flex: 1 1;
  height: 1px;
  background-color: var(--Line-3);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--setting--V-pDj .index-module--text--V2alm {
  padding: 0 12px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--Text-2);
  display: flex;
  align-items: center;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--setting--V-pDj .index-module--text--V2alm .index-module--iconWrap--PWZw1,
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--setting--V-pDj .index-module--text--V2alm .index-module--icon--H9LWd {
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #8d92a1;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ {
  margin-top: 16px;
  padding: 12px 16px 16px;
  background-color: var(--Fill-1);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .ant-form-item {
  margin: 0;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .index-module--hostWrap--8zK81 {
  display: flex;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .index-module--hostWrap--8zK81 .ant-form-item-explain {
  margin-top: 0;
  min-height: 0;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .index-module--hostWrap--8zK81:last-child {
  margin-top: 24px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .index-module--hostWrap--8zK81 .index-module--host--A\+EAQ {
  flex: none;
  width: 184px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .index-module--hostWrap--8zK81 .index-module--ssl--ndLfF {
  flex: none;
  width: 80px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .index-module--hostWrap--8zK81 .index-module--ssl--ndLfF .ant-select-single.ant-select-show-arrow .ant-select-selection-item {
  padding-right: 0;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .index-module--hostWrap--8zK81 .index-module--ssl--ndLfF,
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--hostContainer--k4HC\+ .index-module--hostWrap--8zK81 .index-module--port--t--qp {
  margin-left: 12px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--settingWrap--6jNLY .index-module--settingErrorWrap--J9v59 {
  margin-top: 12px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--phoneVaildWrap--UUDJA .index-module--uPhone--ODHZN {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--font-color-2);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--phoneVaildWrap--UUDJA .index-module--uPhone--ODHZN .index-module--blue--roD4D {
  color: var(--Brand-6);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--phoneVaildWrap--UUDJA .index-module--uInput--NFRat {
  margin-top: 8px;
  position: relative;
  height: 40px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--phoneVaildWrap--UUDJA .index-module--uInput--NFRat .index-module--uCodeInput--2mjfR {
  height: 40px;
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--phoneVaildWrap--UUDJA .index-module--uInput--NFRat .index-module--uCodeText--j2o84 {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  padding: 0 12px;
  border-radius: 4px;
  height: 38px;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 2;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--Brand-6);
}
.index-module--modalWrap--QL8nF .index-module--content--LTZdz .index-module--phoneVaildWrap--UUDJA .index-module--errorWrap--eEDIg {
  margin-top: 12px;
}
.index-module--modalWrap--QL8nF .index-module--footer--QtxT1 {
  position: relative;
  box-sizing: border-box;
  padding: 0 40px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-module--modalWrap--QL8nF .index-module--footer--QtxT1::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #d7d8d9;
  transform: scaleY(0.5);
}
.index-module--modalWrap--QL8nF .index-module--errorMsgWarp--dH8A3 {
  display: flex;
  align-items: center;
}
.index-module--modalWrap--QL8nF .index-module--errorMsgWarp--dH8A3 .index-module--icon--H9LWd {
  width: 16px;
  height: 16px;
  color: var(--Error-6);
}
.index-module--modalWrap--QL8nF .index-module--errorMsgWarp--dH8A3 .index-module--iconWrap--PWZw1 {
  width: 16px;
  height: 16px;
  line-height: 1;
  background-size: 100%;
}
.index-module--modalWrap--QL8nF .index-module--errorMsgWarp--dH8A3 .index-module--text--V2alm {
  margin-left: 4px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--Error-6);
}
.index-module--modalWrap--QL8nF .index-module--errorMsgWarp--dH8A3 .index-module--text--V2alm .index-module--blue--roD4D {
  cursor: pointer;
  color: var(--Brand-6);
}

.index-module--inputPopupWrap--z3GSp .rc-virtual-list-holder {
  max-height: 296px !important;
}
.index-module--inputPopupWrap--z3GSp .ant-select-item {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  padding: 5px 12px 3px;
}
.index-module--inputPopupWrap--z3GSp .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.index-module--inputPopupWrap--z3GSp .ant-select-item-option-selected:not(.ant-select-item-option-disabled),
.index-module--inputPopupWrap--z3GSp .ant-select-item-option-active,
.index-module--inputPopupWrap--z3GSp .ant-select-item-option-selected {
  background-color: #ebedf2;
  background-color: var(--Fill-3, #ebedf2);
}

.index-module--iframeBox--Tidf0 {
  width: 100%;
  height: 100%;
}
.index-module--iframeBox--Tidf0 .index-module--iframeIn--Iw9we {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.base-search-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 12px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 4px;
  cursor: pointer;
}
.base-search-filter .search-filter-label {
  margin-left: 12px;
  color: rgba(39, 46, 71, 0.9) !important;
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9) !important;
}
.base-search-filter .search-filter-name {
  color: #386ee7;
}
.base-search-filter .search-filter-icon {
  margin-left: 4px;
  margin-right: 12px;
}
.base-search-filter .search-filter-trigger {
  line-height: 30px;
}

.base-search-filter-menu {
  width: 100%;
  pointer-events: auto !important;
  margin-top: 2px;
}
.base-search-filter-menu .ant-dropdown-menu-title-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-search-filter-menu li.ant-dropdown-menu-item-selected {
  background: #f4f4f5;
  color: #386ee7;
}
.searchLoading-module--search-loading--jbnxB {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchLoading-module--search-loading--jbnxB .searchLoading-module--text--0F8FT {
  font-size: 14px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding-left: 8px;
  margin: 0;
}
.searchLoading-module--search-loading--jbnxB .searchLoading-module--icon--qZp4d {
  animation-name: searchLoading-module--spin--sjntM;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transform-origin: center;
  animation-timing-function: linear;
  display: inline-block;
  overflow: hidden;
}
@keyframes searchLoading-module--spin--sjntM {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--sirius-collapse-wrap--8Pn9A {
  position: relative;
  width: 100% !important;
  border: none;
  background-color: transparent;
}
.index-module--sirius-collapse-wrap--8Pn9A .ant-collapse-item > .ant-collapse-header {
  padding: 0;
}
.index-module--sirius-collapse-wrap--8Pn9A .ant-collapse-item > .ant-collapse-header:hover {
  background-color: #ebedf2;
  background-color: var(--Line-2, #ebedf2);
}
.index-module--sirius-collapse-wrap--8Pn9A .ant-collapse-item {
  border: none;
}
.index-module--sirius-collapse-wrap--8Pn9A .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
  display: none;
}
.index-module--sirius-collapse-wrap--8Pn9A .ant-collapse-content {
  border: none;
  background-color: transparent;
}
.index-module--sirius-collapse-wrap--8Pn9A .ant-collapse-content-box {
  padding: 0;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-title--TZQ6E {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-title-type--rXYTN {
  width: 16px;
  height: 16px;
  display: flex;
  margin-right: 8px;
  flex: none;
  position: relative;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-title-type-expired--exzDg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-title-name--oNSKY {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex-grow: 1;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-title-right--tmi2U {
  font-size: 14px;
  font-weight: 500;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin-left: 12px;
  flex: none;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-open--9SEHq,
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-close--9\+YYF {
  flex: none;
  display: flex;
  align-items: center;
  height: 22px;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-open--9SEHq,
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-close--9\+YYF {
  width: 17px;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-icon-right--3uBGC {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC41MTE5NiAzLjg1MTc1TDAuODEyMzQ4IDAuODkyMDY1QzAuNDg0OTY2IDAuNjMwMTYgNC40OTY5ZS0wNyAwLjg2MzI0NyA0LjMxMzY0ZS0wNyAxLjI4MjVMMS43MjYyZS0wNyA3LjIwMTg3QzEuNTQyOTNlLTA3IDcuNjIxMTMgMC40ODQ5NjYgNy44NTQyMSAwLjgxMjM0OCA3LjU5MjMxTDQuNTExOTYgNC42MzI2MkM0Ljc2MjE2IDQuNDMyNDYgNC43NjIxNiA0LjA1MTkyIDQuNTExOTYgMy44NTE3NVoiIGZpbGw9IiMyNjJBMzMiIGZpbGwtb3BhY2l0eT0iMC41Ii8+Cjwvc3ZnPgo=) no-repeat center;
  width: 8px;
  height: 8px;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-icon-down--1KmiU {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100%;
  width: 8px;
  height: 8px;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-middle--Cbblm .ant-collapse-header {
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-selected--7XhLP .ant-collapse-header {
  background-color: #e1e3e8 !important;
  background-color: var(--Line-3, #e1e3e8) !important;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-selected--7XhLP.index-module--sirius-collapse-no-hover--KCl8G .ant-collapse-header:hover {
  background-color: rgba(214, 230, 252, 0.9);
  background-color: rgba(var(--Link-2-r, 214), var(--Link-2-g, 230), var(--Link-2-b, 252), 0.9);
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--avtive-panel-head--6OhfA .ant-collapse-header {
  background-color: #e1e3e8 !important;
  background-color: var(--Line-3, #e1e3e8) !important;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--sirius-collapse-logo--aIazc {
  height: 16px;
  width: 16px;
  object-fit: contain;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--edit-tree-input--apNCJ {
  height: 28px;
  border-radius: 4px;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Avatar-6, #4c6aff);
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--folder-input-cancel--oKfQ1 {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  font-size: 12px;
  cursor: pointer;
}
.index-module--sirius-collapse-wrap--8Pn9A .index-module--folder-input-cancel--oKfQ1:hover {
  font-weight: 600;
}

.index-module--accountMenu--On5ZN {
  min-width: 80px;
  border-radius: 4px;
}
.index-module--accountMenu--On5ZN .ant-dropdown-menu-item {
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  line-height: 22px;
  letter-spacing: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.allFolder-module--all-folder-container--laybk {
  margin-bottom: 12px;
}

.allFolder-module--title-wrap--fmxF3 {
  padding-left: 28px;
  height: 36px;
  display: flex;
  align-items: center;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  color: #747a8c;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding-right: 8px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}

.allFolder-module--title--O-sEH {
  font-size: 12px;
  flex: 1 1 auto;
  font-style: normal;
  font-weight: normal;
  color: #747a8c;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.allFolder-module--oper-wrap--GxN0L {
  display: flex;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.allFolder-module--btn-more--48Y-K {
  width: 24px;
  height: 24px;
}
.allFolder-module--btn-more--48Y-K:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 5px;
}

.allFolder-module--more-content--wg03t {
  display: flex;
  justify-content: center;
  align-items: center;
}

.allFolder-module--menu-item-wrap--pn2yI {
  display: flex;
  justify-content: space-between;
}

.allFolder-module--menu-item--RHe1O {
  flex: 1 1;
}

.allFolder-module--flag--WMABC {
  margin-right: -10px;
}

.allFolder-module--tree-wrap--tZnvC .ant-tree .ant-tree-treenode {
  padding-left: 8px !important;
}

.allFolder-module--menu--YuPGq {
  width: 120px;
}

.allFolder-module--dropdown--YjWHy {
  width: 120px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** Head和页签 */
/** 页面主体内容距离视窗顶部距离 */
/** 外贸通 2.0 UI 规范 */
/** 品牌色 */
/** 主色 Brand Color */
/** 空状态 */
.ColumnMailBox-module--folder-title-wrap--SAcAy {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}

.ColumnMailBox-module--addBannerContainer--Zqqc4 {
  margin-bottom: 12px;
  padding: 0 16px;
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi {
  display: flex;
  position: relative;
  cursor: pointer;
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi > img {
  width: 100%;
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi .ColumnMailBox-module--contArea--0D4ed {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: center;
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi .ColumnMailBox-module--contArea--0D4ed > svg {
  margin-left: 15px;
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi .ColumnMailBox-module--contArea--0D4ed > svg > path {
  stroke: #4f68ff;
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi .ColumnMailBox-module--contArea--0D4ed .ColumnMailBox-module--addText--AWPm4 {
  margin-left: 5px;
  font-weight: 500;
  font-size: 12px;
  color: #4c6aff;
  line-height: 20px;
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi .ColumnMailBox-module--contArea--0D4ed .ColumnMailBox-module--close--dKUxd {
  width: 14px;
  height: 14px;
  background: #ffffff;
  background: var(--white, #ffffff);
  border-bottom-left-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi .ColumnMailBox-module--contArea--0D4ed .ColumnMailBox-module--close--dKUxd > svg {
  transform: scale(0.55);
}
.ColumnMailBox-module--addBannerContainer--Zqqc4 .ColumnMailBox-module--addAccountBanner--ASEsi .ColumnMailBox-module--contArea--0D4ed .ColumnMailBox-module--close--dKUxd > svg > path {
  stroke: #8d92a1;
}

.ColumnMailBox-module--addAccountArea--ulf9e {
  margin-bottom: 20px;
  padding: 10px 10px 10px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ColumnMailBox-module--addAccountArea--ulf9e:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.ColumnMailBox-module--addAccountArea--ulf9e .ColumnMailBox-module--cont--\+a2pi {
  display: flex;
  align-items: center;
}
.ColumnMailBox-module--addAccountArea--ulf9e .ColumnMailBox-module--cont--\+a2pi .ColumnMailBox-module--addBut--lOLVR {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4c6aff;
  background: var(--Brand-6, #4c6aff);
  border-radius: 4px;
}
.base-search-context-menu,
.base-search-associate-menu {
  pointer-events: auto !important;
}
.base-search-context-menu .advanced-search-icon,
.base-search-associate-menu .advanced-search-icon {
  margin-right: 8px;
}
.base-search-context-menu .advanced-search-icon:hover path,
.base-search-context-menu .advanced-search-icon:hover circle,
.base-search-associate-menu .advanced-search-icon:hover path,
.base-search-associate-menu .advanced-search-icon:hover circle {
  stroke: #f5f5f5 !important;
}
.base-search-context-menu .advanced-search-item .ant-dropdown-menu-title-content,
.base-search-associate-menu .advanced-search-item .ant-dropdown-menu-title-content {
  display: flex;
  align-items: center;
}

.base-search-context-menu li.ant-dropdown-menu-item-selected {
  background: #f4f4f5;
  color: #272e47;
}
.base-search-context-menu .search-all-item .ant-dropdown-menu-title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base-search-context-menu .ant-dropdown-menu-item {
  width: 100%;
}
.base-search-context-menu .ant-dropdown-menu-title-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.base-search-context-menu .search-all-enter {
  color: #a8aaad;
}
.base-search-context-menu .highlight {
  color: #386ee7;
  width: 100px;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.base-search-associate-menu {
  pointer-events: auto !important;
  margin-top: 2px;
}
.base-search-associate-menu .associate-title {
  padding: 0;
}
.base-search-associate-menu .associate-title:hover {
  background-color: #fff;
}
.base-search-associate-menu .associate-title .associate-item-title {
  color: #262a33;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: auto;
  padding: 10px 16px;
}
.base-search-associate-menu .associate-title .associate-item-clear {
  color: #386ee7;
  cursor: pointer;
}
.base-search-associate-menu .associate-item {
  padding: 7px 18px;
}
.base-search-associate-menu .associate-item .ant-dropdown-menu-title-content {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.base-search-associate-menu .associate-item .ant-dropdown-menu-title-content .associate-item-icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.base-search-associate-menu .associate-item .ant-dropdown-menu-title-content .associate-item-content {
  flex: 1 1 104px;
  width: 104px;
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.base-search-associate-menu .associate-item .ant-dropdown-menu-title-content .associate-item-type {
  flex-grow: 0;
  flex-shrink: 0;
}
.base-search-associate-menu .associate-item .ant-dropdown-menu-title-content .associate-item-delete {
  display: none;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}
.base-search-associate-menu .associate-item:hover .associate-item-type {
  display: none;
}
.base-search-associate-menu .associate-item:hover .associate-item-delete {
  display: block;
}
.FolderSortModal-module--folderSortModalWrap--s-WXS {
  height: 100%;
}

.FolderSortModal-module--folderSortModal--boV51 {
  max-height: 80%;
  overflow: hidden;
  display: inline-flex !important;
}
.FolderSortModal-module--folderSortModal--boV51 .ant-modal-content {
  flex: 1 1;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.FolderSortModal-module--folderSortModal--boV51 .ant-modal-header {
  padding: 20px 20px 0 20px;
  border-bottom: none;
}
.FolderSortModal-module--folderSortModal--boV51 .ant-modal-body {
  flex: 1 1;
  overflow: hidden;
  display: flex;
  padding: 20px;
  box-sizing: content-box;
}
.FolderSortModal-module--folderSortModal--boV51 .ant-modal-footer {
  border-top: none;
  padding: 0 20px 20px 20px;
}

.FolderSortModal-module--sortArea--Frqpu {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--sortWays--UmVBb {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--sortWays--UmVBb .FolderSortModal-module--sortWay--6VV2v {
  margin-bottom: 8px;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--sortWays--UmVBb .FolderSortModal-module--sortWay--6VV2v:last-child {
  margin-bottom: 0;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--intro--\+qtVt {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 22px;
  text-align: left;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--intro--\+qtVt .FolderSortModal-module--red--esJM2 {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--folderArea--et0A6 {
  max-height: 448px;
  padding: 16px;
  border-radius: 4px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  box-sizing: content-box;
  flex: 1 1;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--folderArea--et0A6 .FolderSortModal-module--folder--GbBkE {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--folderArea--et0A6 .FolderSortModal-module--folder--GbBkE .FolderSortModal-module--folderIcon--M\+j6L {
  display: flex;
  align-items: center;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--folderArea--et0A6 .FolderSortModal-module--folder--GbBkE .FolderSortModal-module--folderName--axSt6 {
  padding-left: 8px;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--folderArea--et0A6 .FolderSortModal-module--folder--GbBkE:nth-last-child(1) {
  margin-bottom: 0;
}
.FolderSortModal-module--sortArea--Frqpu .FolderSortModal-module--folderArea--et0A6 .FolderSortModal-module--dividerLine--ejd2U {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.WmFolderSortModal-module--folderSortModalWrap--TOTPa {
  height: 100%;
}

.WmFolderSortModal-module--folderSortModal--kMLgP {
  max-height: 80%;
  overflow: hidden;
  display: inline-flex !important;
}
.WmFolderSortModal-module--folderSortModal--kMLgP .ant-modal-content {
  flex: 1 1;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.WmFolderSortModal-module--folderSortModal--kMLgP .ant-modal-header {
  padding: 20px 20px 0 20px;
  border-bottom: none;
}
.WmFolderSortModal-module--folderSortModal--kMLgP .ant-modal-body {
  flex: 1 1;
  overflow: hidden;
  display: flex;
  padding: 20px;
  box-sizing: content-box;
}
.WmFolderSortModal-module--folderSortModal--kMLgP .ant-modal-footer {
  border-top: none;
  padding: 0 20px 20px 20px;
}

.WmFolderSortModal-module--sortArea--CZRMk {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--sortWays--xvgr6 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--sortWays--xvgr6 .WmFolderSortModal-module--sortWay--R-FJu {
  margin-bottom: 8px;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--sortWays--xvgr6 .WmFolderSortModal-module--sortWay--R-FJu:last-child {
  margin-bottom: 0;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--intro--eufbA {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 22px;
  text-align: left;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--intro--eufbA .WmFolderSortModal-module--red--QSVHm {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--folderArea--L2faY {
  max-height: 448px;
  padding: 16px;
  border-radius: 4px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  box-sizing: content-box;
  flex: 1 1;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--folderArea--L2faY .WmFolderSortModal-module--folder--osth5 {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--folderArea--L2faY .WmFolderSortModal-module--folder--osth5 .WmFolderSortModal-module--folderIcon--AueiZ {
  display: flex;
  align-items: center;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--folderArea--L2faY .WmFolderSortModal-module--folder--osth5 .WmFolderSortModal-module--folderName--Tsegx {
  padding-left: 8px;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--folderArea--L2faY .WmFolderSortModal-module--folder--osth5:nth-last-child(1) {
  margin-bottom: 0;
}
.WmFolderSortModal-module--sortArea--CZRMk .WmFolderSortModal-module--folderArea--L2faY .WmFolderSortModal-module--dividerLine--DZfrn {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

.WmFolderSortModal-module--bottomLine--sylo2 {
  border-bottom: 1px solid #e1e3e8;
  padding-bottom: 6px;
}
.RevokeToasts-module--revokeToasts--hKK53 {
  position: fixed;
  bottom: 32px;
  left: 80px;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;
}
.RevokeToasts-module--revokeToasts--hKK53 .RevokeToasts-module--revokeToast--zuM1g {
  margin-top: 5px;
  height: 40px;
  padding: 0 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 10px rgba(71, 89, 178, 0.12);
  box-shadow: 0 4px 10px rgba(var(--label-1_3-r, 71), var(--label-1_3-g, 89), var(--label-1_3-b, 178), 0.12);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.RevokeToasts-module--revokeToasts--hKK53 .RevokeToasts-module--revokeToast--zuM1g:nth-last-child(1) {
  margin-top: 0;
}
.RevokeToasts-module--revokeToasts--hKK53 .RevokeToasts-module--revokeToast--zuM1g .RevokeToasts-module--revoke--ausgC {
  color: #94a6ff;
  color: var(--Brand-4, #94a6ff);
  cursor: pointer;
}
.RevokeToasts-module--revokeToasts--hKK53 .RevokeToasts-module--revokeToast--zuM1g .RevokeToasts-module--checkMail--sajSo {
  color: #94a6ff;
  color: var(--Brand-4, #94a6ff);
  cursor: pointer;
}
.RevokeToasts-module--revokeToasts--hKK53 .RevokeToasts-module--revokeToast--zuM1g .RevokeToasts-module--sendImmediately--8iIOM {
  color: #94a6ff;
  color: var(--Brand-4, #94a6ff);
  cursor: pointer;
}
.unlock-module--locked--hRDzl {
  margin: 8px 20px 20px 20px;
  border: 0.5px solid #e1e3e8;
  border-radius: 4px;
}
.unlock-module--locked--hRDzl .unlock-module--lockedTitle--EEAw5 {
  padding: 16px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  background: #edf0ff;
  display: flex;
  align-items: center;
}
.unlock-module--locked--hRDzl .unlock-module--lockedTitle--EEAw5 .unlock-module--encryptedMailText--LuBUn {
  padding-right: 8px;
  font-weight: bold;
}
.unlock-module--locked--hRDzl .unlock-module--lockedCont--MHXi5 {
  padding: 16px 20px;
}
.unlock-module--locked--hRDzl .unlock-module--lockedCont--MHXi5 .unlock-module--enterArea--9uHqh {
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  display: flex;
  align-items: center;
}
.unlock-module--locked--hRDzl .unlock-module--lockedCont--MHXi5 .unlock-module--enterArea--9uHqh .unlock-module--pwInput--xlMpm {
  margin: 0 12px 0 5px;
  width: 160px;
  height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.unlock-module--locked--hRDzl .unlock-module--lockedCont--MHXi5 .unlock-module--pwIs--FW8r0 {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #272e47;
}
.unlock-module--locked--hRDzl .unlock-module--lockedCont--MHXi5 .unlock-module--pwRemark--\+tuyb {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fe5b4c;
}
.unlock-module--locked--hRDzl .unlock-module--lockedCont--MHXi5 .unlock-module--intro--l2UqU {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747a8c;
}
.unlock-module--locked--hRDzl .unlock-module--lockedCont--MHXi5 .unlock-module--intro--l2UqU .unlock-module--introBlue--8FtmB {
  color: #386ee7;
  cursor: pointer;
}

.unlock-module--unlocked--u71e9 {
  margin: 16px;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #272e47;
  background: #edf0ff;
  border-radius: 4px;
}
.index-module--globalNotificationWrapper--IKt1j {
  z-index: 9999;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw {
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  border-radius: 4px;
  padding: 12px 15px 11px 13px;
  font-size: 12px;
  margin: 8px 0;
  min-width: 300px;
  box-sizing: border-box;
  position: relative;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw .EdmReplyFeedback-module--btn-close--ok7Vl {
  cursor: pointer;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 15.5px;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw .EdmReplyFeedback-module--intro--pX1X1 {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw .EdmReplyFeedback-module--intro--pX1X1 .EdmReplyFeedback-module--warn--fZ6Of {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw .EdmReplyFeedback-module--intro--pX1X1 .EdmReplyFeedback-module--text--omsXt {
  padding-left: 8px;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw .EdmReplyFeedback-module--funs--2QK2O {
  margin-top: 3px;
  padding-left: 23px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw .EdmReplyFeedback-module--funs--2QK2O .EdmReplyFeedback-module--funBtn--PAorm {
  margin-right: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #386ee7;
  cursor: pointer;
  position: relative;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw .EdmReplyFeedback-module--funs--2QK2O .EdmReplyFeedback-module--funBtn--PAorm:nth-last-child(1) {
  margin-right: 0;
}
.EdmReplyFeedback-module--risk-reminder--qlVMw .EdmReplyFeedback-module--funs--2QK2O .EdmReplyFeedback-module--funBtnNoWarn--cx\+9h {
  text-decoration-line: underline;
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-right: 1px;
}
.style-module--newbieTaskModal--p068T .ant-modal-close {
  top: 12px !important;
  right: 12px !important;
}
.style-module--newbieTaskModal--p068T .ant-modal-close-x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff !important;
  background-color: rgba(63, 70, 92, 0.4) !important;
  border-radius: 8px !important;
}
.style-module--newbieTaskModal--p068T .ant-modal-close-x .sirius-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 20px;
}
.style-module--newbieTaskModal--p068T .ant-modal-close-x .sirius-icon svg {
  opacity: 1;
}
.style-module--newbieTaskModal--p068T .ant-modal-close-x:hover {
  color: #fff !important;
  background-color: rgba(63, 70, 92, 0.9) !important;
  border-radius: 8px !important;
}
.style-module--newbieTaskModal--p068T .ant-modal-body {
  background-image: url(/static/newbieTaskBg-1b3a0b5f568fbf49a23137c55416f021.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 340px 28px 28px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.style-module--newbieTaskModal--p068T .style-module--content--6Y\+87 {
  color: #272e47;
  font-size: 16px;
  line-height: 24px;
  font-family: PingFang SC;
}
.style-module--newbieTaskModal--p068T .style-module--action--Q1Uyt {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.mail-content-header-wrap {
  margin: 8px 16px;
  background: #f6f7fa;
  border-radius: 5px;
  overflow: hidden;
}
.mail-content-header-wrap .mch-icon {
  display: flex;
  align-items: center;
}
.mail-content-header-wrap .mch-head {
  background: #f0f2f7;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
.mail-content-header-wrap .mch-title {
  margin-left: 8px;
  color: #272e47;
  font-size: 12px;
  flex: 1 1;
  height: 18px;
}
.mail-content-header-wrap .mch-oper-wrap {
  color: #4c6aff;
  cursor: pointer;
  font-size: 12px;
}
.mail-content-header-wrap .mch-content {
  padding: 20px;
  word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
}
.mail-content-header-wrap .mch-content-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-module--container--Qa5bZ .index-module--title--Hh1lI {
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 40px;
  text-align: center;
}
.index-module--container--Qa5bZ .index-module--intro--C-iS5 {
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 24px auto 0;
  width: 512px;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye {
  display: flex;
  flex-wrap: wrap;
  width: 512px;
  margin: 24px auto 0;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+ {
  display: flex;
  align-items: center;
  width: 50%;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+ .index-module--icon--hg7kd {
  width: 64px;
  height: 64px;
  margin-right: 8px;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+ .index-module--text---h-HT {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+:first-child {
  margin-bottom: 16px;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+:first-child .index-module--icon--hg7kd {
  background: url(/static/1-6bb3de18ebf300a8ddebf7fcae486670.png) center center no-repeat;
  background-size: contain;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+:nth-child(2) {
  margin-bottom: 16px;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+:nth-child(2) .index-module--icon--hg7kd {
  background: url(/static/2-7b4c67424ba18e0814f6d447f4cd5696.png) center center no-repeat;
  background-size: contain;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+:nth-child(3) .index-module--icon--hg7kd {
  background: url(/static/3-3ce6c7d292f901d2d3009cae8adfe49e.png) center center no-repeat;
  background-size: contain;
}
.index-module--container--Qa5bZ .index-module--item-list--pALye .index-module--item--fSvB\+:nth-child(4) .index-module--icon--hg7kd {
  background: url(/static/4-90c99144569acf1d6d6f92fc167077e3.png) center center no-repeat;
  background-size: contain;
}
.index-module--container--Qa5bZ .index-module--footer--aHArG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 18px 0;
}
.index-module--container--Qa5bZ .index-module--footer--aHArG .index-module--checkboxText--WVCXr {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-weight: 400;
}
.index-module--container--Qa5bZ .index-module--footer--aHArG .index-module--buttonItem--6WkOD .index-module--cancelBtn--i0FER {
  margin-right: 8px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.about-container {
  min-width: 400px;
  min-height: 300px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(38, 42, 51, 0.2);
  border-radius: 6px;
  position: relative;
}
.about-container .about-close {
  cursor: pointer;
  position: absolute;
  right: 27px;
  top: 27px;
  width: 16px;
  height: 16px;
}
.about-container .about-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-container .about-wrap .logo {
  margin-top: 56px;
  width: 56px;
  height: 56px;
}
.about-container .about-wrap .name {
  margin-top: 24px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.about-container .about-wrap .version {
  margin-top: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(38, 42, 51, 0.9);
}
.about-container .about-wrap .protocol-wrap {
  margin-top: 48px;
  display: flex;
  align-items: center;
}
.about-container .about-wrap .protocol-wrap > span {
  cursor: pointer;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  text-decoration-line: underline;
  /* 主色/灵犀蓝 */
  color: #386ee7;
}
.about-container .about-wrap .protocol-wrap > span:first-child {
  margin-right: 32px;
}
.about-container .footer-wrap {
  width: 100%;
}
.about-container .footer-wrap .footer-content {
  padding: 20px 0;
  margin: 40px 24px 0;
  display: flex;
  border-top: 1px solid #ebedf2;
  align-items: center;
}
.about-container .footer-wrap .about-logo {
  width: 79px;
  height: 17px;
}
.about-container .footer-wrap .about-links {
  flex: 1 1;
  text-align: right;
  font-size: 10px;
  color: #747a8c;
}
.about-container .footer-wrap .about-links span {
  padding: 0 5px;
}

.about-mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-mask.no-mask {
  top: 32px;
  background: #fff;
}
.about-mask.no-mask .about-container {
  border-radius: 0 0 6px 6px;
}

.web-wm-entry {
  z-index: 99;
}
.m-sticky-history {
  margin: 8px 16px;
  height: 32px;
  line-height: 32px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  border-radius: 4px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
}
.m-sticky-history-product {
  display: block;
}
.m-sticky-history .ant-table-tbody > tr > td {
  border-top: 0.5px solid #e1e3e8;
  border-top: 0.5px solid var(---Line-3--, #e1e3e8);
}
.m-sticky-history .ant-table-tbody > tr.ant-table-row:hover > td,
.m-sticky-history .ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background-color: #f6f7fa;
  background-color: var(---Fill-2, #f6f7fa);
}
.m-sticky-history .ant-table-cell {
  background-color: #f6f7fa;
  background-color: var(---Fill-2, #f6f7fa);
}
.m-sticky-history .u-sticky-table {
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
}
.m-sticky-history .u-sticky-table-type {
  margin-left: 22px;
}
.m-sticky-history .u-sticky-table-row {
  color: #747a8c;
  color: var(---Text-3, #747a8c);
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  border-top: 1px solid #272e47;
}
.m-sticky-history .u-sticky-table-empty {
  color: #747a8c;
  color: var(---Text-3, #747a8c);
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  text-align: left;
  margin-left: -10px;
}
.m-sticky-history .u-sticky-content {
  display: flex;
  align-items: center;
}
.m-sticky-history .u-sticky-icon {
  margin-left: 12px;
  margin-right: 8px;
  height: 17px;
  display: inline-block;
  line-height: 17px;
}
.m-sticky-history .u-sticky-title {
  color: #272e47;
  color: var(---Text-5-, #272e47);
  margin-right: 8px;
}
.m-sticky-history .u-sticky-list {
  margin-right: 5px;
}
.m-sticky-history .u-sticky-icon {
  padding: 0 5px;
}

.m-sticky-history-expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: auto;
}

.u-status {
  position: relative;
  padding-top: 73px;
}
.u-status-header {
  position: absolute;
  top: 0;
  width: 432px;
  z-index: 9;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.u-status-title {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
  padding-bottom: 16px;
}
.u-status-tab {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.u-status-info {
  width: calc(100% + 48px);
  margin-left: -24px;
  height: 36px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 400;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.u-status-tips {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #386ee7;
  border-radius: 4px;
}
.u-status-text {
  margin-right: 24px;
  cursor: pointer;
}
.u-status-text.on {
  color: #386ee7;
}
.u-status-list {
  height: 300px;
  overflow-y: auto;
}
.u-status .ant-list-item {
  padding: 8px 0;
}
.u-status .ant-list-item .ant-list-item-meta-title {
  line-height: 14px;
}
.u-status .ant-list-item .ant-list-item-meta-description {
  line-height: 16px;
}
.u-status .ant-list-split .ant-list-item {
  border-bottom: 0;
}

.u-status-icon {
  position: absolute;
  width: 100px;
  right: 0;
}
.u-status-icon .icons {
  padding: 0 10px;
}
.u-status-icon .ant-spin {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.u-status-empty-img {
  margin: 50px auto 10px;
  width: 200px;
  height: 128px;
  background: url(/static/no-message-0c335b6bd98a17381ed1dae1bf394fcb.png) no-repeat center center;
  background-size: 200px 128px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--ant-select-dropdown--WCGuT.index-module--sirusDrop--wDoVi .index-module--ant-select-item--i31M7 {
  padding: 10px 12px;
  color: rgba(39, 46, 71, 0.9);
}
.index-module--ant-select-dropdown--WCGuT.index-module--sirusDrop--wDoVi .index-module--ant-select-item-option-active--G7QPK:not(.index-module--ant-select-item-option-disabled--SpQbt) {
  background-color: #ffffff;
  color: #386ee7;
}
.index-module--ant-select-dropdown--WCGuT.index-module--sirusDrop--wDoVi .index-module--ant-select-item-option-selected--QMXm4:not(.index-module--ant-select-item-option-disabled--SpQbt) {
  background-color: #ffffff;
  color: #386ee7;
}

.index-module--langMenuIcon--odfPR {
  margin-left: 9px;
}

.index-module--langMenusWrapper--U9MM7 {
  position: absolute;
  bottom: 15px;
  left: 25px;
  -webkit-user-select: none;
          user-select: none;
  color: #7d8085;
}

.index-module--feedbackWrapper--mh83Z {
  position: absolute;
  bottom: 15px;
  right: 25px;
  -webkit-user-select: none;
          user-select: none;
  color: #7d8085;
  cursor: pointer;
}

.index-module--loginContainer--dKN6G {
  position: relative;
  flex: 1 1;
  margin: 56px 0;
  padding: 0 30px;
  width: 100%;
  min-width: 420px;
  max-width: 540px;
  max-height: 600px;
  min-height: 528px;
  text-align: left;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.index-module--loginContainer--dKN6G .index-module--backWrap--3QqzQ {
  position: absolute;
  top: -50px;
  left: -20px;
  cursor: pointer;
}
.index-module--loginContainer--dKN6G .index-module--backWrap--3QqzQ .index-module--backIcon--Yemie {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: rgba(39, 46, 71, 0.07);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.07);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-module--loginContainer--dKN6G .index-module--backWrap--3QqzQ .index-module--backIcon--Yemie i {
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMjQiIHk9IjI0IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIxMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyNCAyNCkiIGZpbGw9IiMyNjJBMzMiIGZpbGwtb3BhY2l0eT0iMC4wNyIvPgo8cGF0aCBkPSJNMTQgN0w5IDEyTDE0IDE3IiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100%;
}
.index-module--loginContainer--dKN6G .index-module--backWrap--3QqzQ .index-module--anticon--WFGQ4 svg {
  font-size: 11px;
}
.index-module--loginContainer--dKN6G .index-module--backWrap--3QqzQ .index-module--back--Gm0ws {
  color: #51555c;
  color: var(--font-color-1, #51555c);
  font-size: 16px;
  line-height: 24px;
  margin-left: 12px;
}
.index-module--loginContainer--dKN6G.index-module--addAccountLoginWrap--p4R9y {
  min-height: auto;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K {
  width: 100%;
  max-width: 400px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--anticon--WFGQ4 svg {
  font-size: 16px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--title--ySIyW {
  font-size: 24px;
  line-height: 24px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 {
  margin-top: 20px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginTabs--F14aj {
  padding: 16px 0;
  display: flex;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginTabs--F14aj .index-module--tab--5sQlD {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 24px;
  cursor: pointer;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginTabs--F14aj .index-module--tab--5sQlD .index-module--tabTxt--oAmpR {
  font-family: PingFang HK;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 100% */
  /* 字体及ICON颜色/摘要文字60% */
  color: #7d8085;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginTabs--F14aj .index-module--tab--5sQlD .index-module--tabLine--iOGvQ {
  margin-top: 8px;
  display: none;
  width: 10px;
  height: 2px;
  background-color: #386ee7;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginTabs--F14aj .index-module--tab--5sQlD.index-module--active--hOtvp .index-module--tabTxt--oAmpR {
  color: #386ee7;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginTabs--F14aj .index-module--tab--5sQlD.index-module--active--hOtvp .index-module--tabLine--iOGvQ {
  display: block;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU {
  height: 304px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy {
  height: 100%;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-code--w-Dss .ant-input-affix-wrapper input.ant-input {
  max-width: 220px;
  width: 100%;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-phone--j4xBg {
  margin: 22px 0 30px;
  line-height: 20px;
  font-size: 16px;
  color: #51555c;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-phone--j4xBg .index-module--uPhoneBlue--wKXBs {
  color: #386ee7;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-input--\+Ijym {
  position: relative;
  margin-bottom: 16px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-input--\+Ijym .index-module--password-input--9fCog .ant-input {
  margin-right: 40px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-input--\+Ijym .index-module--i-close--Cj1u2 {
  height: 16px;
  font-size: 14px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-input--\+Ijym .index-module--i-close-btn--LIHSp {
  position: absolute;
  right: 45px;
  top: 14px;
  z-index: 11;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-input--\+Ijym .ant-input-affix-wrapper {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 4px 16px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-input--\+Ijym .ant-input-affix-wrapper:hover .ant-input-affix-wrapper:focus .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 0px #ffffff;
  border: solid 1px #386ee7;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-check-protocol--4X\+vW {
  margin-top: 28px;
  line-height: 1;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-check-protocol--4X\+vW .index-module--u-protocol--CKSn4 > a {
  margin: 0 4px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-submit-btn--VSZIb {
  margin-top: 12px;
  width: 100%;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-submit-btn--VSZIb .ant-btn-primary:hover .ant-btn-primary:focus {
  border-color: #386ee7;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-primary-btn--zcbK6 {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  border-color: #386ee7;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-primary-btn--zcbK6 .ant-btn-primary:hover .ant-btn-primary:focus {
  border-color: #386ee7;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-code-text--5ysTW {
  position: absolute;
  top: 0;
  right: 16px;
  line-height: 48px;
  font-size: 16px;
  z-index: 9;
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
  cursor: pointer;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz {
  display: flex;
  margin-top: 16px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #386ee7;
  border-color: #386ee7;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .index-module--u-link-account--SldTW {
  flex: 1 1;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .index-module--u-link-account--SldTW > span {
  cursor: pointer;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .index-module--u-link-account--SldTW .index-module--validate--ag3aF {
  margin-left: 8px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .index-module--u-link-pwd--wsE3Q {
  flex: none;
  color: #386ee7;
  cursor: pointer;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .index-module--host-change-wrapper--gwAzG {
  display: flex;
  height: 20px;
  align-items: center;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .index-module--host-change-wrapper--gwAzG .ant-select-selector {
  padding-left: 4px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .index-module--host-change-wrapper--gwAzG .ant-select-selection-item {
  color: #7d8085;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-link---Aimz .index-module--split-line--y528Z {
  background-color: #a8aaad;
  width: 1px;
  height: 12px;
  opacity: 0.6;
  margin-left: 12px;
  margin-right: 8px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-warning--kPNTN {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-warning--kPNTN .index-module--uWarningIcon--KnFj0 {
  flex: none;
  margin-top: 2px;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mailWrap--Y9tdy .index-module--u-warning--kPNTN .index-module--u-warning-text--cB-zN {
  margin-left: 5px;
  height: 36px;
  word-break: break-word;
  flex: 1 1;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #f74f4f;
}
.index-module--loginContainer--dKN6G .index-module--loginWrap--EUC7K .index-module--loginFormWrap--qkhy0 .index-module--loginContent--MVHMU .index-module--mobileWrap--JLqJW {
  height: 100%;
}

.index-module--u-protocol--CKSn4 > a {
  margin: 0 4px;
}
.avatarEditor-module--bg--UPsVH {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.avatarEditor-module--avatar-editor-pop-up--qFcyy {
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.85);
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--defaultAvatarBg--1D8S- {
  border-radius: 50%;
  width: 476px;
  height: 476px;
  font-size: 175px;
  color: #fff;
  text-align: center;
  line-height: 476px;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--slider--KAIdy {
  padding: 2px 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("https://cowork-storage-public-cdn.lx.netease.com/lxbg/2021/10/08/325331ad2b744777a26ea101d4e5d5f8.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--slider--KAIdy .avatarEditor-module--sliderArea--jOqqd {
  margin-top: 1px;
  width: 156px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  display: flex;
  justify-content: center;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--slider--KAIdy .avatarEditor-module--sliderAction--beR\+u {
  width: 22px;
  height: 14px;
  background: transparent;
  cursor: pointer;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--slider--KAIdy .ant-slider {
  width: 142px;
  height: 14px;
  margin: 0;
  padding: 0;
  align-items: center;
  background: transparent;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--slider--KAIdy .ant-slider .ant-slider-rail {
  height: 100%;
  background: transparent;
  border-radius: 999px;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--slider--KAIdy .ant-slider .ant-slider-track {
  background: transparent;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--slider--KAIdy .ant-slider .ant-slider-handle {
  margin: 0;
  width: 12px;
  height: 12px;
  background: white;
  border: none;
  box-shadow: none;
  top: 1px;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE {
  height: 50px;
  display: flex;
  align-items: center;
  background: #ffffff;
  background: var(--white, #ffffff);
  position: relative;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--changePic--NKNqR,
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--deletePic--hgbnX {
  margin-left: 12px;
  border: none;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--changePic--NKNqR:hover,
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--deletePic--hgbnX:hover {
  cursor: pointer;
  color: #445fe5;
  color: var(--Brand-7, #445fe5);
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--changePic--NKNqR.avatarEditor-module--deletePic--hgbnX,
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--deletePic--hgbnX.avatarEditor-module--deletePic--hgbnX {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
  margin-left: 0;
  padding: 0 8px;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--leftArea--8AV3A {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--rightArea--Ojngh {
  position: absolute;
  right: 0;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--rightArea--Ojngh .avatarEditor-module--confirm--OCBN9 {
  margin-right: 24px;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--rightArea--Ojngh .avatarEditor-module--cancel--ebZH1 {
  margin-right: 16px;
}
.avatarEditor-module--avatar-editor-pop-up--qFcyy .avatarEditor-module--bottom--y55HE .avatarEditor-module--picInput--LLoxr {
  display: none;
  position: absolute;
  z-index: -1;
}
.m-sticky-history {
  margin: 8px 16px;
  height: 32px;
  line-height: 32px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  border-radius: 4px;
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
}
.m-sticky-history-product {
  display: block;
}
.m-sticky-history .ant-table-tbody > tr > td {
  border-top: 0.5px solid #e1e3e8;
  border-top: 0.5px solid var(---Line-3--, #e1e3e8);
}
.m-sticky-history .ant-table-tbody > tr.ant-table-row:hover > td,
.m-sticky-history .ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background-color: #f6f7fa;
  background-color: var(---Fill-2, #f6f7fa);
}
.m-sticky-history .ant-table-cell {
  background-color: #f6f7fa;
  background-color: var(---Fill-2, #f6f7fa);
}
.m-sticky-history .u-sticky-table {
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
}
.m-sticky-history .u-sticky-table-type {
  margin-left: 22px;
}
.m-sticky-history .u-sticky-table-row {
  color: #747a8c;
  color: var(---Text-3, #747a8c);
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  border-top: 1px solid #272e47;
}
.m-sticky-history .u-sticky-table-empty {
  color: #747a8c;
  color: var(---Text-3, #747a8c);
  background: #f6f7fa;
  background: var(---Fill-2, #f6f7fa);
  text-align: left;
  margin-left: -10px;
}
.m-sticky-history .u-sticky-content {
  display: flex;
  align-items: center;
}
.m-sticky-history .u-sticky-icon {
  margin-left: 12px;
  margin-right: 8px;
  height: 17px;
  display: inline-block;
  line-height: 17px;
}
.m-sticky-history .u-sticky-title {
  color: #272e47;
  color: var(---Text-5-, #272e47);
  margin-right: 8px;
}
.m-sticky-history .u-sticky-list {
  margin-right: 5px;
}
.m-sticky-history .u-sticky-icon {
  padding: 0 5px;
}

.m-sticky-history-expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: auto;
}

.u-status {
  position: relative;
  padding-top: 73px;
}
.u-status-header {
  position: absolute;
  top: 0;
  width: 432px;
  z-index: 9;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.u-status-title {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  color: var(--font-color-3, #000000);
  padding-bottom: 16px;
}
.u-status-tab {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.u-status-info {
  width: calc(100% + 48px);
  margin-left: -24px;
  height: 36px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 400;
  background: rgba(159, 162, 173, 0.1);
  background: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.1);
}
.u-status-tips {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #386ee7;
  border-radius: 4px;
}
.u-status-text {
  margin-right: 24px;
  cursor: pointer;
}
.u-status-text.on {
  color: #386ee7;
}
.u-status-list {
  height: 300px;
  overflow-y: auto;
}
.u-status .ant-list-item {
  padding: 8px 0;
}
.u-status .ant-list-item .ant-list-item-meta-title {
  line-height: 14px;
}
.u-status .ant-list-item .ant-list-item-meta-description {
  line-height: 16px;
}
.u-status .ant-list-split .ant-list-item {
  border-bottom: 0;
}

.u-status-icon {
  position: absolute;
  width: 100px;
  right: 0;
}
.u-status-icon .icons {
  padding: 0 10px;
}
.u-status-icon .ant-spin {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.u-status-empty-img {
  margin: 50px auto 10px;
  width: 200px;
  height: 128px;
  background: url(/static/no-message-0c335b6bd98a17381ed1dae1bf394fcb.png) no-repeat center center;
  background-size: 200px 128px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.ant-select-dropdown.sirusDrop .ant-select-item {
  padding: 10px 12px;
  color: rgba(39, 46, 71, 0.9);
}
.ant-select-dropdown.sirusDrop .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #ffffff;
  color: #386ee7;
}
.ant-select-dropdown.sirusDrop .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #ffffff;
  color: #386ee7;
}

.m-login-wrapper {
  position: relative;
  flex: 1 1;
  margin: 56px 0;
  padding: 0 30px;
  width: 100%;
  min-width: 420px;
  max-width: 540px;
  max-height: 600px;
  min-height: 528px;
  text-align: left;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.m-login-wrapper .u-login {
  width: 100%;
  max-width: 400px;
}
.m-login-wrapper .u-login .u-back {
  position: absolute;
  top: -50px;
  left: -20px;
  cursor: pointer;
}
.m-login-wrapper .u-login .u-back-logo {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: rgba(39, 46, 71, 0.07);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.07);
  color: #262a33;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.m-login-wrapper .u-login .u-back .anticon svg {
  font-size: 11px;
}
.m-login-wrapper .u-login .u-back .back {
  color: #51555c;
  font-size: 16px;
  line-height: 24px;
  margin-left: 12px;
}
.m-login-wrapper .u-login .ant-input-affix-wrapper {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 4px 16px;
}
.m-login-wrapper .u-login .ant-input-affix-wrapper:hover,
.m-login-wrapper .u-login .ant-input-affix-wrapper:focus,
.m-login-wrapper .u-login .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 0px #ffffff;
  border: solid 1px #386ee7;
}
.m-login-wrapper .u-login .u-code .ant-input-affix-wrapper > input.ant-input {
  max-width: 220px;
  width: 100%;
}
.m-login-wrapper .u-login .anticon svg {
  font-size: 16px;
}
.m-login-wrapper .u-login .u-title {
  font-size: 24px;
  line-height: 24px;
  color: #262a33;
}
.m-login-wrapper .u-login .u-warning {
  margin: 12px 0 8px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #f74f4f;
}
.m-login-wrapper .u-login .u-phone {
  margin: 22px 0 30px;
  line-height: 20px;
  font-size: 16px;
  color: #51555c;
}
.m-login-wrapper .u-login .u-input {
  position: relative;
  margin: 8px 0 16px;
}
.m-login-wrapper .u-login .u-input.u-input-pwd {
  margin-bottom: 12px;
}
.m-login-wrapper .u-login .u-input .i-close {
  height: 16px;
  font-size: 14px;
}
.m-login-wrapper .u-login .u-input .i-close-btn {
  position: absolute;
  right: 45px;
  top: 14px;
  z-index: 11;
}
.m-login-wrapper .u-login .u-check-protocol {
  line-height: 1;
}
.m-login-wrapper .u-login .u-check-protocol .u-protocol > a {
  margin: 0 4px;
}
.m-login-wrapper .u-login .u-submit-btn {
  margin-top: 24px;
  width: 100%;
}
.m-login-wrapper .u-login .u-primary-btn {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  border-color: #386ee7;
}
.m-login-wrapper .u-login .ant-btn-primary:hover,
.m-login-wrapper .u-login .ant-btn-primary:focus {
  border-color: #386ee7;
}
.m-login-wrapper .u-login .u-code-text {
  position: absolute;
  top: 0;
  right: 16px;
  line-height: 48px;
  font-size: 16px;
  z-index: 9;
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
  cursor: pointer;
}
.m-login-wrapper .u-login .u-link {
  margin: 24px 0;
}
.m-login-wrapper .u-login .u-link .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #386ee7;
  border-color: #386ee7;
}
.m-login-wrapper .u-login .u-link-account {
  float: left;
  cursor: pointer;
}
.m-login-wrapper .u-login .u-link-account .validate {
  margin-left: 8px;
}
.m-login-wrapper .u-login .u-link-pwd {
  float: right;
  color: #386ee7;
  cursor: pointer;
}
.m-login-wrapper .password-input .ant-input {
  margin-right: 40px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes moblie-module--spin-0-180--hEc9b {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes moblie-module--spin-180-0--Rne6I {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT,
.moblie-module--wrap--L8JKb .moblie-module--codeControl--aZ6Cg {
  position: relative;
  margin-bottom: 16px;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .ant-input-affix-wrapper,
.moblie-module--wrap--L8JKb .moblie-module--codeControl--aZ6Cg .ant-input-affix-wrapper {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 4px 16px;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .ant-input-affix-wrapper:hover .ant-input-affix-wrapper:focus .ant-input-affix-wrapper-focused,
.moblie-module--wrap--L8JKb .moblie-module--codeControl--aZ6Cg .ant-input-affix-wrapper:hover .ant-input-affix-wrapper:focus .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 0px #ffffff;
  border: solid 1px #386ee7;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT {
  position: relative;
  height: 48px;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--defaultMobile--OW-Rn {
  height: 48px;
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k {
  width: 100%;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
  height: 308px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu::-webkit-scrollbar:horizontal {
  height: 6px;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu:hover::-webkit-scrollbar-button {
  display: none;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu:hover::-webkit-scrollbar-corner {
  display: none;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu-item {
  padding: 0;
  margin: 0 8px;
  height: 40px;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu-item-active {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
  border-radius: 6px;
  cursor: pointer;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu-item-group-list {
  padding: 0;
  margin: 0;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu-item-group-title {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
  padding: 0 16px;
  margin: 4px 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #7d8085;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaWrap--FGK1k .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaTxt--WOJgj {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  width: 73px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #b7bac2;
  border-right: 1px solid var(--Text-1, #b7bac2);
  color: #262a33;
  color: var(--font-color-2, #262a33);
  cursor: pointer;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaTxt--WOJgj span {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaTxt--WOJgj i {
  margin-left: 4px;
  width: 8px;
  height: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4zOTA0MyA2LjUxMTk2TDcuMzUwMTIgMi44MTIzNUM3LjYxMjAzIDIuNDg0OTcgNy4zNzg5NCAyIDYuOTU5NjkgMkwxLjA0MDMxIDJDMC42MjEwNiAyIDAuMzg3OTc0IDIuNDg0OTcgMC42NDk4NzkgMi44MTIzNUwzLjYwOTU3IDYuNTExOTZDMy44MDk3MyA2Ljc2MjE2IDQuMTkwMjcgNi43NjIxNiA0LjM5MDQzIDYuNTExOTZaIiBmaWxsPSIjMjYyQTMzIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8L3N2Zz4K);
  background-size: 100%;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaTxt--WOJgj i.moblie-module--arrowUp--jG5KV {
  animation: moblie-module--spin-0-180--hEc9b 0.5s linear;
  transform: rotate(180deg);
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileAreaTxt--WOJgj i.moblie-module--arrowDown--NKPvX {
  transform: rotate(0deg);
  animation: moblie-module--spin-180-0--Rne6I 0.5s linear;
}
.moblie-module--wrap--L8JKb .moblie-module--mobileControl--SofyT .moblie-module--mobileInput--pNnRs {
  padding-left: 90px;
}
.moblie-module--wrap--L8JKb .moblie-module--codeControl--aZ6Cg .moblie-module--codeInput--\+z7qJ {
  padding-right: 124px;
}
.moblie-module--wrap--L8JKb .moblie-module--codeControl--aZ6Cg .moblie-module--codeTime--8GP-e {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  width: 108px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #b7bac2;
  border-left: 1px solid var(--Text-1, #b7bac2);
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
  cursor: pointer;
}
.moblie-module--wrap--L8JKb .moblie-module--codeControl--aZ6Cg .moblie-module--codeTime--8GP-e .moblie-module--disabled--G3zpj {
  color: rgba(159, 162, 173, 0.3);
  color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.3);
}
.moblie-module--wrap--L8JKb .moblie-module--protocolWrap--SiVxl {
  margin-top: 32px;
  line-height: 1;
}
.moblie-module--wrap--L8JKb .moblie-module--protocolWrap--SiVxl .moblie-module--u-protocol--aXfDA > a {
  margin: 0 4px;
}
.moblie-module--wrap--L8JKb .moblie-module--submitBtn--WdvEP {
  margin-top: 12px;
  width: 100%;
  height: 48px;
  background: #386ee7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #ffffff;
}
.moblie-module--wrap--L8JKb .moblie-module--toRegister--TOjEw {
  display: flex;
  margin-top: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  /* 黑白灰/字体 80% */
  color: rgba(39, 46, 71, 0.8);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.8);
}
.moblie-module--wrap--L8JKb .moblie-module--toRegister--TOjEw .moblie-module--blue--jasgU {
  color: #386ee7;
  cursor: pointer;
}
.moblie-module--wrap--L8JKb .moblie-module--errorWrap--WEs6r {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.moblie-module--wrap--L8JKb .moblie-module--errorWrap--WEs6r .moblie-module--errorIcon--DV7dX {
  flex: none;
  margin-top: 2px;
}
.moblie-module--wrap--L8JKb .moblie-module--errorWrap--WEs6r .moblie-module--errorText--xSCtc {
  margin-left: 5px;
  height: 36px;
  word-break: break-word;
  flex: 1 1;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #f74f4f;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes avatar-module--spin--KpaxT {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.avatar-module--avatarWrapper--Pxx1L {
  cursor: pointer;
  position: relative;
  margin: 0 auto 16px;
  width: 32px;
  height: 32px;
}
.avatar-module--avatarWrapper--Pxx1L:first-child {
  margin-top: 16px;
}
.avatar-module--avatarWrapper--Pxx1L .avatar-module--avatarLoadingWrap--zrytD {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.avatar-module--avatarWrapper--Pxx1L .avatar-module--avatarLoading--PK\+NF {
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-image: url(/static/loading.f6fa4f4f.svg);
  animation: avatar-module--spin--KpaxT 1s linear infinite;
}
.avatar-module--avatarWrapper--Pxx1L .avatar-module--avatarLink--69liD {
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 14px;
  height: 14px;
  z-index: 1;
  background-image: url(/static/link_account.435f8fbd.svg);
  background-size: 100%;
}
.avatar-module--avatarWrapper--Pxx1L .avatar-module--avatarRedDot--wBFGU {
  border-radius: 10px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  right: 0px;
}
.DeliveryInfo-module--infoWrap--6eWNI {
  background: rgba(76, 106, 255, 0.09);
  margin: 8px 16px 8px 16px;
  padding: 6px 12px;
  display: flex;
  border-radius: 4px;
}
.DeliveryInfo-module--infoWrap--6eWNI .DeliveryInfo-module--iconWrap--xNUmv {
  width: 22px;
  padding-top: 2px;
  padding-right: 10px;
}
.DeliveryInfo-module--infoWrap--6eWNI .DeliveryInfo-module--head--plytI .DeliveryInfo-module--title--igTJp {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.DeliveryInfo-module--infoWrap--6eWNI .DeliveryInfo-module--head--plytI .DeliveryInfo-module--content--3OPan {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgb(84, 90, 110);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.qrcode-module--container--m\+mBt .qrcode-module--err--4LHHA {
  position: absolute;
  width: 160px;
  height: 160px;
  background: #fff;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.qrcode-module--container--m\+mBt .qrcode-module--title--yt3jp {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-container--r8uKG {
  display: flex;
  align-items: center;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-container--r8uKG .qrcode-module--qrcode-wrapper--8hwQw {
  width: 200px;
  height: 200px;
  padding: 12px;
  position: relative;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-container--r8uKG .qrcode-module--qrcode-wrapper--8hwQw .qrcode-module--err-tip--3V3B8 {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-container--r8uKG .qrcode-module--qrcode-wrapper--8hwQw .qrcode-module--err-tip--3V3B8 .qrcode-module--err-tip-text--xYEAx {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  word-break: break-all;
  padding: 6px;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-container--r8uKG .qrcode-module--qrcode-wrapper--8hwQw .qrcode-module--err-tip--3V3B8 .qrcode-module--err-act-btn--ATHU- {
  margin-top: 24px;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 4px;
  background-color: white;
  height: 32px;
  width: 80px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-container--r8uKG .qrcode-module--qrcode-wrapper--8hwQw .qrcode-module--err-tip--3V3B8 .qrcode-module--success-icon--6zzqM {
  width: 54px;
  height: 54px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMjkuOTk5OEMzIDE1LjA4ODIgMTUuMDg4MiAzIDI5Ljk5OTggM0M0NC45MTE1IDMgNTYuOTk5NyAxNS4wODgyIDU2Ljk5OTcgMjkuOTk5OEM1Ni45OTk3IDQ0LjkxMTUgNDQuOTExNSA1Ni45OTk3IDI5Ljk5OTggNTYuOTk5N0MxNS4wODgyIDU2Ljk5OTcgMyA0NC45MTE1IDMgMjkuOTk5OFoiIGZpbGw9IiMwRkQ2ODMiLz4KPHBhdGggZD0iTTE5IDI5LjVMMjcgMzdMNDMgMjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMy42IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-container--r8uKG .qrcode-module--qrcode-tip--Bc3Ja {
  margin-left: 20px;
  width: 140px;
  height: 175px;
  background-image: url(/static/scan-phone-tip-f34246e04b3244bd105b0cf89a2680d5.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-login-tip--gy6Wu {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  line-height: 14px;
  color: #7d8085;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-login-tip--gy6Wu a {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcodeTip2--7e\+Jh {
  display: flex;
  align-items: center;
  gap: 12px;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcodeTip2--7e\+Jh .qrcode-module--qrcodeTip2Text--Md4Uq {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  text-align: center;
  font-size: 14px;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcodeTip2--7e\+Jh .qrcode-module--qrcodeTip2Sep--YlWxK {
  color: #ebedf2;
  color: var(--line-2, #ebedf2);
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcodeTip2--7e\+Jh .qrcode-module--qrcodeTip2LinkContainer--JiAbM {
  display: flex;
  align-items: center;
  cursor: default;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcodeTip2--7e\+Jh .qrcode-module--qrcodeTip2Link--wz1Vm {
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  text-align: center;
  margin-right: 4px;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcodeTip2--7e\+Jh .qrcode-module--qrcodeTip2Icon--4AKMi {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjYuNSIgY3k9IjYuNSIgcj0iNi41IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxLjUgMTQuNSkiIHN0cm9rZT0iIzhEOTJBMSIvPgogICAgPHBhdGggZD0iTTggMTEuM1Y3LjAwMDA2IiBzdHJva2U9IiM4RDkyQTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHJlY3QgeD0iMC4zNSIgeT0iLTAuMzUiIHdpZHRoPSIwLjciIGhlaWdodD0iMC43IiByeD0iMC4zNSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgNy4zMDAwNSA0LjgpIiBzdHJva2U9IiM4RDkyQTEiIHN0cm9rZS13aWR0aD0iMC43Ii8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: cover;
}
.qrcode-module--container--m\+mBt .qrcode-module--qrcode-login-err--tyu0g {
  margin-top: 24px;
  text-align: center;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}

.appQrCodeContainer {
  padding: 16px;
}
.appQrCodeContainer .appQrCode {
  width: 112px;
  height: 112px;
  background: url(/static/app-qr-code-5736641c23ee09589cc10c48628ccedf.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 4px;
}
.appQrCodeContainer .appDownText {
  color: #747a8c;
  color: var(--text-3, #747a8c);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.avatar-list-module--avatar-list--u49If {
  -webkit-app-region: no-drag;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  position: absolute;
  width: 68px;
  background: transparent;
  bottom: 0;
}
.avatar-list-module--avatar-list--u49If.avatar-list-module--avatarListEdm--yKbOe.avatar-list-module--blurBg--tDV4v {
  height: calc(100% - 6px);
}
.avatar-list-module--avatar-list--u49If.avatar-list-module--avatarListEdm--yKbOe.avatar-list-module--avatarListEdmMac--LJAO8.avatar-list-module--blurBg--tDV4v {
  height: calc(100% - 32px);
}
.avatar-list-module--avatar-list--u49If.avatar-list-module--avatarListEdm--yKbOe .avatar-list-module--scroll-wrapper--ZzxVH .avatar-list-module--add-account-icon--0idFh {
  margin-top: 12px;
}
.avatar-list-module--avatar-list--u49If.avatar-list-module--blurBg--tDV4v {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 100vh;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--float-btn--Bn4wd {
  z-index: 5;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--float-btn--Bn4wd .avatar-list-module--avatarRedDot--EzLVQ {
  border-radius: 10px;
  background: #fe5b4c;
  background: var(--Error-6, #fe5b4c);
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  right: 21px;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH {
  overflow: scroll;
  overflow: hidden;
  max-height: 80vh;
  transition: max-height 0.3s ease-out;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH.avatar-list-module--has-visible-add-account--56iAf:hover .avatar-list-module--add-account-wrapper--soJ01 {
  visibility: visible;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH.avatar-list-module--has-visible-add-account--56iAf .avatar-list-module--add-account-wrapper--soJ01 {
  visibility: hidden;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH .avatar-list-module--add-account-wrapper--soJ01 {
  overflow-y: hidden;
  flex: 0 0 auto;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH .avatar-list-module--add-account-icon--0idFh {
  margin-top: 16px;
  cursor: pointer;
  height: 32px;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH .avatar-list-module--list-wrapper--76gxp {
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH .avatar-list-module--list-wrapper--76gxp::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH .avatar-list-module--list-content--Zue2\+ {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  overflow-y: scroll;
}
.avatar-list-module--avatar-list--u49If .avatar-list-module--scroll-wrapper--ZzxVH .avatar-list-module--list-content--Zue2\+::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.DeliveryRecords-module--infoWrap--iM5ZW {
  background: rgb(246, 247, 250);
  border-radius: 4px;
  margin: 8px 16px 8px 16px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--titleWrap--oRO08 {
  padding: 6px 12px;
  display: flex;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--titleWrap--oRO08 .DeliveryRecords-module--left--D88l7 {
  flex: 1 1;
  display: flex;
  align-items: center;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--titleWrap--oRO08 .DeliveryRecords-module--logoWrap--4N54v {
  padding-right: 8px;
  display: flex;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--titleWrap--oRO08 .DeliveryRecords-module--title--EdwAe {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #272e47;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--titleWrap--oRO08 .DeliveryRecords-module--detail--9bk1e {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #4c6aff;
  margin-left: 5px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--titleWrap--oRO08 .DeliveryRecords-module--refresh--WmXO3 {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #4c6aff;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  max-height: 14px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--titleWrap--oRO08 .DeliveryRecords-module--refresh--WmXO3 .sirius-icon {
  max-width: 14px;
  max-height: 14px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--titleWrap--oRO08 .DeliveryRecords-module--operWrap--pcLb\+ {
  display: flex;
  align-items: center;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy {
  border-top: 1px solid #e1e3e8;
  padding: 0 16px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--record--8nRIz {
  display: flex;
  margin-top: 12px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--iconWrap--Vb6O6 {
  padding-right: 10px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--recordContent--IAO0A .DeliveryRecords-module--recordTitle--JrSHH {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #747a8c;
  line-height: 20px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--recordContent--IAO0A .DeliveryRecords-module--contactWrap--Vug14 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-bottom: 10px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--recordContent--IAO0A .DeliveryRecords-module--contact--GxXz5 {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--recordContent--IAO0A .DeliveryRecords-module--contactIcon--tV5Rf {
  padding-right: 2px;
  padding-top: 4px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--recordContent--IAO0A .DeliveryRecords-module--name--27tmu {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #080b19;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--recordContent--IAO0A .DeliveryRecords-module--email--ImCBv {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #545a6e;
  margin-left: 3px;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--recordError--9X4eQ .DeliveryRecords-module--name--27tmu {
  color: #fe5b4c;
}
.DeliveryRecords-module--infoWrap--iM5ZW .DeliveryRecords-module--detailWrap--kV9Wy .DeliveryRecords-module--recordError--9X4eQ .DeliveryRecords-module--email--ImCBv {
  color: #fe5b4c;
}
.corp-verify-code-module--corp-verify-code--hEoFJ {
  cursor: pointer;
}
.updateApp-module--update-app--eGuGP {
  -webkit-user-select: none;
          user-select: none;
  height: 58px;
  width: 100%;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
  -webkit-app-region: no-drag;
}
.updateApp-module--update-app-icon--rdCmg {
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDEuNzVDNy42ODIyMyAxLjc1IDEuNzUgNy42ODIyMyAxLjc1IDE1QzEuNzUgMjIuMzE3OCA3LjY4MjIzIDI4LjI1IDE1IDI4LjI1QzIyLjMxNzggMjguMjUgMjguMjUgMjIuMzE3OCAyOC4yNSAxNUMyOC4yNSA3LjY4MjIzIDIyLjMxNzggMS43NSAxNSAxLjc1WiIgZmlsbD0iIzFCQUMyQyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEwIDE1TDE1IDEwTTIwIDE1TDE1IDEwTTE1IDEwTDE1IDIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
  margin-top: 4px;
}
.updateApp-module--update-app-text--clUa5 {
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.launch-module--launchWrap--vJO6C {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q {
  width: 380px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--logo--ET6cc {
  margin-top: 18px;
  width: 80px;
  height: 80px;
  background-image: url(/static/favicon-af29628a3db308f0d0cd8e269c34d63d.png);
  background-size: 100% 100%;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--logoEdm--5iVAB {
  background-image: url(/static/favicon_edm-119bca437c5cd3a14d770213f111c773.png);
  background-size: 100% 100%;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--name--uPcxl {
  margin-top: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  text-align: center;
  /* 字体及ICON颜色/主要文字100% */
  color: #262a33;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--version--FtnMd {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  /* 字体及ICON颜色/次要文字80% */
  color: #51555c;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--initStep--Sb7w9 {
  margin-top: 152px;
  width: 360px;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--initStep--Sb7w9 .launch-module--initAccount--SkEGT {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #262a33;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--initStep--Sb7w9 .launch-module--progressWrap--u2Q6c {
  margin-top: 12px;
  width: 100%;
  height: 6px;
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  border-radius: 4px;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--initStep--Sb7w9 .launch-module--progressWrap--u2Q6c .launch-module--process--1kCRj {
  border-radius: 4px;
  height: 6px;
  background: #386ee7;
  transition: width 0.5s;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--initStep--Sb7w9 .launch-module--txtWrap--hzuvZ {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--initStep--Sb7w9 .launch-module--txtWrap--hzuvZ .launch-module--initTxt--Z\+FUq {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  /* 字体及ICON颜色/不重要文字40% */
  color: #a8aaad;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--initStep--Sb7w9 .launch-module--txtWrap--hzuvZ .launch-module--initNum--7yIU\+ {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  /* 字体及ICON颜色/主要文字100% */
  color: #262a33;
}
.launch-module--launchWrap--vJO6C .launch-module--launchContent--Y90-Q .launch-module--startBtn--nNTvd {
  cursor: pointer;
  background: #386ee7;
  border-radius: 8px;
  margin-top: 112px;
  width: 400px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  text-align: center;
  color: #ffffff;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mail-module--wrap--LEYhk {
  width: 100%;
  max-width: 400px;
}
.mail-module--wrap--LEYhk .ant-input-affix-wrapper {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 4px 16px;
}
.mail-module--wrap--LEYhk .ant-input-affix-wrapper:hover .ant-input-affix-wrapper:focus .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 0px #ffffff;
  border: solid 1px #386ee7;
}
.mail-module--wrap--LEYhk .mail-module--pwdWrap--GEg86 {
  margin-top: 16px;
}
.mail-module--wrap--LEYhk .mail-module--protocolWrap--2eD9P {
  margin-top: 32px;
  line-height: 1;
}
.mail-module--wrap--LEYhk .mail-module--protocolWrap--2eD9P .mail-module--u-protocol--A0Tgi > a {
  margin: 0 4px;
}
.mail-module--wrap--LEYhk .mail-module--submitBtn--2wm4q {
  margin-top: 32px;
  width: 100%;
  height: 48px;
  background: #386ee7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #ffffff;
}
.mail-module--wrap--LEYhk .mail-module--errorWrap--JIf1v {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.mail-module--wrap--LEYhk .mail-module--errorWrap--JIf1v .mail-module--errorIcon--7STXr {
  flex: none;
  margin-top: 2px;
}
.mail-module--wrap--LEYhk .mail-module--errorWrap--JIf1v .mail-module--errorText--w\+lvW {
  margin-left: 5px;
  height: 36px;
  word-break: break-word;
  flex: 1 1;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #f74f4f;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.bindAccount-module--wrap--384Sw {
  width: 476px;
  height: 480px;
  padding: 24px 38px;
  box-sizing: border-box;
}
.bindAccount-module--wrap--384Sw .bindAccount-module--back--fITi3 {
  width: 100%;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #7d8085;
  cursor: pointer;
}
.bindAccount-module--wrap--384Sw .bindAccount-module--title--XgRW0 {
  margin: 34px 0 46px 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.approveStatus-module--approveStatus--kS1L9 {
  margin: 8px 16px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.approveStatus-module--approveStatus--kS1L9 .approveStatus-module--approveCont--uIzmi {
  display: flex;
  align-items: center;
  flex: 1 1;
}
.approveStatus-module--approveStatus--kS1L9 .approveStatus-module--approveIcon--1R\+zx {
  margin-right: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.approveStatus-module--approveStatus--kS1L9 .approveStatus-module--buts--0hNAw {
  color: #4c6aff;
}
.approveStatus-module--approveStatus--kS1L9 .approveStatus-module--buts--0hNAw .approveStatus-module--checkApprove--oMNt1 {
  cursor: pointer;
}
.approveStatus-module--approveStatus--kS1L9 .approveStatus-module--buts--0hNAw .approveStatus-module--withdrawApprove--LiG3X {
  margin-left: 16px;
  cursor: pointer;
}
.host-change-dropdown {
  -webkit-user-select: none;
          user-select: none;
}
.host-change-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  font-weight: normal;
  background-color: white;
}
.host-change-dropdown .ant-select-item-option:not(.ant-select-item-option-selected) {
  color: #262a33;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.classify-content-module--classify-content--fPogn > .ant-modal {
  min-width: 720px;
  position: absolute;
  top: 64px;
  bottom: 64px;
  left: 180px;
  width: calc(100% - 360px) !important;
}
.classify-content-module--classify-content--fPogn .ant-modal-content {
  height: 100%;
  overflow: hidden;
}
.classify-content-module--classify-content--fPogn .ant-modal-close {
  -webkit-app-region: no-drag;
  top: 20px;
  right: 18px;
}
.classify-content-module--classify-content--fPogn .ant-modal-close-x {
  width: 28px;
  height: 28px;
  line-height: 38px;
}
.classify-content-module--classify-content--fPogn .ant-divider {
  margin: 0 !important;
}
.classify-content-module--classify-content--fPogn .ant-btn {
  padding: 4px 18px;
}
.classify-content-module--classify-content--fPogn .ant-checkbox-wrapper {
  font-size: 12px;
  line-height: 16px;
  color: #262a33;
}
.classify-content-module--classify-content--fPogn .ant-form-item-explain-error {
  line-height: 14px;
  min-height: 14px;
  margin-top: 8px;
  font-size: 12px;
}
.classify-content-module--classify-content--fPogn .ant-checkbox .ant-checkbox-inner {
  width: 14px;
  height: 14px;
  border-color: #a8aaad;
}
.classify-content-module--classify-content--fPogn .ant-checkbox-wrapper-checked .ant-checkbox-inner {
  border-color: #386ee7;
}
.classify-content-module--classify-content--fPogn .ant-checkbox-wrapper-checked .ant-checkbox-inner::after {
  transform: rotate(45deg) translate(-55%, -45%) scale(0.8);
}
.classify-content-module--classify-content--fPogn .ant-checkbox-indeterminate .ant-checkbox-inner {
  border-color: #386ee7;
}
.classify-content-module--classify-content--fPogn .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(0.7);
}
.classify-content-module--classify-content--fPogn .ant-checkbox-checked .ant-checkbox-inner {
  border-color: #386ee7;
}
.classify-content-module--classify-content--fPogn .ant-checkbox-checked::after {
  border: none;
}
.classify-content-module--classify-content--fPogn .ant-checkbox + span {
  padding: 0 6px;
}
.classify-content-module--classify-content--fPogn .ant-select,
.classify-content-module--classify-content--fPogn .ant-select-item {
  font-size: 12px;
}
.classify-content-module--classify-content--fPogn .ant-form-item-has-error .ant-col .ant-select .ant-select-selector:hover,
.classify-content-module--classify-content--fPogn .ant-form-item-has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  border-color: #386ee7 !important;
}
.classify-content-module--classify-content--fPogn .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #386ee7;
  font-weight: 400;
  background-color: transparent;
}
.classify-content-module--classify-content--fPogn .ant-select-single.ant-select-open .ant-select-selection-item {
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.classify-content-module--classify-content--fPogn .ant-radio-checked::after {
  border: 1px solid #386ee7;
}
.classify-content-module--classify-content--fPogn .ant-radio-checked .ant-radio-inner {
  border-color: #386ee7;
}
.classify-content-module--classify-content--fPogn .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
.classify-content-module--classify-content--fPogn .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.classify-content-module--classify-content--fPogn .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector:hover,
.classify-content-module--classify-content--fPogn .ant-select:not(.ant-select-customize-input) .ant-select-selector:hover {
  border-color: #386ee7;
}
.classify-content-module--classify-content--fPogn .ant-select-open.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #386ee7;
}
.classify-content-module--classify-content--fPogn .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: none;
}
.classify-content-module--classify-content--fPogn .ant-select-selection-item-content,
.classify-content-module--classify-content--fPogn .ant-select-selection-search-input {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.classify-content-module--classify-content--fPogn .ant-input {
  border-radius: 4px;
  font-size: 12px;
  padding: 7px 12px;
  line-height: 16px;
}
.classify-content-module--classify-content--fPogn .ant-input:hover {
  border-color: #386ee7;
}
.classify-content-module--classify-content--fPogn .ant-input:focus {
  border-color: #386ee7;
  box-shadow: none !important;
}
.classify-content-module--classify-content--fPogn .ant-form {
  height: 100%;
}
.classify-content-module--classify-content-wrap--MDU6B {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.classify-content-module--classify-content-loading---kHxm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 5;
}
.classify-content-module--classify-content-head--bu\+Bs {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  width: 100%;
  padding: 24px 24px 20px;
  z-index: 1;
}
.classify-content-module--classify-content-title--zQpgE {
  color: #262a33;
  color: var(--font-color-2, #262a33);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
}
.classify-content-module--classify-content-title-folder--UlBVs span {
  vertical-align: middle;
}
.classify-content-module--classify-content-title-folder--UlBVs span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 108px);
  display: inline-block;
}
.classify-content-module--classify-content-desc--YaSx- {
  font-size: 12px;
  line-height: 16px;
  color: #a8aaad;
  margin: 0;
}
.classify-content-module--classify-content-detail--70QRA {
  flex: 1 1;
  width: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
  padding: 0 16px 0 24px;
  margin-top: 86px;
  font-size: 14px;
  line-height: 14px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.classify-content-module--classify-content-detail--70QRA::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.classify-content-module--classify-content-detail--70QRA::-webkit-scrollbar:horizontal {
  height: 6px;
}
.classify-content-module--classify-content-detail--70QRA::-webkit-scrollbar-button {
  display: none;
}
.classify-content-module--classify-content-detail--70QRA::-webkit-scrollbar-thumb {
  background-color: #d4d4d6;
  background-color: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 3px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.classify-content-module--classify-content-detail--70QRA::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.classify-content-module--classify-content-detail--70QRA::-webkit-scrollbar-corner {
  display: none;
}
.classify-content-module--classify-content-detail--70QRA .ant-divider {
  margin: 28px 0 28px;
}
.classify-content-module--classify-content-detail--70QRA .ant-select-selection-item {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.classify-content-module--classify-content-edit-detail--ZK7ua {
  margin-top: 66px;
}
.classify-content-module--classify-content-edit-foot--TyMFB {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 16px 24px;
  position: relative;
}
.classify-content-module--classify-content-select-exec-folder--5w0E8 {
  margin-bottom: 0;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
  text-decoration-line: underline;
  cursor: pointer;
}
.classify-content-module--classify-content-btns--4Flhx {
  display: flex;
  position: absolute;
  right: 24px;
}
.classify-content-module--classify-content-create-foot--TSSkL {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.classify-content-module--classify-content-create-foot--TSSkL .ant-btn {
  border: 1px solid #386ee7 !important;
  color: #386ee7 !important;
  background-color: #ffffff !important;
  background-color: var(--white, #ffffff) !important;
  border-radius: 4px !important;
}
.classify-content-module--classify-content-back--lpFuM {
  cursor: pointer;
  min-width: 140px;
}
.classify-content-module--classify-content-back--lpFuM > span, .classify-content-module--classify-content-back--lpFuM > svg {
  vertical-align: middle;
}
.classify-content-module--classify-content-back--lpFuM > svg {
  margin-right: 5px;
}
.classify-content-module--classify-content-no-cursor--o4MYG {
  cursor: default;
}
.classify-content-module--classify-content-btns--4Flhx {
  display: flex;
  align-items: center;
}
.classify-content-module--classify-content-btns--4Flhx .ant-form-item {
  margin-left: 16px;
  margin-bottom: 0;
}

.classify-content-module--hide--nMnKK {
  display: none;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--approvalModalContent--bkv52 .index-module--remarkTitle--TduKb {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.index-module--approvalModalContent--bkv52 .index-module--remarkTitle--TduKb .index-module--required--b1gQn {
  color: #fe5b4c;
  color: var(----Error-6, #fe5b4c);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.index-module--approvalModalContent--bkv52 .index-module--remarkTitle--TduKb .index-module--remarkTitleContent--KoTj1 {
  color: #272e47;
  color: var(----Text-5-, var(---, #272e47));
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--approvalModalContent--bkv52 .index-module--input--SsdHM:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--approvalModalContent--bkv52 .index-module--footer--aurVb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
}
.host-change-module--host-change-container--1NdE9 {
  display: flex;
}
.host-change-module--host-change-container--1NdE9 .host-change-module--expand-icon--8I7rq {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURSUpMUxpcR8qNSQoMh8vLyUoMSQpMiYoMiYoMScnL4SRNE8AAAAKdFJOU4AAGHAQXmg4SCCFQhbsAAAAQklEQVQI12MQhAIGPAxRBjAIRDBEDEA0syODoAKIwQRULA5iFIJ0NTAwcIC1izEwJIIZIgbMjhADFZigJgtNxGoXAGwFCVem/kH0AAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
}
.host-change-module--host-change-container--1NdE9 .ant-select-selection-item {
  line-height: 20px !important;
}
.host-change-module--host-change-container--1NdE9 .ant-select-selector {
  height: 20px !important;
  border: none !important;
  overflow: hidden;
}
.host-change-module--host-change-container--1NdE9 .ant-select {
  line-height: 20px !important;
}
.host-change-module--host-change-container--1NdE9 .ant-select-arrow {
  margin-top: -8px !important;
}
.host-change-module--host-change-container--1NdE9 .host-change-module--tooltip-icon--o9dAg {
  width: 13px;
  height: 13px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.cancel-popover-module--cancel-tooltip--m64Ys .ant-popover-inner {
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.cancel-popover-module--cancel-tooltip--m64Ys .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}
.cancel-popover-module--cancel-tooltip--m64Ys .cancel-popover-module--card--LaZY4 {
  width: 280px;
  height: 108px;
  border-radius: 6px;
  padding: 20px;
  z-index: 999;
}
.cancel-popover-module--cancel-tooltip--m64Ys .cancel-popover-module--card--LaZY4 .cancel-popover-module--title--Z\+D2Y {
  font-family: PingFang SC;
  color: #000000;
  color: var(--font-color-3, #000000);
  font-size: 14px;
  font-weight: 500;
}
.cancel-popover-module--cancel-tooltip--m64Ys .cancel-popover-module--card--LaZY4 .cancel-popover-module--btn-group--tnziG {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.cancel-popover-module--cancel-tooltip--m64Ys .cancel-popover-module--card--LaZY4 .cancel-popover-module--btn-group--tnziG .cancel-popover-module--btn-confirm--o6NSG,
.cancel-popover-module--cancel-tooltip--m64Ys .cancel-popover-module--card--LaZY4 .cancel-popover-module--btn-group--tnziG .cancel-popover-module--btn-cancel--md2xN {
  padding: 0;
  height: 28px;
  line-height: 16px;
}
.cancel-popover-module--cancel-tooltip--m64Ys .cancel-popover-module--card--LaZY4 .cancel-popover-module--btn-group--tnziG .cancel-popover-module--btn-confirm--o6NSG {
  min-width: 64px;
}
.cancel-popover-module--cancel-tooltip--m64Ys .cancel-popover-module--card--LaZY4 .cancel-popover-module--btn-group--tnziG .cancel-popover-module--btn-cancel--md2xN {
  min-width: 88px;
  margin-right: 16px;
  border-color: #386ee7;
  color: #386ee7;
}
.index-module--approvalStateTag--Ofu7w {
  display: inline-flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 0.5px solid #ffb54c;
  border: 0.5px solid var(--label-42, #ffb54c);
  background: #fff3e2;
  background: var(--label-41, #fff3e2);
  color: #cc913d;
  color: var(--label-43, #cc913d);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.qrcode-switch-module--qrcode-switch-container--2CrDk {
  position: absolute;
  top: 4px;
  right: 4px;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--hover-tip--N\+pcS {
  width: 94px;
  height: 44px;
  top: 22px;
  right: 81px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  background-image: url(/static/login-type-tip-bg.c28d82b9.svg);
  background-repeat: no-repeat;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--hover-tip--N\+pcS.qrcode-switch-module--en--Q50gv {
  width: 164px;
  background-image: url(/static/login-type-en-tip-bg.27fb50cf.svg);
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--hoverTip2--TWQ1S {
  width: 94px;
  height: 56px;
  line-height: 56px;
  top: 8px;
  right: 70px;
  position: absolute;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 12px;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--hoverTip2--TWQ1S.qrcode-switch-module--hoverTipAccount--TsaNB {
  width: 121px;
  background: url(/static/login-type-tip-bg_account.ca2805a9.svg) center 4px no-repeat;
  background-size: cover;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--hoverTip2--TWQ1S.qrcode-switch-module--hoverTipQr--eIQbK {
  width: 184px;
  background: url(/static/login-type-tip-bg_qr.18e8a810.svg) center 4px no-repeat;
  background-size: cover;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--hoverTip2--TWQ1S.qrcode-switch-module--hoverTipQr--eIQbK.qrcode-switch-module--en2--UQ-HR {
  width: 290px;
  background: url(/static/login-type-tip-bg_qr_en.d8a63ec9.svg) center 4px no-repeat;
  background-size: cover;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--right--KtepF {
  overflow: hidden;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--icon-container--vN5f1 {
  width: 0;
  height: 0;
  border-top: 80px solid rgba(76, 106, 255, 0.8);
  border-left: 80px solid transparent;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--icon-container--vN5f1 .qrcode-switch-module--icon--J\+lum {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 39px;
  width: 39px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--icon-container--vN5f1 .qrcode-switch-module--icon--J\+lum.qrcode-switch-module--pc-login-icon--73eo9 {
  background-image: url(/static/pc-login-icon.55549073.svg);
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--icon-container--vN5f1 .qrcode-switch-module--icon--J\+lum.qrcode-switch-module--qrcode-login-icon--b8snu {
  background-image: url(/static/qrcode-login-icon.0372b363.svg);
}
.qrcode-switch-module--qrcode-switch-container--2CrDk .qrcode-switch-module--icon-container--vN5f1:hover {
  border-top-color: #4c6aff;
  border-top-color: var(--Avatar-6, #4c6aff);
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.bindMobile-module--wrap--ZvUC4 {
  width: 476px;
  height: 480px;
  padding: 24px 38px;
  box-sizing: border-box;
}
.bindMobile-module--wrap--ZvUC4 .bindMobile-module--title--7e3jn {
  margin: 54px 0 46px 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.bindMobile-module--wrap--ZvUC4 .bindMobile-module--subTitle--ZwbMP {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  margin-bottom: 30px;
}
.bindMobile-module--wrap--ZvUC4 .bindMobile-module--noTip--Wvfqh {
  margin-top: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
.languageSwitchModal-module--switch-modal--m5-1a .ant-modal-footer {
  border: 0;
}
.languageSwitchModal-module--switch-modal--m5-1a .languageSwitchModal-module--modal-content--uaTqv {
  padding-top: 24px;
  padding-bottom: 38px;
}
.languageSwitchModal-module--switch-modal--m5-1a .languageSwitchModal-module--modal-content--uaTqv > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.languageSwitchModal-module--switch-modal--m5-1a .languageSwitchModal-module--modal-content--uaTqv img {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
}
.languageSwitchModal-module--switch-modal--m5-1a .languageSwitchModal-module--modal-content--uaTqv .languageSwitchModal-module--switch-info--qlpkW {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.enableAction-module--classify-enable--iAjBd {
  margin-bottom: 0;
}
.enableAction-module--classify-enable--iAjBd .ant-checkbox-wrapper:not(:first-child) {
  margin-left: 20px;
}
.approve-module--approve--epaMg {
  margin: 8px 16px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  background: #eff2fe;
  border-radius: 4px;
  display: flex;
}
.approve-module--approve--epaMg .approve-module--approveCont--f4HPC {
  flex: 1 1;
}
.approve-module--approve--epaMg .approve-module--approveIcon--M\+hAV {
  margin-right: 6px;
}
.approve-module--approve--epaMg .approve-module--buts--ruzfk {
  color: #4c6aff;
}
.approve-module--approve--epaMg .approve-module--buts--ruzfk > span {
  cursor: pointer;
  margin-left: 16px;
}
.approve-module--approve--epaMg .approve-module--buts--ruzfk > span:nth-child(1) {
  margin-left: 0;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--title--U-EtZ {
  color: #272e47;
  color: var(--Text-5-, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 20px;
  text-align: center;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--descWrapper--5LCGf {
  padding: 0 80px;
  color: #545a6e;
  color: var(--Text-4-, #545a6e);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--imgWrapper--ua0Dl {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--adminUnBlockingImg--8bILW {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/static/admin-unblocking-c24ab6355af32528909c0ccb27f892ac.png);
  width: 264px;
  height: 200px;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--innerError--c5e9A {
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--mobileCode--uoeIR {
  padding: 0 80px;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--mobileCode--uoeIR .mobile-modal-module--line--3htpy {
  display: flex;
  margin-bottom: 8px;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--mobileCode--uoeIR .mobile-modal-module--label--k3v73 {
  width: 84px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  align-self: center;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--mobileCode--uoeIR .mobile-modal-module--val--CJQ4l {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--mobileCode--uoeIR .mobile-modal-module--input--6Ty91 {
  margin-right: 12px;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--mobileCode--uoeIR .mobile-modal-module--error--uiO1x {
  margin-left: 84px;
  font-size: 14px;
  line-height: 18px;
  color: #f74f4f;
  word-break: break-word;
  line-height: 22px;
  height: 22px;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--btns--lE90i {
  display: flex;
  padding: 0 80px;
  justify-content: center;
}
.mobile-modal-module--mainWrapper--PvGOw .mobile-modal-module--tips--OWAlW {
  padding: 0 80px;
  margin-top: 20px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.conditionAction-module--classify-condition--3Atew .ant-select {
  margin-right: 8px;
}
.conditionAction-module--classify-condition--3Atew .ant-form-item {
  margin-bottom: 0;
}
.conditionAction-module--classify-condition--3Atew .ant-form-item-control-input-content > div {
  min-height: 32px;
}
.conditionAction-module--classify-condition--3Atew .ant-select-selection-overflow-item > span > div {
  padding-left: 8px;
  margin: 2px 4px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.conditionAction-module--classify-condition--3Atew .ant-select-selection-overflow-item > span > div > div {
  color: #262a33;
  color: var(--font-color-2, #262a33);
}
.conditionAction-module--classify-condition--3Atew .ant-space,
.conditionAction-module--classify-condition--3Atew .ant-space-item {
  min-width: 100%;
}
.conditionAction-module--classify-condition--3Atew .ant-space:first-child .conditionAction-module--classify-condition-item--iSPCS {
  border-radius: 4px 4px 0 0;
}
.conditionAction-module--classify-condition--3Atew .ant-space:first-child .conditionAction-module--classify-condition-item-connect--4Cau3 {
  display: none;
}
.conditionAction-module--classify-condition--3Atew .ant-space:last-child .conditionAction-module--classify-condition-item--iSPCS {
  border-radius: 0px 0 4px 4px;
}
.conditionAction-module--classify-condition--3Atew .ant-space .ant-space-item .conditionAction-module--classify-condition-item-radius--wtayK {
  border-radius: 4px;
}
.conditionAction-module--classify-condition--3Atew .ant-select-clear {
  color: #c9cbd6;
  color: var(--Fill-5, #c9cbd6);
}
.conditionAction-module--classify-condition--3Atew .ant-select-clear:hover {
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.conditionAction-module--classify-condition--3Atew .ant-select-selection-item-remove:hover svg path {
  stroke: #386ee7;
  stroke-opacity: 1;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-head--p0\+2o {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-title--y2Bag {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-right: 8px;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-content--cJndy {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-item--iSPCS {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  padding: 8px 16px 8px 8px;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-item-input--rU2oV {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-item-input--rU2oV .ant-select-selection-item {
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  border-radius: 12px;
  border: none;
  margin: 2px 4px;
  line-height: 24px;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-item-input-mail--pm9Cv .ant-form-item-control-input-content > div:first-child > div:last-child {
  top: 8px;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-item--iSPCS .conditionAction-module--classify-condition-item-connect--4Cau3 {
  margin: 10px 4px 0 0;
  font-size: 12px;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-item--iSPCS .conditionAction-module--classify-condition-item-option--jh8Iv .ant-select-item-option:nth-child(4) {
  display: flex;
  flex-direction: column;
  margin-bottom: 9px;
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-item--iSPCS .conditionAction-module--classify-condition-item-option--jh8Iv .ant-select-item-option:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: calc(100% - 24px);
  height: 0px;
  border: 0.5px solid rgba(39, 46, 71, 0.12);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
}
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-delete--l3H5J,
.conditionAction-module--classify-condition--3Atew .conditionAction-module--classify-condition-add--bKvOy {
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex: none;
  margin: 10px 0 0 14px;
}
.m-reply {
  padding: 12px 15px;
  box-shadow: inset 0px 0.5px 0px #e1e3e8;
  box-shadow: inset 0px 0.5px 0px var(--Fill-4, #e1e3e8);
  background: #ffffff;
  background: var(--white, #ffffff);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.m-reply .ant-btn-primary[disabled],
.m-reply .ant-btn-primary[disabled]:hover,
.m-reply .ant-btn-primary[disabled]:focus,
.m-reply .ant-btn-primary[disabled]:active {
  background: #386ee7 !important;
  opacity: 0.2;
  border: 0;
  color: #fff !important;
  border-radius: 4px !important;
}
.m-reply .u-reply {
  display: flex;
}
.m-reply .u-reply-input {
  display: flex;
  flex: 1 1;
  background: #f4f4f5;
  background: var(--white-bg, #f4f4f5);
  border-radius: 4px;
  line-height: 40px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 0 4px 0 12px;
  cursor: pointer;
}
.m-reply .u-reply-input.expand {
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border: 0;
  line-height: 28px;
  height: 28px;
}
.m-reply .u-reply-menu {
  border-right: 1px solid rgba(39, 46, 71, 0.07);
  border-right: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.07);
  cursor: pointer;
  width: 48px;
  height: 16px;
  line-height: 16px;
  margin: 12px 10px 12px 0;
  flex: none;
}
.m-reply .u-reply-menu-reply svg {
  padding-top: 2px;
  vertical-align: top;
}
.m-reply .u-reply-menu-xiala {
  margin: 0 12px 0 10px;
}
.m-reply .u-reply-menu-xiala svg {
  margin-top: -3px;
}
.m-reply .u-reply .expand .u-reply-menu {
  margin: 6px 12px 6px 0;
}
.m-reply .u-reply-textarea {
  position: relative;
  height: 156px;
  padding: 12px;
  border-radius: 4px;
  margin: 12px 0;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.m-reply .u-reply-textarea .textarea {
  font-size: 14px;
  line-height: 22px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  height: 134px;
  overflow: auto;
  padding: 0;
  resize: none;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
}
.m-reply .u-reply-content {
  display: flex;
  flex: 1 1;
  color: rgba(39, 46, 71, 0.4);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.4);
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  height: 40px;
  flex: 1 1 auto;
}
.m-reply .u-reply-content-name {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-reply .u-reply-content-more {
  flex: none;
}
.m-reply .u-reply .expand .u-reply-content {
  height: 28px;
}
.m-reply .u-reply-text {
  cursor: pointer;
}
.m-reply .u-reply-text .text {
  padding: 0 8px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.m-reply .u-reply-text-fast {
  display: flex;
  flex-wrap: wrap;
  max-height: 40px;
  overflow: hidden;
  justify-content: flex-end;
  padding-left: 12px;
}
.m-reply .u-reply-text-fast .text {
  flex: none;
}
.m-reply .u-reply .expand .u-reply-text {
  line-height: 16px;
}
.m-reply .u-reply-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  text-align: center;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.m-reply .u-reply-btn svg {
  margin: 10px 0;
}
.m-reply .u-reply-btn-svg svg {
  margin: 8px 0;
}
.m-reply .u-reply-btn-fast {
  position: relative;
  width: 40px;
  height: 28px;
  line-height: 28px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  text-align: center;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.m-reply .u-reply-btn-fast svg {
  margin: 2px 0;
}
.m-reply .u-reply-expand {
  position: absolute;
  right: 22px;
  bottom: 12px;
  cursor: pointer;
}
.m-reply .u-reply .u-send-btn {
  min-width: auto;
  height: 28px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-edit {
  display: none;
  width: 400px;
  min-height: 100px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  outline: 0;
  border: 1px solid #a0b3d6;
  font-size: 12px;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  _overflow-y: visible;
}

.u-reply-tooltip-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
  display: flex;
  align-items: center;
}
.u-reply-tooltip-menu .ant-dropdown-menu-item svg {
  vertical-align: text-bottom;
}
.u-reply-tooltip-menu .ant-dropdown-menu-item .u-status-menu-text {
  margin-left: 5px;
  color: #262a33;
}
.u-reply-tooltip-menu .ant-dropdown-menu-item .u-reply {
  display: flex;
}

.ant-dropdown-menu-item-selected .u-status-menu-text {
  color: #386ee7 !important;
}

.lang-en .u-reply-btn {
  width: 60px !important;
}
.device-report-modal-module--mainWrapper--PdxQ\+ {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.mailAction-module--tag-select-tree--butAn .mailAction-module--select-tag--pl2xT {
  position: relative;
}
.mailAction-module--tag-select-tree--butAn .mailAction-module--select-tag--pl2xT:hover .mailAction-module--tag-extra--w3bKR {
  display: flex;
}
.mailAction-module--tag-select-tree--butAn .mailAction-module--select-tag--pl2xT .mailAction-module--tag-extra--w3bKR {
  margin: 0 2px;
  padding: 0 3px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgb(247, 168, 124);
}

.mailAction-module--mail-action--HSCyg .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--select-tag--pl2xT:hover .mailAction-module--tag-extra--w3bKR {
  display: flex;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--select-tag--pl2xT .mailAction-module--tag-extra--w3bKR {
  margin: 0 2px;
  padding: 0 3px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgb(247, 168, 124);
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-desc--MfqNP {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-desc--MfqNP .mailAction-module--action-label--DZ7z6 {
  font-size: 14px;
  margin-right: 8px;
  font-weight: 500;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--tag-dropdown-label--40rJd {
  height: 40px;
  width: 100%;
  padding: 14px 0 0 24px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--tag-dropdown-label--40rJd span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--tag-option--JJ8H5 {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--tag-option--JJ8H5 .mailAction-module--tag-option-span--JQsvk {
  margin-left: 10px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--tag-create--\+mgvV {
  display: flex;
  position: relative;
  height: 30px;
  padding: 5px 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
  margin-bottom: 6px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--tag-create--\+mgvV:hover {
  background: #f0f0f1;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--tag-create--\+mgvV .mailAction-module--tag-create-icon--rBUHa {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--tag-create--\+mgvV .mailAction-module--tag-option-span--JQsvk {
  margin-left: 10px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--new-folder-modal--SWS6Z .mailAction-module--new-folder-title--ohErX {
  display: flex;
  cursor: pointer;
  width: 140px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--new-folder-modal--SWS6Z .mailAction-module--new-folder-title--ohErX .mailAction-module--back-icon--M\+hFq {
  align-self: center;
  margin-right: 5px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--new-folder-modal--SWS6Z .mailAction-module--new-folder-title--ohErX .mailAction-module--title--Ds4Wh {
  color: #262a33;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--new-folder-modal--SWS6Z .mailAction-module--new-folder-desc--PYYUq {
  font-size: 14px;
  display: flex;
  margin-bottom: 10px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--new-folder-modal--SWS6Z .mailAction-module--new-folder-desc--PYYUq .mailAction-module--parent-folder-span--iFOVK {
  background-color: #f0f0f1;
  border-radius: 2px;
  font-size: 12px;
  /* align-self: center; */
  align-items: center;
  margin: 0 8px;
  padding-right: 5.5px;
  height: 24px;
  display: flex;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--new-folder-modal--SWS6Z .mailAction-module--new-folder-desc--PYYUq .mailAction-module--parent-folder-span--iFOVK > svg {
  margin: 0 5.5px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR {
  margin: 8px 0;
  display: flex;
  border-radius: 4px;
  background-color: #f4f4f5;
  background-color: var(--white-bg, #f4f4f5);
  padding: 8px;
  flex-direction: column;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-form-item--Jcpx3 {
  margin-top: 8px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-form-item--Jcpx3:first-child {
  margin-top: 0;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--item-slot--upJfV {
  margin-right: 15px;
  flex-basis: 90%;
  min-height: 32px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--dropdown-node-wrap--TBGx1 {
  display: flex;
  width: 100%;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--dropdown-node-wrap--TBGx1 .mailAction-module--oper-wrap--\+29Os {
  display: none;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--dropdown-node-wrap--TBGx1:hover .mailAction-module--oper-wrap--\+29Os {
  display: block;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--dropdown-node-wrap--TBGx1 .mailAction-module--dropdown-tree-add--bJdcU {
  position: absolute;
  right: 10px;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--dropdown-node-wrap--TBGx1 .mailAction-module--dropdown-tree-add--bJdcU:hover {
  background: rgba(39, 46, 71, 0.08);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--dropdown-node-wrap--TBGx1 .mailAction-module--dropdown-node-name--AOphf {
  display: flex;
  align-items: center;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--dropdown-node-wrap--TBGx1 .mailAction-module--dropdown-node-text--78nXW {
  margin-left: 6px;
  color: #262a33;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--dropdown-node-wrap--TBGx1 .mailAction-module--dropdown-node-text-blue--q7VMD {
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--item-select--U7Jqm {
  width: 144px;
  min-width: 144px;
  margin-right: 8px;
  min-height: 32px;
  border-radius: 4px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--item-operation-btn--wVGse {
  flex-basis: 30px;
  height: 32px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--txt-reply--BMjJ7 {
  border-radius: 4px;
  font-size: 12px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--mail-folder-label--oDa0j {
  display: flex;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--mail-folder-label--oDa0j .mailAction-module--mail-folder-txt--CqHen {
  font-size: 12px;
  margin-left: 5.5px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item--2JoTu .mailAction-module--mail-folder-label--oDa0j .mailAction-module--mail-folder-txt--CqHen .mailAction-module--dropdown-tree-add--bJdcU {
  display: none;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-bind--kI9TX {
  padding: 8px 4px;
  line-height: 16px;
  font-size: 12px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-bind-title--1d7FU {
  margin: 0;
  font-size: 14px;
  color: #262a33;
  font-weight: 500;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-bind-desc--tJNdL {
  margin: 4px 0 0;
  color: #7d8085;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-bind-btn--9-9zQ {
  margin: 12px 0 0;
  color: #386ee7;
  cursor: pointer;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns {
  font-size: 12px;
  padding-left: 4px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-node-wrap--V\+AII {
  display: flex;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-node-wrap--V\+AII .ant-form-item {
  width: 100%;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-node-wrap--V\+AII .ant-select-selection-overflow-item > span > div {
  padding-left: 8px;
  margin: 2px 4px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-node-wrap--V\+AII .ant-select-selection-overflow-item > span > div > div {
  color: #262a33;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-node-wrap--V\+AII .mailAction-module--forward-desc-gray--WY-gw {
  margin-top: 8px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--validation-node-wrap--m9DjT {
  display: flex;
  align-items: center;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-mobile-wrap--pxVUD {
  display: flex;
  margin-top: 10px;
  margin-bottom: 16px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-desc-mobile--o-1bp {
  font-weight: 500;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  margin-right: 8px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-desc-gray--WY-gw {
  flex: none;
  margin-right: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #7d8085;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-desc-gray-light--IBPSA {
  font-size: 12px;
  color: #7d8085;
  margin-top: 4px;
  color: #a8aaad;
  display: block;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-input--xrToW {
  width: 224px;
  margin: 0 8px 0 24px;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded--A\+-ns .mailAction-module--forward-desc-operate--kHL8h {
  font-size: 12px;
  color: #386ee7;
  cursor: pointer;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--action-list-div--DFeUR .mailAction-module--action-item-binded-tip--4DsGx .mailAction-module--item-slot--upJfV:last-child .ant-form-item-explain {
  margin-left: 68px;
}
.mailAction-module--mail-action--HSCyg .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid rgba(39, 46, 71, 0.16);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-sizing: border-box;
  border-radius: 4px;
}
.mailAction-module--mail-action--HSCyg .ant-form-item {
  margin-bottom: 0;
}
.mailAction-module--mail-action--HSCyg .ant-select-tree {
  padding-bottom: 37px;
}
.mailAction-module--mail-action--HSCyg .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: transparent;
  color: #386ee7;
}
.mailAction-module--mail-action--HSCyg .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: inherit;
}
.mailAction-module--mail-action--HSCyg .ant-modal-body {
  padding: 0 24px;
}
.mailAction-module--mail-action--HSCyg .ant-modal-footer {
  border-top: none;
  padding: 24px 24px;
}
.mailAction-module--mail-action--HSCyg .ant-modal-header {
  border-bottom: none;
  padding: 24px 24px;
}
.mailAction-module--mail-action--HSCyg .ant-select-dropdown {
  padding: 0;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--footAdd--nDWv5 {
  width: 100%;
  height: 36px;
  padding-left: 28px;
  background: white;
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Line-2, #ebedf2);
  font-weight: 400;
  font-size: 14px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  line-height: 22px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.mailAction-module--mail-action--HSCyg .mailAction-module--footAdd--nDWv5 .mailAction-module--footAddText--I9cbc {
  padding: 6px;
}

.mailAction-module--alertMsgRemain--9xsbF {
  color: red;
}

.mailAction-module--alertMsgDesc--IyvwE {
  display: inline-block;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  width: 68px;
}

.mailAction-module--alertMsgText5--W1T5p {
  color: #272e47;
  color: var(--Text-5, #272e47);
  margin-bottom: 18px;
}

.mailAction-module--VVIP---W83R {
  background-color: #fff3e2;
  background-color: var(--label-4_1, #fff3e2);
  color: rgb(140, 86, 12);
  padding: 1px 4px;
  margin-left: 2px;
}

.mailAction-module--wrap--8M6Kv {
  width: 476px;
  height: 480px;
  padding: 24px 38px;
  box-sizing: border-box;
}
.mailAction-module--wrap--8M6Kv .mailAction-module--title--Ds4Wh {
  margin: 54px 0 46px 0;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.mailAction-module--wrap--8M6Kv .mailAction-module--subTitle---kyEd {
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
  margin-bottom: 30px;
}
.mailAction-module--wrap--8M6Kv .mailAction-module--noTip--1oJnc {
  margin-top: 16px;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes feedbackContent-module--spin--d\+K4h {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.feedbackContent-module--feedback-content--klsw1 {
  position: relative;
  padding: 24px;
  padding-bottom: 88px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-title--tj9Ih {
  font-size: 16px;
  line-height: 20px;
  color: #262a33;
  text-align: center;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-required--\+pn9D {
  font-size: 14px;
  line-height: 20px;
  color: #f74f4f;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-module--bOpJe,
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-desc--8fu57,
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD {
  font-size: 14px;
  line-height: 16px;
  margin-top: 24px;
  overflow: hidden;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-module--bOpJe .feedbackContent-module--feedback-content-sub-title--2oNjC,
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-desc--8fu57 .feedbackContent-module--feedback-content-sub-title--2oNjC,
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-sub-title--2oNjC {
  font-weight: 500;
  margin: 0 9px 0 0;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-module--bOpJe {
  display: flex;
  align-items: center;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-module--bOpJe .ant-radio-wrapper {
  margin-right: 25px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-module--bOpJe .ant-radio-wrapper > span:last-child {
  padding-left: 5px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-module--bOpJe .ant-radio-wrapper-checked .ant-radio-inner {
  border-color: #386ee7;
  background-color: #386ee7;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-module--bOpJe .ant-radio-wrapper-checked .ant-radio-inner::after {
  background-color: #fff;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-desc--8fu57 .ant-input-textarea .ant-input {
  height: 244px;
  border: 1px solid rgba(38, 42, 51, 0.16);
  border-radius: 4px;
  outline: none;
  resize: none;
  padding: 24px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-desc--8fu57 .ant-input-textarea .ant-input:focus {
  box-shadow: none;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-desc--8fu57 .ant-input-textarea-show-count::after {
  font-size: 14px;
  line-height: 20px;
  color: #a8aaad;
  margin-top: 12px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-desc--8fu57 .feedbackContent-module--feedback-content-sub-title--2oNjC {
  margin-bottom: 16px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-desc--8fu57 .feedbackContent-module--feedback-content-err--7gZa\+ {
  color: #f74f4f;
  margin: 12px 0 0;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-sub-title--2oNjC {
  margin-bottom: 12px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload--n8hv9 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-items--z3hov {
  display: flex;
  align-items: center;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-items--z3hov .feedbackContent-module--feedback-content-upload-item--KRkpq {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  background-color: rgba(38, 42, 51, 0.08);
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-items--z3hov .feedbackContent-module--feedback-content-upload-item--KRkpq img,
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-items--z3hov .feedbackContent-module--feedback-content-upload-item--KRkpq video {
  max-width: 100%;
  max-height: 100%;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-items--z3hov .feedbackContent-module--feedback-content-upload-graphic--sPt8j {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-items--z3hov .feedbackContent-module--feedback-content-upload-delete--IS6PD {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(/static/upload_delete.3f0227d3.svg) no-repeat;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-items--z3hov .feedbackContent-module--feedback-content-upload-ing--Nd3Uh {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 16px;
  height: 16px;
  background: url(/static/message_loading.49db40f7.svg) no-repeat;
  animation: feedbackContent-module--spin--d\+K4h 1s linear infinite;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-items--z3hov .feedbackContent-module--feedback-content-upload-input--d840v {
  display: none;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-icon--JZ7gz {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(38, 42, 51, 0.16);
  border-radius: 4px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTRIMjgiIHN0cm9rZT0iIzdEODA4NSIvPgo8cGF0aCBkPSJNMTQgMEwxNCAyOCIgc3Ryb2tlPSIjN0Q4MDg1Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-graphic--zyeuD .feedbackContent-module--feedback-content-upload-count--t9eso {
  line-height: 20px;
  text-align: right;
  color: #a8aaad;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-foot--5d3FU {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #fff;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-choose--FPVFz {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 24px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-choose--FPVFz .feedbackContent-module--feedback-content-check--p6dpR {
  font-size: 12px;
  line-height: 16px;
  color: #262a33;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-choose--FPVFz .feedbackContent-module--feedback-content-save--uIq81 {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #386ee7;
  cursor: pointer;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-choose--FPVFz .feedbackContent-module--feedback-content-btns--iXQZK {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-choose--FPVFz .feedbackContent-module--feedback-content-btns--iXQZK .ant-btn:first-child {
  margin-right: 16px;
  background-color: #fff;
  border: 1px solid rgba(39, 46, 71, 0.16);
  color: rgba(39, 46, 71, 0.8);
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-choose--FPVFz .ant-checkbox-inner {
  height: 13px;
  width: 13px;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-content-choose--FPVFz .ant-checkbox-inner:after {
  transform: rotate(45deg) scale(0.7) translate(-80%, -60%);
}
.feedbackContent-module--feedback-content--klsw1 .ant-divider-horizontal {
  margin: 0 0 24px -24px;
  width: calc(100% + 48px);
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--feedback-note--Kxn5i {
  font-size: 12px;
  color: #666;
}
.feedbackContent-module--feedback-content--klsw1 .feedbackContent-module--lag-basic-control--S6Lzn {
  width: 200px;
  margin-right: 5px;
}

.feedbackContent-module--feedback-content-app--UzOfN {
  padding-top: 6px;
}
.feedbackContent-module--feedback-content-app--UzOfN .feedbackContent-module--feedback-content-foot--5d3FU {
  position: fixed;
}

.feedbackContent-module--lag-browser-info-group--TB5Kh {
  display: flex;
  align-items: center;
}
.feedbackContent-module--lag-browser-info-group--TB5Kh :nth-child(n) {
  padding: 2px;
}
.feedbackContent-module--lag-browser-info-group--TB5Kh :first-child {
  padding-left: 0;
}
@charset "UTF-8";
.vscrollbar-readmail {
  position: relative;
  height: 12px;
}
.vscrollbar-readmail .track {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  /* 添加过渡效果 */
}
.vscrollbar-readmail .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px;
  border-radius: 6px;
  background-color: #d4d4d6;
  cursor: pointer;
}
.vscrollbar-readmail .thumb:hover {
  background: #dddddd;
}
.vscrollbar-readmail.vst_inWindow {
  height: 12px;
}
.vscrollbar-readmail.vst_inWindow .track {
  height: 12px;
}
.vscrollbar-readmail.vst_inWindow .thumb {
  border-radius: 12px;
}
.vscrollbar-readmail .scrollAn {
  transition: left 200ms ease-in-out;
}
.vscrollbar-readmail.show {
  opacity: 1;
}
.vscrollbar-readmail.hidden {
  opacity: 0 !important;
}

.vscrollbar-wrap-readmail .horizontal {
  opacity: 0;
}
.vscrollbar-wrap-readmail:hover .horizontal {
  opacity: 1;
}
.device-report-tip-module--mainWrapper--jhkOO {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.device-report-tip-module--iconContainer--IrCTW {
  width: 120px;
  height: 120px;
}

.device-report-tip-module--title--2a52U {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 24px;
}

.device-report-tip-module--descWrapper--uIjY\+ {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}

.device-report-tip-module--reportTip--gQKiu {
  display: inline-flex;
  padding: 20px 80px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #f0f2f7;
  background: var(--fill-25-hover, #f0f2f7);
  margin-top: 12px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.device-report-tip-module--btns--kmX1V {
  margin-top: 24px;
}
.applyAction-module--classify-apply--sY-UO {
  position: relative;
  margin: 4px 0;
  display: flex;
  align-items: flex-start;
}
.applyAction-module--classify-apply--sY-UO .ant-form-item {
  margin-bottom: 0;
  width: 100%;
}
.applyAction-module--classify-apply--sY-UO .ant-select-selection-item {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
  border-radius: 12px;
  border: none;
  margin-right: 8px;
}
.applyAction-module--classify-apply--sY-UO .ant-select-selector {
  padding-left: 8px;
}
.applyAction-module--classify-apply--sY-UO .ant-checkbox-group {
  display: flex;
  flex-direction: column;
}
.applyAction-module--classify-apply--sY-UO .ant-checkbox-wrapper {
  cursor: pointer;
  line-height: 32px;
  width: 100%;
  padding: 0 14px;
}
.applyAction-module--classify-apply--sY-UO .ant-checkbox-wrapper:hover {
  background: #f0f0f1;
}
.applyAction-module--classify-apply--sY-UO .ant-select-clear {
  color: #c9cbd6;
  color: var(--Fill-5, #c9cbd6);
}
.applyAction-module--classify-apply--sY-UO .ant-select-clear:hover {
  color: #8d92a1;
  color: var(--Fill-6, #8d92a1);
}
.applyAction-module--classify-apply--sY-UO .ant-select-selection-search {
  margin-left: 2px;
}
.applyAction-module--classify-apply--sY-UO .applyAction-module--classify-apply-title--CfdZg {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #262a33;
  color: var(--font-color-2, #262a33);
  margin-right: 8px;
  margin-top: 10px;
  flex: none;
}
.applyAction-module--classify-apply--sY-UO .applyAction-module--classify-apply-select--HXL\+d {
  cursor: pointer;
}
.index-module--preview-attachment--3xOW6 .index-module--header--oeI8w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
}
.index-module--preview-attachment--3xOW6 .index-module--header--oeI8w .index-module--title--70N-2 {
  width: calc(100% - 219px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.index-module--preview-attachment--3xOW6 .index-module--header--oeI8w .index-module--operate--noSGl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
}
.index-module--preview-attachment--3xOW6 .index-module--header--oeI8w .index-module--operate--noSGl .index-module--operate-item--OtzJm {
  height: 100%;
  height: 16px;
  margin-left: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.index-module--preview-attachment--3xOW6 .index-module--header--oeI8w .index-module--operate--noSGl .index-module--line--fVGZu {
  height: 16px;
  width: 1px;
  background: rgba(39, 46, 71, 0.2);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.2);
}
.index-module--preview-attachment--3xOW6 .index-module--unsupport-page--nnVjY {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.index-module--modal--pu3gj .ant-modal-body {
  padding: 0;
}
.index-module--modal--pu3gj .index-module--content-wrap--iswq0 {
  padding: 12px;
  height: 100%;
  background-color: #f4f4f5;
}

.index-module--button--OVoFe {
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #386ee7;
  cursor: pointer;
  transition: 0.3s;
}
.index-module--button--OVoFe.index-module--grey--mYppn {
  background: #eee;
  color: #000;
  margin-right: 10px;
  min-width: 90px;
}
.index-module--button--OVoFe.index-module--grey--mYppn:hover {
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.index-module--button--OVoFe:hover {
  background: #445fe5;
  background: var(--Brand-7, #445fe5);
}
.index-module--button--OVoFe:active {
  background: #386ee7;
}
.index-module--button--OVoFe.index-module--disabled--J7xdf {
  background: #7088ff;
  background: var(--Brand-5, #7088ff);
  cursor: not-allowed;
}

.index-module--message--ZAq2b .anticon-loading {
  display: none;
}

.index-module--loading--JgOse {
  display: flex;
  align-items: center;
}

.index-module--progress--tbIvF {
  display: block;
  flex-shrink: 0;
  width: 100px;
  height: 3px;
  margin: 0 12px;
  border-radius: 3px;
  background: rgba(240, 242, 247, 0.1);
  background: rgba(var(--Fill-2_5-r, 240), var(--Fill-2_5-g, 242), var(--Fill-2_5-b, 247), 0.1);
}

.index-module--progress-bar--Wp0Cd {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}

.index-module--grey--mYppn {
  width: 42px;
  color: #fff;
  opacity: 0.7;
}

.index-module--white--N\+Mmg {
  width: 36px;
  color: #fff;
  text-align: center;
}
.report-result-module--container--BEZjc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.report-result-module--successIconContainer--6b1uZ {
  display: flex;
  margin-bottom: 16px;
  width: 100%;
  justify-content: center;
}

.report-result-module--successIcon--iSlac {
  width: 48px;
  height: 48px;
}

.report-result-module--reportResult--i\+3DW {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.report-result-module--deviceInfo--Izr3J {
  margin-top: 24px;
  width: 100%;
}

.report-result-module--deviceRowInfo--wjMyR {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.report-result-module--deviceRowInfoTitle--9F-HO {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  flex: 0 0 auto;
}

.report-result-module--deviceRowInfoVal--VXYTO {
  color: #272e47;
  color: var(--Text-5, #272e47);
}

.report-result-module--actionBtns--Oonv- {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}
.classifyList-module--classify-item--HUghl {
  display: flex;
  position: relative;
  border: 1px solid #e1e3e8;
  border: 1px solid var(--Line-3, #e1e3e8);
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.classifyList-module--classify-item--HUghl .classifyList-module--move--nYEDJ {
  display: flex;
  align-items: center;
  padding-right: 16px;
  cursor: move;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke {
  overflow: hidden;
  width: 100%;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr {
  display: flex;
  justify-content: space-between;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule-container--HK-gB {
  width: 100%;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail--w-c\+q {
  display: flex;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  line-height: 22px;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail--w-c\+q .classifyList-module--rule-phase--VFVvf {
  padding-right: 8px;
  font-weight: 500;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail--w-c\+q .classifyList-module--rule-content--d6XgG {
  flex: 1 1;
  color: #51555c;
  color: var(--font-color-1, #51555c);
  flex-flow: wrap;
  word-break: break-all;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail--w-c\+q .classifyList-module--rule-content--d6XgG .classifyList-module--rule-item--HNsLb {
  display: flex;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail--w-c\+q .classifyList-module--rule-content--d6XgG .classifyList-module--rule-item--HNsLb:not(:first-child) {
  position: relative;
  left: -27px;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail--w-c\+q .classifyList-module--rule-content--d6XgG .classifyList-module--rule-item--HNsLb:not(:first-child) .classifyList-module--prep--VOAv4 {
  margin-right: 12px;
  color: #9fa2ad;
  color: var(--Text-2, #9fa2ad);
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail--w-c\+q .classifyList-module--rule-content--d6XgG .classifyList-module--rule-item-content---fJ7Y {
  flex: 1 1;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail--w-c\+q .classifyList-module--action-fail--fzKsi {
  display: flex;
  align-items: center;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--rule-detail-phase--yvmFv {
  margin-top: 3px;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--contact--SK7Y7 {
  display: inline-flex;
  box-sizing: border-box;
  height: 24px;
  padding: 2px 8px;
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
  border-radius: 12px;
  font-size: 12px;
  margin: 0 4px;
  margin-bottom: 5px;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--contact--SK7Y7 .classifyList-module--whole-name--mMyFC {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--subject--PSVHZ,
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--attachmentName--xp1O- {
  margin-left: 5px;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--subject--PSVHZ:not(:last-child)::after,
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--attachmentName--xp1O-:not(:last-child)::after {
  content: ",";
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--rule--oTXOr .classifyList-module--tag--uxDDm {
  display: inline-block;
  color: #fff;
  padding: 2px 3px;
  border-radius: 12px;
  font-size: 10px;
  margin-left: 4px;
  border-radius: 2px;
  height: 16px;
  line-height: 13px;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--operator--EIcxz {
  padding-left: 8px;
  display: flex;
  z-index: 2;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--operator--EIcxz .classifyList-module--operator-icon--skmUa {
  cursor: pointer;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--operator--EIcxz .classifyList-module--unstart--CoekF {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  min-width: 52px;
  height: 20px;
  color: #ffaa00;
  font-size: 12px;
  background: #fff8ed;
  background: var(--Warning-1, #fff8ed);
  border-radius: 2px;
  border: 0.5px solid #ffb54c;
  border: 0.5px solid var(--Warning-6, #ffb54c);
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--operator--EIcxz .classifyList-module--unable--Hnqgm {
  background: #ffefed;
  background: var(--Error-1, #ffefed);
  color: #f74f4f;
  border: 0.5px solid #fe9d94;
  border: 0.5px solid var(--label-5_2, #fe9d94);
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--operator--EIcxz .classifyList-module--icon-word--UhjtQ {
  margin-right: 2px;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--apply-account--ypoJO {
  padding-top: 8px;
  font-size: 12px;
  line-height: initial;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #7d8085;
}
.classifyList-module--classify-item--HUghl .classifyList-module--content--LxJke .classifyList-module--apply-line--SiZOw {
  height: 1px;
  background: #e1e3e8;
  background: var(--Fill-4, #e1e3e8);
}
.classifyList-module--classify-item--HUghl .classifyList-module--layer--2QsoR {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  background: var(--white, #ffffff);
  opacity: 0.6;
  height: 100%;
  width: 100%;
}

.classifyList-module--operator-popover--\+PoGd {
  padding: 8px 0;
}
.classifyList-module--operator-popover--\+PoGd .classifyList-module--item--krW34 {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 16px;
  cursor: pointer;
  width: 130px;
  height: 30px;
}
.classifyList-module--operator-popover--\+PoGd .classifyList-module--item--krW34:hover {
  background: #f0f0f1;
}
.classifyList-module--operator-popover--\+PoGd .classifyList-module--disabled--AnzQy {
  opacity: 0.3;
  cursor: not-allowed;
}
.classifyList-module--operator-popover--\+PoGd .classifyList-module--disabled--AnzQy:hover {
  background: none;
}

.classifyList-module--split-line--p-MpY {
  margin: 4px 16px;
  border-top: 1px solid rgba(39, 46, 71, 0.12);
  border-top: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  transform: translate(-25%) scale(0.5);
  width: 200%;
}

.classifyList-module--rule-line--0e0lX {
  margin-left: 0;
  margin-top: 8px;
}

.classifyList-module--operator-content--K5HIS .ant-popover-inner .ant-popover-inner-content {
  padding: 0;
}

.classifyList-module--move-target--1ypB4 {
  position: absolute;
}

.classifyList-module--empty--HhjEG {
  height: calc(100% - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #a8aaad;
}

.classifyList-module--spinning--2Mhmk {
  height: 100%;
}
.classifyList-module--spinning--2Mhmk .ant-spin-container {
  height: 100%;
}
.classifyList-module--spinning--2Mhmk > div {
  height: 100%;
}
.classifyList-module--spinning--2Mhmk > div > .ant-spin {
  height: 700px;
  background: #ffffff;
  background: var(--white, #ffffff);
}

.classifyList-module--select-wrapper--BnGaI {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.classifyList-module--select-wrapper--BnGaI .classifyList-module--title--2RpHn {
  flex: none;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
}
.classifyList-module--select-wrapper--BnGaI .classifyList-module--option-wrapper--oPGf2 {
  display: flex;
  flex-flow: column;
  max-height: 780px;
  box-sizing: border-box;
  padding: 8px 0;
}
.classifyList-module--select-wrapper--BnGaI .classifyList-module--option-wrapper--oPGf2 .classifyList-module--check-box--tS5m\+ {
  display: flex;
  flex-flow: column;
}
.classifyList-module--select-wrapper--BnGaI .classifyList-module--option-wrapper--oPGf2 .classifyList-module--option--p7I8c {
  display: flex;
  height: 32px;
  align-items: center;
  cursor: pointer;
  padding-left: 4px;
}
.classifyList-module--select-wrapper--BnGaI .classifyList-module--option-wrapper--oPGf2 .classifyList-module--option--p7I8c:hover {
  background-color: #f0f0f1;
}
.classifyList-module--select-wrapper--BnGaI .ant-checkbox-wrapper {
  height: 32px;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  width: 30px;
  justify-content: center;
  margin-left: 0;
}
.classifyList-module--select-wrapper--BnGaI .ant-select-dropdown {
  padding: 0;
}
.classifyList-module--select-wrapper--BnGaI .ant-select-dropdown-empty {
  color: #262a33;
}
.classifyList-module--select-wrapper--BnGaI .rc-virtual-list {
  flex: 1 1;
}
.classifyList-module--select-wrapper--BnGaI .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: rgba(39, 46, 71, 0.16);
  border-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.classifyList-module--select-wrapper--BnGaI .ant-select-multiple .ant-select-selector {
  padding: 1px 8px;
}
.classifyList-module--select-wrapper--BnGaI .ant-select-selection-item {
  border-radius: 12px !important;
  background: #f0f2f7 !important;
  background: var(--Fill-2_5, #f0f2f7) !important;
  margin-inline-end: 8px !important;
}
.classifyList-module--select-wrapper--BnGaI .ant-select-multiple .ant-select-selection-placeholder {
  left: 18px;
}
.download-button-module--buttonWrapper--Lb1xm {
  width: 119px;
  height: 40px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
.download-button-module--buttonWrapper--Lb1xm .download-button-module--text--tuzvV {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.download-button-module--buttonWrapper--Lb1xm .download-button-module--progressBar--3tSPJ {
  position: absolute;
  max-width: 119px;
  width: 0;
  height: 40px;
  background-color: #386ee7;
  z-index: 2;
  transition: width linear 0.1s;
  border-radius: 4px;
}
.download-button-module--buttonWrapper--Lb1xm .download-button-module--button--hQLYM {
  position: absolute;
  width: 119px;
  height: 40px;
  background-color: #94a6ff;
  background-color: var(--Brand-4, #94a6ff);
  z-index: 1;
}
.readMailWindow-module--readMailConatiner--GZRX0 {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
}
.readMailWindow-module--readMailConatiner--GZRX0 .readMailWindow-module--readMailWrap--0geuJ {
  flex: 1 1;
  height: 100%;
  overflow: hidden;
}
.readMailWindow-module--readMailConatiner--GZRX0 .readMailWindow-module--readMailSideWrap--IrdOy {
  flex: none;
  height: 100%;
}
.report-form-module--container--ouxKC {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-form-module--title--gdTzu {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
}

.report-form-module--deviceType--igsck {
  margin-bottom: 12px;
}

.report-form-module--deviceInfo--A7Tin {
  margin-top: 20px;
  width: 100%;
}

.report-form-module--deviceRowInfo--w1121 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.report-form-module--deviceRowInfoTitle--7OQd8 {
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}

.report-form-module--deviceRowInfoVal--ZJj6u {
  color: #272e47;
  color: var(--Text-5, #272e47);
  max-width: calc(100% - 170px);
}

.report-form-module--actionBtns--rxT9L {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.report-form-module--deviceTypeContainer--kFcjT {
  width: 100%;
}
.FolderSelectModal-module--folderSelectModal--42Yif {
  max-height: 560px;
  display: inline-flex !important;
  overflow: hidden;
}
.FolderSelectModal-module--folderSelectModal--42Yif .ant-modal-content {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.FolderSelectModal-module--folderSelectModal--42Yif .ant-modal-header {
  padding: 20px;
  border-bottom: none;
  font-weight: 500;
  font-size: 16px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 24px;
  letter-spacing: 0;
}
.FolderSelectModal-module--folderSelectModal--42Yif .ant-modal-body {
  padding: 0 20px 0 20px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  overflow: hidden;
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S {
  flex: 1 1;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
  line-height: 22px;
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--checkAllArea--8SJ6P {
  padding-bottom: 8px;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Line-2, #ebedf2);
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--treeArea--aYDxC {
  padding-top: 8px;
  flex: 1 1;
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--treeArea--aYDxC .ant-tree-checkbox {
  margin-right: 9px;
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--treeArea--aYDxC .ant-tree-node-content-wrapper {
  padding: 0;
  line-height: 22px;
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--treeArea--aYDxC .ant-tree-switcher {
  height: 22px;
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--treeArea--aYDxC .ant-tree-checkbox-inner {
  width: 13px;
  height: 13px;
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--treeArea--aYDxC .ant-tree-checkbox-inner::after {
  border-width: 1px;
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--treeArea--aYDxC .ant-tree-checkbox:hover .ant-tree-checkbox-inner {
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.FolderSelectModal-module--folderSelectModal--42Yif .FolderSelectModal-module--contArea--\+m20S .FolderSelectModal-module--treeArea--aYDxC .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #4c6aff;
  background-color: var(--Brand-6, #4c6aff);
  border-color: #4c6aff;
  border-color: var(--Brand-6, #4c6aff);
}
.FolderSelectModal-module--folderSelectModal--42Yif .ant-modal-footer {
  padding: 20px;
  border-top: none;
}
.mail-mop-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
          user-select: none;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
}
.mail-mop-wrap .mop-contetn {
  flex: 1 1;
  margin-top: -6%;
}
.mail-mop-wrap .detail-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.mail-mop-wrap .logo-wrap {
  margin-right: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mail-mop-wrap .num-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.mail-mop-wrap .num {
  font-size: 56px;
  font-weight: 700;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
  margin-top: -24px;
}
.mail-mop-wrap .tip {
  font-size: 14px;
  height: 16px;
  margin-top: -8px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}
.mail-mop-wrap .user-select {
  margin-right: 0;
}
.mail-mop-wrap .oper-wrap .u-tool {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mail-mop-wrap .u-tool-btn-text {
  margin-top: 10px;
}

.oper-wrap {
  display: flex;
  justify-content: center;
}
.oper-wrap .u-tool {
  width: auto;
  justify-content: center;
}

.oper-item {
  margin: 0 10px;
}

.omp-circle-btn {
  -webkit-app-region: no-drag;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f6f7fa;
  background: var(--Fill-2, #f6f7fa);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.omp-circle-btn:hover {
  background: #c9cbd6;
  background: var(--Fill-5, #c9cbd6);
}
.omp-circle-btn svg {
  transform: scale(1.35);
}

.mini .oper-item {
  margin: 0 8px;
}
.mini .omp-circle-btn {
  width: 28px;
  height: 28px;
}
.mini .omp-circle-btn svg {
  transform: scale(1);
}

.folder-svg-warp.mop-floder-one .one {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.folder-svg-warp.mop-floder-one .two {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.folder-svg-warp.mop-floder-two .one {
  transform: rotate(-10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.folder-svg-warp.mop-floder-two .two {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.folder-svg-warp.mop-floder-three .one {
  transform: rotate(10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.folder-svg-warp.mop-floder-three .two {
  transform: rotate(-10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.folder-svg-warp.mop-floder-four .one {
  transform: rotate(-10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.folder-svg-warp.mop-floder-four .two {
  transform: rotate(10deg);
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.mailRelatedBox-module--listContentWrap--aBme2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mailRelatedBox-module--listOperPanel--3Bc-P {
  flex: none;
  width: 100%;
  padding: 16px;
  padding-left: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(39, 46, 71, 0.12);
  border-bottom: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  display: flex;
  align-items: center;
}

.mailRelatedBox-module--listWrap--12CCp {
  flex: 1 1;
  width: 100%;
  padding: 10px;
}

.mailRelatedBox-module--multiSelectContainer--9sjS5 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1;
  justify-content: flex-start;
}

.mailRelatedBox-module--msLeft--AqCnv {
  display: flex;
  align-items: center;
}

.mailRelatedBox-module--msRight--yjley {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
}

.mailRelatedBox-module--multiSelectDropdown--BB6gi {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 15px;
}
.mailRelatedBox-module--multiSelectDropdown--BB6gi:hover {
  border-color: #40a9ff;
}

.mailRelatedBox-module--dropdownIcon--DG\+so {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}

.mailRelatedBox-module--cancelButton--gfv5v {
  color: #666;
  cursor: pointer;
}
.mailRelatedBox-module--cancelButton--gfv5v:hover {
  color: #40a9ff;
}
.verify-code-module--mainContainer--CZ1FF {
  display: flex;
}

.verify-code-module--codeInput--qq\+0E {
  flex: 1 1 auto;
  margin-right: 16px;
  height: 48px;
  border-radius: 8px !important;
}

.verify-code-module--codeImg--dlONC {
  height: 48px;
  width: 160px;
  flex: 0 0 160px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #d4d4d6;
  border: 1px solid var(--icon-20, #d4d4d6);
}
.feedbackModal-module--feedback-modal--hP2cx .ant-modal-close {
  top: 4px;
}
.feedbackModal-module--feedback-modal--hP2cx .ant-modal-body {
  padding: 0;
}
.feedbackModal-module--feedback-modal--hP2cx .ant-modal-content {
  border-radius: 4px;
  width: 800px;
}

.login-page .ant-modal-mask {
  left: 0;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.register-module--registerContainer--4PJYV {
  position: relative;
  flex: 1 1;
  margin: 56px 0;
  padding: 0 30px;
  width: 100%;
  min-width: 420px;
  max-width: 540px;
  max-height: 600px;
  min-height: 528px;
  text-align: left;
  border: 1px solid #ebedf2;
  border: 1px solid var(--Fill-3, #ebedf2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc {
  width: 100%;
  max-width: 400px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--backWrap--GfNpw {
  position: absolute;
  top: 32px;
  left: 37px;
  cursor: pointer;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--backWrap--GfNpw .register-module--backIcon--F7oIq {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: rgba(39, 46, 71, 0.07);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.07);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--backWrap--GfNpw .register-module--backIcon--F7oIq i {
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMjQiIHk9IjI0IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIxMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyNCAyNCkiIGZpbGw9IiMyNjJBMzMiIGZpbGwtb3BhY2l0eT0iMC4wNyIvPgo8cGF0aCBkPSJNMTQgN0w5IDEyTDE0IDE3IiBzdHJva2U9IiMyNjJBMzMiIHN0cm9rZS1vcGFjaXR5PSIwLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100%;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--backWrap--GfNpw .register-module--backIcon--F7oIq:hover i {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMjQiIHk9IjI0IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIxMiIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyNCAyNCkiIGZpbGw9IiMzODZFRTciIGZpbGwtb3BhY2l0eT0iMC4xIi8+CjxwYXRoIGQ9Ik0xNCA3TDkgMTJMMTQgMTciIHN0cm9rZT0iIzM4NkVFNyIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=);
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--backWrap--GfNpw .register-module--anticon--cFKM5 svg {
  font-size: 11px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--backWrap--GfNpw .register-module--back--3sk4r {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7d8085;
  margin-left: 12px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--wrap--1My9e .register-module--title--shATK {
  margin-bottom: 46px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--wrap--1My9e .register-module--content--GarC1 {
  height: 304px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P {
  height: 100%;
  padding-top: 80px;
  overflow-y: auto;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--title--shATK {
  font-size: 24px;
  line-height: 24px;
  color: #262a33;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--subTitle--aFjGC {
  margin-top: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #7d8085;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .ant-radio-wrapper:not(:first-child) {
  margin-left: 21px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG {
  margin-top: 24px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG.register-module--small--R7s7S {
  margin-top: 12px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG.register-module--large--wEM7b {
  margin-top: 32px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--at-text--0Qp8v {
  padding-left: 8px;
  padding-right: 8px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--label--UPE27 {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #262a33;
  line-height: 22px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--label--UPE27 > b {
  color: #f74f4f;
  margin-right: 3px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--label--UPE27 span {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #51555c;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--label--UPE27 .register-module--label-text--R\+yCX {
  flex: 0 0 auto;
  line-height: 22px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--label--UPE27 .register-module--email-address--ns5m\+ {
  color: #262a33;
  line-height: 22px;
  flex: 1 1;
  white-space: normal;
  word-break: break-all;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--label--UPE27 .register-module--email-address--ns5m\+ .register-module--custom-host--\+YGz1 {
  -webkit-user-select: none;
          user-select: none;
  margin-left: 4px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--domainPrefixWrap--GlI0e {
  display: flex;
  align-items: center;
  position: relative;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--domainPrefixWrap--GlI0e .register-module--prefixTxt--uYUIr {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  width: 30px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #b7bac2;
  border-right: 1px solid var(--Text-1, #b7bac2);
  color: #262a33;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  /* 黑白灰/字体 90% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--domainPrefixWrap--GlI0e .register-module--domainPrefix--mMaYB {
  width: 206px;
  padding-left: 43px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--domainPrefixWrap--GlI0e .register-module--domainSuffixTxt--iFfsZ {
  margin-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .register-module--domainPrefixWrap--GlI0e .ant-input-affix-wrapper {
  padding: 4px 12px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .ant-input-affix-wrapper {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 4px 16px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--group--C7ZQG .ant-input-affix-wrapper:hover .ant-input-affix-wrapper:focus .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 0px #ffffff;
  border: solid 1px #386ee7;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--submitBtn--Jgj5- {
  -webkit-user-select: none;
          user-select: none;
  margin-top: 32px;
  width: 100%;
  height: 48px;
  background: #386ee7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  line-height: 48px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--submitBtn--Jgj5-.register-module--disabled--BTMou {
  opacity: 0.3;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--submitBtn--Jgj5- .register-module--loading-icon--1bk6U {
  position: relative;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--submitBtn--Jgj5- .register-module--loading-icon--1bk6U svg {
  position: absolute;
  top: 17px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--tip--rYJJ5 {
  margin-top: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  color: #7d8085;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--tip--rYJJ5.register-module--small-tip--ymlFT {
  font-size: 12px;
  margin-top: 6px;
  line-height: 14px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--errorWrap--ZaPsW {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--errorWrap--ZaPsW .register-module--errorIcon--1SAoq {
  flex: none;
  margin-top: 2px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createTeamWrap--A1u9P .register-module--errorWrap--ZaPsW .register-module--errorText--oZwMN {
  margin-left: 5px;
  height: 36px;
  word-break: break-word;
  flex: 1 1;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #f74f4f;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C {
  height: 404px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--title--shATK {
  font-size: 24px;
  line-height: 24px;
  color: #262a33;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--subTitle--aFjGC {
  margin-top: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #7d8085;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--nameWrap--fNlLJ {
  margin-top: 46px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--mailWrap--oETU7 {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--mailWrap--oETU7 .register-module--mailInput--8h7n7 {
  flex: 1 1;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--mailWrap--oETU7 .register-module--mailSuffixTxt--lW9yc {
  flex: none;
  margin-left: 8px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .ant-input-affix-wrapper {
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
  padding: 4px 16px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .ant-input-affix-wrapper:hover .ant-input-affix-wrapper:focus .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 0px #ffffff;
  border: solid 1px #386ee7;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--submitBtn--Jgj5- {
  margin-top: 32px;
  width: 100%;
  height: 48px;
  background: #386ee7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #ffffff;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--preBtn--RG09n {
  margin-top: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #386ee7;
  cursor: pointer;
  text-align: center;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--errorWrap--ZaPsW {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--errorWrap--ZaPsW .register-module--errorIcon--1SAoq {
  flex: none;
  margin-top: 2px;
}
.register-module--registerContainer--4PJYV .register-module--registerWrap--H3cpc .register-module--createAccountWrap--UzA-C .register-module--errorWrap--ZaPsW .register-module--errorText--oZwMN {
  margin-left: 5px;
  height: 36px;
  word-break: break-word;
  flex: 1 1;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #f74f4f;
}
@keyframes loading-icons-module--loadingCircle--aHUvO {
  to {
    transform: rotate(360deg);
  }
}
.loading-icons-module--loading-icon--ldkdq {
  margin-left: 5px;
}
.loading-icons-module--loading-icon--ldkdq svg {
  animation: loading-icons-module--loadingCircle--aHUvO 1s infinite linear;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.bindAccountList-module--wrap--khC2e {
  width: 476px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--title--JnMAO {
  height: 64px;
  width: 100%;
  padding-left: 24px;
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  /* 黑白灰/字体 90% */
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ {
  width: 100%;
  flex: 1 1;
  padding-bottom: 8px;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ::-webkit-scrollbar:horizontal {
  height: 6px;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ:hover::-webkit-scrollbar-button {
  display: none;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ:hover::-webkit-scrollbar-corner {
  display: none;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ .bindAccountList-module--item--qgu-0 {
  margin: 8px 24px 0;
  height: 64px;
  display: flex;
  align-items: center;
  background: #ffffff;
  /* 背景及分割线/8% */
  border: 1px solid rgba(39, 46, 71, 0.08);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.08);
  box-sizing: border-box;
  border-radius: 8px;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ .bindAccountList-module--item--qgu-0:hover {
  background: #f0f0f1;
  cursor: pointer;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ .bindAccountList-module--item--qgu-0 .bindAccountList-module--avatarWrap--Y5Ll0 {
  margin-left: 20px;
  margin-right: 12px;
  flex: none;
  width: 36px;
  height: 36px;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ .bindAccountList-module--item--qgu-0 .bindAccountList-module--account--Z8mCA {
  flex: 1 1;
}
.bindAccountList-module--wrap--khC2e .bindAccountList-module--content--LsxeZ .bindAccountList-module--item--qgu-0 .bindAccountList-module--arrowRight--JxVs7 {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgNEwxMCA4TDYgMTIiIHN0cm9rZT0iIzdEODA4NSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100%;
}
@charset "UTF-8";
.success-module--wrap--Yny5O {
  width: 476px;
  height: 360px;
  padding: 0 38px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success-module--wrap--Yny5O .success-module--icon--EIjRZ {
  margin-top: 70px;
  width: 60px;
  height: 60px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMjkuOTk5OEMzIDE1LjA4ODIgMTUuMDg4MiAzIDI5Ljk5OTggM0M0NC45MTE1IDMgNTYuOTk5NyAxNS4wODgyIDU2Ljk5OTcgMjkuOTk5OEM1Ni45OTk3IDQ0LjkxMTUgNDQuOTExNSA1Ni45OTk3IDI5Ljk5OTggNTYuOTk5N0MxNS4wODgyIDU2Ljk5OTcgMyA0NC45MTE1IDMgMjkuOTk5OFoiIGZpbGw9IiM1RkMzNzUiLz4KPHBhdGggZD0iTTE5IDI5LjVMMjcgMzdMNDMgMjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMy42IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 100%;
}
.success-module--wrap--Yny5O .success-module--icon--EIjRZ.success-module--warn--\+--2u {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA1Ni4yNUM0NC40OTc1IDU2LjI1IDU2LjI1IDQ0LjQ5NzUgNTYuMjUgMzBDNTYuMjUgMTUuNTAyNSA0NC40OTc1IDMuNzUgMzAgMy43NUMxNS41MDI1IDMuNzUgMy43NSAxNS41MDI1IDMuNzUgMzBDMy43NSA0NC40OTc1IDE1LjUwMjUgNTYuMjUgMzAgNTYuMjVaTTI3LjgxMiAzNC4zNzVWMTYuODc1SDMyLjE4N1YzNC4zNzVIMjcuODEyWk0yNy44MTIgMzguNzQ4VjQzLjEyM0gzMi4xODdWMzguNzQ4SDI3LjgxMloiIGZpbGw9IiNGRkFBMDAiLz4KPC9zdmc+Cg==);
}
.success-module--wrap--Yny5O .success-module--title--M8vbO {
  margin-top: 20px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  text-align: center;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.success-module--wrap--Yny5O .success-module--subtitle--7kisg {
  margin-top: 4px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: center;
  /* 字体及ICON颜色/不重要文字40% */
  color: #a8aaad;
}
.success-module--wrap--Yny5O .success-module--sureBtn--McvLs {
  margin-top: 80px;
  width: 100%;
  height: 48px;
  background-color: #386ee7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #ffffff;
}
.success-module--wrap--Yny5O .success-module--sureBtn--McvLs.success-module--disabled--c4pyc {
  background-color: rgba(159, 162, 173, 0.3);
  background-color: rgba(var(--Text-2-r, 159), var(--Text-2-g, 162), var(--Text-2-b, 173), 0.3);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.switchLoginOrRegister-module--wrap--yojSC {
  width: 400px;
  height: 236px;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--title--LIegn {
  margin-top: 24px;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--title--LIegn .switchLoginOrRegister-module--titleTxt--lL2jS {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--title--LIegn .switchLoginOrRegister-module--titleTxt2--xuxUk {
  margin-top: 4px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #a8aaad;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--content--Fv0zk {
  width: 100%;
  flex: 1 1;
  margin-top: 16px;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--content--Fv0zk .switchLoginOrRegister-module--item--CoXgO {
  padding: 0 16px 0 24px;
  margin-bottom: 12px;
  width: 100%;
  height: 64px;
  background: #ffffff;
  border: 1px solid rgba(39, 46, 71, 0.12);
  border: 1px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.12);
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--content--Fv0zk .switchLoginOrRegister-module--item--CoXgO:hover {
  border-color: #386ee7;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--content--Fv0zk .switchLoginOrRegister-module--item--CoXgO .switchLoginOrRegister-module--loginIcon--Hssj4 {
  width: 28px;
  height: 28px;
  background-image: url(/static/switch_login-4e61d95655a132dc019dd0b5a96b121f.png);
  background-size: 100%;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--content--Fv0zk .switchLoginOrRegister-module--item--CoXgO .switchLoginOrRegister-module--registerIcon--xeOoG {
  width: 28px;
  height: 28px;
  background-image: url(/static/switch_register-545706f3b864ccb286196122ed7f47e9.png);
  background-size: 100%;
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--content--Fv0zk .switchLoginOrRegister-module--item--CoXgO .switchLoginOrRegister-module--label--PDE7L {
  margin-left: 12px;
  flex: 1 1;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.switchLoginOrRegister-module--wrap--yojSC .switchLoginOrRegister-module--content--Fv0zk .switchLoginOrRegister-module--item--CoXgO .switchLoginOrRegister-module--arrowRight--krkUo {
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgNEwxMCA4TDYgMTIiIHN0cm9rZT0iIzdEODA4NSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 100%;
}
.registerResultDialog-module--wrapper--3aSI- {
  display: flex;
  padding: 38px;
  flex-direction: column;
  align-items: center;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--register-result--wot6m {
  padding-top: 10px;
  padding-bottom: 48px;
  display: flex;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--register-result-text--1564h {
  line-height: 60px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-left: 16px;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--enter-email-btn--H7sdg {
  width: 440px;
  height: 48px;
  line-height: 48px;
  background-color: #386ee7;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  margin-top: 36px;
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--enter-email-btn--H7sdg.registerResultDialog-module--disable--nZWrM {
  opacity: 0.3;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--enter-email-btn--H7sdg .registerResultDialog-module--loading-icon--AhZ-k {
  position: relative;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--enter-email-btn--H7sdg .registerResultDialog-module--loading-icon--AhZ-k svg {
  position: absolute;
  top: 17px;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--other-services-label--JC4Lx {
  font-size: 16px;
  line-height: 16px;
  color: #262a33;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
  -webkit-user-select: none;
          user-select: none;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--other-services-list--Jp4SN {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 16px;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--other-services-list--Jp4SN .ant-checkbox-group-item {
  margin-right: 0;
}
.registerResultDialog-module--wrapper--3aSI- .registerResultDialog-module--other-services-list--Jp4SN .ant-checkbox + span {
  padding-left: 5px;
  padding-right: 5px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--sirius-container--SQL6E {
  -webkit-app-region: drag;
  margin: 1px 1px 0 1px;
}
.index-module--sirius-container--SQL6E .index-module--root-wrap--RB3ME {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: visible !important;
}
.index-module--sirius-container--SQL6E .index-module--root-wrap--RB3ME.index-module--whiteBg--f5SVQ {
  border-top: none;
  background-color: #ffffff;
}
.index-module--sirius-container--SQL6E .index-module--root-drag-ele--lWdvh {
  height: 45px;
}
.index-module--sirius-container--SQL6E .index-module--resource-tab--FQmPR {
  height: 40px;
}

.index-module--sirius-loading--J2gry {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
@charset "UTF-8";
.OldVersionEntry-module--entry-wrapper--y2gK0 {
  right: 0px;
  top: 0;
  padding: 0 8px;
  height: 48px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  z-index: 1000;
}
.OldVersionEntry-module--entry-wrapper--y2gK0 .OldVersionEntry-module--entry-btn--Nwz9U {
  padding: 0 8px;
  display: inline-flex;
  height: 100%;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  align-items: center;
  /* identical to box height, or 133% */
  color: #ffffff;
}
.OldVersionEntry-module--entry-wrapper--y2gK0 .OldVersionEntry-module--entry-btn--Nwz9U.OldVersionEntry-module--entry-btn2--JijKe {
  padding: 0;
}
.OldVersionEntry-module--entry-wrapper--y2gK0 .OldVersionEntry-module--entry-btn--Nwz9U img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  padding-left: 8px;
  box-sizing: content-box;
}
.OldVersionEntry-module--entry-wrapper--y2gK0 .OldVersionEntry-module--entry-btn--Nwz9U .OldVersionEntry-module--join-activity--dxJSI {
  padding-right: 8px;
  border-right: 1px solid rgba(225, 227, 232, 0.2);
  border-right: 1px solid rgba(var(--Fill-4-r, 225), var(--Fill-4-g, 227), var(--Fill-4-b, 232), 0.2);
}

.OldVersionEntry-module--old-entry-modal--vvh\+P .ant-modal-header {
  border-bottom: none;
  box-shadow: inset 0px -0.5px 0px #e1e6ed;
}
.OldVersionEntry-module--old-entry-modal--vvh\+P .ant-modal-header .OldVersionEntry-module--modal-title--kgkXO {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* 中性色-文字/Text-5标题-重要信息 */
  color: #232d47;
}
.OldVersionEntry-module--old-entry-modal--vvh\+P .ant-modal-body {
  padding: 20px;
}
.OldVersionEntry-module--old-entry-modal--vvh\+P .ant-modal-body .OldVersionEntry-module--old-entry-feedback--L3gFB {
  margin-top: 20px;
  border: 1px solid #e1e6ed;
  border-radius: 4px;
  height: 160px !important;
  max-height: 160px !important;
  padding: 20px;
}
.OldVersionEntry-module--old-entry-modal--vvh\+P .ant-modal-body .OldVersionEntry-module--old-entry-feedback--L3gFB::-webkit-input-placeholder {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #b7bac2;
  color: var(--Text-1, #b7bac2);
}
.OldVersionEntry-module--old-entry-modal--vvh\+P .ant-modal-footer {
  border-top: none;
  box-shadow: inset 0px 0.5px 0px #e1e6ed;
  padding: 10px 20px;
}
.OldVersionEntry-module--old-entry-modal--vvh\+P .ant-modal-footer .ant-btn.ant-btn-primary {
  margin-left: 16px;
}
@charset "UTF-8";
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  max-width: calc(100vw - 2px) !important;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .ant-modal-body {
  padding: 34px 0 56px 0;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--title--pf5bG {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  /* 字体及ICON颜色/主要文字100% */
  display: block;
  color: #262a33;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--desc--h6ODs {
  margin-bottom: 15px;
  display: block;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  text-align: center;
  color: #7d8085;
  margin-top: 8px;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--card-wrap--VkYXa {
  display: flex;
  margin: 38px 56px 0 56px;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 32px;
  cursor: pointer;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo:first-child {
  margin-left: 0;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo .toolbarDownloadModal-module--card-item-img--n50bS {
  width: 160px;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(39, 46, 71, 0.06);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.06);
  border-radius: 8px;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo .toolbarDownloadModal-module--card-item-img--n50bS:first-child {
  margin-left: 0;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo .toolbarDownloadModal-module--card-item-img--n50bS .toolbarDownloadModal-module--card-item-img-mask--EiRp4 {
  display: block;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo .toolbarDownloadModal-module--card-item-img--n50bS .toolbarDownloadModal-module--card-item-imgQR--gaf2b {
  display: none;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo:hover .toolbarDownloadModal-module--card-item-desc--0grJ3 {
  display: none;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo:hover .toolbarDownloadModal-module--card-item-title--knbSy {
  display: none;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo:hover .toolbarDownloadModal-module--card-item-hover-title--5GhTH {
  display: block;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo:hover .toolbarDownloadModal-module--card-item-img-mask--EiRp4 {
  display: none;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo:hover .toolbarDownloadModal-module--card-item-imgQR--gaf2b {
  display: block;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo .toolbarDownloadModal-module--card-item-desc--0grJ3 {
  margin-top: 8px;
  padding: 4px 8px;
  height: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #7d8085;
  background: #f1f1f1;
  border-radius: 100px;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo .toolbarDownloadModal-module--card-item-title--knbSy,
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo .toolbarDownloadModal-module--card-item-hover-title--5GhTH {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #232d47;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--download-card-item--exfvo .toolbarDownloadModal-module--card-item-hover-title--5GhTH {
  display: none;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--appCont--B0BNY {
  max-width: 1181px;
  width: 100%;
  height: 270px;
  border: none;
  margin: 0 auto;
  display: block;
}
.toolbarDownloadModal-module--download-modal-wrap--35ym\+ .toolbarDownloadModal-module--appCont--B0BNY.toolbarDownloadModal-module--appContWin--Zcph4 {
  max-width: 1200px;
}
.welcome_guide-module--modal-wrapper--yr7KH .ant-modal-body {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}
.welcome_guide-module--modal-wrapper--yr7KH .ant-modal-content {
  border-radius: 12px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 {
  background: url("https://cowork-storage-public-cdn.lx.netease.com/lxbg/2022/08/11/d01482144b8341c295bf318c5da0221d.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--left-content--1\+UsH {
  box-sizing: content-box;
  width: 271px;
  padding: 148px 0 0 42px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--left-content--1\+UsH .welcome_guide-module--content-title--24JGO {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 39px;
  color: #232d47;
  padding-bottom: 32px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--left-content--1\+UsH .welcome_guide-module--content-info--q\+OYU {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  margin-bottom: 24px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--left-content--1\+UsH .welcome_guide-module--content-btn--TRf0J {
  width: 186px;
  height: 40px;
  background: linear-gradient(91.36deg, #7c71ff 5.28%, #6189ff 99.5%);
  box-shadow: 0px 5px 9px rgba(68, 95, 229, 0.14);
  box-shadow: 0px 5px 9px rgba(var(--Brand-7-r, 68), var(--Brand-7-g, 95), var(--Brand-7-b, 229), 0.14);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-bottom: 12px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--left-content--1\+UsH .welcome_guide-module--content-tips--MslI3 {
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  display: flex;
  align-items: center;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--left-content--1\+UsH .welcome_guide-module--content-tips--MslI3 .welcome_guide-module--tips-number--TezTj {
  font-family: "LX-numbers";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  margin: 0 4px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 {
  box-sizing: content-box;
  width: 381px;
  padding: 140px 0 0 41px;
  position: relative;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--activity-title--sYPr5 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 39px;
  color: #232d47;
  padding-bottom: 10px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--activity-info-wrapper--QeEhV {
  margin-bottom: 28px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--activity-info-wrapper--QeEhV .welcome_guide-module--activity-info--mCY5s {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #232d47;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--activity-info-wrapper--QeEhV .welcome_guide-module--activity-info-number--8PO2e {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--activity-tips--u8qx- {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  margin-bottom: 20px;
  width: 313px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--button-wrapper--Btwv0 {
  display: flex;
  justify-content: space-between;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--button-wrapper--Btwv0 .welcome_guide-module--button-left--o6lPq {
  width: 186px;
  height: 40px;
  background: linear-gradient(91.36deg, #7c71ff 5.28%, #6189ff 99.5%);
  box-shadow: 0px 5px 9px rgba(68, 95, 229, 0.14);
  box-shadow: 0px 5px 9px rgba(var(--Brand-7-r, 68), var(--Brand-7-g, 95), var(--Brand-7-b, 229), 0.14);
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--button-wrapper--Btwv0 .welcome_guide-module--button-right--j07Lh {
  width: 186px;
  height: 40px;
  border: 1px solid #4c6aff;
  border: 1px solid var(--Avatar-6, #4c6aff);
  border-radius: 60px;
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--activity-time--pRIES {
  position: absolute;
  left: 42px;
  bottom: 32px;
  display: flex;
  align-items: center;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--activity-time--pRIES .welcome_guide-module--time-range--mAwl\+ {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  margin-right: 12px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--activity-left--lXIZ6 .welcome_guide-module--activity-time--pRIES .welcome_guide-module--activity-info-btn--1QAF8 {
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: #386ee7;
  display: flex;
  align-items: center;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--right-content--DoaOJ {
  padding: 111px 21px 78px 0;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--content--Wqs50 .welcome_guide-module--right-content--DoaOJ .welcome_guide-module--content-bg--nTVMF {
  width: 500px;
  height: 332px;
  background: url("https://cowork-storage-public-cdn.lx.netease.com/lxbg/2022/06/27/1cc6f189b3d04224aebc2a0fd521b175.png") no-repeat center;
  background-size: 100% 100%;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--activity-tips-wrapper--c0uEE {
  padding: 48px 25px 24px 32px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--activity-tips-wrapper--c0uEE .welcome_guide-module--activity-tips-title--u\+a6\+ {
  text-align: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #262a33;
  margin-bottom: 18px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--activity-tips-wrapper--c0uEE .welcome_guide-module--activity-tips-content--l2JU5 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
  margin-bottom: 21px;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--activity-tips-wrapper--c0uEE .welcome_guide-module--activity-tips-content--l2JU5 .welcome_guide-module--info-mark--Xirh\+ {
  color: #4c6aff;
  color: var(--Avatar-6, #4c6aff);
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--activity-tips-wrapper--c0uEE .welcome_guide-module--activity-tips-btn--NLbgU {
  display: flex;
  justify-content: center;
}
.welcome_guide-module--modal-wrapper--yr7KH .welcome_guide-module--activity-tips-wrapper--c0uEE .welcome_guide-module--activity-tips-btn--NLbgU > div {
  background: #386ee7;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
@charset "UTF-8";
.index-module--assistant-icon-wrap--Jc-lG {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-right: 32px;
  display: flex;
  align-items: center;
  font-weight: 400 !important;
  cursor: pointer;
  -webkit-app-region: no-drag;
}
.index-module--assistant-icon-wrap--Jc-lG img {
  margin-right: 8px;
}

.index-module--popover-wrap--zUIlN {
  padding: 20px 20px 18px 20px;
  background-color: #fff;
  border-radius: 8px;
}
.index-module--popover-wrap--zUIlN .index-module--txt--WagST {
  color: #272e47;
  color: var(--Text-5, #272e47);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.index-module--popover-wrap--zUIlN .index-module--txt--WagST .index-module--icon--Anbic {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 2px;
  background: url(/static/toast-info.76f18e9b.svg) no-repeat center center;
}
.index-module--popover-wrap--zUIlN .index-module--btns--wpqTg {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.index-module--popover-overlay--cYnh2 .ant-popover-arrow {
  opacity: 1;
}

.index-module--toobarHelpMenu--EHiyC {
  border-radius: 4px;
  font-size: 14px;
  color: #262a33;
}

.index-module--dragBar--lxfZa {
  background-color: #f5f6f7;
  width: 6px;
  cursor: ew-resize;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.index-module--subordinateHeader--7og2W {
  padding: 4px 16px 15px 16px;
  display: flex;
  background-color: #f5f6f7;
  align-items: center;
  justify-content: space-between;
}
.index-module--subordinateHeader--7og2W .index-module--subordinateHeaderL--FyewJ {
  display: flex;
  align-items: center;
  gap: 8px;
}

.index-module--subordinateLine--LxBWB {
  margin: 0 16px;
  border-top: 1px solid #e1e3e8;
}

.index-module--subordinateListBox--S4jEx {
  background-color: #f5f6f7;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  padding: 0 16px;
  padding-top: 14px;
  gap: 4px;
}

.index-module--listControlWrap--1UwoF {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  background-color: #f5f6f7;
}
.index-module--listControlWrap--1UwoF .index-module--listControl--2o7A5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f6f7;
  width: 36px;
  height: 12px;
  border-radius: 6px;
  background-color: #ffffff;
}

.index-module--subordinateItem--Ycnn0 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 32px;
  gap: 4px;
  flex: none;
  cursor: pointer;
}
.index-module--subordinateItem--Ycnn0 .index-module--subordinateChosen--7tNuz {
  position: absolute;
}
.index-module--subordinateItem--Ycnn0 .index-module--subordinateAvatar--D9UUx {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.index-module--subordinateItem--Ycnn0 .index-module--subordinateAvatarAll--V5h3t {
  background: linear-gradient(96.64deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
}
.index-module--subordinateItem--Ycnn0 .index-module--subordinateName--aMzd\+ {
  width: 32px;
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-module--configRuleModal--rg8gz .ant-modal-header {
  border-bottom: none;
}
.index-module--configRuleModal--rg8gz .ant-modal-body {
  padding: 0px;
}

.index-module--configModal--ldHXF .ant-modal-body {
  padding: 20px;
}
.index-module--configModal--ldHXF .index-module--configContent--mQxgW {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 46px;
  border-radius: 8px;
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
  color: #272e47;
  color: var(--Text-5, #272e47);
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 12px;
  padding: 12px 16px;
}
.index-module--configModal--ldHXF .index-module--configConfirmWrap--RXhpI {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.index-module--colorBrand6--ejC2a {
  color: #4c6aff;
  color: var(--Brand-6, #4c6aff);
}

.index-module--configConfirm---VOY3 {
  width: 88px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(96.64deg, #515aff 1.51%, #8766ff 74.19%, #a866ff 98.42%);
  color: white;
  border: none;
}
.index-module--configConfirm---VOY3.ant-btn:after {
  background: none;
}

.index-module--cursorPointer--WWk7k {
  cursor: pointer;
}

.index-module--displayFlex--bbGV0 {
  display: flex;
}

.index-module--menuItem--nmflf {
  width: 168px;
  height: 22px;
  display: flex;
  align-items: center;
  color: #272e47;
  color: var(var(--Text-5, #272e47), #272e47);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.index-module--itemIcon--9COF4 {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.index-module--newMsgTop--8kTZR {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.index-module--newMsgTop--8kTZR::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  right: 0;
  top: 0;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
}

.index-module--newMsg--QqN9m {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  animation: index-module--shake--tsnU- 0.8s infinite;
}
.index-module--newMsg--QqN9m::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  right: 0;
  top: 0;
  background-color: #fe5b4c;
  background-color: var(--Error-6, #fe5b4c);
}

@keyframes index-module--shake--tsnU- {
  0%, 50%, 100% {
    transform: translateX(0); /* 初始位置 */
  }
  25% {
    transform: translateX(-3px); /* 向右移动距离 */
  }
  75% {
    transform: translateX(3px); /* 向右移动距离 */
  }
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
@keyframes webToolbar-module--spin--pihW0 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.webToolbar-module--toolbar-container--A2TwZ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  width: 100%;
  min-width: 1115px;
  overflow-y: auto;
  height: 47px;
  background: #4c6aff;
  background: var(--Brand-6-bg, #4c6aff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbarLeft--RCKE5 {
  flex: 1 1;
  display: flex;
  align-items: center;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbarRight--TFvC1 {
  display: flex;
  align-items: center;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-logo-wrap--rXStA {
  margin-left: 16px;
  cursor: pointer;
  display: flex;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-logo-wrap--rXStA .webToolbar-module--toolbar-logo--tmCXP {
  cursor: pointer;
  width: 150px;
  height: 23px;
  background: url(/static/web_logo.e19fc0af.svg) no-repeat;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item--FetFC,
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item-right--JNVLM {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item--FetFC .webToolbar-module--toolbar-item-icon---O0zp,
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item-right--JNVLM .webToolbar-module--toolbar-item-icon---O0zp {
  margin-right: 9px;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item--FetFC .webToolbar-module--toolbar-item-icon-wrap--fDmRS,
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item-right--JNVLM .webToolbar-module--toolbar-item-icon-wrap--fDmRS {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/static/toolbar_upgrade-2789f0bb216c5b159e96b1528914d007.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item--FetFC .webToolbar-module--toolbar-item-triangle--PhcAV,
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item-right--JNVLM .webToolbar-module--toolbar-item-triangle--PhcAV {
  margin-left: 9px;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item--FetFC:last-child {
  margin-right: 9px;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item-label--fbVXA {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item-label-warning--4jLRq {
  color: #ffb54c;
  color: var(--Warning-6, #ffb54c);
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-item-right--JNVLM .webToolbar-module--toolbar-item-label--fbVXA {
  margin-left: 0;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-help-menu--ysmWB {
  border-radius: 4px;
  font-size: 14px;
  color: #262a33;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-divider--JXsNc {
  height: 16px;
  width: 1px;
  top: auto;
  margin: 0 16px;
  background: #e1e6ed;
  opacity: 0.2;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-account--BFDwk {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-account--BFDwk span {
  display: flex;
  align-items: center;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-account-sender-show-name--6QnPG {
  margin-left: 4px;
  max-width: 210px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--toolbar-account-open-icon--LSL2Q {
  transform: rotateZ(180deg);
  transition: all 0.35s linear;
  margin-left: 8px;
  width: 8px;
  height: 5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy42MDk1NyAwLjQ4ODA0NEwwLjY0OTg3NyA0LjE4NzY1QzAuMzg3OTcyIDQuNTE1MDMgMC42MjEwNTkgNSAxLjA0MDMxIDVMNi45NTk2OSA1QzcuMzc4OTQgNSA3LjYxMjAzIDQuNTE1MDMgNy4zNTAxMiA0LjE4NzY1TDQuMzkwNDMgMC40ODgwNDRDNC4xOTAyNyAwLjIzNzg0IDMuODA5NzMgMC4yMzc4NCAzLjYwOTU3IDAuNDg4MDQ0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
}
.webToolbar-module--toolbar-container--A2TwZ .webToolbar-module--avatarInput--jIPLf {
  display: none;
  position: absolute;
  z-index: -1;
}

.webToolbar-module--toolbar-account-inner--x95sI .ant-tooltip-inner {
  min-width: 328px;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  background-color: var(--white-tooltip, #ffffff) !important;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  padding: 0 !important;
  box-shadow: 0px 4px 10px rgba(71, 89, 178, 0.1) !important;
  box-shadow: 0px 4px 10px rgba(var(--label-1_3-r, 71), var(--label-1_3-g, 89), var(--label-1_3-b, 178), 0.1) !important;
}
.webToolbar-module--toolbar-account-inner--x95sI .ant-radio-wrapper {
  align-items: flex-start;
  padding: 10px 0 0 17px;
  width: 100%;
  border-radius: 4px;
}
.webToolbar-module--toolbar-account-inner--x95sI .ant-radio-wrapper:hover {
  background: #f0f2f7;
  background: var(--Fill-2_5, #f0f2f7);
}
.webToolbar-module--toolbar-account-inner--x95sI .ant-radio-wrapper span.ant-radio {
  top: 0;
  display: flex;
  height: 40px;
  align-items: center;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbarMainAccountWrap---mQqJ {
  display: flex;
  flex-direction: row;
  margin-left: 7px;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-account-single--\+N2ya {
  margin-top: 12px;
  margin-left: 9px;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover-avatar--Faz0G {
  display: flex;
  justify-content: flex-start;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover-desc--Xm5Q1 {
  margin-left: 12px;
  font-size: 12px;
  margin-bottom: 12px;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover-nickname--sfmn1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover-companyname--w\+ULj {
  font-size: 12px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  line-height: 16px;
  margin-top: 4px;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover-id--b4IrS {
  max-width: 210px;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--shared-account-radio--iX\+GT {
  border-top: 1px solid #ebedf2;
  border-top: 1px solid var(--Fill-3, #ebedf2);
  padding: 0;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account--zSI1D {
  display: flex;
  margin-left: 7px;
  margin-bottom: 13px;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account--zSI1D .webToolbar-module--avator--xru\+D {
  width: 40px;
  height: 40px;
  position: relative;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account--zSI1D .webToolbar-module--avator--xru\+D .webToolbar-module--avatarLoadingWrap--EffRF {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account--zSI1D .webToolbar-module--avator--xru\+D .webToolbar-module--avatarLoading--JjqvE {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-image: url(/static/loading.f6fa4f4f.svg);
  animation: webToolbar-module--spin--pihW0 1s linear infinite;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account-field--y\+jci {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
  font-size: 12px;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account-field-email--e0BVc {
  max-width: 210px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account-field-nickname--nldV0 {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #262a33;
  display: flex;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account-field-nickname--nldV0 .webToolbar-module--tagWrapper--jOalM {
  display: flex;
  position: relative;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--toolbar-shared-account-field-nickname--nldV0 .webToolbar-module--tagWrapper--jOalM .webToolbar-module--sharedAccountTag--ADkHF {
  display: block;
  position: absolute;
  top: 4px;
  margin-left: 4px;
  padding: 0 4px;
  border: 0.5px solid #0fd683;
  border: 0.5px solid var(--Success-6, #0fd683);
  border-radius: 2px;
  text-align: center;
  width: 59px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  transform: scale(0.83);
  color: #0dc076;
  color: var(--Success-7, #0dc076);
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--addbtn--5xFb9 {
  height: 64px;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--addbtn--5xFb9:hover {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--addbtn--5xFb9 .webToolbar-module--avator--xru\+D {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  margin-left: 36px;
  background-color: #f0f2f7;
  background-color: var(--Fill-2_5, #f0f2f7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webToolbar-module--toolbar-account-inner--x95sI .webToolbar-module--toolbar-account-popover--dOVPY .webToolbar-module--addbtn--5xFb9 .webToolbar-module--right---deZ6 {
  flex: 1 1;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #545a6e;
  color: var(--Text-4, #545a6e);
}

.ant-modal-mask {
  left: 0;
}
.lock-app-module--container--ocCIn {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  background-color: var(--white, white);
  z-index: 4;
  -webkit-app-region: drag;
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lock-app-module--wrapper--gbAFm {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-app-region: no-drag;
}

.lock-app-module--lockIcon--NRokl {
  width: 140px;
  height: 140px;
  background-image: url(/static/big-lock.7f066297.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.lock-app-module--lockTitle--kpCC6 {
  margin-top: 24px;
  color: #080b19;
  color: var(--Text-6, #080b19);
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.lock-app-module--lockTip--Wm4WO {
  margin-top: 8px;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.lock-app-module--btnWrapper--Z9vIg {
  margin-top: 40px;
}
.lock-app-module--btnWrapper--Z9vIg .ant-btn {
  height: 40px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--coordinator-hc-wrapper--3Mgkk {
  display: flex;
  margin-right: 24px;
}
.index-module--coordinator-hc-wrapper--3Mgkk .index-module--hc-user-wrapper--pR3E6 {
  flex: 1 1;
  margin-right: 12px;
  cursor: default;
}
.index-module--coordinator-hc-wrapper--3Mgkk .index-module--hc-btn--feAQw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #e1e3e8;
  background-color: var(--Fill-4, #e1e3e8);
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

.index-module--coordinator-dropdown--xzOtx {
  z-index: 99 !important;
}

.index-module--coordinator-tooltip--Yi1\+i .ant-tooltip-arrow {
  display: block !important;
}

.index-module--coordinator-avatar-wrapper--qWcME {
  position: relative;
  width: 32px;
  height: 32px;
  text-align: center;
}
.index-module--coordinator-avatar-wrapper--qWcME:hover {
  cursor: pointer;
}
.index-module--coordinator-avatar-wrapper--qWcME .index-module--avatar-img--8Sb5C {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  vertical-align: top;
  overflow: hidden;
}
.index-module--coordinator-avatar-wrapper--qWcME .index-module--avatar-color-img--i596f {
  width: 32px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  border-radius: 16px;
}
.index-module--coordinator-avatar-wrapper--qWcME .index-module--avatar-cursor--wZNtf {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #fff;
}

.index-module--coordinator-vc-wrapper-for-scroll--wkCK4 {
  padding: 2px 2px 2px 0;
  border: 1px solid #c9cbd6;
  border: 1px solid var(--Fill-5, #c9cbd6);
  background: linear-gradient(0deg, #ffffff, #ffffff), #b7bac2;
  background: linear-gradient(0deg, #ffffff, #ffffff), var(--Text-1, #b7bac2);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.index-module--coordinator-vc-wrapper---XwFm {
  padding: 6px 0;
  width: 200px;
  max-height: 490px;
  overflow-y: auto;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.index-module--coordinator-vc-wrapper---XwFm::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
.index-module--coordinator-vc-wrapper---XwFm::-webkit-scrollbar-track {
  border-radius: 6px;
}
.index-module--coordinator-vc-wrapper---XwFm::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(39, 46, 71, 0.3);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.3);
  padding: 4px;
}
.index-module--coordinator-vc-wrapper---XwFm .index-module--vc-user-wrapper--4IDxk {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 8px 16px;
  width: 100%;
}
.index-module--coordinator-vc-wrapper---XwFm .index-module--vc-user-wrapper--4IDxk:hover {
  background-color: #f6f7fa;
  background-color: var(--Fill-2, #f6f7fa);
}
.index-module--coordinator-vc-wrapper---XwFm .index-module--vc-user-name--\+ApS7 {
  margin-left: 12px;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #272e47;
  color: var(--Text-5, #272e47);
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.doc-module--docs-page--LdoyW {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.doc-module--title-bar--SN5lV {
  -webkit-user-select: none;
          user-select: none;
  flex: none;
  width: 100%;
  height: 55px;
  background: #fff;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Fill-3, #ebedf2);
}

.doc-module--docs-iframe-wrap--GkdFe {
  flex: 1 1;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
}

.doc-module--doc-info--RPvIT {
  display: flex;
  align-items: center;
}
.doc-module--doc-info--RPvIT .doc-module--back-icon--z\+Xol {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer;
}
.doc-module--doc-info--RPvIT .doc-module--doc-name-box--hkdw4 {
  height: 26px;
  line-height: 26px;
  max-width: 560px;
}
.doc-module--doc-info--RPvIT .doc-module--doc-name--WUVNA {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  padding: 0 5px;
  display: inline-block;
  min-width: 80px;
  max-width: 560px;
  text-overflow: ellipsis;
  outline: none;
  border: none;
  border-radius: 4px;
  background-color: inherit;
}
.doc-module--doc-info--RPvIT .doc-module--doc-name--WUVNA:focus {
  background-color: #fff;
  border: 1px solid rgba(112, 136, 255, 0.8);
  border: 1px solid rgba(var(--Brand-5-r, 112), var(--Brand-5-g, 136), var(--Brand-5-b, 255), 0.8);
}
.doc-module--doc-info--RPvIT .doc-module--doc-name--WUVNA.doc-module--hidden--qTpWs {
  position: absolute;
  visibility: hidden;
  color: transparent;
}
.doc-module--doc-info--RPvIT .doc-module--status--Qol7u {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-left: 10px;
}
.doc-module--doc-info--RPvIT .doc-module--status--Qol7u > * {
  display: inline-block;
  vertical-align: middle;
}
.doc-module--doc-info--RPvIT .doc-module--status--Qol7u > span {
  margin-left: 4px;
}

.doc-module--operate-box--eBvlf {
  display: flex;
  align-items: center;
}
.doc-module--operate-box--eBvlf > * {
  margin: 0 5px;
}
.doc-module--operate-box--eBvlf .doc-module--share-btn--xrs4R,
.doc-module--operate-box--eBvlf .doc-module--icon-btn--26K46 {
  cursor: pointer;
}
.doc-module--operate-box--eBvlf .doc-module--share-btn--xrs4R {
  width: 62px;
  height: 24px;
  background: #5383fe;
  border-radius: 88px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.doc-module--operate-box--eBvlf .doc-module--icon-btn--26K46 {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
}
.doc-module--operate-box--eBvlf .doc-module--icon-btn--26K46:hover {
  background-color: #f0f0f1;
}
.doc-module--operate-box--eBvlf .doc-module--icon-btn--26K46.doc-module--disabled--Imguu {
  opacity: 0.3;
}

.doc-module--docs-iframe--L6\+sL {
  border: none;
}

.doc-module--more--N7ghx {
  line-height: 24px;
  font-size: 0px;
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.doc-module--more--N7ghx > svg {
  margin-left: 3px;
}

.doc-module--more-menu--c1ovi {
  color: #232d47;
}
.doc-module--more-menu--c1ovi .ant-dropdown-menu {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  padding: 8px 0;
}
.doc-module--more-menu--c1ovi .ant-dropdown-menu-item {
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
}
.doc-module--more-menu--c1ovi .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
}
.doc-module--more-menu--c1ovi .ant-dropdown-menu-item-divider {
  height: 1px;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  width: calc(100% - 32px);
  margin-left: 16px;
}
.doc-module--more-menu--c1ovi .ant-dropdown-menu-item-disabled {
  opacity: 0.3;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.createFileBtn-module--create-menu--zQ-dG .ant-menu {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  padding: 8px 0;
}
.createFileBtn-module--create-menu--zQ-dG .ant-menu-item {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
}
.createFileBtn-module--create-menu--zQ-dG .ant-menu-item:hover {
  background-color: #f0f0f1;
  background-color: var(--white-hover-bg, #f0f0f1);
}
.createFileBtn-module--create-menu--zQ-dG .createFileBtn-module--menu-text-wrapper--TviYd {
  display: flex;
  align-items: center;
}
.createFileBtn-module--create-menu--zQ-dG .createFileBtn-module--menu-text--bQIue {
  margin-left: 8px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.createFileBtn-module--create-menu--zQ-dG .ant-menu-item-disabled {
  opacity: 0.3;
}

.createFileBtn-module--create-tooltip--KiuK5 {
  width: 286px;
  max-width: 350px;
  z-index: 999;
  visibility: inherit !important;
}
.createFileBtn-module--create-tooltip--KiuK5 .ant-tooltip-content .ant-tooltip-arrow {
  display: block;
  right: 8px;
}
.createFileBtn-module--create-tooltip--KiuK5 .ant-tooltip-content .ant-tooltip-inner {
  width: auto;
}
.createFileBtn-module--create-tooltip--KiuK5 .createFileBtn-module--tip-text--ne6qn {
  font-size: 14px;
  line-height: 18px;
}
.createFileBtn-module--create-tooltip--KiuK5 .createFileBtn-module--tip-btn--uCz4J {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #5383fe;
  margin-left: 24px;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--docs-page--BMD8p {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.index-module--title-bar--Nql-C {
  -webkit-user-select: none;
          user-select: none;
  flex: none;
  width: 100%;
  height: 55px;
  background: #fff;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebedf2;
  border-bottom: 1px solid var(--Fill-3, #ebedf2);
}

.index-module--docs-iframe-wrap--uRxR0 {
  flex: 1 1;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
}

.index-module--doc-info--niYnX {
  display: flex;
  align-items: center;
}
.index-module--doc-info--niYnX .index-module--back-icon--51Dtj {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  cursor: pointer;
}
.index-module--doc-info--niYnX .index-module--doc-name-box--7CYbv {
  height: 26px;
  line-height: 26px;
  max-width: 560px;
}
.index-module--doc-info--niYnX .index-module--doc-name--VPFtE {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  padding: 0 5px;
  display: inline-block;
  min-width: 80px;
  max-width: 560px;
  text-overflow: ellipsis;
  outline: none;
  border: none;
  border-radius: 4px;
  background-color: inherit;
}
.index-module--doc-info--niYnX .index-module--doc-name--VPFtE:focus {
  background-color: #fff;
  border: 1px solid rgba(112, 136, 255, 0.8);
  border: 1px solid rgba(var(--Brand-5-r, 112), var(--Brand-5-g, 136), var(--Brand-5-b, 255), 0.8);
}
.index-module--doc-info--niYnX .index-module--doc-name--VPFtE.index-module--hidden--Pxm-S {
  position: absolute;
  visibility: hidden;
  color: transparent;
}
.index-module--doc-info--niYnX .index-module--status--6Kx-n {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-left: 10px;
}
.index-module--doc-info--niYnX .index-module--status--6Kx-n > * {
  display: inline-block;
  vertical-align: middle;
}
.index-module--doc-info--niYnX .index-module--status--6Kx-n > span {
  margin-left: 4px;
}

.index-module--operate-box--VW8Sv {
  display: flex;
  align-items: center;
}
.index-module--operate-box--VW8Sv > * {
  margin: 0 5px;
}
.index-module--operate-box--VW8Sv .index-module--share-btn--zx8rk,
.index-module--operate-box--VW8Sv .index-module--icon-btn--Y6SNK {
  cursor: pointer;
}
.index-module--operate-box--VW8Sv .index-module--share-btn--zx8rk {
  width: 62px;
  height: 24px;
  background: #5383fe;
  border-radius: 88px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.index-module--operate-box--VW8Sv .index-module--icon-btn--Y6SNK {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
}
.index-module--operate-box--VW8Sv .index-module--icon-btn--Y6SNK:hover {
  background-color: #f0f0f1;
}
.index-module--operate-box--VW8Sv .index-module--icon-btn--Y6SNK.index-module--disabled--P4E8P {
  opacity: 0.3;
}

.index-module--docs-iframe--qKPZS {
  border: none;
}

.index-module--more--f\+tKM {
  line-height: 24px;
  font-size: 0px;
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.index-module--more--f\+tKM > svg {
  margin-left: 3px;
}

.index-module--more-menu--hcyWQ {
  color: #232d47;
}
.index-module--more-menu--hcyWQ .ant-dropdown-menu {
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  box-shadow: 0px 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  border-radius: 4px;
  padding: 8px 0;
}
.index-module--more-menu--hcyWQ .ant-dropdown-menu-item {
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
}
.index-module--more-menu--hcyWQ .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
}
.index-module--more-menu--hcyWQ .ant-dropdown-menu-item-divider {
  height: 1px;
  background: #ebedf2;
  background: var(--Fill-3, #ebedf2);
  width: calc(100% - 32px);
  margin-left: 16px;
}
.index-module--more-menu--hcyWQ .ant-dropdown-menu-item-disabled {
  opacity: 0.3;
}
@charset "UTF-8";
@media screen and (min-width: 970px) and (max-width: 1200px) {
  .tp-tmplate-item:nth-child(1) {
    display: block;
  }
  .tp-tmplate-item:nth-child(2) {
    display: block;
  }
  .tp-tmplate-item:nth-child(3) {
    display: block;
  }
  .tp-tmplate-item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 740px) and (max-width: 970px) {
  .tp-tmplate-item:nth-child(1) {
    display: block;
  }
  .tp-tmplate-item:nth-child(2) {
    display: block;
  }
  .tp-tmplate-item:nth-child(3) {
    display: none;
  }
  .tp-tmplate-item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 740px) {
  .tp-tmplate-item:nth-child(1) {
    display: block;
  }
  .tp-tmplate-item:nth-child(2) {
    display: none;
  }
  .tp-tmplate-item:nth-child(3) {
    display: none;
  }
  .tp-tmplate-item:nth-child(4) {
    display: none;
  }
}
/** 
* unitable 左侧菜单栏展示情况下的媒体查询
* 同等展示数量情况下：要求screen宽度统一增加100px
*/
@media screen and (min-width: 1070px) and (max-width: 1200px) {
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(1) {
    display: block;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(2) {
    display: block;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(3) {
    display: block;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 840px) and (max-width: 1070px) {
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(1) {
    display: block;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(2) {
    display: block;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(3) {
    display: none;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 840px) {
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(1) {
    display: block;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(2) {
    display: none;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(3) {
    display: none;
  }
  .index-module--small-mode-layout--mOCO3 .tp-tmplate-item:nth-child(4) {
    display: none;
  }
}
.index-module--small-mode-layout--mOCO3 {
  padding-left: 240px;
}

.index-module--templateRecommondBarContainer--u0gCY {
  position: fixed;
  bottom: 52px;
  width: 100%;
  z-index: 2;
}
.index-module--templateRecommondBarContainer--u0gCY .index-module--list-wrap--j8AKp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--templateRecommondBarContainer--u0gCY .index-module--list-wrap--j8AKp div + div {
  margin-left: 21px;
}

.index-module--more-template--KOWDd {
  position: relative;
  width: 170px;
  height: 200px;
  margin-bottom: 16px;
}
.index-module--more-template--KOWDd > div {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 43px;
  align-items: center;
  flex-direction: column;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  /* 颜色/描边分割线EBEBEB */
  border: 0.5px solid #ebedf2;
  border: 0.5px solid var(--Fill-3, #ebedf2);
  border-radius: 4px;
  box-shadow: 0px 8px 16px rgba(39, 46, 71, 0.1);
  box-shadow: 0px 8px 16px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}
.index-module--more-template--KOWDd > div:hover {
  transform: translate(0, -4px);
}
.index-module--more-template--KOWDd img {
  width: 118px;
  height: 94px;
}
.index-module--more-template--KOWDd span {
  margin-top: 6px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #4e5a70;
  color: var(--label-6_3, #4e5a70);
}
.index-module--more-template--KOWDd .index-module--close--Jay7\+ {
  display: block;
  margin-top: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -36px;
  top: 0;
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L {
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(47, 83, 134, 0.12);
  overflow: hidden;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--close--kqk-N {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--close--kqk-N .index-module--closeIcon--uu9eD {
  width: 24px;
  height: 24px;
  color: #3f465c;
  color: var(--fill-8, #3f465c);
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--header--7Q60X {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  background: url(/static/header-bg-04925b6de0875b04e37b062e8f6735fc.png) no-repeat center center/cover;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--header--7Q60X .index-module--headerContent--rhLyQ {
  margin-top: 10px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--header--7Q60X .index-module--headerContent--rhLyQ .index-module--logo--rcILh {
  width: 124px;
  height: 18px;
  margin: 0 auto;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--header--7Q60X .index-module--headerContent--rhLyQ .index-module--logo--rcILh.index-module--logoLingxi--zGyEX {
  background: url(/static/logoLingxi-17740b7db9564b27220292933efeafb2.png) no-repeat center center/contain;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--header--7Q60X .index-module--headerContent--rhLyQ .index-module--logo--rcILh.index-module--logoWaimao--8eX1O {
  background: url(/static/logoWaimao-a9d0d46c881cca7ea768196dd10cc61e.png) no-repeat center center/contain;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--header--7Q60X .index-module--headerContent--rhLyQ .index-module--title--9FBdi {
  max-width: 288px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4c6aff;
  color: var(--brand-6, #4c6aff);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 8px auto 0;
  text-align: center;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 {
  padding: 24px 0;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainTitle---w2O7 {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  padding: 0 28px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 0 28px 0 24px;
  margin-right: 4px;
  max-height: 288px;
  margin-bottom: 24px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo:hover::-webkit-scrollbar-button {
  display: none;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo:hover::-webkit-scrollbar-corner {
  display: none;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo .index-module--contentItem--dtRHH {
  display: flex;
  max-height: 44px;
  gap: 4px;
  margin-bottom: 16px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo .index-module--contentItem--dtRHH:last-child {
  margin-bottom: 0;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo .index-module--contentItem--dtRHH .index-module--itemIcon--Cz3Hk {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 6px;
  background: #4c6aff;
  background: var(--brand-6, #4c6aff);
  margin-top: 8px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--mainContent--lVOMo .index-module--contentItem--dtRHH .index-module--itemText--dRIHW {
  flex: 1 1 335px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: justify;
  color: #545a6e;
  color: var(--text-4, #545a6e);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--btnGroup--O\+GuH {
  display: flex;
  gap: 10px;
  padding: 0 28px;
}
.index-module--upgradeModalContainer--1jsUJ .index-module--upgradeModal--ECS9L .index-module--main--IPtb0 .index-module--btnGroup--O\+GuH > button {
  flex: 1 1;
}
.index-module--confirmModal--H24t3 .ant-modal-body {
  padding: 20px;
}
.index-module--confirmModal--H24t3 .index-module--title--j6BO1 {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 10px;
}
.index-module--confirmModal--H24t3 .index-module--title--j6BO1 .index-module--titleIconWrapper--uTRPl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-module--confirmModal--H24t3 .index-module--title--j6BO1 .index-module--titleIconWrapper--uTRPl .index-module--titleIcon--pNvzG {
  vertical-align: middle;
  color: #fe5b4c;
  width: 18px;
  height: 18px;
}
.index-module--confirmModal--H24t3 .index-module--title--j6BO1 .index-module--titleText--8vhxx {
  color: #272e47;
  color: var(--text-5, #272e47);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.index-module--confirmModal--H24t3 .index-module--content--uZpoA {
  text-align: justify;
  color: #747a8c;
  color: var(--text-3, #747a8c);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-left: 26px;
  margin-bottom: 18px;
}
.index-module--confirmModal--H24t3 .index-module--footer--ZIUs9 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.mainreadmail-wrap {
  display: flex;
  flex: 1 1;
  height: 100%;
  align-items: stretch;
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  overflow-x: overlay;
  overflow-y: hidden;
}
.mainreadmail-wrap::-webkit-scrollbar {
  opacity: 0;
  width: 6px;
  background-color: transparent;
}
.mainreadmail-wrap::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mainreadmail-wrap:hover {
  /*滚动条两端方向按钮*/
  /*滚动条中间滑动部分*/
  /*滚动条右下角区域*/
}
.mainreadmail-wrap:hover::-webkit-scrollbar {
  opacity: 1;
  display: block;
  background-color: transparent;
  width: 6px;
  padding-right: 4px;
}
.mainreadmail-wrap:hover::-webkit-scrollbar:horizontal {
  height: 6px;
}
.mainreadmail-wrap:hover::-webkit-scrollbar-button {
  display: none;
}
.mainreadmail-wrap:hover::-webkit-scrollbar-thumb {
  background: #d4d4d6;
  background: var(--scrollbar-thumb, #d4d4d6);
  border-radius: 17px;
  padding-right: 4px;
  width: 6px;
  opacity: 0;
}
.mainreadmail-wrap:hover::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
  background-color: var(--scrollbar-thumb-hover, #dddddd);
}
.mainreadmail-wrap:hover::-webkit-scrollbar-corner {
  display: none;
}
@charset "UTF-8";
.notice-module--alert-info--pSuZw {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 999;
  min-height: 36px;
  background: #ffb54c;
  background: var(--Warning-6, #ffb54c);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 22px;
}
.notice-module--alert-info--pSuZw.notice-module--is-web--ehIpy {
  top: 0;
}
.notice-module--alert-info--pSuZw.notice-module--isWmWeb--By8Xv {
  top: 54px;
  left: 0;
  width: 100%;
  transform: translateX(0);
}
.notice-module--alert-info--pSuZw .notice-module--icon--euATj {
  flex: none;
  margin-right: 6px;
  line-height: 16px;
}
.notice-module--alert-info--pSuZw .notice-module--icon--euATj .notice-module--infoIcon--Ws4F7,
.notice-module--alert-info--pSuZw .notice-module--icon--euATj .notice-module--wrapIcon--EJQAY {
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #fe5b4c;
  color: var(--Error-6, #fe5b4c);
}
.notice-module--alert-info--pSuZw .notice-module--infoContent--pvORS {
  flex: 1 1;
  color: #272e47;
  color: var(--Text-5, #272e47);
  /* 灵犀桌面2.0/C4.3-Reg12 */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.notice-module--alert-info--pSuZw .notice-module--close-icon-wrapper--EP8B0 {
  flex: none;
  margin-right: 12px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.notice-module--alert-info--pSuZw .notice-module--close-icon-wrapper--EP8B0 .notice-module--wrapCloseIcon--WKudP,
.notice-module--alert-info--pSuZw .notice-module--close-icon-wrapper--EP8B0 .notice-module--closeIcon--A92AH {
  width: 16px;
  height: 16px;
  line-height: 1;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--p--bVhm6 {
  margin: 0;
  text-align: center;
}

.index-module--learnmore--XUknZ {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  background-color: #4c6aff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px 15px;
  cursor: pointer;
  height: 36px;
}

.index-module--siteManageIcon--KW5UQ {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0.6;
}
.shareAnonymous-module--spinContainer--ZJUbH {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.index-module--permission-apply-page--AqYYM {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.index-module--permission-apply-comp--AE523 {
  flex: 1 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-module--permission-apply-comp--AE523 .no-authority-wrapper {
  flex-grow: 0 !important;
}
.index-module--permission-apply-comp--AE523 .index-module--submit-btn-wrapper--odtmd {
  display: flex;
  justify-content: center;
}
.index-module--permission-apply-comp--AE523 .index-module--message--0LFby {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.index-module--permission-apply-comp--AE523 .index-module--hint--ddUfu {
  display: flex;
  margin-bottom: 10px;
  color: #6f7485;
  color: var(--Fill-7, #6f7485);
}
.index-module--permission-apply-comp--AE523 .index-module--highlight--UfGHR {
  color: #5383fe;
  margin-left: 5px;
  margin-right: 5px;
}
.index-module--permission-apply-comp--AE523 .index-module--highlight--UfGHR:hover {
  cursor: pointer;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.index-module--content--5dkyF {
  padding: 16px 24px 24px 24px;
  height: 100%;
  background: #f4f4f5;
}
.index-module--content--5dkyF .ant-spin-nested-loading {
  height: 100%;
}
.index-module--content--5dkyF .ant-spin-container {
  height: 100%;
}

.index-module--bread-authority--5MLEG {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.index-module--bread-authority--5MLEG .index-module--title--EPG2q {
  -webkit-app-region: no-drag;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-right: 20px;
  color: #262a33;
}
.index-module--bread-authority--5MLEG .index-module--title--EPG2q .index-module--text--RY5DT {
  margin-right: 4px;
}
.index-module--bread-authority--5MLEG .index-module--triangle-top--A1DQh::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 8px solid rgba(39, 46, 71, 0.5);
  border-top: 8px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  position: relative;
  top: 3px;
  left: 4px;
}
.index-module--bread-authority--5MLEG .index-module--triangle-bottom--WxdF1::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 8px solid rgba(39, 46, 71, 0.5);
  border-bottom: 8px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  position: relative;
  top: -3px;
  left: 4px;
}
.index-module--bread-authority--5MLEG .index-module--authority--tgafr {
  margin-left: 10px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
}
.index-module--bread-authority--5MLEG .index-module--bread--V7m\+p {
  overflow: hidden;
  flex: 1 1;
}

.index-module--drop-menu--vMVzd {
  font-weight: normal;
  border-radius: 4px;
}
.index-module--drop-menu--vMVzd .ant-dropdown-menu-item {
  font-size: 12px;
  color: rgba(39, 46, 71, 0.9);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.9);
}
.index-module--drop-menu--vMVzd .ant-dropdown-menu-item:hover {
  background-color: #f0f0f1;
}
.index-module--drop-menu--vMVzd .index-module--action--F6H8A {
  color: #386ee7;
}

.index-module--single-bread-item--SrlYZ {
  display: flex;
  align-items: center;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  font-size: 20px;
  line-height: 20px;
  margin-top: 4px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.index-module--single-bread-item--SrlYZ:hover {
  color: #386ee7;
}

.index-module--share-time--sV5gf {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: right;
  color: #747a8c;
  color: var(--Text-3, #747a8c);
}
.share-module--spinContainer--vzw3A {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.share-module--dlFloatWin--GJXnd {
  position: fixed;
  right: 36px;
  bottom: 36px;
}
@charset "UTF-8";
/** 第二列菜单背景色 */
/** 通讯录相关全局变量 */
/** 空状态 */
.tabs-module--tab-container--S2MpY {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(39, 46, 71, 0.04);
  background: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.04);
  -webkit-user-select: none;
          user-select: none;
}
.tabs-module--tab-container--S2MpY .tabs-module--tab-node-wrapper--\+DxOJ {
  -webkit-app-region: no-drag;
  max-width: 279px;
  width: 279px;
  min-width: 60px;
  position: relative;
  background: transparent;
}
.tabs-module--tab-container--S2MpY .tabs-module--tab-node-wrapper--\+DxOJ::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: rgba(39, 46, 71, 0.16);
  background-color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
}
.tabs-module--tab-container--S2MpY .tabs-module--tab-node-wrapper--\+DxOJ:first-child::before {
  display: none;
}
.tabs-module--tab-container--S2MpY .tabs-module--tab-node-wrapper--\+DxOJ.tabs-module--tab-active--nK9VX::before {
  display: none;
}
.tabs-module--tab-container--S2MpY .tabs-module--tab-node-wrapper--\+DxOJ.tabs-module--tab-active--nK9VX + .tabs-module--tab-node-wrapper--\+DxOJ::before {
  display: none;
}
.tabs-module--tab-container--S2MpY .tabs-module--tabs--rF-OB {
  z-index: 3;
  height: 40px;
}
.tabs-module--tab-container--S2MpY .tabs-module--tabs--rF-OB .tabs-module--tab-pane--nlwLS {
  display: flex;
  align-items: center;
}
.tabs-module--tab-container--S2MpY .tabs-module--tabs--rF-OB .tabs-module--tab-pane--nlwLS .tabs-module--tab-title--mwCGj {
  margin-left: 5px;
  margin-right: 10px;
  color: rgba(39, 46, 71, 0.5);
  color: rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.tabs-module--tab-container--S2MpY .tabs-module--tabs--rF-OB .tabs-module--tab-pane--nlwLS .tabs-module--tab-icon--oIWUg {
  height: 16px;
  width: 16px;
}
.tabs-module--tab-container--S2MpY .tabs-module--tabs--rF-OB .tabs-module--tab-pane--nlwLS:hover {
  text-shadow: 0 0 0.25px currentColor;
}
.tabs-module--tab-container--S2MpY .tabs-module--tabs--rF-OB .tabs-module--transparent--Wb3SO {
  opacity: 0;
}
.tabs-module--tab-container--S2MpY .tabs-module--tabs--rF-OB .tabs-module--u-refresh--Y6F\+q {
  margin-right: 14px;
  -webkit-app-region: no-drag;
  width: 28px;
  height: 28px;
  padding: 6px;
  background-color: #ffffff;
  background-color: var(--white, #ffffff);
  border-radius: 14px;
  cursor: pointer;
  border: none;
}
.tabs-module--tab-container--S2MpY .tabs-module--tab-window--yffM\+ {
  margin-right: 141px;
  margin-left: 10px;
  margin-bottom: 0;
}
.tabs-module--tab-container--S2MpY .tabs-module--tab-mac--5SW\+s {
  margin-left: 84px;
  margin-bottom: 0;
}

.tabs-module--tab-drag-layer--9ByJ9 {
  -webkit-app-region: no-drag;
  position: fixed;
  width: 100%;
  height: 40px;
  background: transparent;
}

.tabs-module--tab-content--f-k5e {
  top: 40px;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 40px;
}

.tabs-module--tab-hidden--t44V2 {
  visibility: hidden;
  position: absolute;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
  margin-left: 0;
}

.tabs-module--menu-content--dC1fG {
  display: flex;
  flex-flow: column;
  padding: 8px 0;
  background: white;
  border: 0.5px solid rgba(39, 46, 71, 0.16);
  border: 0.5px solid rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.16);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(39, 46, 71, 0.1);
  box-shadow: 0 4px 8px rgba(var(--Text-5-r, 39), var(--Text-5-g, 46), var(--Text-5-b, 71), 0.1);
  box-sizing: border-box;
}
.tabs-module--menu-content--dC1fG .ant-dropdown-menu-item {
  padding: 0;
  background: white !important;
}

.tabs-module--menu-link--\+cKvN {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 8px 16px;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
}
.tabs-module--menu-link--\+cKvN:hover {
  background-color: #f0f0f1;
}

.tabs-module--msg-content-text--SDKDL {
  margin-left: 8px;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab {
  width: 100%;
  height: 40px;
  background: #f4f4f5;
  border: 0;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active {
  background: #fff;
  color: #262a33;
}

.ant-tabs-tab-remove {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 6px;
  height: 14px;
  cursor: pointer;
  visibility: hidden;
}

.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:hover .ant-tabs-tab-remove {
  visibility: visible;
}

.ant-tabs-tab-btn {
  width: 100%;
}

.ant-tabs-nav-list {
  width: 100%;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
  margin-right: 24px;
  -webkit-user-select: none;
          user-select: none;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations {
  visibility: hidden;
  display: none;
}
